Difference between revisions of "User:Jcollins/monobook.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
body { | body { | ||
+ | margin: 0; | ||
font-family: "Trebuchet MS"; | font-family: "Trebuchet MS"; | ||
+ | font-size: medium; | ||
+ | } | ||
+ | |||
+ | h1 { | ||
+ | color: #335D66; | ||
+ | font-size: 14pt; | ||
+ | } | ||
+ | |||
+ | h3 { | ||
+ | color: #488E48; | ||
+ | } | ||
+ | |||
+ | a { | ||
+ | color: #336633; | ||
+ | } | ||
+ | |||
+ | a:hover { | ||
+ | background: #ffffcc; | ||
+ | } | ||
+ | |||
+ | li { | ||
+ | list-style-type: square; | ||
} | } |
Revision as of 14:47, 16 February 2006
body { margin: 0; font-family: "Trebuchet MS"; font-size: medium; } h1 { color: #335D66; font-size: 14pt; } h3 { color: #488E48; } a { color: #336633; } a:hover { background: #ffffcc; } li { list-style-type: square; }