MediaWiki:Vector.css: Unterschied zwischen den Versionen
Aus WikiRaider.de
(Die Seite wurde neu angelegt: „→Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen.: →Kopie aus dem Englischen Wiki: body { background-image: url("skins/Ve…“) |
|||
Zeile 2: | Zeile 2: | ||
/* Kopie aus dem Englischen Wiki */ | /* Kopie aus dem Englischen Wiki */ | ||
+ | |||
body { | body { | ||
background-image: url("skins/Vector/images/wikibackground.jpg"); | background-image: url("skins/Vector/images/wikibackground.jpg"); | ||
Zeile 7: | Zeile 8: | ||
background-color:#fff; | background-color:#fff; | ||
} | } | ||
+ | |||
+ | |||
+ | /* | ||
+ | a, a.external.free, a.external.text { | ||
+ | color:#666666; | ||
+ | } | ||
+ | |||
+ | a:visited, a.external.free:visited, a.external.text:visited { | ||
+ | color: #23795B; | ||
+ | } | ||
+ | |||
+ | hr { | ||
+ | background-color: #738d8a; | ||
+ | } | ||
+ | |||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | border-color: #738d8a; | ||
+ | } | ||
+ | |||
+ | */ | ||
+ | |||
+ | |||
+ | |||
Zeile 12: | Zeile 36: | ||
.mw-body, .portal { | .mw-body, .portal { | ||
+ | /* background-color:#edecec;*/ | ||
background: rgb(237, 236, 236); | background: rgb(237, 236, 236); | ||
background: rgba(237, 236, 236, 0.6); | background: rgba(237, 236, 236, 0.6); | ||
Zeile 28: | Zeile 53: | ||
background: transparent; | background: transparent; | ||
} | } | ||
+ | |||
div.vectorTabs ul { | div.vectorTabs ul { | ||
Zeile 60: | Zeile 86: | ||
border: 1px solid #c3c3c3; | border: 1px solid #c3c3c3; | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
Zeile 73: | Zeile 103: | ||
} | } | ||
− | #p-personal a.new { | + | #p-personal a.new, #p-personal a.new:visited { |
color: #222222; | color: #222222; | ||
} | } | ||
Zeile 103: | Zeile 133: | ||
div#footer ul li { | div#footer ul li { | ||
− | color:# | + | color:#222; |
} | } | ||
− | #footer-info-copyright a, #footer-places-privacy a, #footer-places-about a, #footer-places-disclaimer a { | + | #footer-info-copyright a, #footer-places-privacy a, #footer-places-about a, #footer-places-disclaimer a, #footer-info-copyright a.external { |
− | color:# | + | color:#000; |
} | } | ||
Aktuelle Version vom 17. November 2016, 22:24 Uhr
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */ /* Kopie aus dem Englischen Wiki */ body { background-image: url("skins/Vector/images/wikibackground.jpg"); background-repeat: no-repeat; background-color:#fff; } /* a, a.external.free, a.external.text { color:#666666; } a:visited, a.external.free:visited, a.external.text:visited { color: #23795B; } hr { background-color: #738d8a; } h1, h2, h3, h4, h5, h6 { border-color: #738d8a; } */ /*Framework oben*/ .mw-body, .portal { /* background-color:#edecec;*/ background: rgb(237, 236, 236); background: rgba(237, 236, 236, 0.6); } .mw-body { border: 1px solid #c3c3c3; } div.vectorTabs .selected { background: #c3c3c3; } div.vectorTabs span { background: transparent; } div.vectorTabs ul { background: none; } div.vectorTabs ul li { background: none; background-color: #edecec; border: 1px solid #c3c3c3; border-bottom: none; border-width: 1px 1px 1px 0; } div.vectorTabs li.selected { background: #c3c3c3; } div.vectorTabs li a { color: #4d4d4d; } div#mw-head div.vectorMenu h3 { background: #edecec; border: 1px solid #c3c3c3; } div.vectorTabs ul li { border: 1px solid #c3c3c3; } a:visited, div#mw-panel div.portal div.body ul li a:visited { color:#616161; } #p-personal a, #p-personal a:active, #p-personal a:visited { /* color:#edecec;*/ color:#111111; } #p-personal a.new, #p-personal a.new:visited { color: #222222; } #pt-userspace a.new, #pt-userspace a.new:visited { color: #edecec; } /*Framework links*/ div#mw-panel div.portal div.body ul li a { color:#666666; } div#mw-panel #p-logo + div.portal h3, div#mw-panel div.portal h3 { background-color: #c3c3c3; } /*Framework unten*/ div#footer ul li { color:#222; } #footer-info-copyright a, #footer-places-privacy a, #footer-places-about a, #footer-places-disclaimer a, #footer-info-copyright a.external { color:#000; } hr { background-color: #c3c3c3; } .gallery { background-color:#e5e7e4; } .gallery li, li.gallerybox div.thumb { background-color: #dcdcdc; } /*maincontent*/ #toc, .toc, .mw-warning, .toccolours, .Infobox, #catlinks, .mw-code, div.thumbinner, .thumb, .Image, .Edit, .Disambig { background-color:#e5e7e4; } .Quote { background-color:#dcdcdc; } .Infobox, .Edit, .Disambig, .catlinks, h1, h2, h3, h4, h5, h6{ border-color: #c3c3c3; } .Image { border: 1px solid #c3c3c3c; } .Infobox tr:first-child th { background-color:#c3c3c3; color:#000; } .Infobox th { background-color:#dcdcdc; } /* === Main Page === */ .mainwr, .mainleft, .mainright { background-color: #f5f5f5; border: 1px solid #c3c3c3; } .mainleft div.headline, .mainwr div.headline { background-color:#dcdcdc; border: 1px solid #55555; } .mainright div.headline { background-color:#e5e7e4; border: 1px solid #555555; } div.thumbinner, .thumb { background-color: #e5e7e4; }