MediaWiki:Vector.css

Aus iTrack
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
K
 
(6 dazwischenliegende Versionen von einem Benutzer werden nicht angezeigt)
Zeile 6: Zeile 6:
  
 
code {
 
code {
   font-size: 140%;
+
   font-size: 125%;
 
}
 
}
  
Zeile 15: Zeile 15:
 
#mw-head {
 
#mw-head {
 
   overflow: visible;
 
   overflow: visible;
border: 1px solid red;
 
 
}
 
}
  
 
#right-navigation {
 
#right-navigation {
  position: relative;
 
 
   overflow: visible;
 
   overflow: visible;
border: 1px solid red;
 
 
}
 
}
  
Zeile 27: Zeile 24:
 
   position: relative;
 
   position: relative;
 
   overflow: visible;
 
   overflow: visible;
border: 1px solid red;
 
 
}
 
}
  
Zeile 37: Zeile 33:
 
   z-index: 2;
 
   z-index: 2;
 
   visibility: hidden;
 
   visibility: hidden;
border: 1px solid red;
 
 
}
 
}
  
Zeile 46: Zeile 41:
 
div.vectorMenu ul {
 
div.vectorMenu ul {
 
   position: static;
 
   position: static;
border: 1px solid red;
 
 
}
 
}

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