User:Micke/monobook.css

From 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.
/* Coloured watchlist numbers */
.mw-plusminus-pos {
  color:darkgreen;
}
 
/* .mw-plusminus-null currently at developer default */
 
.mw-plusminus-neg {
  color:darkred;
}
 
/* dölj diverse prylar i navigeringsrutan */
 
li#n-randompage {display:none;}
li#n-help {display:none;}
li#n-sitesupport {display:none;}
li#n-upload {display:none;}
 
/* dölj diverse prylar i verktygslådan */
 
li#t-print {display:none;} 
 
ul#special li { font-size: small; }
 
/* change the logo */
#p-logo a { background: url(http://upload.wikimedia.org/wikipedia/commons/6/6c/Bouncywikilogo.gif) 35% 50% no-repeat !important; }
 
/*Storlek på diffar */
td.diff-addedline, td.diff-deletedline, td.diff-context {
        font-size: 100%;
}