MediaWiki:Vector.css
Aus iTrack
(Unterschied zwischen Versionen)
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) K |
||
(7 dazwischenliegende Versionen von einem Benutzer werden nicht angezeigt) | |||
Zeile 6: | Zeile 6: | ||
code { | code { | ||
− | font-size: | + | font-size: 125%; |
} | } | ||
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; | ||
− | |||
} | } | ||
− | + | ||
div.vectorMenu div.menu { | div.vectorMenu div.menu { | ||
position: absolute; | position: absolute; | ||
Zeile 37: | Zeile 33: | ||
z-index: 2; | z-index: 2; | ||
visibility: hidden; | visibility: hidden; | ||
− | |||
− | |||
} | } | ||
Zeile 47: | Zeile 41: | ||
div.vectorMenu ul { | div.vectorMenu ul { | ||
position: static; | position: static; | ||
− | |||
} | } | ||
− |
Aktuelle Version vom 7. April 2012, 19:18 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: 125%; } #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; }