I love the smell of UnrealEd crashing in the morning. – tarquin
Difference between revisions of "MediaWiki:Monobook.css"
From Unreal Wiki, The Unreal Engine Documentation Site
Line 15: | Line 15: | ||
#footer { | #footer { | ||
height: 40px; | height: 40px; | ||
+ | } | ||
+ | |||
+ | .highlighted-source { | ||
+ | background-color: #f9f9f9; | ||
+ | border: 1px dashed #2f6fab; | ||
+ | color: black; | ||
+ | line-height: 1.1em; | ||
+ | padding: 1em; | ||
} | } |
Revision as of 20:24, 23 February 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; line-height: 1.1em; padding: 1em; }