User:Cat-five/monobook.css
From Wikipedia, the free encyclopedia
If a message on your talk page led you here, please be wary of who left it. Code that you insert on this page could contain malicious content capable of compromising your account. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. If this is a .js page, the code will be executed when previewing the page.
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
/*<pre><nowiki>*/ /* ##### NOTES ##### */ /* .class */ /* #id */ /* ##### FUNDRAISING ##### */ /* Removes fundraiser banners */ #mpbanner { display: none; } #fundraising { display:none; } #pabanner { display:none; } #sitenotice { display:none; } #sitenotice-fundraiser { display:none; } #siteNoticeBig { display:none; } #siteNoticeSmall { display:none; } .fundraiser-folded { display:none; } #n-sitesupport { display:none; } /* ##### MEETUP INFO ##### */ #WN_GEON { display: none; } #WN_GEONP { display: none; } #mw-dismissable-notice { display: none; } /* Wikimania advert */ /* ##### LOGO ##### */ /* change left sidebar logo - CURRENTLY NOT WORKING PROPERLY */ /* #p-logo a { background: url(http://meta.wikipedia.org/upload/6/6e/Nohat-logo-X-en.png) 35% 50% no-repeat !important; } */ /* ##### NEW MESSAGES BOX ##### */ .usermessage { color: #ff0000; } .usermessage { font-style: italic; } .usermessage { background-color:#f0f0f0; } .usermessage { border: 1px solid #000; } .usermessage { text-decoration: blink; } /* .usermessage { font-size: 100% } */ /* .usermessage { text-align: center } */ /* #### FPC RELATED TWEAKS ### */ /* a way for people to tag and hide when logged in NSFW images */ /* #nsfw { display:none; } */ /* ##### MISC ##### */ /* suppress the person icon by your username */ li#pt-userpage { background: none; } /* replace dotted borers on pre with solid */ #bodyContent pre { border: 1px solid #aaa;} /* remove ugly white borders around images */ div.floatright, div.floatleft { border: none; padding: 0.5em; } /* Box used for arbitration committee election notices and such on users' watchlist page */ #Watchmessagebox { display:none; } /* Hides special chars insertion box */ #editpage-specialchars { display: none; } /* Hides confirm email notice */ #confirmemail { display: none } /* ##### DANGEROUS EXPERIMENTAL STUFF ##### */ /* #### A FEW THINGS FROM User:Nihiltres/monobook.css that I'm trying out #### */ #editpage-copywarn, #editpage-copywarn2, #editpage-copywarn3 {display:none;} /* removes some annoying warnings against copyvio */ .mw-plusminus-pos {display: none;} .mw-plusminus-neg {display: none;} .mw-plusminus-null {display: none;} /* remove annoying watchlist numbers, they don't help me much */ a:visited {color: #3D3696;} /* make visited blue link colour less purple */ /*</nowiki></pre>*/

