User:LBMixPro/monobook.css
From Wikipedia
Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror:: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences.
/* <pre><nowiki> */ /* * Inspired byMilky by Ævar Arnfjörð Bjarmason */ /* remove the ugly, recently-reinstated link underlines #BodyContent a { text-decoration: none; } #BodyContent a:hover { text-decoration: none; }*/ a { text-decoration: none;} a:hover { text-decoration: none;} /* make a few corners round, only supported by moz/firefox/other gecko browsers for now, i reduced this from 1em to 4px to make it very illnoticable */ #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; border-color: #009 !important; } #content, #footer { -moz-border-radius-topleft: 4px; -moz-border-radius-bottomleft: 4px; border-color: #009 !important; } div.pBody { -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; border-color: #cc0; } /* Dotted borders on pre look ugly, replace with a solid one */ #bodyContent pre { border: 1px dashed #00c; } /* Eliminate yellow colour everywhere in borders */ #p-cactions li.selected { border-color: #00c; } /* Create a 10px margin around the footer, and change it from the annoying yellow colour */ #footer { border: 1px solid #00c; margin: 0.6em 10px 1em 10px; } .portlet li, #BodyContent li { /*list-style-image: url("/style/monobook/bullet.gif");*/ list-style-image: url("http://en.wikipedia.org/upload/6/69/AAAAAA_Bullet.png"); } .portlet a {text-decoration: none; color: #666 !important;} .portlet a:hover {text-decoration: none; color: #000 !important;} /* Make borders a little better */ #searchInput { border: 1px solid #00c; background-color: #cce; } /* Mozilla.org-like input box focus */ #p-search input:focus, #p-search input:hover { background-color: #eef; } /* Nice borders for (almost) all boxes */ input[type="radio"], input[type="checkbox"] { border:none; } input[type="text"], input[type="submit"], textarea { border: 1px solid #00c !important; } /* make round corners for the rest */ input[type="text"], textarea, pre, #toc { -moz-border-radius: 2px; } input[type="submit"] { background-color: #0ce !important; -moz-border-radius: 5px !important; border: 1px solid #000; height: 18px; font-size: 10px; margin: 2px; } /* The 'Edit summary' box is way to crammed in the textarea box by default */ textarea { margin-bottom: 4px; } input[type="submit"] {color: #000 !important;} input[type="submit"]:hover, input[type="submit"]:focus {color: #000 !important;} #p-cactions li a {color: #00c;} #p-cactions li a:hover {color: #000;} #p-cactions li.selected a {color: #000 !important;} #p-cactions li.new a {color: #ba0000 !important;} /* Clear out the special editing box that slows loading down and does nothing for my editing */ #editpage-specialchars { display: none; } /* Christmas logo */ #p-logo a { background-image: url('http://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Wikisanta.jpg/135px-Wikisanta.jpg') !important; } /* Clear background color */ body { background-image: none; background-color: #fff; } /* Clear out the special editing box that slows loading down and does nothing for my editing */ #editpage-specialchars { display: none; } /* Change pagetitle colors */ h1.firstHeading { font-family: "Bitstream Vera Serif", "Times New Roman", "Times", serif; color: #00cc00; border-bottom: solid 1px #c00; } body { background-image: url('http://www.wtv-zone.com/emma/hoho/backs/bghollytile29.gif'); background-attachment: fixed; background-repeat: repeat; font-family: "Bitstream Vera Sans", "Arial", "Helvectica", sans-serif; } #content { color: #000066; } /* </nowiki></pre> */