Aller au contenu

MediaWiki:Common.css/Subdivisions administratives.css

Une page de Wikipédia, l'encyclopédie libre.
Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;

Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
/**
 * pour trouver les utilisations de cette page sur le wiki, chercher « insource:"MediaWiki:Common.css/Subdivisions administratives.css" »
 * (la recherche ne fait pas la distinction entre espaces et underscores)
 */

.communes th[scope=col] { /* Défaut, voir le [[modèle:ÉluDébut]] */
	background-color: #ddffdd;
}
.localites th[scope=col] {
	background-color: #ffffbb;
}
.intercommunalites th[scope=col] {
	background-color: #ffe2bf;
}
.cantons th[scope=col] {
	background-color: #ece5ca;
}
.arrondissements th[scope=col] {
	background-color: #e1e1e1;
}
.departements th[scope=col] {
	background-color: #f6f3dd;
}
.regions th[scope=col] {
	background-color: #bbdefd;
}

/* Mode sombre */

html.skin-theme-clientpref-night .communes th[scope=col] {
	background-color: #002a00;
}
html.skin-theme-clientpref-night .localites th[scope=col] {
	background-color: #282800;
}
html.skin-theme-clientpref-night .intercommunalites th[scope=col] {
	background-color: #3c2100;
}
html.skin-theme-clientpref-night .cantons th[scope=col] {
	background-color: #2A2218;
}
html.skin-theme-clientpref-night .arrondissements th[scope=col] {
	background-color: #181818;
}
html.skin-theme-clientpref-night .departements th[scope=col] {
	background-color: #2e2015;
}
html.skin-theme-clientpref-night .regions th[scope=col] {
	background-color: #002240;
}
@media (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .communes th[scope=col] {
		background-color: #002a00;
	}
	html.skin-theme-clientpref-os .localites th[scope=col] {
		background-color: #282800;
	}
	html.skin-theme-clientpref-os .intercommunalites th[scope=col] {
		background-color: #3c2100;
	}
	html.skin-theme-clientpref-os .cantons th[scope=col] {
		background-color: #2A2218;
	}
	html.skin-theme-clientpref-os .arrondissements th[scope=col] {
		background-color: #181818;
	}
	html.skin-theme-clientpref-os .departements th[scope=col] {
		background-color: #2e2015;
	}
	html.skin-theme-clientpref-os .regions th[scope=col] {
		background-color: #002240;
	}
}


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