MediaWiki:Vector.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:


body {
body {
   background: #FDFDFD;
   background: -moz-linear-gradient(top,  #FBF180 0, #FDFDFD 170px) no-repeat; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#FBF180), color-stop(170px,#FDFDFD)) no-repeat; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FBF180 0,#FDFDFD 170px) no-repeat; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FBF180 0,#FDFDFD 170px) no-repeat; /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FBF180 0,#FDFDFD 170px) no-repeat; /* IE10+ */
}
 
#mw-page-base {
  background: none;
}
}


#mw-head-base {
#mw-head-base {
   background-color: #FBF180;
   background: none;
}
}


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


Zeile 33: Zeile 37:
div.vectorMenu h5 a {
div.vectorMenu h5 a {
     height: 1.6em !important;
     height: 1.6em !important;
}
div.vectorMenu#p-cactions {
    height: 1.6em !important;
}
div.vectorMenu h3 a {
    background-image: none;
    height: 1.3em !important;
}
#ca-unwatch.icon a, #ca-watch.icon a {
    text-indent: -10000px;
}
}
#p-search {
#p-search {
   margin-top: -0.6em;
   margin-top: -0.6em;
}
}
2.456

Bearbeitungen

Navigationsmenü