Difference between revisions of "MediaWiki:Monobook.css"
From MunichBeerGardens.com
(41 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
body { | body { | ||
background: #f5f5f5 url(/images/beer/Canvas.gif) /*0 0; background-repeat:no-repeat*/; | background: #f5f5f5 url(/images/beer/Canvas.gif) /*0 0; background-repeat:no-repeat*/; | ||
margin-left: 0px; | margin-left: 0px; | ||
+ | |||
} | } | ||
Line 19: | Line 16: | ||
} | } | ||
− | #content {-moz-border-radius-topleft: 0.5em} | + | #content { |
+ | -moz-border-radius-topleft: 0.5em | ||
+ | border: 1px solid green; | ||
+ | } | ||
+ | |||
+ | /* fix to Monobook navbar incorrectly dropping below page content on | ||
+ | Firefox 9.x 01/2012, on Google Chrome 4.x Linux and on various | ||
+ | other browers and systems */ | ||
+ | |||
+ | #column-one{ | ||
+ | position: absolute; | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | } |
Latest revision as of 11:12, 21 January 2012
body { background: #f5f5f5 url(/images/beer/Canvas.gif) /*0 0; background-repeat:no-repeat*/; margin-left: 0px; } .pBody { padding: 0.3em 0.1em; -moz-border-radius-topright: 0.5em; } .portlet h5 { background-color: #e0e3e6; border: thin solid silver; -moz-border-radius-topright: 0.5em; } #content { -moz-border-radius-topleft: 0.5em border: 1px solid green; } /* fix to Monobook navbar incorrectly dropping below page content on Firefox 9.x 01/2012, on Google Chrome 4.x Linux and on various other browers and systems */ #column-one{ position: absolute; width:100%; height:100%; }