Difference between revisions of "MediaWiki:Legend.css"
From WikiRaider
m |
|||
| (7 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
body { | body { | ||
| − | background-color:#4b6b60; | + | background-color: #4b6b60; |
} | } | ||
| − | a { | + | a, a.external.free, a.external.text { |
| − | color:# | + | color: #139467; |
} | } | ||
| + | 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*/ | ||
/*Framework oben*/ | /*Framework oben*/ | ||
.mw-body, .portal { | .mw-body, .portal { | ||
| − | background-color:#c6d6d9; | + | background-color: #c6d6d9; |
} | } | ||
| Line 21: | Line 31: | ||
} | } | ||
| − | + | div.legendTabs .selected { | |
| − | div. | + | background: #738d8a; |
| − | |||
| − | |||
} | } | ||
div.legendTabs span { | div.legendTabs span { | ||
| − | + | background: transparent; | |
} | } | ||
| − | + | div.legendTabs ul { | |
| − | |||
| − | div.legendTabs ul | ||
background: none; | background: none; | ||
} | } | ||
| Line 40: | Line 46: | ||
background: none; | background: none; | ||
background-color: #c6d6d9; | background-color: #c6d6d9; | ||
| − | border: | + | border: solid #738d8a; |
| − | border-bottom: none; | + | border-width: 1px 1px 0 0; |
| − | border-width: 1px 1px 1px 0 | + | /*border-bottom: none; |
| − | + | border-width: 1px 1px 1px 0;*/ | |
} | } | ||
| Line 53: | Line 59: | ||
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 { | ||
| + | border: 1px solid #738d8a; | ||
| + | } | ||
| − | + | div#mw-panel div.portal div.body ul li a:visited { | |
| − | + | color: #3a5a50; | |
| − | color:#3a5a50; | ||
} | } | ||
#p-personal a, #p-personal a:active, #p-personal a:visited { | #p-personal a, #p-personal a:active, #p-personal a:visited { | ||
| − | color:#c6d6d9; | + | color: #c6d6d9; |
} | } | ||
| − | #p-personal a.new { | + | #p-personal a.new, #p-personal a.new:visited { |
| − | |||
color: #bdcbc5; | color: #bdcbc5; | ||
} | } | ||
| − | #pt-userspace a.new, | + | #pt-userspace a.new, #pt-userspace a.new:visited { |
| − | #pt-userspace a.new:visited { | ||
color: #c6d6d9; | color: #c6d6d9; | ||
} | } | ||
| Line 82: | Line 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 div.portal h3 { | |
| − | |||
| − | div#mw-panel #p-logo + div.portal h3, | ||
| − | div#mw-panel div.portal h3 { | ||
background-color: #738d8a; | background-color: #738d8a; | ||
} | } | ||
| Line 101: | Line 102: | ||
div#footer ul li { | div#footer ul li { | ||
| − | color:# | + | color: #ffffff; |
} | } | ||
#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 { | ||
| − | color:#c6d6d9; | + | color: #c6d6d9; |
} | } | ||
| Line 111: | Line 112: | ||
| − | /* | + | /*MAIN CONTENT*/ |
| − | + | /*mediawiki Content*/ | |
| − | background-color:#D0D5D8; | + | |
| + | .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; | 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 { | .Infobox tr:first-child th { | ||
| − | background-color:#738D8A; | + | background-color: #738D8A; |
| − | color:# | + | color: #000000; |
} | } | ||
.Infobox th { | .Infobox th { | ||
| − | background-color:# | + | background-color: #b0bfc2; |
} | } | ||
| − | .Infobox th a { | + | /*.Infobox th a { |
| − | color:#4b6b60; | + | color: #4b6b60; |
} | } | ||
| − | + | warum ist das nicht mehr benutzt???? | |
| + | */ | ||
| Line 142: | Line 175: | ||
/* === 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, . | + | background-color: #B0BFC2; |
| − | background-color: # | + | border: 1px solid #94A3A6; |
| − | border | ||
} | } | ||
| − | div. | + | .mainright div.headline { |
| − | + | background-color: #D0D5D8; | |
| − | background-color: # | + | border: 1px solid #94A3A6; |
} | } | ||
Latest revision as of 22:28, 17 November 2016
body {
background-color: #4b6b60;
}
a, a.external.free, a.external.text {
color: #139467;
}
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*/
/*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: solid #738d8a;
border-width: 1px 1px 0 0;
/*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, #p-personal a.new:visited {
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: #ffffff;
}
#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: #000000;
}
.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;
}