Utilisateur:DavidL/monobook.css

Un article de Wikipédia, l'encyclopédie libre.

Note : Après avoir publié la page, vous devrez forcer son rechargement pour voir les changements : Mozilla / Konqueror / Firefox : Shift-Ctrl-R, Internet Explorer / Opera : Ctrl-F5, Safari : Cmd-R.

/*<source lang="css" line>*/
 
#t-upload {
   display:list-item;
}
 
.ns-2 * #content {
    background: white;
}
 
.ns-2 * #mytabs li {
    background: white;
}
 
.ns-2 * #mytabs li a {
    background-color: white;
}
 
.ns-2 * #p-cactions li a {
    background-color: #fbfbfb;
}
 
.ns-2 * #p-cactions li.selected a, .ns-2 * #p-cactions li a:hover {
    background-color: white;
}
 
.ns-2 * #content div.thumb {
    border-color: white;
}
 
#p-Contribuer .pBody {
    background: url("http://upload.wikimedia.org/wikipedia/commons/f/f9/BG_comunit%C3%A0.jpg") no-repeat center;
}
 
table.allpageslist > tr > td { border:dashed 1px lightGray; border-left:0px; border-right:0px; }
 
span.subpages, .copyrightwarning, #editpage-copywarn, #edittoolsinfo, #siteNotice {display:none;}
 
span.diffchange { background-color:#ffffcc; }
 
@media print {
 
#siteSub, div.printfooter, div.printFooter, div#footer {display:none;}
 
}
 
/*</source>*/