MediaWiki:Legend.css: Unterschied zwischen den Versionen
Aus WikiRaider.de
(Die Seite wurde neu angelegt: „body { background-color:#4b6b60; } a, a.external.free, a.external.text { color:#4b6b60; } →Framework oben: .mw-body, .portal { background-color:#c…“) |
|||
Zeile 4: | Zeile 4: | ||
a, a.external.free, a.external.text { | a, a.external.free, a.external.text { | ||
− | color:#4b6b60; | + | color:#139467; /*#4b6b60;*/ |
} | } | ||
+ | a:visited, a.external.free:visited, a.external.text:visited { | ||
+ | color:#23795B; /*#3a5a50;*/ | ||
+ | } | ||
+ | hr { | ||
+ | background-color: #738d8a; | ||
+ | } | ||
+ | h1, h2, h3, h4, h5, h6{ | ||
+ | border-color: #738d8a; | ||
+ | } | ||
+ | /*FRAMEWORK*/ | ||
/*Framework oben*/ | /*Framework oben*/ | ||
Zeile 20: | Zeile 30: | ||
border: 1px solid #738d8a; | border: 1px solid #738d8a; | ||
} | } | ||
− | |||
div.legendTabs .selected { | div.legendTabs .selected { | ||
− | + | background: #738d8a; | |
} | } | ||
div.legendTabs span { | div.legendTabs span { | ||
− | + | background: transparent; | |
} | } | ||
− | |||
div.legendTabs ul { | div.legendTabs ul { | ||
Zeile 38: | Zeile 46: | ||
background: none; | background: none; | ||
background-color: #c6d6d9; | background-color: #c6d6d9; | ||
− | border: 1px solid #738d8a; | + | border: 1px solid #738d8a; |
− | border-bottom: none; | + | border-bottom: none; |
border-width: 1px 1px 1px 0; | border-width: 1px 1px 1px 0; | ||
} | } | ||
Zeile 50: | Zeile 58: | ||
color: #0b5048; | color: #0b5048; | ||
} | } | ||
− | |||
div#mw-head div.legendMenu h3 { | div#mw-head div.legendMenu h3 { | ||
background: #c6d6d9; | background: #c6d6d9; | ||
− | border: 1px solid #738d8a; | + | border: 1px solid #738d8a; |
} | } | ||
− | |||
− | |||
div.legendTabs ul li { | div.legendTabs ul li { | ||
− | border: 1px solid #738d8a; | + | border: 1px solid #738d8a; |
} | } | ||
− | + | div#mw-panel div.portal div.body ul li a:visited { | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
color:#3a5a50; | color:#3a5a50; | ||
} | } | ||
Zeile 79: | Zeile 77: | ||
#p-personal a.new { | #p-personal a.new { | ||
− | |||
color: #bdcbc5; | color: #bdcbc5; | ||
} | } | ||
Zeile 90: | Zeile 87: | ||
+ | /*Framework links*/ | ||
− | |||
− | |||
div#mw-panel div.portal div.body ul li a { | div#mw-panel div.portal div.body ul li a { | ||
color:#4b6b60; | color:#4b6b60; | ||
} | } | ||
− | |||
− | |||
div#mw-panel #p-logo + div.portal h3, | div#mw-panel #p-logo + div.portal h3, | ||
Zeile 118: | Zeile 112: | ||
− | + | ||
− | + | /*MAIN CONTENT*/ | |
− | + | ||
+ | /*mediawiki Content*/ | ||
.gallery { | .gallery { | ||
background-color:#D0D5D8; | background-color:#D0D5D8; | ||
} | } | ||
− | |||
.gallery li, li.gallerybox div.thumb { | .gallery li, li.gallerybox div.thumb { | ||
− | background-color: #B0BFC2; | + | background-color: #B0BFC2; |
} | } | ||
+ | #toc, .toc, .mw-warning, .toccolours, #catlinks, .mw-code, div.thumbinner, .thumb { | ||
+ | background-color:#D0D5D8; | ||
+ | } | ||
+ | div.thumbinner, .thumb { | ||
+ | background-color: #b0bfc2; | ||
+ | } | ||
+ | .catlinks { | ||
+ | border-color: #738d8a; | ||
+ | } | ||
− | /* | + | /*WikiRaider Contant*/ |
− | + | .Infobox, .Image, .Edit, .Disambig { | |
background-color:#D0D5D8; | background-color:#D0D5D8; | ||
} | } | ||
Zeile 146: | Zeile 149: | ||
} | } | ||
− | .Infobox, .Edit, .Disambig | + | .Infobox, .Edit, .Disambig { |
border-color: #738d8a; | border-color: #738d8a; | ||
− | } | + | } |
.Image { | .Image { | ||
Zeile 166: | Zeile 169: | ||
/*.Infobox th a { | /*.Infobox th a { | ||
color:#4b6b60; | color:#4b6b60; | ||
− | }*/ | + | } |
+ | warum ist das nicht mehr benutzt???? | ||
+ | */ | ||
Zeile 175: | Zeile 180: | ||
/* === Main Page === */ | /* === Main Page === */ | ||
− | .mainwr, | + | .mainwr, .mainleft, .mainright { |
− | .mainleft, | ||
− | .mainright | ||
background-color: #ccdde0; | background-color: #ccdde0; | ||
border: 1px solid #738d8a; | border: 1px solid #738d8a; | ||
} | } | ||
− | |||
.mainleft div.headline, .mainwr div.headline { | .mainleft div.headline, .mainwr div.headline { | ||
Zeile 191: | Zeile 193: | ||
background-color:#D0D5D8; | background-color:#D0D5D8; | ||
border: 1px solid #94A3A6; | border: 1px solid #94A3A6; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Version vom 16. November 2016, 18:27 Uhr
body { background-color:#4b6b60; } a, a.external.free, a.external.text { color:#139467; /*#4b6b60;*/ } a:visited, a.external.free:visited, a.external.text:visited { color:#23795B; /*#3a5a50;*/ } hr { background-color: #738d8a; } h1, h2, h3, h4, h5, h6{ border-color: #738d8a; } /*FRAMEWORK*/ /*Framework oben*/ .mw-body, .portal { background-color:#c6d6d9; } .mw-body { border: 1px solid #738d8a; } div.legendTabs .selected { background: #738d8a; } div.legendTabs span { background: transparent; } div.legendTabs ul { background: none; } div.legendTabs ul li { background: none; background-color: #c6d6d9; border: 1px solid #738d8a; border-bottom: none; border-width: 1px 1px 1px 0; } div.legendTabs li.selected { background: #738d8a; } div.legendTabs li a { color: #0b5048; } div#mw-head div.legendMenu h3 { background: #c6d6d9; border: 1px solid #738d8a; } div.legendTabs ul li { border: 1px solid #738d8a; } div#mw-panel div.portal div.body ul li a:visited { color:#3a5a50; } #p-personal a, #p-personal a:active, #p-personal a:visited { color:#c6d6d9; } #p-personal a.new { color: #bdcbc5; } #pt-userspace a.new, #pt-userspace a.new:visited { color: #c6d6d9; } /*Framework links*/ div#mw-panel div.portal div.body ul li a { color:#4b6b60; } div#mw-panel #p-logo + div.portal h3, div#mw-panel div.portal h3 { background-color: #738d8a; } /*Framework unten*/ div#footer ul li { color:#fff; } #footer-info-copyright a, #footer-places-privacy a, #footer-places-about a, #footer-places-disclaimer a { color:#c6d6d9; } /*MAIN CONTENT*/ /*mediawiki Content*/ .gallery { background-color:#D0D5D8; } .gallery li, li.gallerybox div.thumb { background-color: #B0BFC2; } #toc, .toc, .mw-warning, .toccolours, #catlinks, .mw-code, div.thumbinner, .thumb { background-color:#D0D5D8; } div.thumbinner, .thumb { background-color: #b0bfc2; } .catlinks { border-color: #738d8a; } /*WikiRaider Contant*/ .Infobox, .Image, .Edit, .Disambig { background-color:#D0D5D8; } .Quote { background-color:#B0BFC2; } .Infobox, .Edit, .Disambig { border-color: #738d8a; } .Image { border: 1px solid #738d8a; } .Infobox tr:first-child th { background-color:#738D8A; color:#000; } .Infobox th { background-color:#b0bfc2; } /*.Infobox th a { color:#4b6b60; } warum ist das nicht mehr benutzt???? */ /* === Main Page === */ .mainwr, .mainleft, .mainright { background-color: #ccdde0; border: 1px solid #738d8a; } .mainleft div.headline, .mainwr div.headline { background-color:#B0BFC2; border: 1px solid #94A3A6; } .mainright div.headline { background-color:#D0D5D8; border: 1px solid #94A3A6; }