MediaWiki:Vector.css
Aus iTrack
				
								
				(Unterschied zwischen Versionen)
				
																
				
				
								
				Admin  (Diskussion | Beiträge)  | 
			Admin  (Diskussion | Beiträge)   | 
			||
| Zeile 21: | Zeile 21: | ||
   visibility: hidden;  |    visibility: hidden;  | ||
   position: absolute;  |    position: absolute;  | ||
| − |    top:   | + |    top: 0;  | 
   left: 0;  |    left: 0;  | ||
   z-index: 2;  |    z-index: 2;  | ||
| − | + | border: 1px solid red;  | |
| − | + | ||
}  | }  | ||
| Zeile 31: | Zeile 30: | ||
   visibility: visible;  |    visibility: visible;  | ||
}  | }  | ||
| + | |||
div.vectorMenu ul {  | div.vectorMenu ul {  | ||
}  | }  | ||
Version vom 14. Januar 2012, 02:16 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; } div.vectorMenu { position: relative; } div.vectorMenu div.menu { display: block; visibility: hidden; position: absolute; top: 0; left: 0; z-index: 2; border: 1px solid red; } div.vectorMenu:hover div.menu { visibility: visible; } div.vectorMenu ul { }