Actions

MediaWiki

MediaWiki:Common.css/Subdivisions administratives.css

De Wikimanche

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur 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)
| localité=fffacd
| commune=e6ffe6
| intercommunalité=ffefd5
| canton=faf9ec
| canton2015=faf9ec
| arrondissement=f5f5dc
| département=fffff0
| région=f0f8ff
| défaut=f3fff3}};"
{{#if: {{{Titre|}}} | {{!+}} {{{Titre}}} }}
{{!-}} style{{=}}"background-color: #{{ #switch:{{{Charte}}}
| localité=ffffbb
| commune=ddffdd
| intercommunalité=ffe2bf
| canton=ece5ca
| canton2015=ece5ca
| arrondissement=e1e1e1
| département=f6f3dd
| région=bbdefd
| défaut=ddffdd }};" */

.communes th[scope=col] { /* Défaut, voir le [[modèle:ÉluDébut]] */
	background-color: #98fb98;
}
.communes tr:nth-child(even) {
	background: #f2f9f2;
}
.communes tr:nth-child(odd) {
	background: #ddffdd;
}
.localites th[scope=col] {
	background-color: #fffacd;
}
.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;
}

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