MediaWiki:Vector.css

Aus iTrack
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
K
 
(22 dazwischenliegende Versionen von einem Benutzer werden nicht angezeigt)
Zeile 6: Zeile 6:
  
 
code {
 
code {
   font-size: 140%;
+
   font-size: 125%;
 
}
 
}
  
 
#mw-panel {
 
#mw-panel {
 +
  overflow: visible;
 +
}
 +
 +
#mw-head {
 +
  overflow: visible;
 +
}
 +
 +
#right-navigation {
 
   overflow: visible;
 
   overflow: visible;
 
}
 
}
Zeile 15: Zeile 23:
 
div.vectorMenu {
 
div.vectorMenu {
 
   position: relative;
 
   position: relative;
 +
  overflow: visible;
 
}
 
}
  
 
div.vectorMenu div.menu {
 
div.vectorMenu div.menu {
 +
  position: absolute;
 +
  display: block;
 +
  top: 100%;
 +
  left: 0;
 
   z-index: 2;
 
   z-index: 2;
 +
  visibility: hidden;
 +
}
 +
 +
div.vectorMenu:hover div.menu {
 +
  visibility: visible;
 +
}
 +
 +
div.vectorMenu ul {
 +
  position: static;
 
}
 
}

Aktuelle Version vom 7. April 2012, 20: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;
}
Meine Werkzeuge

Varianten
Aktionen
Navigation
Werkzeuge