User:Soiled Bargains/monobook.css
From Homestar Runner Wiki
< User:Soiled Bargains(Difference between revisions)
m (Fixing test things.) |
m (Testing complete.) |
||
| Line 33: | Line 33: | ||
} | } | ||
/* 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. */ | /* 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. */ | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
Current revision as of 22:49, 5 January 2011
/*----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. */
