User:Irønie/monobook.css

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* anti-pub */
/* #siteNotice {display:none;} */
/* div#siteNoticeSmall { display:none; } */

body { background-color: lightgreen; background-image: none; }

/* TRUCS POMPÉS CHEZ DARKONEKO merci à lui */

/*
body, .pBody, #p-cactions li {
   background-image: url('http://www.kadokado.com/gfx/gui/base/patternBG.jpg');
   background-repeat: repeat;
}
*/


/* 

#editsection{ background-color: pink; }

#column-content{ background-color: green; }


#bodyContent{
background-color: yellow;
-moz-column-width: 15em;
-moz-column-count: 4;
-moz-column-gap: 1em;
text-align: justify;
}
#bodyContent::-moz-column-content{
border: 3px solid black;
background: #ddd;
padding: 5px;
}

a.stub { color: green; background-color:grey; }
#stub { color: green; background-color:grey; }

*/

/* footer */
#footer {
      display:none;
}

/* changer le logo  */
#p-logo a {
  background-color:transparent;
  background-image:url('http://upload.wikimedia.org/wikipedia/commons/d/d4/Gnome-globe.png')!important;
}

.contribLink  {
  color:#C07000;
  background:transparent;
}
 
.contribLink:visited  {
  color:#C07000;
  background:#FFFFEE ;
 
}




/*--------------------Elements à ne pas afficher----------------------------------*/
 
  /*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 {
      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; 
  }
 
 
 
  /* les avertissements dans la boite dédition .previewnote,  */
  #nouvel_article, 
  #editpage-copywarn,
  #newMsgJargon,
  #talkpagetext { 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;
 
}