MediaWiki:Monobook.css
From CrowdSociety
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/* 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; } #p-personal ul li a:visited { color: #000000; text-decoration: line-through; } /* Espaces de nom et visualisation */ div.monobookTabs { /* @embed */ background-image: none; /* bordure (modifié) */ } div.monobookTabs ul li { background-color: #FFFFFF; /* @embed */ background-image: none; /* bordure (modifié) */ } div.vectorTabs li.selected { background-image: none; /* bordure (modifié) */ } div.vectorTabs span { /* @embed */ background-image: none; /* bordure (modifié) */ } /* Onglets avec liens donnant sur les pages non existantes */ div.vectorTabs li.new a, div.vectorTabs li.new a:visited { color: #e5e5e5; } /* Onglets sélectionnés */ div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited { color: #e5e5e5; } /* Onglets avec liens */ div.vectorTabs li a { color: #FFFF00; } div#mw-head div.vectorMenu h5 { /* @embed */ background-image: none; /* bordure (modifié) */ } div.vectorMenu ul { background-color: #ffffff; border: none; } div.vectorMenu li a { color: #000000; } div.vectorMenu 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: #FFFFFF; } div#footer ul li a { color: #FFFFFF; } div#footer ul li a:visited { color: #000000; text-decoration: line-through; }