User:Andrewh/monobook.css
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Firefox/Mozilla/Safari: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Internet Explorer: press Ctrl-F5, Opera/Konqueror: press F5.
/* Andrew's home-made CSS stylesheet */ body { SCROLLBAR-ARROW-COLOR: #FFA07A; SCROLLBAR-BASE-COLOR: #F8F8FF; SCROLLBAR-FACE-COLOR: #F5F5F5; SCROLLBAR-HIGHLIGHT-COLOR: #F5F5F5; SCROLLBAR-SHADOW-COLOR: #ADD8E6; SCROLLBAR-3DLIGHT-COLOR: #FFFAF0; SCROLLBAR-TRACK-COLOR: #FFFAFA; SCROLLBAR-DARKSHADOW-COLOR: #000000; FONT-FAMILY: Trebuchet MS, Arial, Helvetica, sans-serif; } a { text-decoration: none; } a:hover { COLOR: #0000FF; } a.new:hover { COLOR: #FF0000; } input { FONT-FAMILY: Trebuchet MS, Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; } textarea { BACKGROUND: #F9F9F9; } /* Remove the "person" icon from the username at the top right of the page, and embolden user name */ li#pt-userpage { background: none; font-weight: bold; } /* Change the formatting of the input tag */ input { background: #EEEEEE; border: 1pt #3399CC GROOVE; /* This looks good in both IE and Mozilla Firefox */ } /* This SHOULD change all pages to a pale blue background (except tabs), and not just user pages */ .ns-0 * #content { background: #F8FCFF !important; } /* Customise siteNotice (when applicable) */ div#siteNotice { line-height: 7.5pt; font-size: 7.5pt; border: none; background: transparent; }