MediaWiki:Common.css : Différence entre versions
De Wiki ODR
| Ligne 13 : | Ligne 13 : | ||
background-color : #FFECEC; | background-color : #FFECEC; | ||
border: 4px double white; | border: 4px double white; | ||
| − | margin:0; | + | margin:0 !important; |
padding:0; | padding:0; | ||
} | } | ||
| Ligne 19 : | Ligne 19 : | ||
/* Premier carré du menu de gauche */ | /* Premier carré du menu de gauche */ | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
li#n-mainpage,#n-currentevents,#n-Liste-des-articles,#n-recentchanges,#n-Galerie-fichiers,#n-Participants,#in-help | li#n-mainpage,#n-currentevents,#n-Liste-des-articles,#n-recentchanges,#n-Galerie-fichiers,#n-Participants,#in-help | ||
{ | { | ||
| − | margin:0; | + | margin:0 !important; |
padding:0; | padding:0; | ||
} | } | ||
| Ligne 33 : | Ligne 28 : | ||
/* Deuxième carré du menu de gauche */ | /* Deuxième carré du menu de gauche */ | ||
| − | + | ||
| − | |||
| − | |||
| − | |||
| − | |||
li#p-tb-label,#t-whatlinkshere,#t-recentchangeslinked,#t-specialpages,#t-info | li#p-tb-label,#t-whatlinkshere,#t-recentchangeslinked,#t-specialpages,#t-info | ||
{ | { | ||
| − | margin:0; | + | margin:0 !important; |
padding:0; | padding:0; | ||
} | } | ||
Version du 23 juin 2017 à 10:15
/* Le CSS placé ici sera appliqué à tous les habillages. */
#mw-head /*header*/
{
background-color: #F0F0F0;
}
/* Code menu gauche */
#mw-panel
{
background-color : #FFECEC;
border: 4px double white;
margin:0 !important;
padding:0;
}
/* Premier carré du menu de gauche */
li#n-mainpage,#n-currentevents,#n-Liste-des-articles,#n-recentchanges,#n-Galerie-fichiers,#n-Participants,#in-help
{
margin:0 !important;
padding:0;
}
/* Deuxième carré du menu de gauche */
li#p-tb-label,#t-whatlinkshere,#t-recentchangeslinked,#t-specialpages,#t-info
{
margin:0 !important;
padding:0;
}

