User:Jeremy Visser/monobook.css

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
m (Adding some custom fonts)
m (Fixed background)
Line 1: Line 1:
body {
body {
-
font-family: "Luxi Sans", "Segoe UI", sans-serif;
+
font-family: sans-serif;
 +
background-attachment: fixed;
}
}

Revision as of 00:14, 14 March 2007

body {
font-family: sans-serif;
background-attachment: fixed;
}

#bodyContent blockquote.email, #article blockquote.email {
font-family: monospace;
}