MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 27: | Zeile 27: | ||
position:static; | position:static; | ||
} | } | ||
+ | |||
+ | /* | ||
+ | ** Logo properties | ||
+ | */ | ||
+ | |||
+ | #p-logo { | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | position: static; /*needed to use z-index */ | ||
+ | z-index: 1; | ||
+ | height: 65px; | ||
+ | width: 150px; | ||
+ | overflow: visible; | ||
+ | } | ||
+ | #p-logo h5 { | ||
+ | display: none; | ||
+ | } | ||
+ | #p-logo a, | ||
+ | #p-logo a:hover { | ||
+ | display: block; | ||
+ | height: 65px; | ||
+ | width: 150px; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: 35% 50% !important; | ||
+ | text-decoration: none; | ||
+ | } |
Version vom 21. Juni 2012, 18:12 Uhr
/* Für alle Skins gültig: Mindestbreite 1100px, Maincontent linksbündig, Breite der Sidebar 152px */ body { min-width: 1100px; max-width: 100%; } #mainContent { float: left; width: 84%; margin-bottom: 1em; margin-left: 1em; } #side { float: left; width: 152px; margin-bottom: 1em; } /* Text-Layout */ #text { font-size:100%; line-height:1.2em; text-align:left; position:static; } /* ** Logo properties */ #p-logo { top: 0; left: 0; position: static; /*needed to use z-index */ z-index: 1; height: 65px; width: 150px; overflow: visible; } #p-logo h5 { display: none; } #p-logo a, #p-logo a:hover { display: block; height: 65px; width: 150px; background-repeat: no-repeat; background-position: 35% 50% !important; text-decoration: none; }