User:Irønie/monobook.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin can be added at User:Irønie/monobook.js. |
/* 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;
}