MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Maggus (Diskussion | Beiträge) (Hintergundbilder eingesetzt) |
Maggus (Diskussion | Beiträge) (realbox) |
||
(138 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt) | |||
Zeile 8: | Zeile 8: | ||
.versteckt { | .versteckt { | ||
display: none; | display: none; | ||
+ | } | ||
+ | .mw-content-ltr { | ||
+ | max-width: 60em; | ||
+ | min-width: 30em; | ||
+ | padding-right: 30em; | ||
} | } | ||
+ | a.new { | ||
+ | color:slategray; | ||
+ | } | ||
+ | img { | ||
+ | height: auto; | ||
+ | width: auto; | ||
+ | } | ||
/* ----------------------------------------------------------------- | /* ----------------------------------------------------------------- | ||
Navigationsleisten | Navigationsleisten | ||
Zeile 127: | Zeile 139: | ||
} | } | ||
+ | |||
+ | /* Formular-Tabelle */ | ||
+ | /* | ||
+ | |||
+ | |||
+ | table { | ||
+ | height: auto; | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | formtable { | ||
+ | margin: 1em; | ||
+ | background-color: #eee; | ||
+ | border: 1px solid #000; | ||
+ | border-collapse: collapse; | ||
+ | empty-cells: show; | ||
+ | page-break-inside: avoid; | ||
+ | } | ||
/* ----------------------------------------------------------------- | /* ----------------------------------------------------------------- | ||
Zeile 133: | Zeile 163: | ||
.infobox { | .infobox { | ||
− | background-color: # | + | background-color: #ecf9ff; |
− | border: | + | background: linear-gradient(to right, #a2e3ff, #ecf9ff, #ecf9ff, #ecf9ff, #a2e3ff); |
+ | border: 3px solid #3babdc; | ||
border-radius: 0.5em; | border-radius: 0.5em; | ||
clear: right; | clear: right; | ||
float: right; | float: right; | ||
font-size: 90%; | font-size: 90%; | ||
− | margin | + | margin: 0.5em -30em 0.5em 0.5em; // bis 23.10.14: 0.5em 0 0.5em 1em; |
− | + | padding: 0em; | |
− | + | width: 30em; // vor 15.04.14: max-width: 30em; min-width: 30em; | |
− | padding: | ||
− | width: | ||
} | } | ||
.infobox > tbody > tr > th { | .infobox > tbody > tr > th { | ||
− | background- | + | background-color: #3babdc; |
− | |||
font-size: larger; | font-size: larger; | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
+ | padding: 0.3em 0 0.3em; | ||
} | } | ||
.infobox > tbody > tr > td:first-child { | .infobox > tbody > tr > td:first-child { | ||
Zeile 156: | Zeile 185: | ||
width: 10em; | width: 10em; | ||
vertical-align: top; | vertical-align: top; | ||
+ | padding-left: 0.2em; | ||
} | } | ||
.infobox > tbody > tr > td:nth-child(2) { | .infobox > tbody > tr > td:nth-child(2) { | ||
vertical-align: top; | vertical-align: top; | ||
+ | padding-right: 0.2em; | ||
} | } | ||
.infobox > tbody > tr > td.trennlinie { | .infobox > tbody > tr > td.trennlinie { | ||
− | background-color: # | + | background-color: #3babdc; |
− | height: | + | height: 0.05px; |
+ | } | ||
+ | |||
+ | .weltbox { | ||
+ | background-color: #ecf9ff; | ||
+ | background: linear-gradient(to right, #a2e3ff, #ecf9ff, #ecf9ff, #ecf9ff, #a2e3ff); | ||
+ | border: 3px solid #3babdc; | ||
+ | border-radius: 0.5em; | ||
+ | clear: right; | ||
+ | float: right; | ||
+ | font-size: 90%; | ||
+ | margin: 0.5em -30em 0.5em 0.5em; // bis 23.10.14: 0.5em 0 0.5em 1em; | ||
+ | padding: 0em; | ||
+ | width: 30em; // vor 15.04.14: max-width: 30em; min-width: 30em; | ||
+ | line-height: 1.2em; | ||
+ | } | ||
+ | .weltbox > tbody > tr > th { | ||
+ | background-color: #3babdc; | ||
+ | font-size: larger; | ||
+ | font-weight: bold; | ||
+ | text-align: center; | ||
+ | padding: 0.3em 0 0.3em; | ||
+ | line-height: 1.5em; | ||
+ | } | ||
+ | .weltbox > tbody > tr > td:first-child { | ||
+ | font-weight: normal; | ||
+ | width: 10em; | ||
+ | vertical-align: top; | ||
+ | padding-left: 0.2em; | ||
+ | } | ||
+ | .weltbox > tbody > tr > td:nth-child(2) { | ||
+ | vertical-align: top; | ||
+ | padding-right: 0.2em; | ||
+ | } | ||
+ | .weltbox > tbody > tr > td.trennlinie { | ||
+ | background-color: #3babdc; | ||
+ | height: 0.05px; | ||
+ | } | ||
+ | |||
+ | .regelbox { | ||
+ | background-color: #F2F2F2; | ||
+ | border: 3px solid #CCCCCC; | ||
+ | border-radius: 0.5em; | ||
+ | clear: right; | ||
+ | float: right; | ||
+ | font-size: 90%; | ||
+ | margin: 0.5em -30em 0.5em 0.5em; // bis 23.10.14: 0.5em 0 0.5em 1em; | ||
+ | padding: 0em; | ||
+ | width: 30em; | ||
+ | } | ||
+ | .regelbox > tbody > tr > th { | ||
+ | background-color: #EEEEE1; | ||
+ | font-size: larger; | ||
+ | font-weight: bold; | ||
+ | text-align: center; | ||
+ | padding: 0.3em 0 0.3em; | ||
+ | } | ||
+ | .regelbox > tbody > tr > td:first-child { | ||
+ | font-weight: normal; | ||
+ | width: 10em; | ||
+ | vertical-align: top; | ||
+ | padding-left: 0.2em; | ||
+ | } | ||
+ | .regelbox > tbody > tr > td:nth-child(2) { | ||
+ | vertical-align: top; | ||
+ | padding-right: 0.2em; | ||
+ | } | ||
+ | .regelbox > tbody > tr > td.trennlinie { | ||
+ | background-color: #EEEEE1; | ||
+ | height: 0.05px; | ||
} | } | ||
− | . | + | .irdischebox { |
− | + | // background-color: White; | |
− | + | // background: linear-gradient(to right,Linen,White,White,White); | |
− | + | border-left: 3px solid MidnightBlue; | |
− | + | // border-radius: 0.5em; | |
− | + | clear: right; | |
− | + | float: right; | |
− | + | font-size: 90%; | |
− | + | margin: 0.5em -30em 0.5em 0.5em; // bis 23.10.14: 0.5em 0 0.5em 1em; | |
− | + | padding: 0em; | |
+ | width: 30em; // vor 15.04.14: max-width: 30em; min-width: 30em; | ||
+ | line-height: 1.2em; | ||
+ | } | ||
+ | .irdischebox > tbody > tr > th { | ||
+ | background-color: MidnightBlue; | ||
+ | font-size: larger; | ||
+ | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
+ | padding: 0.3em 0 0.3em; | ||
+ | line-height: 1.5em; | ||
+ | color: Ivory; | ||
+ | } | ||
+ | .irdischebox > tbody > tr > td:first-child { | ||
+ | font-weight: normal; | ||
+ | width: 10em; | ||
+ | vertical-align: top; | ||
+ | padding-left: 0.2em; | ||
+ | } | ||
+ | .irdischebox > tbody > tr > td:nth-child(2) { | ||
+ | vertical-align: top; | ||
+ | padding-right: 0.2em; | ||
+ | } | ||
+ | .irdischebox > tbody > tr > td.trennlinie { | ||
+ | background-color: #89519C; | ||
+ | height: 0.05px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .realbox { | ||
+ | background-color: #ecf9ff; | ||
+ | background: linear-gradient(to right, #a2e3ff, #ecf9ff, #ecf9ff, #ecf9ff, #a2e3ff); | ||
+ | border: 3px solid #3babdc; | ||
+ | border-radius: 0.5em; | ||
+ | clear: right; | ||
+ | float: right; | ||
font-size: 90%; | font-size: 90%; | ||
+ | margin: 0.5em -30em 0.5em 0.5em; // bis 23.10.14: 0.5em 0 0.5em 1em; | ||
+ | padding: 0em; | ||
+ | width: 30em; // vor 15.04.14: max-width: 30em; min-width: 30em; | ||
+ | line-height: 1.2em; | ||
+ | } | ||
+ | .realbox > tbody > tr > th { | ||
+ | background-color: MidnightBlue; | ||
+ | font-size: larger; | ||
+ | font-weight: bold; | ||
+ | text-align: center; | ||
+ | padding: 0.3em 0 0.3em; | ||
+ | line-height: 1.5em; | ||
+ | color: Ivory; | ||
+ | } | ||
+ | .realbox > tbody > tr > td:first-child { | ||
+ | font-weight: normal; | ||
+ | width: 10em; | ||
+ | vertical-align: top; | ||
+ | padding-left: 0.2em; | ||
+ | } | ||
+ | .realbox > tbody > tr > td:nth-child(2) { | ||
+ | vertical-align: top; | ||
+ | padding-right: 0.2em; | ||
+ | } | ||
+ | .realbox > tbody > tr > td.trennlinie { | ||
+ | background-color: #89519C; | ||
+ | height: 0.05px; | ||
} | } | ||
+ | |||
.teaser { | .teaser { | ||
+ | border: 2px solid #999; | ||
+ | border-radius: 1em; | ||
float: left; | float: left; | ||
+ | font-size: 0.9em; | ||
+ | margin: 0.5em 1em 0.5em 0em; | ||
+ | width: 20em; | ||
overflow: hidden; | overflow: hidden; | ||
− | + | padding: 0.3em; | |
− | + | } | |
− | background-image: url("http://splitterwiki.de/w/images/ | + | |
+ | .textbox { | ||
+ | overflow: auto; | ||
+ | border: 1px solid #ccc; | ||
+ | border-radius: 0.5em; | ||
+ | margin: 0 0.5em 0.5em 0em; | ||
+ | padding: 0.5em; | ||
+ | } | ||
+ | |||
+ | .textbox.grau { | ||
+ | background-color: #F2F2F2; | ||
+ | } | ||
+ | |||
+ | .textbox.gelb { | ||
+ | background-color: #FFFFE0; | ||
+ | } | ||
+ | |||
+ | .textbox.weiss{ | ||
+ | background-color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | .textbox.rot{ | ||
+ | background-color: #E80000; | ||
+ | } | ||
+ | |||
+ | .textbox.hellblau{ | ||
+ | background-color: lightblue; | ||
+ | } | ||
+ | |||
+ | .textbox.hellerblau{ | ||
+ | background-color: AliceBlue; | ||
+ | } | ||
+ | |||
+ | .textbox.gemustert{ | ||
+ | background-image: url("http://splitterwiki.de/w/images/Hintergrundbild_gelb.jpg"); | ||
background-size: 100%; | background-size: 100%; | ||
border: 3px solid #999; | border: 3px solid #999; | ||
Zeile 190: | Zeile 391: | ||
margin: 0.5em 1em 0.5em 0em; | margin: 0.5em 1em 0.5em 0em; | ||
padding: 0.3em; | padding: 0.3em; | ||
+ | } | ||
+ | |||
+ | .textbox h2, h3, h4, h5, h6 { | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | font-size: 125%; | ||
+ | border: none !important; | ||
+ | margin: 0.5em 0; | ||
+ | } | ||
+ | |||
+ | .textbox ul { | ||
+ | margin: 0 0 0 1em; | ||
+ | margin-top: 0px; | ||
+ | } | ||
+ | |||
+ | .GehörtZuBox { | ||
+ | overflow: auto; | ||
+ | border-top: 1px solid #006; | ||
+ | border-right: 1px solid #006; | ||
+ | border-radius: 0.3em; | ||
+ | margin: 0.5em 0.5em 0.5em 0em; | ||
+ | padding: 0.5em; | ||
+ | } | ||
+ | |||
+ | .GehörtZuBox h2, h3, h4, h5, h6 { | ||
+ | margin: 0 !important; | ||
+ | font-size: 1em !important; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .kachel { | ||
+ | overflow: auto; | ||
+ | border: 1px solid hellergrau; | ||
+ | border-radius: 0.15em; | ||
+ | margin: 0.3em ; | ||
+ | padding: 0.3em; | ||
+ | box-shadow: 2px 2px 5px 1px #aaa; | ||
+ | } | ||
+ | |||
+ | .formularbox { | ||
+ | overflow: auto; | ||
+ | border: 1px solid #ccc; | ||
+ | border-radius: 0.5em; | ||
+ | margin: 0 0.5em 0.5em 0em; | ||
+ | padding: 0.5em; | ||
+ | min-height: 4em; | ||
+ | min-width: 20em; | ||
+ | background-color: #fff; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | |||
+ | .hinweis-top { | ||
+ | overflow: auto; | ||
+ | background-color: #F2F2F2; | ||
+ | border: 1px solid #ccc; | ||
+ | border-radius: 0.5em; | ||
+ | margin: 0.5em 1em 0.5em 0em; | ||
+ | padding: 0.5em; | ||
+ | } | ||
+ | |||
+ | .beitrag { | ||
+ | background: none repeat scroll 0 0; | ||
+ | margin: 0.5em; | ||
+ | padding: 1em; | ||
+ | overflow: auto; | ||
+ | border-width: 1px 3px 3px 1px; | ||
+ | border-style: solid; | ||
+ | border-color: #eee #999 #999 #eee; | ||
+ | box-sizing: border-box; | ||
+ | box-shadow: 2px 2px 5px 1px #aaa; | ||
+ | } | ||
+ | |||
+ | .autoren-kommentar { | ||
+ | background: none repeat scroll 0 0 lightyellow; | ||
+ | margin: 0.5em; | ||
+ | padding: 0.5em; | ||
+ | overflow: auto; | ||
+ | border-width: 1px 3px 3px 1px; | ||
+ | border-style: solid; | ||
+ | border-color: #eee #999 #999 #eee; | ||
+ | box-sizing: border-box; | ||
+ | box-shadow: 2px 2px 5px 1px #aaa; | ||
+ | } | ||
+ | |||
+ | .autoren-kommentar > .label { | ||
+ | float: right; | ||
+ | background: #999; | ||
+ | margin: 0.3em; | ||
+ | padding: 0.3em; | ||
+ | overflow: auto; | ||
+ | color: lightyellow; | ||
+ | font-style: italic; | ||
+ | } | ||
+ | |||
+ | .label a { | ||
+ | color: lightyellow; | ||
+ | } | ||
+ | |||
+ | .small a.new { | ||
+ | color: slategray; | ||
+ | } | ||
+ | |||
+ | .splittermond { | ||
+ | background-image: url("http://splitterwiki.de/w/images/Splittermond-Logo_Slide.jpg"); | ||
+ | background-size: contain; | ||
+ | background-position: center; | ||
+ | background-repeat:no-repeat; | ||
} | } | ||
Zeile 197: | Zeile 505: | ||
.blau { | .blau { | ||
− | background-color: # | + | background-color: #3babdc; // Splittermond-Blau |
+ | } | ||
+ | .hellblau { | ||
+ | background-color: lightblue; // helleres Splittermond-Blau | ||
+ | } | ||
+ | .hellerblau { | ||
+ | background-color: AliceBlue; // noch helleres Splittermond-Blau | ||
} | } | ||
.orange { | .orange { | ||
background-color: #aaa; | background-color: #aaa; | ||
+ | } | ||
+ | .weiss { | ||
+ | background-color: #FFF; // | ||
} | } | ||
+ | .rot { | ||
+ | background-color: #E80000; // | ||
+ | } | ||
+ | .gelb { | ||
+ | background-color: #FFFFE0; // | ||
+ | } | ||
+ | .grau { | ||
+ | background-color: #F2F2F2; // | ||
+ | } | ||
+ | .hellgrau { | ||
+ | background-color: #f2f3f4; // | ||
+ | } | ||
+ | .hellergrau { | ||
+ | background-color: WhiteSmoke; // | ||
+ | } | ||
+ | .blauverlauf { | ||
+ | background-color: #ecf9ff; | ||
+ | background: linear-gradient(to right, #a2e3ff, #ecf9ff, #ecf9ff, #ecf9ff, #a2e3ff); | ||
+ | background-size: 100%; | ||
+ | } | ||
+ | |||
+ | .beige { | ||
+ | background-color: beige; // | ||
+ | } | ||
+ | .taube { | ||
+ | background-color: ghostwhite; // | ||
+ | } | ||
+ | .xxx { | ||
+ | background-color: #xxx; // | ||
+ | } | ||
/* ----------------------------------------------------------------- | /* ----------------------------------------------------------------- | ||
Zeile 217: | Zeile 564: | ||
text-align: right; | text-align: right; | ||
} | } | ||
+ | .Details { | ||
+ | color: grey; | ||
+ | } | ||
+ | Details { | ||
+ | color: grey; | ||
+ | } | ||
+ | .Seitenangabe { | ||
+ | color: grey; | ||
+ | } | ||
+ | Seitenangabe { | ||
+ | color: grey; | ||
+ | } | ||
+ | .Primaere_Quelle { | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | Primaere_Quelle { | ||
+ | font-weight: bold; | ||
+ | color: grey; | ||
+ | } | ||
+ | .Printindex { | ||
+ | font-style: italic; | ||
+ | } | ||
+ | Printindex { | ||
+ | font-style: italic; | ||
+ | color: grey; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* ----------------------------------------------------------------- | ||
+ | Absatz- und Überschrift Formatierungen | ||
+ | ----------------------------------------------------------------- */ | ||
+ | |||
+ | p { | ||
+ | -ms-hyphens: auto; | ||
+ | -moz-hyphens: auto; | ||
+ | -webkit-hyphens: auto; | ||
+ | hyphens: auto; | ||
+ | } | ||
+ | |||
+ | h2 { | ||
+ | border-bottom: none !important; | ||
+ | border-top: 1px solid #AAAAAA !important; | ||
+ | margin-top: 0.8em; | ||
+ | } | ||
+ | |||
+ | #toc h2, .toc h2 { | ||
+ | border: none !important; | ||
+ | } | ||
+ | |||
+ | h3, h4, h5, h6 { | ||
+ | border: none !important; | ||
+ | } | ||
+ | |||
+ | ul { | ||
+ | list-style-type: square; | ||
+ | list-style-image: none; | ||
+ | } | ||
+ | |||
+ | blockquote { | ||
+ | margin-left: 0.5em; | ||
+ | padding-left: 0.5em; | ||
+ | overflow: hidden; | ||
+ | border-left: 2px solid #EEEEEE; | ||
+ | } | ||
+ | .small { | ||
+ | font-size:0.8em; | ||
+ | line-height: 1.0em; | ||
+ | } | ||
+ | small { | ||
+ | font-size:0.8em; | ||
+ | line-height: 1.0em; | ||
+ | } | ||
+ | |||
+ | .liste-einzug { | ||
+ | text-indent:-1em; | ||
+ | margin: 0.1em 0em 0.1em 1em; | ||
+ | } | ||
+ | |||
+ | /* ----------------------------------------------------------------- | ||
+ | Kategorie Formatierungen (Standard ausblenden) | ||
+ | ----------------------------------------------------------------- */ | ||
+ | |||
+ | body.page-Category_Events #mw-subcategories {display: none} | ||
+ | body.page-Category_Events #mw-pages {display: none} |
Aktuelle Version vom 4. Oktober 2020, 21:28 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* -----------------------------------------------------------------
Allgemeine Formatierungen
----------------------------------------------------------------- */
.versteckt {
display: none;
}
.mw-content-ltr {
max-width: 60em;
min-width: 30em;
padding-right: 30em;
}
a.new {
color:slategray;
}
img {
height: auto;
width: auto;
}
/* -----------------------------------------------------------------
Navigationsleisten
----------------------------------------------------------------- */
.NavToggle,
.NavToggleEnglish {
float: right;
font-size: x-small;
}
div.BoxenVerschmelzen, div.NavFrame,
div.BoxenVerschmelzen, div.NavFrameEnglish {
border: 1px solid #bbbbbb; // vor 03.04.14: #aaa;
border-collapse: collapse;
clear: both;
font-size: 95%;
margin: 0px;
padding: 2px;
text-align: center;
}
div.BoxenVerschmelzen div.NavFrame,
div.BoxenVerschmelzen div.NavFrameEnglish {
border-style: none;
border-style: hidden;
}
div.NavFrame + div.NavFrame,
div.NavFrameEnglish + div.NavFrameEnglish {
border-top-style: none;
border-top-style: hidden;
}
div.NavFrame div.NavHead,
div.NavFrameEnglish div.NavHead {
background-color: #A9D0F5; // vor 03.04.14: #ccf;
font-size: 100%;
font-weight: bold;
}
div.NavEnd {
clear: both;
line-height: 1px;
margin: 0;
padding: 0;
}
div.NavPic {
background-color: #fff;
float: left;
margin: 0;
padding: 2px;
}
/* -----------------------------------------------------------------
Tabellen-Formatierungen
----------------------------------------------------------------- */
/* Standard-Tabelle */
/*
.tabelle {
margin: 1em;
background-color: #fff;
border: 1px solid #000;
border-collapse: collapse;
empty-cells: show;
page-break-inside: avoid;
}
.tabelle > tbody > tr > th,
.tabelle > tbody > tr > td {
border: 1px solid #000;
padding: 0.2em;
}
.tabelle > tbody > tr > th {
background-color: #eee;
font-size: 110%;
font-weight: bold;
text-align: center;
}
*/
.rahmen,
.rahmen > tbody > tr,
.rahmen > tbody > tr > th,
.rahmen > tbody > tr > td {
border: inherit;
}
.fixiert {
table-layout: fixed;
}
.maximal {
width: 100%;
}
.oben,
.oben > tbody > tr,
.oben > tbody > tr > th,
.oben > tbody > tr > td {
vertical-align: top;
}
.zentriert {
text-align: center;
width: 100%;
}
.mitte {
margin-left: auto;
margin-right: auto;
}
.links {
clear: left;
float: left;
}
.rechts {
clear: right;
float: right;
}
/* Formular-Tabelle */
/*
table {
height: auto;
width: auto;
}
formtable {
margin: 1em;
background-color: #eee;
border: 1px solid #000;
border-collapse: collapse;
empty-cells: show;
page-break-inside: avoid;
}
/* -----------------------------------------------------------------
Spezielle Tabellen & Boxen
----------------------------------------------------------------- */
.infobox {
background-color: #ecf9ff;
background: linear-gradient(to right, #a2e3ff, #ecf9ff, #ecf9ff, #ecf9ff, #a2e3ff);
border: 3px solid #3babdc;
border-radius: 0.5em;
clear: right;
float: right;
font-size: 90%;
margin: 0.5em -30em 0.5em 0.5em; // bis 23.10.14: 0.5em 0 0.5em 1em;
padding: 0em;
width: 30em; // vor 15.04.14: max-width: 30em; min-width: 30em;
}
.infobox > tbody > tr > th {
background-color: #3babdc;
font-size: larger;
font-weight: bold;
text-align: center;
padding: 0.3em 0 0.3em;
}
.infobox > tbody > tr > td:first-child {
font-weight: bold;
width: 10em;
vertical-align: top;
padding-left: 0.2em;
}
.infobox > tbody > tr > td:nth-child(2) {
vertical-align: top;
padding-right: 0.2em;
}
.infobox > tbody > tr > td.trennlinie {
background-color: #3babdc;
height: 0.05px;
}
.weltbox {
background-color: #ecf9ff;
background: linear-gradient(to right, #a2e3ff, #ecf9ff, #ecf9ff, #ecf9ff, #a2e3ff);
border: 3px solid #3babdc;
border-radius: 0.5em;
clear: right;
float: right;
font-size: 90%;
margin: 0.5em -30em 0.5em 0.5em; // bis 23.10.14: 0.5em 0 0.5em 1em;
padding: 0em;
width: 30em; // vor 15.04.14: max-width: 30em; min-width: 30em;
line-height: 1.2em;
}
.weltbox > tbody > tr > th {
background-color: #3babdc;
font-size: larger;
font-weight: bold;
text-align: center;
padding: 0.3em 0 0.3em;
line-height: 1.5em;
}
.weltbox > tbody > tr > td:first-child {
font-weight: normal;
width: 10em;
vertical-align: top;
padding-left: 0.2em;
}
.weltbox > tbody > tr > td:nth-child(2) {
vertical-align: top;
padding-right: 0.2em;
}
.weltbox > tbody > tr > td.trennlinie {
background-color: #3babdc;
height: 0.05px;
}
.regelbox {
background-color: #F2F2F2;
border: 3px solid #CCCCCC;
border-radius: 0.5em;
clear: right;
float: right;
font-size: 90%;
margin: 0.5em -30em 0.5em 0.5em; // bis 23.10.14: 0.5em 0 0.5em 1em;
padding: 0em;
width: 30em;
}
.regelbox > tbody > tr > th {
background-color: #EEEEE1;
font-size: larger;
font-weight: bold;
text-align: center;
padding: 0.3em 0 0.3em;
}
.regelbox > tbody > tr > td:first-child {
font-weight: normal;
width: 10em;
vertical-align: top;
padding-left: 0.2em;
}
.regelbox > tbody > tr > td:nth-child(2) {
vertical-align: top;
padding-right: 0.2em;
}
.regelbox > tbody > tr > td.trennlinie {
background-color: #EEEEE1;
height: 0.05px;
}
.irdischebox {
// background-color: White;
// background: linear-gradient(to right,Linen,White,White,White);
border-left: 3px solid MidnightBlue;
// border-radius: 0.5em;
clear: right;
float: right;
font-size: 90%;
margin: 0.5em -30em 0.5em 0.5em; // bis 23.10.14: 0.5em 0 0.5em 1em;
padding: 0em;
width: 30em; // vor 15.04.14: max-width: 30em; min-width: 30em;
line-height: 1.2em;
}
.irdischebox > tbody > tr > th {
background-color: MidnightBlue;
font-size: larger;
font-weight: bold;
text-align: center;
padding: 0.3em 0 0.3em;
line-height: 1.5em;
color: Ivory;
}
.irdischebox > tbody > tr > td:first-child {
font-weight: normal;
width: 10em;
vertical-align: top;
padding-left: 0.2em;
}
.irdischebox > tbody > tr > td:nth-child(2) {
vertical-align: top;
padding-right: 0.2em;
}
.irdischebox > tbody > tr > td.trennlinie {
background-color: #89519C;
height: 0.05px;
}
.realbox {
background-color: #ecf9ff;
background: linear-gradient(to right, #a2e3ff, #ecf9ff, #ecf9ff, #ecf9ff, #a2e3ff);
border: 3px solid #3babdc;
border-radius: 0.5em;
clear: right;
float: right;
font-size: 90%;
margin: 0.5em -30em 0.5em 0.5em; // bis 23.10.14: 0.5em 0 0.5em 1em;
padding: 0em;
width: 30em; // vor 15.04.14: max-width: 30em; min-width: 30em;
line-height: 1.2em;
}
.realbox > tbody > tr > th {
background-color: MidnightBlue;
font-size: larger;
font-weight: bold;
text-align: center;
padding: 0.3em 0 0.3em;
line-height: 1.5em;
color: Ivory;
}
.realbox > tbody > tr > td:first-child {
font-weight: normal;
width: 10em;
vertical-align: top;
padding-left: 0.2em;
}
.realbox > tbody > tr > td:nth-child(2) {
vertical-align: top;
padding-right: 0.2em;
}
.realbox > tbody > tr > td.trennlinie {
background-color: #89519C;
height: 0.05px;
}
.teaser {
border: 2px solid #999;
border-radius: 1em;
float: left;
font-size: 0.9em;
margin: 0.5em 1em 0.5em 0em;
width: 20em;
overflow: hidden;
padding: 0.3em;
}
.textbox {
overflow: auto;
border: 1px solid #ccc;
border-radius: 0.5em;
margin: 0 0.5em 0.5em 0em;
padding: 0.5em;
}
.textbox.grau {
background-color: #F2F2F2;
}
.textbox.gelb {
background-color: #FFFFE0;
}
.textbox.weiss{
background-color: #FFFFFF;
}
.textbox.rot{
background-color: #E80000;
}
.textbox.hellblau{
background-color: lightblue;
}
.textbox.hellerblau{
background-color: AliceBlue;
}
.textbox.gemustert{
background-image: url("http://splitterwiki.de/w/images/Hintergrundbild_gelb.jpg");
background-size: 100%;
border: 3px solid #999;
border-radius: 1em;
margin: 0.5em 1em 0.5em 0em;
padding: 0.3em;
}
.textbox h2, h3, h4, h5, h6 {
padding: 0;
margin: 0;
font-size: 125%;
border: none !important;
margin: 0.5em 0;
}
.textbox ul {
margin: 0 0 0 1em;
margin-top: 0px;
}
.GehörtZuBox {
overflow: auto;
border-top: 1px solid #006;
border-right: 1px solid #006;
border-radius: 0.3em;
margin: 0.5em 0.5em 0.5em 0em;
padding: 0.5em;
}
.GehörtZuBox h2, h3, h4, h5, h6 {
margin: 0 !important;
font-size: 1em !important;
font-weight: bold;
}
.kachel {
overflow: auto;
border: 1px solid hellergrau;
border-radius: 0.15em;
margin: 0.3em ;
padding: 0.3em;
box-shadow: 2px 2px 5px 1px #aaa;
}
.formularbox {
overflow: auto;
border: 1px solid #ccc;
border-radius: 0.5em;
margin: 0 0.5em 0.5em 0em;
padding: 0.5em;
min-height: 4em;
min-width: 20em;
background-color: #fff;
vertical-align: top;
}
.hinweis-top {
overflow: auto;
background-color: #F2F2F2;
border: 1px solid #ccc;
border-radius: 0.5em;
margin: 0.5em 1em 0.5em 0em;
padding: 0.5em;
}
.beitrag {
background: none repeat scroll 0 0;
margin: 0.5em;
padding: 1em;
overflow: auto;
border-width: 1px 3px 3px 1px;
border-style: solid;
border-color: #eee #999 #999 #eee;
box-sizing: border-box;
box-shadow: 2px 2px 5px 1px #aaa;
}
.autoren-kommentar {
background: none repeat scroll 0 0 lightyellow;
margin: 0.5em;
padding: 0.5em;
overflow: auto;
border-width: 1px 3px 3px 1px;
border-style: solid;
border-color: #eee #999 #999 #eee;
box-sizing: border-box;
box-shadow: 2px 2px 5px 1px #aaa;
}
.autoren-kommentar > .label {
float: right;
background: #999;
margin: 0.3em;
padding: 0.3em;
overflow: auto;
color: lightyellow;
font-style: italic;
}
.label a {
color: lightyellow;
}
.small a.new {
color: slategray;
}
.splittermond {
background-image: url("http://splitterwiki.de/w/images/Splittermond-Logo_Slide.jpg");
background-size: contain;
background-position: center;
background-repeat:no-repeat;
}
/* -----------------------------------------------------------------
Farb-Formatierungen
----------------------------------------------------------------- */
.blau {
background-color: #3babdc; // Splittermond-Blau
}
.hellblau {
background-color: lightblue; // helleres Splittermond-Blau
}
.hellerblau {
background-color: AliceBlue; // noch helleres Splittermond-Blau
}
.orange {
background-color: #aaa;
}
.weiss {
background-color: #FFF; //
}
.rot {
background-color: #E80000; //
}
.gelb {
background-color: #FFFFE0; //
}
.grau {
background-color: #F2F2F2; //
}
.hellgrau {
background-color: #f2f3f4; //
}
.hellergrau {
background-color: WhiteSmoke; //
}
.blauverlauf {
background-color: #ecf9ff;
background: linear-gradient(to right, #a2e3ff, #ecf9ff, #ecf9ff, #ecf9ff, #a2e3ff);
background-size: 100%;
}
.beige {
background-color: beige; //
}
.taube {
background-color: ghostwhite; //
}
.xxx {
background-color: #xxx; //
}
/* -----------------------------------------------------------------
Text-Formatierungen
----------------------------------------------------------------- */
.text-mitte {
text-align: center;
}
.text-links {
text-align: left;
}
.text-rechts {
text-align: right;
}
.Details {
color: grey;
}
Details {
color: grey;
}
.Seitenangabe {
color: grey;
}
Seitenangabe {
color: grey;
}
.Primaere_Quelle {
font-weight: bold;
}
Primaere_Quelle {
font-weight: bold;
color: grey;
}
.Printindex {
font-style: italic;
}
Printindex {
font-style: italic;
color: grey;
}
/* -----------------------------------------------------------------
Absatz- und Überschrift Formatierungen
----------------------------------------------------------------- */
p {
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
h2 {
border-bottom: none !important;
border-top: 1px solid #AAAAAA !important;
margin-top: 0.8em;
}
#toc h2, .toc h2 {
border: none !important;
}
h3, h4, h5, h6 {
border: none !important;
}
ul {
list-style-type: square;
list-style-image: none;
}
blockquote {
margin-left: 0.5em;
padding-left: 0.5em;
overflow: hidden;
border-left: 2px solid #EEEEEE;
}
.small {
font-size:0.8em;
line-height: 1.0em;
}
small {
font-size:0.8em;
line-height: 1.0em;
}
.liste-einzug {
text-indent:-1em;
margin: 0.1em 0em 0.1em 1em;
}
/* -----------------------------------------------------------------
Kategorie Formatierungen (Standard ausblenden)
----------------------------------------------------------------- */
body.page-Category_Events #mw-subcategories {display: none}
body.page-Category_Events #mw-pages {display: none}