MediaWiki:Common.css

De France Politique

Note : après avoir enregistré vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : Maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ou Ctrl-R (⌘-R sur un Mac) ;
  • Google Chrome : Appuyez sur Ctrl-Maj-R (⌘-Shift-R sur un Mac) ;
  • Internet Explorer : Maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ;
  • Opera : Videz le cache dans Outils → Préférences.
/* Le CSS placé ici sera appliqué à tous les habillages. */
#ca-nstab-main { display: none !important; }
#ca-talk { display: none !important; }
#ca-viewsource { display: none !important; }
#ca-history { display: none !important; }
div#content {background: #EDEFF4; color: black;	border: 1px solid #002BB8; }
body {background: #FBFBFB; }
a {text-decoration: none; color: #002BB8; background: none; }
a:visited {color: 5a3696; }
a:active {color: #faa700; }
a:hover {text-decoration: underline; }
a.stub {color: #772233; }
a.new, #p-personal a.new {color: #cc2200; }
a.new:visited, #p-personal a.new:visited {color: #a55858; }
.pBody {font-size: 95%;	background-color: #EDEFF4; color: black; border-collapse: collapse; border: 1px solid #002BB8; }
#p-cactions li {border: 1px solid #002BB8; }
#p-cactions li.selected {border-color: #002BB8; }
#p-cactions li a {background-color: #FBFBFB; color: #002BB8; }
#p-cactions li.selected a {background-color: #EDEFF4; }
#p-cactions .new a {color: #ba0000; }
#p-cactions li a:hover {text-decoration: none; background-color: #EDEFF4; }
div#footer {background-color: #FBFBFB; border-top: 0px solid #002BB8; border-bottom: 0px solid #002BB8; }
function catsattop() {
  var cats = document.getElementById('catlinks');
  var bc = document.getElementById('bodyContent');
  bc.insertBefore(cats, bc.childNodes[0]);
}