Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;

Firefox (sur GNU/Linux) / Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
.history-user-normal { background-color: #DBDBFF;}
.history-user-sysop { background-color: #FFFF99;}
.history-user-bot { background-color: #C6FFB3;}
.history-user-ip { background-color: #FFCCCC;}

#top-bar {
  background-color:#F0F0FF;
  height:4em;
  left:0;
  padding:0.4ex;
  position:fixed;
  right:0;
  text-align:left;
  top:0;
  z-index:4;
}
 
#column-left {
  bottom:1em;
  left:1em;
  margin:0;
  overflow:auto;
  padding:0;
  position:fixed;
  top:4em;
  width:14em;
  z-index:4;
}
 
#column-left .portlet {
  overflow:hidden;
}
 
 
 
 
.autocomment { 
   color:#333; 
}
/* boc de biere à gauche du lien vers ma page de discussions */
li#pt-mytalk a {
  /* mettre une image de fond (l'icone) au node "a", tout à gauche */
  background:transparent url('http://upload.wikimedia.org/wikipedia/commons/thumb/d/da/2piva.png/15px-2piva.png') no-repeat scroll left top;
  /* décaler le texte sur la droite (d'environ la largeur de l'image) pour que les deux ne se chevauchent pas */
  padding-left:17px; 
}
 
/* une roue crantée à gauche des prefs */
li#pt-preferences a {
  background:transparent url('http://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Crystal_Clear_app_kservices.png/15px-Crystal_Clear_app_kservices.png') no-repeat scroll left top;
  padding-left:17px;
}
 
/* une loupe à gauche de la liste de suivi */
li#pt-watchlist a {
  background:transparent url('http://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Searchtool_right.svg/15px-Searchtool_right.svg.png') no-repeat scroll left top;
  padding-left:17px;
}
 
li#pt-logout a {
  font-weight:bold;
  color:red;
}
 
/* un crayon pour modifier */
li#ca-edit a {
  background:transparent url('http://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Emblem-pen-new.svg/13px-Emblem-pen-new.svg.png') no-repeat scroll left top!important;
  padding-left:15px; 
}
 
/* système de discussions indenté */
dl {
  background:none !important;
  border-top:1px dashed #D0D080 !important;
  border-bottom:1px dashed #D0D080 !important;
  margin-bottom:0.8em !important;
  margin-top:0.8em !important;
}
 
 
 
 
 
a:visited { 
    color:#0B0080;
    font-style:italic;   
}
 
a.new {
    font-size:110%;
}
a.new:visited { 
    background-color:#FFE8E8;
}
 
a.mw-redirect {
   color:green;
   text-decoration:none; /* pas de souligné */
   border-bottom: 1px dashed green;
}
 
a.mw-redirect:visited {
   color:green; /* sinon il sera violet */
}
 
a.extiw:visited, #p-lang a:visited {
   background-color:#EBF0FF;
}
 
 
.contribLink  {
  color:#C07000;
  font-weight:bold;
  background:transparent;
}
 
.contribLink:visited  {
  color:purple;
  font-style:italic;
  font-weight:normal;
}
 
 
 
 
 
#nekoToolDiv {
  width: 700px;
  height: 200px;
 
  position:fixed;
  left:19%;
  top:10%;
  overflow:visible; 
  border: 1px solid #666;
  padding: 5px;
  background-color:white;
 
  z-index:999;
}
 
#nekoUserFollowingDiv {
  width: 700px;
  height: 90%;
 
  position:fixed;
  left:17%;
  top:2%;
 
  border: 1px solid #666;
  padding: 5px;
  background-color:white;
 
  z-index:1000;
}
 
#nekoUserFollowingDiv ul {
  height: 85%;  
  overflow:scroll; 
}
 
 
.usermessage {
  background-color:transparent;
  border-color:#CCC;
}
.usermessage small { 
  display:none;
}
 
/*--------------------Elements à ne pas afficher----------------------------------*/
 /* Essayer la beta de mon c.l */
 #p-personal li#pt-optin-try, #pt-prefswitch-link-anon, #pt-prefswitch-link-on {
   display:none!important;
 }
 
  /*case navigation : "Annonces" "Actualités" "une page au hazard"
    "pour nous contacter" "faire un don" "avertissements", contacter wikipedia, 
   index alphabetique, accueil   */
  #n-Annonces, #n-currentevents, #n-randompage, #n-thema, #n-alphindex,
  #n-contact, #n-sitesupport, #n-avertissement, #n-aboutwp, #n-contact, 
  #n-alphindex, #n-mainpage, #n-Accueil {
      display:none;
  }
 
  /*case  rechercher : bouton consulter */
  #searchGoButton { display:none; }
 
  /* case boite à outils : "version imprimable", "importer un fichier", "PDF" 
     case creer un livre  */
  #t-print,   #t-upload,   #t-download-as-pdf, #p-coll-create_a_book, #p-coll-print_export { 
     display:none; 
  }
 
 
 
  /* messages d'avertissement (édition et autres) */
#nouvel_article,   #editpage-copywarn,  #newMsgJargon,
.previewnote,   #Blockiptext,  #talkpagetext,
.mw-history-legend { 
     display: none; 
}
 
  #wpWatch {
     display:none; 
  }
 
/*--------------------------------------------------------------------------------*/
 
 
 
/* changement de l'horrible bouton modifier */
#ca-edit a, #ca-edit a:hover {
 background:none !important;
 color:#0020c0 !important;
}
 
 
/* alternance de couleur des lignes dans watchlist/RC */
.mw-line-even {  background-color:#C5C5C5; }
 
 
/* Altérations de la couleurs de Nbm! pour les pages de RC, watchlist, contributions */
/* pas de souligné pointillé lié à l'ajout d'acronym + taille générale */
.newpage, .minor, .unpatrolled, .bot {  border:none;  font-size:140%; }
/* le N pour "nouvelle page" */
.newpage { color:#F08; }
 /* le m pour "modification mineure" */
.minor { color:#4F4; }
/* le point d'exclamation indiquant une édition non patrouillée */
.unpatrolled { color:#333; }
/* le b pour "modification par bot" */
.bot { text-transform:uppercase; color:orange; }
 
 
 
 
.mw-plusminus-pos {
  color:#009000;
}
 
 
/* footer */
#footer { display:none; }
 
 
 
 

 
#content, .pBody, .portlet h5, #p-cactions li,
.catlinks {
   border:#777 solid 1px;
}
 
#p-cactions li.selected, .toc {
  border:#F66 solid  1px;
}
 
#p-cactions li, #p-cactions li.selected {
  border-bottom:0px;
}
 
 
 
 
 
.ns--1  #content, .ns--1  * #p-cactions li, .ns--1  * #p-cactions li a,
.ns-0   #content, .ns-0   * #p-cactions li, .ns-0   * #p-cactions li a,
.ns-1   #content, .ns-1   * #p-cactions li, .ns-1   * #p-cactions li a,
.ns-2   #content, .ns-2   * #p-cactions li, .ns-2   * #p-cactions li a,
.ns-3   #content, .ns-3   * #p-cactions li, .ns-3   * #p-cactions li a,
.ns-4   #content, .ns-4   * #p-cactions li, .ns-4   * #p-cactions li a,
.ns-5   #content, .ns-5   * #p-cactions li, .ns-5   * #p-cactions li a,
.ns-6   #content, .ns-6   * #p-cactions li, .ns-6   * #p-cactions li a,
.ns-7   #content, .ns-7   * #p-cactions li, .ns-7   * #p-cactions li a,
.ns-8   #content, .ns-8   * #p-cactions li, .ns-8   * #p-cactions li a,
.ns-9   #content, .ns-9   * #p-cactions li, .ns-9   * #p-cactions li a,
.ns-10  #content, .ns-10  * #p-cactions li, .ns-10  * #p-cactions li a,
.ns-11  #content, .ns-11  * #p-cactions li, .ns-11  * #p-cactions li a,
.ns-12  #content, .ns-12  * #p-cactions li, .ns-12  * #p-cactions li a,
.ns-13  #content, .ns-13  * #p-cactions li, .ns-13  * #p-cactions li a,
.ns-14  #content, .ns-14  * #p-cactions li, .ns-14  * #p-cactions li a,
.ns-15  #content, .ns-15  * #p-cactions li, .ns-15  * #p-cactions li a,
.ns-100 #content, .ns-100 * #p-cactions li, .ns-100 * #p-cactions li a,
.ns-101 #content, .ns-101 * #p-cactions li, .ns-101 * #p-cactions li a,
.ns-102 #content, .ns-102 * #p-cactions li, .ns-102 * #p-cactions li a,
.ns-103 #content, .ns-103 * #p-cactions li, .ns-103 * #p-cactions li a
.ns-104 #content, .ns-104 * #p-cactions li, .ns-104 * #p-cactions li a,
.ns-105 #content, .ns-105 * #p-cactions li, .ns-105 * #p-cactions li a {
   background:transparent;
}
 
pre, table, .mw-warning,
.catlinks, #pagehistory li.selected {
  background-color:#DDD;
}
 
/* elements de formulaire */
input, textarea, select {
   background:#FFFFFF;
   color:#000000
}