MediaWiki:Vector.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Max (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Max (Diskussion | Beiträge) 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 | background: none; | ||
} | } | ||
#p-logo { | #p-logo { | ||
background: | background: none; | ||
} | } | ||
| 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; | ||
} | } | ||
Version vom 14. November 2014, 12:12 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 {
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 {
background: none;
}
#p-logo {
background: none;
}
/* 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;
}
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 {
margin-top: -0.6em;
}