User:Soiled Bargains/monobook.css
From Homestar Runner Wiki
< User:Soiled Bargains
Revision as of 21:40, 7 October 2009 by Soiled Bargains (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.
/*----Edit box----*/
textarea#wpTextbox1 {font-family:"Courier New",Courier,monospace; }
/* First rule: Font size for desktops; Second rule: Font size for my iPhone */
@media screen and (min-device-width: 481px) {textarea#wpTextbox1 {font-size:9pt; } }
@media screen and (max-device-width: 480px) {textarea#wpTextbox1 {font-size:6pt; } }
/*----Sbemail stuff----*/
#bodyContent blockquote.email, #article blockquote.email, #mw_contentholder blockquote.email, blockquote.email {
font-size:12pt;
font-weight:normal;
}
#bodyContent blockquote.tandy, #article blockquote.tandy, #mw_contentholder blockquote.tandy, blockquote.tandy {
font-family:Westminster,"Courier New",monospace;
letter-spacing:2px;
}
#bodyContent blockquote.compy, #article blockquote. compy, #mw_contentholder blockquote.compy, blockquote.compy {
font-family:"Commodore 64 Pixeled","Courier New",monospace;
}
#bodyContent blockquote.lappy, #article blockquote.lappy, #mw_contentholder blockquote.lappy, blockquote.lappy, blockquote.lappy div#subject {
font-family:Glitch0,"Courier New",monospace;
}
#bodyContent blockquote.corpy, #article blockquote.corpy, #mw_contentholder blockquote.corpy, blockquote.corpy {
font-family:Sydnie,"Courier New",monospace;
}
#bodyContent blockquote.compe, #article blockquote.compe, #mw_contentholder blockquote.compe, blockquote.compe {
font-family:"Perfect DOS VGA 437 Win","Courier New",monospace;
}
/* For those wondering, just using "Perfect DOS VGA 437" from the zip you probably got from dafont will be buggy on accents and such. This is mentioned in the read me. */
