MediaWiki:Vector.css: Unterschied zwischen den Versionen

Aus München Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. Für allgemeingültige Benutzeroberflächen-Anpassungen bitte [[MediaWiki:Common…“)
 
Keine Bearbeitungszusammenfassung
Zeile 25: Zeile 25:
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-attachment: fixed;
}
/* Anpassung Höhe der Tabs oben */
div.vectorTabs span a {
    padding-top: 0.4em !important;
}
#mw-head-base {
    height: 4.1em !important;
}
div.vectorTabs {
    height: 1.6em !important;
}
div.vectorTabs li a {
    height: 1.6em !important;
}
div.vectorMenu h5 a {
    height: 1.6em !important;
}
#p-search {
  margin-top: -0.6em;
}
}

Version vom 9. April 2013, 19:07 Uhr

/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. Für allgemeingültige Benutzeroberflächen-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */

body.skin-vector {
  background: #FFF;
}

body.skin-vector #mw-head {
  background: #FBF180;
}

body.skin-vector #p-logo {
  background: -moz-linear-gradient(top,  #FBF180 30%, #FFF 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FBF180), color-stop(100%,#fff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FBF180 30%,#fff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FBF180 30%,#fff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FBF180 30%,#fff 100%); /* IE10+ */
}

html {
  height: 100%;
}
body.skin-vector {
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Anpassung Höhe der Tabs oben */
div.vectorTabs span a {
    padding-top: 0.4em !important;
}
#mw-head-base {
    height: 4.1em !important;
}
div.vectorTabs {
    height: 1.6em !important;
}
 
div.vectorTabs li a {
    height: 1.6em !important;
}
div.vectorMenu h5 a {
    height: 1.6em !important;
}
#p-search {
  margin-top: -0.6em;
}