Difference between revisions of "MediaWiki:Monobook.css"
From CrowdSociety
Line 38: | Line 38: | ||
/* Barre personnelle */ | /* Barre personnelle */ | ||
− | #p-personal ul li a { | + | #p-personal ul li a { color: #000000; text-decoration: underline; } |
− | + | ||
− | } | + | |
#p-personal ul li a:visited { color: #000000; text-decoration: line-through; } | #p-personal ul li a:visited { color: #000000; text-decoration: line-through; } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | div. | + | div#mw-head div.monobookMenu h5 { |
− | + | ||
/* @embed */ | /* @embed */ | ||
background-image: none; /* bordure (modifié) */ | background-image: none; /* bordure (modifié) */ | ||
} | } | ||
− | div. | + | div.monobookMenu ul { |
− | + | background-color: #000000; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | background-color: # | + | |
border: none; | border: none; | ||
} | } | ||
− | div. | + | div.monobookMenu li a { |
color: #000000; | color: #000000; | ||
} | } | ||
− | div. | + | div.monobookMenu h5 a { |
/* @embed */ | /* @embed */ | ||
background-image: none; /* bordure (modifié) */ | background-image: none; /* bordure (modifié) */ | ||
Line 124: | Line 85: | ||
div#footer ul li { | div#footer ul li { | ||
− | color: # | + | color: #000000; |
} | } | ||
div#footer ul li a { | div#footer ul li a { | ||
− | color: # | + | color: #000000; |
} | } | ||
div#footer ul li a:visited { color: #000000; text-decoration: line-through; } | div#footer ul li a:visited { color: #000000; text-decoration: line-through; } |
Revision as of 13:46, 3 December 2014
/* CSS placed here will affect users of the Vector skin */ /* Structure */ body { background-color: #ffffff; /* fond de base (modifié) */ /* @embed */ background-image: none; /* image de fond marge (modifié) */ } /* Contenu */ div#content { margin-left: 0em; padding: 0em; /* @embed */ background-image: none; background-color: #FFFFFF; color: #FFFFFF; direction: ltr; } /* En-tête */ #mw-page-base { height: 5em; /* hauteur de l'en-tête */ background-color: #FFFFFF; /* couleur fond */ /* @embed */ background-image: none; /* fading en-tête (modifié) */ } #mw-head-base { margin-top: -5em; margin-left: 10em; height: 5em; /* @embed */ background-image: none; /* bordure gauche (modifié) */ } /* Barre personnelle */ #p-personal ul li a { color: #000000; text-decoration: underline; } #p-personal ul li a:visited { color: #000000; text-decoration: line-through; } div#mw-head div.monobookMenu h5 { /* @embed */ background-image: none; /* bordure (modifié) */ } div.monobookMenu ul { background-color: #000000; border: none; } div.monobookMenu li a { color: #000000; } div.monobookMenu h5 a { /* @embed */ background-image: none; /* bordure (modifié) */ } /* Barre latérale */ div#mw-panel div.portal h5 { color: #000000; } div#mw-panel div.portal div.body { /* @embed */ background-image: none; } div#mw-panel div.portal div.body ul li a { color: #000000; text-decoration: underline; } div#mw-panel div.portal div.body ul li a:visited { color: #000000; text-decoration: line-through; } /* Pied de page */ div#footer { /* @embed */ background-image: none; /* bordure gauche (modifié) */ } div#footer ul li { color: #000000; } div#footer ul li a { color: #000000; } div#footer ul li a:visited { color: #000000; text-decoration: line-through; }