MediaWiki:Vector.css
Aus iTrack
(Unterschied zwischen Versionen)
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
Zeile 15: | Zeile 15: | ||
#mw-head { | #mw-head { | ||
overflow: visible; | overflow: visible; | ||
− | |||
} | } | ||
#right-navigation { | #right-navigation { | ||
− | |||
overflow: visible; | overflow: visible; | ||
− | |||
} | } | ||
Zeile 27: | Zeile 24: | ||
position: relative; | position: relative; | ||
overflow: visible; | overflow: visible; | ||
− | |||
} | } | ||
Zeile 37: | Zeile 33: | ||
z-index: 2; | z-index: 2; | ||
visibility: hidden; | visibility: hidden; | ||
− | |||
} | } | ||
Zeile 46: | Zeile 41: | ||
div.vectorMenu ul { | div.vectorMenu ul { | ||
position: static; | position: static; | ||
− | |||
} | } |
Version vom 14. Januar 2012, 03:58 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; } #mw-head { overflow: visible; } #right-navigation { overflow: visible; } div.vectorMenu { position: relative; overflow: visible; } div.vectorMenu div.menu { position: absolute; display: block; top: 100%; left: 0; z-index: 2; visibility: hidden; } div.vectorMenu:hover div.menu { visibility: visible; } div.vectorMenu ul { position: static; }