MediaWiki:Vector.css
Aus iTrack
(Unterschied zwischen Versionen)
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
Zeile 20: | Zeile 20: | ||
position: relative; | position: relative; | ||
overflow: visible; | overflow: visible; | ||
− | |||
border: 1px solid red; | border: 1px solid red; | ||
} | } | ||
Zeile 31: | Zeile 30: | ||
z-index: 2; | z-index: 2; | ||
visibility: hidden; | visibility: hidden; | ||
+ | height: 100px; | ||
border: 1px solid red; | border: 1px solid red; | ||
} | } |
Version vom 14. Januar 2012, 03:34 Uhr
/* CSS an dieser Stelle wirkt sich auf den Vector-Skin aus. Für allgemeingültige Skin-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */ pre { font-size: 120%; } code { font-size: 140%; } #mw-panel { overflow: visible; } #right-navigation { position: relative; } div.vectorMenu { position: relative; overflow: visible; border: 1px solid red; } div.vectorMenu div.menu { position: absolute; display: block; top: 100%; left: 0; z-index: 2; visibility: hidden; height: 100px; border: 1px solid red; } div.vectorMenu:hover div.menu { visibility: visible; } div.vectorMenu ul { position: static; border: 1px solid red; }