(navhead) |
(auch hier sollte der background schwarz sein) |
||
| (11 dazwischenliegende Versionen von 4 Benutzern werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
html, #content, #p-navigation li a, #p-fnord li a, #p-tb li a, #p-cactions, #column-content, #firstHeading, #bodyContent, body img, | div#content, div#footer, html, #content, #p-navigation li a, #p-fnord li a, #p-tb li a, #p-cactions, #column-content, #firstHeading, #bodyContent, #mw-content-text, body img, #catlinks, #globalWrapper, #p-logo, .pBody ul, #searchform, body code, #p-cactions li { | ||
#catlinks, #globalWrapper, #p-logo, .pBody ul, #searchform, body code { | |||
background: black; | background: black; | ||
color: #cf461a; | color: #cf461a; | ||
} | } | ||
#firstHeading { font-size: 200%; } | #firstHeading { font-size: 200%; } | ||
/* text */ | /* text */ | ||
body h2, body h3, body b, #catlinks { | body h2, body h3, body b, #catlinks { | ||
| Zeile 16: | Zeile 15: | ||
} | } | ||
.catlinks { border-color: #69b1fb; } | .catlinks { border-color: #69b1fb; } | ||
body p, body ul, body code, td { | body p, body ul, body code, td { | ||
color: #69b1fb; | color: #69b1fb; | ||
} | } | ||
table tbody tr td { | |||
vertical-align:top; | |||
} | |||
test div#bodyContent, test div#bodyContent p, test div#bodyContent ul { /* remove any test in this line for round corners and shadow */ | test div#bodyContent, test div#bodyContent p, test div#bodyContent ul { /* remove any test in this line for round corners and shadow */ | ||
border: 1px solid #888; | border: 1px solid #888; | ||
| Zeile 28: | Zeile 32: | ||
-moz-border-radius: 5px; /* for Firefox */ | -moz-border-radius: 5px; /* for Firefox */ | ||
-moz-box-shadow: 10px 10px 5px #888; | -moz-box-shadow: 10px 10px 5px #888; | ||
-o-box-shadow: 10px 10px 5px #888; | -o-box-shadow: 10px 10px 5px #888; | ||
-icab-box-shadow: 10px 10px 5px #888; | -icab-box-shadow: 10px 10px 5px #888; | ||
-khtml-box-shadow: 10px 10px 5px #888; | -khtml-box-shadow: 10px 10px 5px #888; | ||
box-shadow: 10px 10px 5px #888; | box-shadow: 10px 10px 5px #888; | ||
} | } | ||
/* side-banner weg */ | /* side-banner weg */ | ||
.generated-sidebar img { | .generated-sidebar img { | ||
display: none; | display: none; | ||
} | } | ||
/* verdammtes thumbnail nervt, also workaround */ | /* verdammtes thumbnail nervt, also workaround */ | ||
div.thumbinner { | div.thumbinner { | ||
| Zeile 50: | Zeile 53: | ||
border-width: 1; | border-width: 1; | ||
} | } | ||
html .thumbimage { | html .thumbimage { | ||
background-color: black; | background-color: black; | ||
border-style: none; | border-style: none; | ||
} | } | ||
div.tright, div.tleft { | div.tright, div.tleft { | ||
border-width: 0; | border-width: 0; | ||
padding: 1em; | padding: 1em; | ||
} | } | ||
/* links */ | /* links */ | ||
body a:link, #bodyContent a.external, #p-personal li a:link, #p-personal li a.new:link { color: #cf461a; } | body a:link, #bodyContent a.external, #p-personal li a:link, #p-personal li a.new:link { color: #cf461a; } | ||
| Zeile 71: | Zeile 73: | ||
#bodyContent a.external { margin: 0px; padding: 0 16px 0 3px; } | #bodyContent a.external { margin: 0px; padding: 0 16px 0 3px; } | ||
#bodyContent a.external:hover { margin: -1px; padding: 0 15px 0 -2px; border: 1px solid #cf461a; } | #bodyContent a.external:hover { margin: -1px; padding: 0 15px 0 -2px; border: 1px solid #cf461a; } | ||
/* links: navi oben */ | /* links: navi oben */ | ||
#p-cactions li a { background: #69b1fb; } | #p-cactions li a { background: #69b1fb; } | ||
| Zeile 77: | Zeile 79: | ||
#p-cactions li a:hover { background: #ff5656; } | #p-cactions li a:hover { background: #ff5656; } | ||
#p-cactions li a:active { background: #cf461a; } | #p-cactions li a:active { background: #cf461a; } | ||
/* search */ | /* search */ | ||
input { | input { | ||
| Zeile 86: | Zeile 88: | ||
div.NavHead { | div.NavHead { | ||
background-color: black; | |||
} | } | ||
table.gallery, table.gallery tbody tr td { background-color: black; border: 0; } | |||
table.toc, table.toc tbody tr td { background-color: black; border: 0; } | |||
[[Kategorie:GPN10]] | |||
Aktuelle Version vom 22. Juni 2023, 21:12 Uhr
div#content, div#footer, html, #content, #p-navigation li a, #p-fnord li a, #p-tb li a, #p-cactions, #column-content, #firstHeading, #bodyContent, #mw-content-text, body img, #catlinks, #globalWrapper, #p-logo, .pBody ul, #searchform, body code, #p-cactions li {
background: black;
color: #cf461a;
}
#firstHeading { font-size: 200%; }
/* text */
body h2, body h3, body b, #catlinks {
color: #cf461a;
}
/* h* */ body h1, body h2, body h3, body h4, body h5, body h6,
/* left-navigation */ #p-navigation ul li, #p-portlet2 ul li, #p-portlet3 ul li, #p-search ul li, #p-tb ul li, #p-fnord ul li {
border-bottom-color: #cf461a;
}
.catlinks { border-color: #69b1fb; }
body p, body ul, body code, td {
color: #69b1fb;
}
table tbody tr td {
vertical-align:top;
}
test div#bodyContent, test div#bodyContent p, test div#bodyContent ul { /* remove any test in this line for round corners and shadow */
border: 1px solid #888;
border-shadow:5px;
border-shadow-fade:50%;
-webkit-border-radius: 5px; /* for Safari */
-webkit-box-shadow: 10px 10px 5px #888;
-moz-border-radius: 5px; /* for Firefox */
-moz-box-shadow: 10px 10px 5px #888;
-o-box-shadow: 10px 10px 5px #888;
-icab-box-shadow: 10px 10px 5px #888;
-khtml-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
}
/* side-banner weg */
.generated-sidebar img {
display: none;
}
/* verdammtes thumbnail nervt, also workaround */
div.thumbinner {
background-color: black;
border-color: #69b1fb;
border-style: solid;
border-width: 1;
}
html .thumbimage {
background-color: black;
border-style: none;
}
div.tright, div.tleft {
border-width: 0;
padding: 1em;
}
/* links */
body a:link, #bodyContent a.external, #p-personal li a:link, #p-personal li a.new:link { color: #cf461a; }
body a:visited, #p-personal li a:visited, #p-personal li a.new:visited { color: #ff5656; }
body a:active, #p-personal li a:active, #p-personal li a.new:active { color: #ff0000; }
body a, #bodyContent a.external, #p-personal li a, #p-personal li a.new { text-decoration: none;
margin: -3px; padding: 0 3px; }
body a:hover, #p-personal li a:hover, #p-personal li a.new:hover { margin: -3px; padding: 0 2px; border: 1px solid #cf461a; }
#bodyContent a.external { margin: 0px; padding: 0 16px 0 3px; }
#bodyContent a.external:hover { margin: -1px; padding: 0 15px 0 -2px; border: 1px solid #cf461a; }
/* links: navi oben */
#p-cactions li a { background: #69b1fb; }
#p-cactions li.selected a { background: #cf461a; }
#p-cactions li a:hover { background: #ff5656; }
#p-cactions li a:active { background: #cf461a; }
/* search */
input {
background-color: black;
color: #69b1fb;
border: solid 1px;
}
div.NavHead {
background-color: black;
}
table.gallery, table.gallery tbody tr td { background-color: black; border: 0; }
table.toc, table.toc tbody tr td { background-color: black; border: 0; }