User:TotalSpaceshipGuy3/monobook.css
From Homestar Runner Wiki
< User:TotalSpaceshipGuy3
Revision as of 12:04, 7 December 2006 by TotalSpaceshipGuy3 (Talk | contribs)
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Mozilla / Firefox: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac)
- Safari: press Cmd-Option-E
- 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.
h1 { color: goldenrod; font-weight: underline; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa; } h2 { color: darkblue; font-weight: underline; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa; } h3 { color: darkgreen; font-weight: underline; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa; } h4 { color: brown; font-weight: underline; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa; } h5 { color: blue; font-weight: underline; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa; } h6 { color: green; font-weight: underline; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa; } h1 { font-size: 190%; } h2 { font-size: 150%; } h3, h4, h5, h6 { border-bottom: none; font-weight: bold; } h3 { font-size: 120%; } h4 { font-size: 110%; } h5 { font-size: 100%; } h6 { font-size: 80%; } h1, h2 { border-bottom: none; font-weight: underline; } /************** I've Stolen This Stuff ********************/ /*To make the base font different, I'm using a Homemade font*/ body { font-size: 10px; font-family: Comic Sans MS; background-repeat: repeat-x; background-color: #FFFFCC; } /* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em; } #content { -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; } div.pBody { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; }