Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
Difference between revisions of "MediaWiki:Monobook.css"
From Unreal Wiki, The Unreal Engine Documentation Site
Line 17: | Line 17: | ||
} | } | ||
− | .highlighted-source | + | .highlighted-source { |
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
border: 1px dashed #2f6fab; | border: 1px dashed #2f6fab; | ||
color: black; | color: black; | ||
− | |||
padding: 1em; | padding: 1em; | ||
+ | } | ||
+ | |||
+ | .highlighted-source, .highlighted-source * { | ||
+ | line-height: 1.1em; | ||
} | } |
Revision as of 00:00, 2 March 2008
/* CSS placed here will affect users of the Monobook skin */ #f-copyrightico { top: 8px; } #f-poweredbyico { top: -5px; margin-right: 0px; } #f-poweredbyico, #f-copyrightico { height: auto; } #footer { height: 40px; } .highlighted-source { background-color: #f9f9f9; border: 1px dashed #2f6fab; color: black; padding: 1em; } .highlighted-source, .highlighted-source * { line-height: 1.1em; }