Aller au contenu

Modèle:Classements en fin de saison/styles.css

Une page de Wikipédia, l'encyclopédie libre.
.yearend-rank-table {
	font-size:85%; text-align:center
}
.rank-year-row {
	font-weight:bold;
}
.yearend-rank-table th {
	background-color:#CFCFCF
}
.yearend-rank-table td:nth-child(odd) {
	background:#EFEFEF;
}
html.skin-theme-clientpref-night .yearend-rank-table th {
	background-color:#191919
}
html.skin-theme-clientpref-night .yearend-rank-table td:nth-child(odd) {
	background:#101418;
}
@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .yearend-rank-table th {
		background-color:#191919
	}
	html.skin-theme-clientpref-os .yearend-rank-table td:nth-child(odd) {
		background:#101418;
	}
}

/* [[Catégorie:Sous-page de modèle feuille de style]] */