MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus biergärtenmünchen.de
(Die Seite wurde neu angelegt: „→CSS an dieser Stelle wirkt sich auf den Monobook-Skin aus. Für allgemeingültige Skin-Anpassungen bitte MediaWiki:Common.css bearbeiten.: /* background…“) |
|||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | /* CSS | + | /* CSS placed here will affect users of the Monobook skin */ |
/* background image */ | /* background image */ | ||
− | |||
− | |||
− | |||
body { | body { | ||
− | background: #f5f5f5 url(/images/ | + | background: #f5f5f5 url(/images/beer/Canvas.gif) /*0 0; background-repeat:no-repeat*/; |
− | margin-left: | + | margin-left: 0px; |
} | } | ||
Zeile 23: | Zeile 20: | ||
#content {-moz-border-radius-topleft: 0.5em} | #content {-moz-border-radius-topleft: 0.5em} | ||
+ | |||
+ | /* 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%; | ||
+ | } |
Aktuelle Version vom 20. Januar 2012, 19:32 Uhr
/* CSS placed here will affect users of the Monobook skin */ /* background image */ 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} /* 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%; }