MediaWiki:Common.css : Différence entre versions
De Wiki ODR
Ligne 20 : | Ligne 20 : | ||
padding-left: 0 !important; | padding-left: 0 !important; | ||
font-variant: small-caps; | font-variant: small-caps; | ||
+ | text-decoration-color: red !important; | ||
+ | |||
} | } | ||
Ligne 29 : | Ligne 31 : | ||
margin:0 !important; | margin:0 !important; | ||
padding:0; | padding:0; | ||
− | |||
} | } | ||
Version du 23 juin 2017 à 11:06
/* 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-top:0 !important; line-height: 0 !important; position : fixed !important; margin-left: 4px !important; padding-left: 0 !important; font-variant: small-caps; text-decoration-color: red !important; } /* 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; } /* Gérer les marges */ div#mw-panel div.portal div.body { margin:0 !important; padding:0; } div#mw-panel div.portal h3 { margin:0 !important; padding:0; }