Mostly Harmless
Difference between revisions of "MediaWiki:Monobook.css"
From Unreal Wiki, The Unreal Engine Documentation Site
Line 1: | Line 1: | ||
− | /* | + | /** Advertisement placement **************************************************** |
+ | * | ||
+ | * Description: Positions the advertisement corrently, and adjusts the footer | ||
+ | * bar to fit in well with it. | ||
+ | */ | ||
+ | |||
#f-copyrightico { | #f-copyrightico { | ||
− | top: | + | top: 10px; |
} | } | ||
− | |||
#f-poweredbyico { | #f-poweredbyico { | ||
top: -5px; | top: -5px; | ||
margin-right: 0px; | margin-right: 0px; | ||
} | } | ||
− | |||
#f-poweredbyico, #f-copyrightico { | #f-poweredbyico, #f-copyrightico { | ||
height: auto; | height: auto; | ||
} | } | ||
− | |||
#footer { | #footer { | ||
height: 40px; | height: 40px; | ||
+ | padding: 4px 0pt 14px; | ||
} | } | ||
+ | |||
+ | /** Source code highlighter modifications ************************************** | ||
+ | * | ||
+ | * Description: Adjustments to the source code highlighter to fit better with | ||
+ | * the rest of the site style. | ||
+ | */ | ||
.highlighted-source { | .highlighted-source { |
Revision as of 00:22, 2 March 2008
/** Advertisement placement **************************************************** * * Description: Positions the advertisement corrently, and adjusts the footer * bar to fit in well with it. */ #f-copyrightico { top: 10px; } #f-poweredbyico { top: -5px; margin-right: 0px; } #f-poweredbyico, #f-copyrightico { height: auto; } #footer { height: 40px; padding: 4px 0pt 14px; } /** Source code highlighter modifications ************************************** * * Description: Adjustments to the source code highlighter to fit better with * the rest of the site style. */ .highlighted-source { background-color: #f9f9f9; border: 1px dashed #2f6fab; color: black; padding: 1em; } .highlighted-source, .highlighted-source * { line-height: 1.1em; }