2.456
Bearbeitungen
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; | ||
} | } |