MediaWiki:Vector.css
Aus iTrack
				
								
				(Unterschied zwischen Versionen)
				
																
				
				
								
				Admin  (Diskussion | Beiträge)  | 
			Admin  (Diskussion | Beiträge)  K  | 
			||
| (32 dazwischenliegende Versionen von einem Benutzer werden nicht angezeigt) | |||
| Zeile 2: | Zeile 2: | ||
pre {  | pre {  | ||
| − | + |   font-size: 120%;  | |
| + | }  | ||
| + | |||
| + | code {  | ||
| + |   font-size: 125%;  | ||
}  | }  | ||
#mw-panel {  | #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;  | ||
}  | }  | ||
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; }