Template:Top 25 Report header/styles.css

Permanently protected template
From Wikipedia, the free encyclopedia
/* {{pp-template}} */
.top-25-report-header {
	border-bottom: 3px solid #bbb;
	border-top: 3px solid #bbb;
	background-color: #fff;
	padding: 0.3em;
	text-align: center;
}

.top-25-report-header-title {
	text-align: center;
	font-family: Impact, serif;
	font-size: 3.5em;
	text-transform: uppercase;
}

.top-25-report-header ul {
	border-top: 1px solid #999;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #444;
	margin-left: 0;
}

.top-25-report-header li {
	padding-top: 0.2em;
	display: block;
}

@media all and (min-width: 680px) {
	.top-25-report-header {
		padding: 0.3em 3em;
	}
	
	.top-25-report-header ul {
		display: flex;
	}
	
	.top-25-report-header li {
		flex: 1;
	}
}