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.
/* my  monobook.css */
/* see [[Help:User style]] and [[MediaWiki:Monobook.css]] */
/* (was testing) .muhammadimage { display:none } */

/* override color for visited anchors */
A:visited {color: olive;}

/* try to make 2px borders in table cells /*
TD {border:2px;}}

/* color redirect links green */
a.mw-redirect { color:green} a.mw-redirect:visited { color:darkgreen}

/* test -- try to float the TOC to the right
.infobox {clear: both;}
.toc {float: right; clear: both;}
Couldn't make it work. I suck at css. */


<!-- test -- try to hide <ref>s 
.reference {display: none;}
it works if enabled -->
<!-- test -- try to hide <reference/>s 
.references {display: none;}
it works if enabled -->