User:Andrewh/monobook.css
|
Note: After saving, you have to bypass your browser's cache to see the changes. Mozilla/Safari/Konqueror: hold down Shift while clicking Reload (or press Ctrl-Shift-R), IE: press Ctrl-F5, Opera: 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 */ li#pt-userpage { background: none; } /* Change the formatting of the input tag */ input { background: #EEEEEE; border: 1pt #3399CC GROOVE; /* This looks good in both IE and Mozilla Firefox */ }