MediaWiki:Common.css : Différence entre versions
De Wiki ODR
| Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
| − | + | #mw-head /*header*/ | |
{ | { | ||
background-color: #F0F0F0; | background-color: #F0F0F0; | ||
} | } | ||
| − | + | ||
| + | |||
| + | /* Code menu gauche */ | ||
| + | #mw-panel | ||
{ | { | ||
| − | background-color: # | + | background-color : #FFCCCC; |
} | } | ||
| + | |||
| + | /* Premier carré du menu de gauche */ | ||
| + | li#n-mainpage,#n-currentevents,#n-Liste-des-articles,#n-recentchanges,#n-Galerie-fichiers,#n-Participants,#in-help | ||
| + | |||
| + | /* Deuxième carré du menu de gauche */ | ||
| + | li#t-whatlinkshere,#t-recentchangeslinked,#t-specialpages,#t-info | ||
Version du 23 juin 2017 à 09:01
/* Le CSS placé ici sera appliqué à tous les habillages. */
#mw-head /*header*/
{
background-color: #F0F0F0;
}
/* Code menu gauche */
#mw-panel
{
background-color : #FFCCCC;
}
/* Premier carré du menu de gauche */
li#n-mainpage,#n-currentevents,#n-Liste-des-articles,#n-recentchanges,#n-Galerie-fichiers,#n-Participants,#in-help
/* Deuxième carré du menu de gauche */
li#t-whatlinkshere,#t-recentchangeslinked,#t-specialpages,#t-info

