User:Vardion/monobook.css
From Wikipedia, the free encyclopedia
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.
/* link colours */ a { color: #0000DD; } a:visited { color: #0000DD; } a.interwiki { color: #008080; } a.interwiki:visited { color: #008080; } a.external { color: #008080; } a.external:visited { color: #008080; } a.new { color: #DD0000; } a.new:visited { color: #DD0000; } a.stub { color:#0000DD } a.stub:visited { color:#0000DD } /* external link colour change, I hope */ #bodyContent a[href ^="http://"] {color:#008080; background: none; padding-right: 0px;} /* page background colours */ #content { background: #F8F8F8; } .ns-0 * #content { background: white; } #mytabs li { background: #F8F8F8; } .ns-0 * #mytabs li { background: white; } #mytabs li a { background-color: #F8F8F8; } .ns-0 * #mytabs li a { background-color: white; } #p-cactions li { background: #F8F8F8; } .ns-0 * #p-cactions li { background: white; } #p-cactions li a { background-color: #F8F8F8; } .ns-0 * #p-cactions li a { background-color: white; } /* removing some icons */ #bodyContent a[href ^="http://"] { background:inherit !important; padding-right:inherit !important; } li#pt-userpage { background: none; }

