MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Maggus (Diskussion | Beiträge) (Printindex) |
Maggus (Diskussion | Beiträge) (textbox h2, h3, h4, h5, h6) |
||
Zeile 344: | Zeile 344: | ||
padding: 0; | padding: 0; | ||
margin: 0; | margin: 0; | ||
− | + | font-size: 125% !important; | |
− | font-size: | ||
border: none !important; | border: none !important; | ||
+ | margin: 0.5em 0; | ||
} | } | ||
Version vom 10. Januar 2019, 13:19 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;
}
/* -----------------------------------------------------------------
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;
}
/* -----------------------------------------------------------------
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;
}
.teaser {
background-image: url("http://splitterwiki.de/w/images/Hintergrundbild_gelb.jpg");
background-size: 100%;
border: 3px solid #999;
border-radius: 1em;
float: left;
font-size: 0.9em;
height: 10em;
margin: 0.5em 1em 0.5em 0em;
width: 21em;
overflow: hidden;
padding: 0.3em;
}
.kachel {
background-image: url("http://splitterwiki.de/w/images/Hintergrundbild_blau.jpg");
background-size: 100%;
border: 1px solid #999;
border-radius: 0.2em;
float: left;
font-size: 0.9em;
height: 20em;
margin: 0.5em 1em 0.5em 0em;
width: 10em;
overflow: hidden;
padding: 0.2em;
}
.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.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% !important;
border: none !important;
margin: 0.5em 0;
}
.textbox ul {
margin: 0 0 0 1em;
margin-top: 0px;
}
.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;
}
.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
}
.orange {
background-color: #aaa;
}
.weiss {
background-color: #FFF; //
}
.rot {
background-color: #E80000; //
}
.gelb {
background-color: #FFFFE0; //
}
.grau {
background-color: #F2F2F2; //
}
.hellgrau {
background-color: #f2f3f4; //
}
.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}