MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus NordhausenWiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(66 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/**
/**
  * Styling for links generated by [[MediaWiki:Edittools]]
  * Styling for links generated by [[MediaWiki:Edittools]]
  * @source www.mediawiki.org/wiki/Extension:CharInsert#Styling
  * @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling
  * @updated 2012-02-29
  * @updated 2020-03-17
  */
  */
.mw-charinsert-buttons {
.mw-charinsert-buttons {
        margin-top: 10px;
border: 1px solid #aaa;
        border: 1px solid #aaaaaa;
margin-top: 10px;
        padding: 1px;
padding: 1px;
        text-align: center;
font-size: 1.1em;
        font-size: 110%;
text-align: center;
}
}
.mw-charinsert-buttons a {
.mw-charinsert-buttons a {
        color: black;
background-color: #cde !important;
        background-color: #cde !important;
color: #000;
        font-weight: bold;
border: thin #069 outset;
        font-size: .9em;
padding: 0 1px 1px;
        text-decoration: none;
font-weight: bold;
        border: thin #069 outset;
font-size: 0.9em;
        padding: 0 .1em .1em;
text-decoration: none;
}
}
.mw-charinsert-buttons a:hover,
.mw-charinsert-buttons a:hover,
.mw-charinsert-buttons a:active {
.mw-charinsert-buttons a:active {
        background-color: #bcd;
background-color: #bcd;
        border-style: inset;
border-style: inset;
}
}
.client-js .mw-edittools-section {
.client-js .mw-edittools-section {
        display: inline;
display: inline;
}
}
.client-js .mw-edittools-section input[type="button"] {
.client-js .mw-edittools-section input[type="button"] {
        font-size: 0.9em;
font-size: 0.9em;
        padding-left: 1px;
margin-left: 1px;
        padding-right: 1px;
padding-left: 1px;
        margin-left: 1px;
padding-right: 1px;
}
}


/* Default styling for HTML elements */
dfn {
    font-style: inherit;  /* Reset default styling for <dfn> */
}
sup, sub {
    line-height: 1em;    /* Reduce line-height for <sup> and <sub> */
}


/* Main page fixes */
/* Kategorie verbergen */
#interwiki-completelist {
/* Überschrift verbergen */
    font-weight: bold;
/* Redirhinweis verbergen - ACHTUNG: Je nach Skin muss jetzt der Abstand zum oberen Rand korrigiert werden */
}
body.page-Hauptseite #catlinks,
body.page-Main_Page #ca-delete {
body.page-Hauptseite.action-view h1.firstHeading,
    display: none !important;
body.page-Hauptseite.action-view #contentSub {
}
display: none;
body.page-Main_Page #mp-topbanner {
body.page-Hauptseite h1.firstHeading { display:none; }
    clear: both;
}
}


/* Edit window toolbar */
#toolbar {
    height: 22px;
    margin-bottom: 6px;
}


/* Make the list of references smaller */
/* Stylesheet-Ergänzung zu Standard-[[NordhausenWiki:Navigationsleisten|Navigationsleisten]] */
ol.references,
div.NavFrame {
div.reflist,
display: inline-block; /* IE <= 7 */
div.refbegin {
    font-size: 90%;           /* Default font-size */
    margin-bottom: 0.5em;
}
}
div.refbegin-100 {
div.NavFrame {
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
border: 1px solid #aaa;
clear: both;
display: block;
font-size: 95%;
margin-top: 1.5em;
padding: 2px;
text-align: center;
}
}
div.reflist ol.references {
 
    font-size: 100%;          /* Reset font-size when nested in div.reflist */
/* Automatisches Verschmelzen, funktioniert nicht im IE 6 */
    list-style-type: inherit; /* Enable custom list style types */
div.NavFrame + div.NavFrame {
margin-top: -1px;
}
}
 
div.NavPic {
/* Highlight clicked reference in blue to help navigation */
float: left;
ol.references li:target,
padding: 2px;
sup.reference:target,
span.citation:target {
    background-color: #DEF;
}
}
 
div.NavHead {
/* Ensure refs in table headers and the like aren't bold or italic */
background: #efefef;
sup.reference {
font-weight: bold;
    font-weight: normal;
    font-style: normal;
}
}


/* Allow hidden ref errors to be shown by user CSS */
/* Redundant zu .visualClear in shared.css und IE60Fixes.css */
span.brokenref {
div.NavEnd {
    display: none;
display: none; /* broken */
}
}
 
div.NavFrame:after {
/* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */
clear: both;
.citation {
content: "";
    word-wrap: break-word;
display: block;
}
}


/* Default styling for titles of works, styling for the title of an article
/* [[Vorlage:NaviBlock]] */
  within a periodical, or a contribution within a compilation. */
div.BoxenVerschmelzen {
cite,
border: 1px solid #aaa;
.citation cite.article,
clear: both;
.citation cite.contribution {
font-size: 95%;
    font-style: inherit;
margin-top: 1.5em;
padding-top: 2px;
}
}
 
div.BoxenVerschmelzen div.NavFrame {
/* Styling for the title of any work within a citation,
border: none;
  or specifically the title of a periodical. */
font-size: 100%;
.citation cite,
margin: 0;
.citation cite.periodical {
padding-top: 0;
    font-style: italic;
}
}


/* For linked citation numbers and document IDs, where
/* Stylesheet-Ergänzung zu SideBoxen */
  the number need not be shown on a screen or a handheld,
div.sideBox {
  but should be included in the printed version */
background: white;
@media screen, handheld {
border: 1px solid gray;
    .citation *.printonly {
clear: right;
        display: none;
float: right;
    }
margin-left: 1em;
overflow: hidden;
padding: 0.3em;
position: relative; /* IE 6 */
width: 200px;
}
}
 
div.sideBox dl {
/* Style for [[Template:Flowlist]] that Lets lists flow around floating objecs */
font-size: 96%;
.flowlist ul {
margin: 0 0 0.3em;
    overflow-x: hidden;
    margin-left: 0em;
    padding-left: 1.6em;
}
}
.flowlist ol {
div.sideBox dl dt {
    overflow-x: hidden;
background: none;
    margin-left: 0em;
margin: 0.4em 0 0;
    padding-left: 3.2em;
}
}
.flowlist dl {
div.sideBox dl dd {
    overflow-x: hidden;
background: #f3f3f3;
margin: 0.1em 0 0 1.1em;
}
}


/* Style for horizontal lists (separator following item).
/* Stylesheet-Ergänzung zu [[NordhausenWiki:Taxoboxen|Taxoboxen]] und [[NordhausenWiki:Paläoboxen|Paläoboxen]] */
  Note: hlist formatting will break if the resulting HTML lacks a breakable character
table.taxobox,
  between list items. This happens when the following conditions are true:
table.palaeobox {
  1) The list is made using wiki markup (where HTML is built by parser.php)
background: white;
  2) HTMLTidy is disabled or unavailable (such as on Special: pages)
border: 1px solid gray;
  In such cases, building lists with .hlist using HTML instead of wiki markup
border-collapse: collapse;
  will work around this problem. See also [[Bugzilla:39617]].
/* redundant zu class="float-right" */
  Maintainer: [[User:Edokter]]
clear: right;
  Revision: 2.0
float: right;
  Last updated: September 23, 2012
margin: 1em 0 1em 1em;
*/
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
    line-height: 1.5em;
}
}
.hlist dl,
table.taxobox th,
.hlist ol,
table.palaeobox th {
.hlist ul {
background: #9bcd9b;
    margin: 0;
border: 1px solid gray;
font-weight: bold;
text-align: center;
}
}
/* Display list items inline and make them nowrap */
table.palaeobox th {
.hlist dd,
background: #e7dcc3;
.hlist dt,
.hlist li {
    margin: 0;
    display: inline;
    white-space: nowrap;
}
}
/* Display nested lists inline and allow them to wrap */
table.taxobox div.thumb,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
table.taxobox div.thumb *,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
table.palaeobox div.thumb,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
table.palaeobox div.thumb * {
    display: inline;
background: #f9f9f9;
    white-space: normal;
border: none;
float: none;
margin: 0 auto;
padding: 0;
}
}
/* Generate interpuncts */
table.taxobox div.magnify,
.hlist dt:after {
table.palaeobox div.magnify {
    content: ":";
display: none;
}
}
.hlist dd:after,
table.taxobox tr td div.thumb div div.thumbcaption,
.hlist li:after {
table.taxobox td.Person,
    content: " ·";
table.taxobox td.taxo-name,
    font-weight: bold;
table.taxobox td.taxo-bild,
table.palaeobox tr td div.thumb div div.thumbcaption,
table.palaeobox td.Person,
table.palaeobox td.taxo-name,
table.palaeobox td.taxo-bild,
table.palaeobox td.taxo-zeit {
text-align: center;
}
}
.hlist dd:last-child:after,
table.palaeobox td.taxo-ort {
.hlist dt:last-child:after,
text-align: left;
.hlist li:last-child:after {
    content: none;
}
}
/* For IE8 */
 
.hlist dd.hlist-last-child:after,
/* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */
.hlist dt.hlist-last-child:after,
.prettytable {
.hlist li.hlist-last-child:after {
background: #f9f9f9;
    content: none;
border: 1px solid #aaa;
border-collapse: collapse;
margin: 1em 1em 1em 0;
}
}
/* Add parentheses around nested lists */
.prettytable th,
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.prettytable td {
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
border: 1px solid #aaa;
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
padding: 0.2em;
    content: "(";
    font-weight: normal;
}
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.prettytable th {
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
text-align: center;
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
    content: ")";
    font-weight: normal;
}
}
/* For IE8 */
.prettytable caption {
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
font-weight: bold;
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
    content: ")";
    font-weight: normal;
}
/* Put numbers in front of ordered list items */
.hlist.hnum ol {
    counter-reset: list-item;
}
.hlist.hnum ol > li {
    counter-increment: list-item;
}
.hlist.hnum ol > li:before {
    content: counter(list-item) " ";
}
.hlist.hnum dd ol > li:first-child:before,
.hlist.hnum dt ol > li:first-child:before,
.hlist.hnum li ol > li:first-child:before {
    content: "(" counter(list-item) " ";
}
}


/* Unbulleted lists */
/* Zebra-Tabellen */
.plainlist ul {
table.wikitable.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) {
    line-height: inherit;
background: white;
    list-style: none none;
    margin: 0;
}
.plainlist ul li {
    margin-bottom: 0;
}
}


/* Default style for navigation boxes */
.nogrid th,
.navbox {                     /* Navbox container style */
.nogrid td {
    border: 1px solid #aaa;
border: none;
    width: 100%;
    margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}
}
.navbox-inner,
/* @noflip */div.float-left,
.navbox-subgroup {
table.float-left,
    width: 100%;
ul.float-left,
.float-left {
clear: left;
float: left;
margin: 1em 1em 1em 0;
}
}
.navbox th,
/* @noflip */div.float-right,
.navbox-title,
table.float-right,
.navbox-abovebelow {
ul.float-right,
    text-align: center;       /* Title and above/below styles */
.float-right {
    padding-left: 1em;
clear: right;
    padding-right: 1em;
float: right;
margin: 1em 0 1em 1em;
}
}
th.navbox-group {             /* Group style */
div.centered,
    white-space: nowrap;
table.centered,
    /* @noflip */
ul.centered,
    text-align: right;
.centered {
margin-left: auto;
margin-right: auto;
}
}
.navbox,
.toptextcells td {
.navbox-subgroup {
vertical-align: top;
    background: #fdfdfd;     /* Background color */
}
}
.navbox-list {
 
    border-color: #fdfdfd;   /* Must match background color */
/* gleicher vertikaler Abstand für Text und Listen in Tabellen */
table ul, table p {
margin-top: .3em;
}
}
.navbox th,
 
.navbox-title {
/*
    background: #ccccff;     /* Level 1 color */
* Farbdefinitionen für Rahmen und Hintergründe.
* Hier: Standardvorgaben für "dunkle Schrift auf hellem Grund".
* Für Hell-auf-dunkel-Skins ([[MediaWiki:Amethyst.css|Amethyst]]) müssen dort entsprechende Definitionen
* zusätzlich eingetragen werden! Anpassungen für andere Skins sind optional.
* (Die Angaben der Rahmenstärke dienen der Bequemlichkeit, so dass man
* für dünne Rahmen nur noch "border-style" angeben muss.)
*/
.rahmenfarbe1 { /* Wie Inhaltsverzeichnis */
border: 1px #aaa;
}
}
.navbox-abovebelow,
.rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
th.navbox-group,
border: 1px #e9e9e9;
.navbox-subgroup .navbox-title {
    background: #ddddff;     /* Level 2 color */
}
}
.navbox-subgroup .navbox-group,
.rahmenfarbe3 { /* "Rot", auffällig */
.navbox-subgroup .navbox-abovebelow {
border: 1px #c00000;
    background: #e6e6ff;     /* Level 3 color */
}
}
.navbox-even {
.rahmenfarbe4 { /* Neutrale Farbe, deutlich */
    background: #f7f7f7;     /* Even row striping */
border: 1px #88a;
}
}
.navbox-odd {
.rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
    background: transparent;  /* Odd row striping */
border: 1px #000;
}
}
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
 
    margin-top: -1px;         /* (doesn't work for IE6, but that's okay)      */
table > * > tr.hintergrundfarbe1 > th,
table > * > tr > th.hintergrundfarbe1,
table.hintergrundfarbe1,
.hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */
background-color: #f9f9f9;
}
}
.navbox .hlist td dl,
table > * > tr.hintergrundfarbe2 > th,
.navbox .hlist td ol,
table > * > tr > th.hintergrundfarbe2,
.navbox .hlist td ul,
table.hintergrundfarbe2,
.navbox td.hlist dl,
.hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */
.navbox td.hlist ol,
background-color: #ffffff;
.navbox td.hlist ul {
    padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}
}
ol + table.navbox,
table > * > tr.hintergrundfarbe3 > th,
ul + table.navbox {
table > * > tr > th.hintergrundfarbe3,
    margin-top: 0.5em;        /* Prevent lists from clinging to navboxes */
table.hintergrundfarbe3,
.hintergrundfarbe3 { /* "Gelb", auffällig */
background-color: #ffff40;
}
}
 
table > * > tr.hintergrundfarbe4 > th,
/* Default styling for Navbar template */
table > * > tr > th.hintergrundfarbe4,
.navbar {
table.hintergrundfarbe4,
    display: inline;
.hintergrundfarbe4 { /* Sehr auffällig */
    font-size: 88%;
background-color: #fa0;
    font-weight: normal;
}
}
.navbar ul {
table > * > tr.hintergrundfarbe5 > th,
    display: inline;
table > * > tr > th.hintergrundfarbe5,
    white-space: nowrap;
table.hintergrundfarbe5,
.hintergrundfarbe5 { /* Neutral, abgesetzt */
background-color: #e0e0e0;
}
}
.navbar li {
table > * > tr.hintergrundfarbe6 > th,
    word-spacing: -0.125em;
table > * > tr > th.hintergrundfarbe6,
table.hintergrundfarbe6,
.hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background-color: #b3b7ff;
}
}
.navbar.mini li span {
table > * > tr.hintergrundfarbe7 > th,
  font-variant: small-caps;
table > * > tr > th.hintergrundfarbe7,
table.hintergrundfarbe7,
.hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background-color: #ffcbcb;
}
}
/* Navbar styling when nested in navbox */
table > * > tr.hintergrundfarbe8 > th,
.navbox .navbar {
table > * > tr > th.hintergrundfarbe8,
    display: block;
table.hintergrundfarbe8,
    font-size: 100%;
.hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background-color: #ffebad;
}
}
.navbox-title .navbar {
table > * > tr.hintergrundfarbe9 > th,
    /* @noflip */
table > * > tr > th.hintergrundfarbe9,
    float: left;
table.hintergrundfarbe9,
    /* @noflip */
.hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
    text-align: left;
background-color: #b9ffc5;
    /* @noflip */
    margin-right: 0.5em;
    width: 6em;
}
}


/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
/* Keine Vergrößerung der Zeilenhöhe durch hochgestellte Zahlen der Fußnoten */
  in [[MediaWiki:Common.js]] are styled here so they can be customised. */
sup.reference {
.collapseButton {
font-style: normal;
    /* @noflip */
font-weight: 400;
    float: right;
    font-weight: normal;
    /* @noflip */
    margin-left: 0.5em;
    /* @noflip */
    text-align: right;
    width: auto;
}
}
/* In navboxes, the show/hide button balances the v·d·e links
sup,
  from [[Template:Navbar]], so they need to be the same width. */
sub {
.navbox .collapseButton {
line-height: 1em;
    width: 6em;
}
}


/* Styling for JQuery makeCollapsible, matching that of collapseButton */
/* Hervorhebung der angeklickten Fußnoten und der Rückverweise in blau */
.mw-collapsible-toggle {
ol.references > li:target,
    font-weight: normal;
sup.reference:target {
    /* @noflip */
background: #def;
    text-align: right;
}
.navbox .mw-collapsible-toggle {
    width: 6em;
}
}


/* Infobox template style */
/* Hochgestellte Buchstaben in der Einzelnachweiseliste kursiv setzen */
.infobox {
ol.references li a[href|="#cite_ref"] {
    border: 1px solid #aaa;
font-style: italic;
    background-color: #f9f9f9;
    color: black;
    /* @noflip */
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    /* @noflip */
    float: right;
    /* @noflip */
    clear: right;
    /* @noflip */
    text-align: left;
    font-size: 88%;
    line-height: 1.5em;
}
.infobox caption {
    font-size: 125%;
    font-weight: bold;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}
}


.infobox.sisterproject {
/* Inline-Verwendung der [[:Kategorie:Vorlage:Schwesterprojektverweis|Schwesterprojektverweise]] */
    width: 20em;
ol.references li div.sisterproject {
    font-size: 90%;
display: inline;
}
}


.infobox.standard-talk {
/* Für MediaWiki:Missingcommentheader */
    border: 1px solid #c0c090;
div#mw-missingcommentheader b {
    background-color: #f8eaba;
color: #900;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
    border: 1px solid #c0c090;
}
}


/* styles for bordered infobox with merged rows */
/* Für [[MediaWiki:Anoneditwarning]] und weitere Hinweise, die alle untereinander stehen */
.infobox.bordered .mergedtoprow td,
div#mw-anon-edit-warning,
.infobox.bordered .mergedtoprow th {
div#mw-anon-preview-warning,
    border: 0;
div#mw-missingsummary,
    border-top: 1px solid #aaa;
div#wp_talkpagetext {
    /* @noflip */
background: #d3e1f2;
    border-right: 1px solid #aaa;
border: 1px solid #1a47ff;
margin: 1em auto;
padding: 1em;
width: 80%;
}
}


.infobox.bordered .mergedrow td,
/* +++++ SONSTIGE ANPASSUNGEN (Spezialseiten u. a.) +++++ */
.infobox.bordered .mergedrow th {
    border: 0;
    /* @noflip */
    border-right: 1px solid #aaa;
}


/* Styles for geography infoboxes, eg countries,
/* Markierung von Redirects in [[Special:Allpages]], [[Special:Watchlist]], Kategorien */
  country subdivisions, cities, etc.            */
.allpagesredirect,
.infobox.geography {
.watchlistredir,
    /* @noflip */
.redirect-in-category {
    text-align: left;
font-style: italic;
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
}
}


.infobox.geography  td,
/* Größerer Abstand zwischen TOC-Nummerierung und TOC-Eintrag */
.infobox.geography  th {
span.tocnumber {
    border-top: 1px solid #aaa;
margin-right: 0.3em;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
    border-top: 1px solid #aaa;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
}


.infobox.geography .mergedrow td,
/* hiddenStructure wurde in Mediawiki Version 1.18 entfernt, wird hier aber gebraucht. */
.infobox.geography .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}


.infobox.geography .mergedbottomrow td,
.hiddenStructure {
.infobox.geography .mergedbottomrow th {
display: none;
    border-top: 0;
    border-bottom: 1px solid #aaa;
    padding: 0 0.6em 0.4em 0.6em;
}
}


.infobox.geography .maptable td,
/* Skinabhängige absolute Positionierungen ausblenden */
.infobox.geography .maptable th {
/* Bitte [[MediaWiki Diskussion:Common.css/Archiv 1#Absolute Positionierungen]] beachten */
    border: 0;
#artikelstadium,
    padding: 0;
#commons-icon,
#coordinates,
#editcount,
#issnlink,
#shortcut,
#spoken-icon,
.topicon {
display: none;
}
}


/* Normal font styling for table row headers with scope="row" tag */
/* Verhindere, dass Infoboxen etc. in den Inhalt von Kategorien hineinragen.
.wikitable.plainrowheaders th[scope=row] {
Das betrifft nur Kategorieseiten. */
    font-weight: normal;
div#mw-subcategories,
    /* @noflip */
div#mw-pages,
    text-align: left;
div#mw-category-media {
clear: both;
}
}


/* Lists in data cells are always left-aligned */
/* DIVs in ImageMaps inlinen (Vorschlag von Revolus) */
.wikitable td ul,
.imagemap-inline div {
.wikitable td ol,
display: inline; /* broken */
.wikitable td dl {
    /* @noflip */
    text-align: left;
}
/* ...unless they also use the hlist class */
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
    text-align: inherit;
}
}


/* Icons for medialist templates [[Template:Listen]],
/* [[Special:Hochladen]]: Warnmeldung auf bestehende Dateien, unerwünschte Prefixe usw. deutlicher hervorheben. */
  [[Template:Multi-listen_start]], [[Template:Video]],
td#wpDestFile-warning ul {
  [[Template:Multi-video_start]] */
border: 1px solid red;
div.listenlist {
padding: 1.5em;
    /* @embed */
    background: url("//upload.wikimedia.org/wikipedia/commons/3/3f/Gnome_speakernotes_30px.png");
    /* @noflip */
    padding-left: 40px;
}
}


/* Style rules for media list templates */
/* höheres Uploadfeld */
div.medialist {
textarea#wpUploadDescription {
    min-height: 50px;
height: 20em;
    margin: 1em;
    /* @noflip */
    background-position: top left;
    background-repeat: no-repeat;
}
div.medialist ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
}
div.medialist ul li {
    padding-bottom: 0.5em;
}
div.medialist ul li li {
    font-size: 91%;
    padding-bottom: 0;
}
}


/* Change the external link icon to an Adobe icon for all PDF files
/* Warnmeldung für gesperrte Titel */
  in browsers that support these CSS selectors, like Mozilla and Opera */
.mw-titleprotectedwarning {
div#content a[href$=".pdf"].external,
background: #eee;
div#content a[href*=".pdf?"].external,
border: 2px solid red;
div#content a[href*=".pdf#"].external,
padding: 1em;
div#content a[href$=".PDF"].external,
div#content a[href*=".PDF?"].external,
div#content a[href*=".PDF#"].external,
div#mw_content a[href$=".pdf"].external,
div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href$=".PDF"].external,
div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF#"].external {
    /* @embed */
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
    /* @noflip */
    padding-right: 18px;
}
}


/* Change the external link icon to an Adobe icon anywhere the PDFlink class
/* Warnmeldung bei der Bearbeitung von Seiten im MediaWiki-Namensraum */
  is used (notably Template:PDFlink). This works in IE, unlike the above. */
.mw-editinginterface {
div#content span.PDFlink a,
background: #f9f9f9;
div#mw_content span.PDFlink a {
border: 1px solid #c00000;
    /* @embed */
padding: 2px;
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
    /* @noflip */
    padding-right: 18px;
}
}


/* Content in columns with CSS instead of tables [[Template:Columns]] */
/* Überschrift 5. und 6. Ordnung proportionaler zu Fließtext */
div.columns-2 div.column {
div#content h5 {
    /* @noflip */
font-size: 108%; /* Original: 100% */
    float: left;
    width: 50%;
    min-width: 300px;
}
div.columns-3 div.column {
    /* @noflip */
    float: left;
    width: 33.3%;
    min-width: 200px;
}
}
div.columns-4 div.column {
div#content h5 .editsection {
    /* @noflip */
font-size: 93%; /* 1/108% */
    float: left;
    width: 25%;
    min-width: 150px;
}
}
div.columns-5 div.column {
div#content h6,
    /* @noflip */
div#content h6 .editsection {
    float: left;
font-size: 100%; /* Original: 80% = kleiner als Bodytext, unschön */
    width: 20%;
    min-width: 120px;
}
}


/* Messagebox templates */
/* Anleitung auf Special:Search */
.messagebox {
.mw-searchresult {
    border: 1px solid #aaa;
font-size: 84%;
    background-color: #f9f9f9;
margin: 5px;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
.messagebox.merge {
    border: 1px solid #c0b8cc;
    background-color: #f0e5ff;
    text-align: center;
}
.messagebox.cleanup {
    border: 1px solid #9f9fff;
    background-color: #efefff;
    text-align: center;
}
.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    margin: 4px auto;
}
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0;
    padding: 2px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background: #F8EABA;
}
}


/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
/* Gestaltung der Edittools-Leiste [[MediaWiki:Onlyifediting.js]] */
th.mbox-text, td.mbox-text {  /* The message body cell(s) */
div#specialchars {
    border: none;
background: white;
    /* @noflip */
border: 1px solid #aaa;
    padding: 0.25em 0.9em;    /* 0.9em left/right */
margin-top: 3px;
    width: 100%;              /* Make all mboxes the same width regardless of text length */
padding: 1px;
}
text-align: left;
td.mbox-image {               /* The left image cell */
    border: none;
    /* @noflip */
    padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
    text-align: center;
}
td.mbox-imageright {          /* The right image cell */
    border: none;
    /* @noflip */
    padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
    text-align: center;
}
td.mbox-empty-cell {          /* An empty narrow cell */
    border: none;
    padding: 0px;
    width: 1px;
}
}


/* Article message box styles */
/* Legende für Versionsgeschichte */
table.ambox {
.mw-history-legend {
    margin: 0px 10%;                 /* 10% = Will not overlap with other elements */
background: #f9f9f9;
    border: 1px solid #aaa;
border: 1px solid #e9e9e9;
    /* @noflip */
clear: both;
    border-left: 10px solid #1e90ff; /* Default "notice" blue */
font-size: 90%;
    background: #fbfbfb;
margin: 2px 0;
}
padding: 0 5px 5px;
table.ambox + table.ambox {      /* Single border between stacked boxes. */
    margin-top: -1px;
}
.ambox th.mbox-text,
.ambox td.mbox-text {            /* The message body cell(s) */
    padding: 0.25em 0.5em;      /* 0.5em left/right */
}
.ambox td.mbox-image {          /* The left image cell */
    /* @noflip */
    padding: 2px 0 2px 0.5em;   /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
    /* @noflip */
    padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
}
}


table.ambox-notice {
    /* @noflip */
    border-left: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
    /* @noflip */
    border-left: 10px solid #b22222;    /* Red */
    background: #fee;                  /* Pink */
}
table.ambox-delete {
    /* @noflip */
    border-left: 10px solid #b22222;    /* Red */
}
table.ambox-content {
    /* @noflip */
    border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    /* @noflip */
    border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move {
    /* @noflip */
    border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
    /* @noflip */
    border-left: 10px solid #bba;      /* Gray-gold */
}


/* Image message box styles */
table.imbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 3px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb;
}
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;      /* 0.9 - 0.5 = 0.4em left/right.        */
    display: block;        /* Fix for webkit to force 100% width.  */
}
.mbox-inside .imbox {      /* For imboxes inside other templates.  */
    margin: 4px;
}


table.imbox-notice {
    border: 3px solid #1e90ff;    /* Blue */
}
table.imbox-speedy {
    border: 3px solid #b22222;    /* Red */
    background: #fee;            /* Pink */
}
table.imbox-delete {
    border: 3px solid #b22222;    /* Red */
}
table.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #f4c430;    /* Yellow */
}
table.imbox-move {
    border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
    border: 3px solid #bba;      /* Gray-gold */
}
table.imbox-license {
    border: 3px solid #88a;      /* Dark gray */
    background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
    border: 3px solid #cba135;    /* Brown-gold */
}


/* Category message box styles */
/* IPA links nicht unterstreichen */
table.cmbox {
.IPA a:link,
    margin: 3px 10%;
.IPA a:visited {
    border-collapse: collapse;
text-decoration: none;
    border: 1px solid #aaa;
    background: #DFE8FF;    /* Default "notice" blue */
}
}


table.cmbox-notice {
/* Einzelnachweise kleiner */
     background: #D8E8FF;   /* Blue */
ol.references,
div.reflist,
div.refbegin {
     font-size: 100%;           /* Default font-size */
    margin-bottom: 0.5em;
}
}
table.cmbox-speedy {
div.refbegin-100 {
     margin-top: 4px;
     font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
    margin-bottom: 4px;
    border: 4px solid #b22222;    /* Red */
    background: #FFDBDB;          /* Pink */
}
}
table.cmbox-delete {
div.reflist ol.references {
     background: #FFDBDB;   /* Red */
    font-size: 100%;          /* Reset font-size when nested in div.reflist */
     list-style-type: inherit; /* Enable custom list style types */
}
}
table.cmbox-content {
 
    background: #FFE7CE;    /* Orange */
/* Highlight clicked reference in blue to help navigation */
}
ol.references li:target,
table.cmbox-style {
sup.reference:target,
    background: #FFF9DB;    /* Yellow */
span.citation:target {
}
     background-color: #fdfaa1;
table.cmbox-move {
    background: #E4D8FF;    /* Purple */
}
table.cmbox-protection {
     background: #EFEFE1;   /* Gray-gold */
}
}


/* Other pages message box styles */
/* Hiermit können Safari >=1.1, Opera >=9.5, IE9 was anfangen*/
table.ombox {
::selection {
    margin: 4px 10%;
     background: #fdfaa1;
    border-collapse: collapse;
    border: 1px solid #aaa;      /* Default "notice" gray */
     background: #f9f9f9;
}


table.ombox-notice {
    border: 1px solid #aaa;      /* Gray */
}
}
table.ombox-speedy {
/* und hiermit der Firefox >=1 */
    border: 2px solid #b22222;    /* Red */
::-moz-selection {
     background: #fee;             /* Pink */
     background: #fdfaa1;
}
}
table.ombox-delete {
 
    border: 2px solid #b22222;    /* Red */
/* Ensure refs in table headers and the like aren't bold or italic */
}
sup.reference {
table.ombox-content {
     font-weight: normal;
     border: 1px solid #f28500;    /* Orange */
     font-style: normal;
}
table.ombox-style {
    border: 1px solid #f4c430;   /* Yellow */
}
table.ombox-move {
     border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
    border: 2px solid #bba;       /* Gray-gold */
}
}


/* Talk page message box styles */
/* Gallery */
table.tmbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
    background: #f8eaba;
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
    margin: 2px 0;              /* this declaration overrides other styles (including mbox-small above)  */
    width: 100%;                /* For Safari and Opera */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
    line-height: 1.5em;          /* also "nested", so reset styles that are  */
    font-size: 100%;            /* set in "mbox-small" above.                */
}


table.tmbox-speedy {
gallery {
    border: 2px solid #b22222;    /* Red */
max-width: 800px;
    background: #fee;            /* Pink */
}
table.tmbox-delete {
    border: 2px solid #b22222;   /* Red */
}
table.tmbox-content {
    border: 2px solid #f28500;    /* Orange */
}
table.tmbox-style {
    border: 2px solid #f4c430;    /* Yellow */
}
table.tmbox-move {
    border: 2px solid #9932cc;    /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #c0c090;    /* Gray-brown */
}
}


/* Disambig and set index box styles */
table.gallery {
table.dmbox {
margin: 0px;
    clear: both;
padding: 0px;
    margin: 0.9em 1em;
background-color: #6f6f6f;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: transparent;
}
}


/* Footer and header message box styles */
table.gallery tr {
table.fmbox {
vertical-align: top;
    clear: both;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #aaa;
    background: #f9f9f9;    /* Default "system" gray */
}
table.fmbox-system {
    background: #f9f9f9;
}
table.fmbox-warning {
    border: 1px solid #bb7070;  /* Dark pink */
    background: #ffdbdb;        /* Pink */
}
table.fmbox-editnotice {
    background: transparent;
}
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #bb7070;
    background: #ffdbdb;
    padding: 0.25em 0.9em;
}
/* Div based "system" style fmbox messages.
  Used in [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
div.fmbox-system {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #aaa;
    background: #f9f9f9;
    padding: 0.25em 0.9em;
}
}


/* These mbox-small classes must be placed after all other
table.gallery td {
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
vertical-align: top;
  they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
    /* @noflip */
    clear: right;
    /* @noflip */
    float: right;
    /* @noflip */
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
body.mediawiki table.mbox-small-left {  /* For the "small=left" option. */
    /* @noflip */
    margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}
}


/* Remove default styles for [[MediaWiki:Noarticletext]]. */
div.gallerytext {
div.noarticletext {
overflow: hidden;
    border: none;
font-size: 10px;
    background: transparent;
color: #6f6f6f;
    padding: 0;
padding: 1px;
}
}


/* Bold save button */
div.gallerybox div.thumb {
#wpSave {
border: 1px solid #CCC;
    font-weight: bold;
padding: 0px;
width: 145px;
margin: 5px auto;
}
}


/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
li.gallerybox {
.hiddenStructure {
vertical-align: top;
    display: inline ! important;
width: 145px;
    color: #f00;
border: solid 0px;
    background-color: #0f0;
}
}


/* suppress missing interwiki image links where #ifexist cannot
ul.gallery, li.gallerybox {
  be used due to high number of requests see .hidden-redlink on
zoom: 1;
  [[m:MediaWiki:Common.css]] */
*display: inline;
.check-icon a.new {
    display: none;
    speak: none;
}
}


/* Removes underlines from certain links */
ul.gallery {
.nounderlines a,
width:800px;
.IPA a:link, .IPA a:visited {
margin: 0px;
    text-decoration: none !important;
padding: 0px;
display: block;
}
}


/* Standard Navigationsleisten, aka box hiding thingy
li.gallerycaption {
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
font-weight: bold;
div.NavFrame {
text-align: center;
    margin: 0;
display: block;
    padding: 4px;
word-wrap: break-word;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    /* @noflip */
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    /* @noflip */
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}
}


/* Hatnotes and disambiguation notices */
li.gallerybox div.thumb {
.rellink,
text-align: center;
.dablink {
border: 1px solid #ccc;
    font-style: italic;
margin: 0px;
    /* @noflip */
width:145px;
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}
.rellink i,
.dablink i {
    font-style: normal;
}
}


/* Allow transcluded pages to display in lists rather than a table.
div.gallerytext {
  Compatible in Firefox; incompatible in IE6. */
overflow: hidden;
.listify td    { display: list-item; }
font-size: 95%;
.listify tr    { display: block; }
padding: 2px 4px;
.listify table { display: block; }
word-wrap: break-word;
 
/* Geographical coordinates defaults. See [[Template:Coord/link]]
  for how these are used. The classes "geo", "longitude", and
  "latitude" are used by the [[Geo microformat]]. */
.geo-default, .geo-dms, .geo-dec  { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude            { white-space: nowrap; }
 
/* When <div class="nonumtoc"> is used on the table of contents,
  the ToC will display without numbers */
.nonumtoc .tocnumber { display: none; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
    line-height: 1.5em;
    list-style: none none;
    margin: .3em 0 0;
    padding: 0;
}
.nonumtoc #toc ul ul,
.nonumtoc .toc ul ul {
    /* @noflip */
    margin: 0 0 0 2em;
}
}


/* Allow limiting of which header levels are shown in a TOC;
/* wikitable */
  <div class="toclimit-3">, for instance, will limit to
  showing ==headings== and ===headings=== but no further
  (as long as there are no =headings= on the page, which
  there shouldn't be according to the MoS). */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}


/* Styling for Template:Quote */
table.wikitable {
blockquote.templatequote {
margin: 2px;
    margin-top: 0;
background: #FFFFFF;
}
border: 1px #DDDDDD solid;
blockquote.templatequote div.templatequotecite {
border-collapse: collapse;
    line-height: 1em;
empty-cells:show;  
    /* @noflip */
    text-align: left;
    /* @noflip */
    padding-left: 2em;
    margin-top: 0;
}
blockquote.templatequote div.templatequotecite cite {
    font-size: 85%;
}
}


/* User block messages */
table.wikitable td {
div.user-block {
border: 1px #aaa solid;  
    padding: 5px;
padding: 5px;  
    margin-bottom: 0.5em;
    border: 1px solid #A9A9A9;
    background-color: #FFEFD5;
}
}


/* Prevent line breaks in silly places:
table.wikitable th { 
  1) Where desired
border: 1px #aaa solid; 
  2) Links when we don't want them to
padding: 5px; 
  3) Bold "links" to the page itself
background: #EEEEEE; 
  4) HTML formulae
text-align: center;  
  5) Ref tags with group names <ref group="Note"> --> "[Note 1]" */
.nowrap,
.nowraplinks a,
.nowraplinks .selflink,
span.texhtml,
sup.reference a {
    white-space: nowrap;
}
}


/* For template documentation */
table.wikitable caption {
.template-documentation {
margin-left: inherit;
    clear: both;
margin-right: inherit;
    margin: 1em 0 0 0;
font-weight: bold;  
    border: 1px solid #aaa;
    background-color: #ecfcf4;
    padding: 1em;
}
}


/* Inline divs in ImageMaps (code borrowed from de.wiki) */
/* Größere Einrückung für Zeilennummerierungen */
.imagemap-inline div {
dd {
    display: inline;
  margin-left:2.8em;
}
}


/* Increase the height of the image upload box */
.poem {
#wpUploadDescription {
        margin-bottom: 0em;
    height: 13em;
        margin-top: 0em;
}
        line-height: 1.6em;
        margin-left: 6em;
}


/* Minimum thumb width */
.poem p {
.thumbinner {
margin-top: 0em ! important;
    min-width: 100px;
margin-bottom: 0em ! important;
}
}
.poem .zeilennummer {  
        left:-4.5em;  
}


/* Makes the background of a framed image white instead of gray.
.zeilennummer {
  Only visible with transparent images. */
        position:absolute;
div.thumb img.thumbimage {
        top:0em; 
    background-color: #fff;
        left:-4.5em;
}
        width:4.0em; 
        text-align:right;
        margin:0.0em;
        font-size:0.8em;
        vertical-align:middle;
}


/* The backgrounds for galleries. */
.poem .pr1pn {
div#content .gallerybox div.thumb {
        position:absolute;  
    /* Light gray padding */
        top:0em; 
    background-color: #F9F9F9;
        left:-5.5em;  
}
        width:3em; 
/* Put a chequered background behind images, only visible if they have transparency.
        text-align:right;
  '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
        margin:0.0em;
.gallerybox .thumb img {
        vertical-align:middle;
    /* @embed */
}
    background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img,
.nochecker .gallerybox .thumb img {
    background: #fff;
}


/* Category tree styling. Works in conjuction with [[MediaWiki:Categorytree-expand-bullet]],
.seitennummer {
  [[MediaWiki:Categorytree-collapse-bullet]] and [[MediaWiki:Categorytree-empty-bullet]]. */
        position:absolute;
#mw-subcategories ul {
        top:0em; 
    list-style: none none;
        left:-0.5em;
    margin-left: 0.25em;
        width:3em; 
}
        text-align:right;  
.CategoryTreeChildren {
        margin:0.0em;  
    margin-left: 1.25em;
        vertical-align:middle;
}
}


/* Prevent floating boxes from overlapping any category listings,
.poem .seitennummer {
  file histories, edit previews, and edit [Show changes] views. */
        left:-0.5em;  
#mw-subcategories, #mw-pages, #mw-category-media,
}
#filehistory, #wikiPreview, #wikiDiff {
    clear: both;
}


body.rtl #mw-articlefeedbackv5, body.rtl #mw-articlefeedback {
/* präferierte Fonts für bestimmte Schriftsysteme */
    display: block;   /* Override inline block mode */
span.polytonic
    margin-bottom: 1em;
{
    /* @noflip */
  font-family:
    clear: right;    /* Clear any info boxes that stick out */
  'Arial Unicode MS',
    /* @noflip */
  'Palatino Linotype',
    float: right;     /* Prevents margin collapsing */
  'Code2000',
}
  'New Athena Unicode',
  'Gentium',
  'Athena Unicode',
  sans-serif;
}
span.hebrew
{
  font-family:
   'Quivira',
  'Sun-ExtA',
  'Arial Unicode MS',
  'SBL Hebrew',
  'Code2000',
  'MPH 2B Damase',
  sans-serif;
}


/* Toned down styling for update markers on watchlist and history pages. */
span.unicode
span.updatedmarker {
{
    background-color: transparent;
  font-family:
    color: #006400;
  'Arial Unicode MS',
}
  'Lucida Sans Unicode',
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title {
  'Lucida Grande',
    font-weight:normal;
  'TITUS Cyberbit Basic',
}
  'Code2000',
.mw-special-Watchlist #mw-watchlist-resetbutton {
  'MV Boli',
    display:none;
  'MS Mincho',
}
  'Arial',
  sans-serif;
}


/* Selectively hide headers in WikiProject banners */
/* Styles für Proofreading-Extension */
.wpb .wpb-header            { display: none; }
.Index {
.wpbs-inner .wpb .wpb-header { display: block; }    /* for IE */
  display: none;
.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */
}
.wpbs-inner .wpb-outside    { display: none; }     /* hide things that should only display outside shells */


/* Styling for Abuse Filter tags */
.pagetext {
.mw-tag-markers {
  text-align: justify;
    font-family:sans-serif;
}
    font-style:italic;
    font-size:90%;
}


/* Hide stuff meant for accounts with special permissions. Made visible again in
.ns-104 .quality4, .editCheckboxes .quality4 { /* fertig */
  [[MediaWiki:Group-sysop.css]] and [[MediaWiki:Group-accountcreator.css]]. */
     background:#90EE90 /* grün */
.sysop-show, .accountcreator-show {
     display: none;
}
}


/* Remove bullets when there are multiple edit page warnings */
.ns-104 .quality3, .editCheckboxes .quality3 { /* korrigiert */
ul.permissions-errors > li {
     background:#ffe867 /* gelb */
     list-style: none none;
}
}
ul.permissions-errors {
    margin: 0;
.ns-104 .quality2, .editCheckboxes .quality2 { /* ???? */
    background:#ff0000; /* rot */
}
}
 
/* No linewrap on the labels of the login/signup page */
.ns-104 .quality1, .editCheckboxes .quality1 {   /* unkorrigiert */
body.page-Special_UserLogin .mw-label label,
    background:#ffa0a0; /* hell-rot */  
body.page-Special_UserLogin_signup .mw-label label { white-space : nowrap; }
 
/* Disable the automatic text-size adjust of WebKit on iPhones etc.
  It scales some text, and not the other. Use none, or fixed percentage instead.
  Use media selector, because defining a value, overwrites platform defaults. */
@media only screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}
}


/* Pie chart test: Transparent borders */
.ns-104 .quality0, .editCheckboxes .quality0 { /*sofort fertig*/
.transborder {
    background:#dddddd /* grau */
    border: solid transparent;
}
* html .transborder {  /* IE6 */
    border: solid #000001;
    filter: chroma(color=#000001);
}
}


/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
.ns-102 .editsection { visibility:hidden; }
  [[Bugzilla:26204]] */
div.mw-geshi div,
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript {
    font-family: monospace, Courier !important;
}


/* Fix styling of transcluded prefindex tables */
/* Style um den Abstand zwischen den Absätzen zu vergrößern */
table#mw-prefixindex-list-table,
dl {
table#mw-prefixindex-nav-table {
margin: 0px;
    width: 98%;
margin-bottom: 1em;
}
}


/* For portals, added 2011-12-07 -bv
.vorlage-ueberschrift {
  On wide screens, show these as two columns
  display: block !important;
  On narrow and mobile screens, let them collapse into a single column */
.portal-column-left {
    float: left;
    width: 50%;
}
}
.portal-column-right {
.vorlage-ueberschrift * {
    float: right;
  color: #999;
    width: 49%;
}
}
.portal-column-left-wide {
@media print {
    float: left;
  .vorlage-ueberschrift {
    width: 60%;
     display: none !important;
}
  }
.portal-column-right-narrow {
    float: right;
    width: 39%;
}
.portal-column-left-extra-wide {
    float: left;
    width: 70%;
}
.portal-column-right-extra-narrow {
    float: right;
    width: 29%;
}
@media only screen and (max-width: 800px) {
    /* Decouple the columns on narrow screens */
    .portal-column-left,
    .portal-column-right,
    .portal-column-left-wide,
    .portal-column-right-narrow,
    .portal-column-left-extra-wide,
     .portal-column-right-extra-narrow {
        float: inherit;
        width: inherit;
    }
}
}


/* For announcements */
#bodyContent .letterhead {
    background-image:url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png');
    background-repeat:no-repeat;
    padding: 2em;
    background-color: #faf9f2;
}


/* Tree style lists */
/*
.treeview ul {
* Patrollink, Ausrufezeichen und Legendeneintrag ausblenden und Einträge auf
    padding: 0;
* [[Spezial:Neue Seiten]] entfärben, da das Feature hier nicht genutzt wird und
    margin: 0;
* dessen Optik zu sehr den gesichteten Versionen ähnelt; vgl. [[phab:T102818]]
*/
.patrollink,
ul.special .unpatrolled,
.mw-changeslist-legend .unpatrolled,
.mw-changeslist-legend-unpatrolled {
display: none;
}
}
.treeview li {
td.mw-enhanced-rc .unpatrolled {
    padding: 0;
visibility: hidden;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
    zoom: 1; /* BE KIND TO IE6 */;
}
}
.treeview li li {
.not-patrolled {
    background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
background-color: transparent;
    /* @noflip */
    padding-left: 20px;
    text-indent: 0.3em;
}
.treeview li li.lastline {
    background-position: 0 -5971px
}
.treeview li.emptyline > ul {
    /* @noflip */
    margin-left: -1px;
}
.treeview li.emptyline > ul > li:first-child {
    background-position: 0 9px
}
}


/* CODE FOR COMPACT AMBOX */
.thumbinner {
/* Hide the images */
.compact-ambox table .mbox-image,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
    display: none;
}
/* Remove borders, backgrounds, padding, etc. */
.compact-ambox table.ambox {
     border: none;
     border: none;
     border-collapse: collapse;
     padding: 0;
    background: transparent;
     box-shadow: 0;
    margin: 0 0 0 1.6em !important;
     padding: 0 !important;
    width: auto;
    display: block;
}
}
body.mediawiki .compact-ambox table.mbox-small-left {
.thumbinner .thumbimage {
     font-size: 100%;
     border: 0;
    width: auto;
    margin: 0;
}
}
/* Style the text cell as a list item and remove its padding */
.thumbcaption {
.compact-ambox table .mbox-text {
     color:white;
     padding: 0 !important;
     background:#006699;
     margin: 0 !important;
    border-bottom-left-radius: 20px;   
}
     font-weight: normal;  
.compact-ambox table .mbox-text-span {
     font-size: 95%;
     display: list-item;
     padding-left:15px;
     line-height: 1.5em;
     margin-right: 2px;
     list-style-type: square;
    padding: 10px;
     list-style-image: url("data:image/gif;base64,R0lGODlhBQANAIAAAGOMnP///yH5BAEAAAEALAAAAAAFAA0AAAIJjI+pu+APo4SpADs=");
}
}
/* Allow for hiding text in compact form */
.thumbcaption a {
.compact-ambox .hide-when-compact {
     color:white;
     display: none;
    text-decoration: underline dotted lightgrey;
}
}


/* Make it possible to hide checkboxes in <inputbox> */
/*Reduce size of content as french Wikipedia*/
.inputbox-hidecheckboxes form .inputbox-element {
#content.mw-body {
    display: none !important;
width:97%
}
}
 
/* Hide charinsert base for those not using the gadget */
#editpage-specialchars {
display: none;
}

Aktuelle Version vom 13. Januar 2023, 12:56 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

 
/**
 * Styling for links generated by [[MediaWiki:Edittools]]
 * @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling
 * @updated 2020-03-17
 */
.mw-charinsert-buttons {
	border: 1px solid #aaa;
	margin-top: 10px;
	padding: 1px;
	font-size: 1.1em;
	text-align: center;
}

.mw-charinsert-buttons a {
	background-color: #cde !important;
	color: #000;
	border: thin #069 outset;
	padding: 0 1px 1px;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}

.mw-charinsert-buttons a:hover,
.mw-charinsert-buttons a:active {
	background-color: #bcd;
	border-style: inset;
}

.client-js .mw-edittools-section {
	display: inline;
}

.client-js .mw-edittools-section input[type="button"] {
	font-size: 0.9em;
	margin-left: 1px;
	padding-left: 1px;
	padding-right: 1px;
}


/* Kategorie verbergen */
/* Überschrift verbergen */
/* Redirhinweis verbergen - ACHTUNG: Je nach Skin muss jetzt der Abstand zum oberen Rand korrigiert werden */
body.page-Hauptseite #catlinks,
body.page-Hauptseite.action-view h1.firstHeading,
body.page-Hauptseite.action-view #contentSub {
	display: none;
body.page-Hauptseite h1.firstHeading { display:none; }
}


/* Stylesheet-Ergänzung zu Standard-[[NordhausenWiki:Navigationsleisten|Navigationsleisten]] */
div.NavFrame {
	display: inline-block; /* IE <= 7 */
}
div.NavFrame {
	border: 1px solid #aaa;
	clear: both;
	display: block;
	font-size: 95%;
	margin-top: 1.5em;
	padding: 2px;
	text-align: center;
}

/* Automatisches Verschmelzen, funktioniert nicht im IE 6 */
div.NavFrame + div.NavFrame {
	margin-top: -1px;
}
div.NavPic {
	float: left;
	padding: 2px;
}
div.NavHead {
	background: #efefef;
	font-weight: bold;
}

/* Redundant zu .visualClear in shared.css und IE60Fixes.css */
div.NavEnd {
	display: none; /* broken */
}
div.NavFrame:after {
	clear: both;
	content: "";
	display: block;
}

/* [[Vorlage:NaviBlock]] */
div.BoxenVerschmelzen {
	border: 1px solid #aaa;
	clear: both;
	font-size: 95%;
	margin-top: 1.5em;
	padding-top: 2px;
}
div.BoxenVerschmelzen div.NavFrame {
	border: none;
	font-size: 100%;
	margin: 0;
	padding-top: 0;
}

/* Stylesheet-Ergänzung zu SideBoxen */
div.sideBox {
	background: white;
	border: 1px solid gray;
	clear: right;
	float: right;
	margin-left: 1em;
	overflow: hidden;
	padding: 0.3em;
	position: relative; /* IE 6 */
	width: 200px;
}
div.sideBox dl {
	font-size: 96%;
	margin: 0 0 0.3em;
}
div.sideBox dl dt {
	background: none;
	margin: 0.4em 0 0;
}
div.sideBox dl dd {
	background: #f3f3f3;
	margin: 0.1em 0 0 1.1em;
}

/* Stylesheet-Ergänzung zu [[NordhausenWiki:Taxoboxen|Taxoboxen]] und [[NordhausenWiki:Paläoboxen|Paläoboxen]] */
table.taxobox,
table.palaeobox {
	background: white;
	border: 1px solid gray;
	border-collapse: collapse;
	/* redundant zu class="float-right" */
	clear: right;
	float: right;
	margin: 1em 0 1em 1em;
}
table.taxobox th,
table.palaeobox th {
	background: #9bcd9b;
	border: 1px solid gray;
	font-weight: bold;
	text-align: center;
}
table.palaeobox th {
	background: #e7dcc3;
}
table.taxobox div.thumb,
table.taxobox div.thumb *,
table.palaeobox div.thumb,
table.palaeobox div.thumb * {
	background: #f9f9f9;
	border: none;
	float: none;
	margin: 0 auto;
	padding: 0;
}
table.taxobox div.magnify,
table.palaeobox div.magnify {
	display: none;
}
table.taxobox tr td div.thumb div div.thumbcaption,
table.taxobox td.Person,
table.taxobox td.taxo-name,
table.taxobox td.taxo-bild,
table.palaeobox tr td div.thumb div div.thumbcaption,
table.palaeobox td.Person,
table.palaeobox td.taxo-name,
table.palaeobox td.taxo-bild,
table.palaeobox td.taxo-zeit {
	text-align: center;
}
table.palaeobox td.taxo-ort {
	text-align: left;
}

/* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */
.prettytable {
	background: #f9f9f9;
	border: 1px solid #aaa;
	border-collapse: collapse;
	margin: 1em 1em 1em 0;
}
.prettytable th,
.prettytable td {
	border: 1px solid #aaa;
	padding: 0.2em;
}
.prettytable th {
	text-align: center;
}
.prettytable caption {
	font-weight: bold;
}

/* Zebra-Tabellen */
table.wikitable.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) {
	background: white;
}

.nogrid th,
.nogrid td {
	border: none;
}
/* @noflip */div.float-left,
table.float-left,
ul.float-left,
.float-left {
	clear: left;
	float: left;
	margin: 1em 1em 1em 0;
}
/* @noflip */div.float-right,
table.float-right,
ul.float-right,
.float-right {
	clear: right;
	float: right;
	margin: 1em 0 1em 1em;
}
div.centered,
table.centered,
ul.centered,
.centered {
	margin-left: auto;
	margin-right: auto;
}
.toptextcells td {
	vertical-align: top;
}

/* gleicher vertikaler Abstand für Text und Listen in Tabellen */
table ul, table p {
	margin-top: .3em;
}

/*
 * Farbdefinitionen für Rahmen und Hintergründe.
 * Hier: Standardvorgaben für "dunkle Schrift auf hellem Grund".
 * Für Hell-auf-dunkel-Skins ([[MediaWiki:Amethyst.css|Amethyst]]) müssen dort entsprechende Definitionen
 * zusätzlich eingetragen werden! Anpassungen für andere Skins sind optional.
 * (Die Angaben der Rahmenstärke dienen der Bequemlichkeit, so dass man
 * für dünne Rahmen nur noch "border-style" angeben muss.)
 */
.rahmenfarbe1 { /* Wie Inhaltsverzeichnis */
	border: 1px #aaa;
}
.rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
	border: 1px #e9e9e9;
}
.rahmenfarbe3 { /* "Rot", auffällig */
	border: 1px #c00000;
}
.rahmenfarbe4 { /* Neutrale Farbe, deutlich */
	border: 1px #88a;
}
.rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
	border: 1px #000;
}

table > * > tr.hintergrundfarbe1 > th,
table > * > tr > th.hintergrundfarbe1,
table.hintergrundfarbe1,
.hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */
	background-color: #f9f9f9;
}
table > * > tr.hintergrundfarbe2 > th,
table > * > tr > th.hintergrundfarbe2,
table.hintergrundfarbe2,
.hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */
	background-color: #ffffff;
}
table > * > tr.hintergrundfarbe3 > th,
table > * > tr > th.hintergrundfarbe3,
table.hintergrundfarbe3,
.hintergrundfarbe3 { /* "Gelb", auffällig */
	background-color: #ffff40;
}
table > * > tr.hintergrundfarbe4 > th,
table > * > tr > th.hintergrundfarbe4,
table.hintergrundfarbe4,
.hintergrundfarbe4 { /* Sehr auffällig */
	background-color: #fa0;
}
table > * > tr.hintergrundfarbe5 > th,
table > * > tr > th.hintergrundfarbe5,
table.hintergrundfarbe5,
.hintergrundfarbe5 { /* Neutral, abgesetzt */
	background-color: #e0e0e0;
}
table > * > tr.hintergrundfarbe6 > th,
table > * > tr > th.hintergrundfarbe6,
table.hintergrundfarbe6,
.hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
	background-color: #b3b7ff;
}
table > * > tr.hintergrundfarbe7 > th,
table > * > tr > th.hintergrundfarbe7,
table.hintergrundfarbe7,
.hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
	background-color: #ffcbcb;
}
table > * > tr.hintergrundfarbe8 > th,
table > * > tr > th.hintergrundfarbe8,
table.hintergrundfarbe8,
.hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
	background-color: #ffebad;
}
table > * > tr.hintergrundfarbe9 > th,
table > * > tr > th.hintergrundfarbe9,
table.hintergrundfarbe9,
.hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
	background-color: #b9ffc5;
}

/* Keine Vergrößerung der Zeilenhöhe durch hochgestellte Zahlen der Fußnoten */
sup.reference {
	font-style: normal;
	font-weight: 400;
}
sup,
sub {
	line-height: 1em;
}

/* Hervorhebung der angeklickten Fußnoten und der Rückverweise in blau */
ol.references > li:target,
sup.reference:target {
	background: #def;
}

/* Hochgestellte Buchstaben in der Einzelnachweiseliste kursiv setzen */
ol.references li a[href|="#cite_ref"] {
	font-style: italic;
}

/* Inline-Verwendung der [[:Kategorie:Vorlage:Schwesterprojektverweis|Schwesterprojektverweise]] */
ol.references li div.sisterproject {
	display: inline;
}

/* Für MediaWiki:Missingcommentheader */
div#mw-missingcommentheader b {
	color: #900;
}

/* Für [[MediaWiki:Anoneditwarning]] und weitere Hinweise, die alle untereinander stehen */
div#mw-anon-edit-warning,
div#mw-anon-preview-warning,
div#mw-missingsummary,
div#wp_talkpagetext {
	background: #d3e1f2;
	border: 1px solid #1a47ff;
	margin: 1em auto;
	padding: 1em;
	width: 80%;
}

/* +++++ SONSTIGE ANPASSUNGEN (Spezialseiten u. a.) +++++ */

/* Markierung von Redirects in [[Special:Allpages]], [[Special:Watchlist]], Kategorien */
.allpagesredirect,
.watchlistredir,
.redirect-in-category {
	font-style: italic;
}

/* Größerer Abstand zwischen TOC-Nummerierung und TOC-Eintrag */
span.tocnumber {
	margin-right: 0.3em;
}

/* hiddenStructure wurde in Mediawiki Version 1.18 entfernt, wird hier aber gebraucht. */

.hiddenStructure {
	display: none;
}

/* Skinabhängige absolute Positionierungen ausblenden */
/* Bitte [[MediaWiki Diskussion:Common.css/Archiv 1#Absolute Positionierungen]] beachten */
#artikelstadium,
#commons-icon,
#coordinates,
#editcount,
#issnlink,
#shortcut,
#spoken-icon,
.topicon {
	display: none;
}

/* Verhindere, dass Infoboxen etc. in den Inhalt von Kategorien hineinragen.
Das betrifft nur Kategorieseiten. */
div#mw-subcategories,
div#mw-pages,
div#mw-category-media {
	clear: both;
}

/* DIVs in ImageMaps inlinen (Vorschlag von Revolus) */
.imagemap-inline div {
	display: inline; /* broken */
}

/* [[Special:Hochladen]]: Warnmeldung auf bestehende Dateien, unerwünschte Prefixe usw. deutlicher hervorheben. */
td#wpDestFile-warning ul {
	border: 1px solid red;
	padding: 1.5em;
}

/* höheres Uploadfeld */
textarea#wpUploadDescription {
	height: 20em;
}

/* Warnmeldung für gesperrte Titel */
.mw-titleprotectedwarning {
	background: #eee;
	border: 2px solid red;
	padding: 1em;
}

/* Warnmeldung bei der Bearbeitung von Seiten im MediaWiki-Namensraum */
.mw-editinginterface {
	background: #f9f9f9;
	border: 1px solid #c00000;
	padding: 2px;
}

/* Überschrift 5. und 6. Ordnung proportionaler zu Fließtext */
div#content h5 {
	font-size: 108%; /* Original: 100% */
}
div#content h5 .editsection {
	font-size: 93%; /* 1/108% */
}
div#content h6,
div#content h6 .editsection {
	font-size: 100%; /* Original: 80% = kleiner als Bodytext, unschön */
}

/* Anleitung auf Special:Search */
.mw-searchresult {
	font-size: 84%;
	margin: 5px;
}

/* Gestaltung der Edittools-Leiste [[MediaWiki:Onlyifediting.js]] */
div#specialchars {
	background: white;
	border: 1px solid #aaa;
	margin-top: 3px;
	padding: 1px;
	text-align: left;
}

/* Legende für Versionsgeschichte */
.mw-history-legend {
	background: #f9f9f9;
	border: 1px solid #e9e9e9;
	clear: both;
	font-size: 90%;
	margin: 2px 0;
	padding: 0 5px 5px;
}




/* IPA links nicht unterstreichen */
.IPA a:link,
.IPA a:visited {
	text-decoration: none;
}

/* Einzelnachweise kleiner */
ol.references,
div.reflist,
div.refbegin {
    font-size: 100%;            /* Default font-size */
    margin-bottom: 0.5em;
}
div.refbegin-100 {
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references {
    font-size: 100%;           /* Reset font-size when nested in div.reflist */
    list-style-type: inherit;  /* Enable custom list style types */
}

/* Highlight clicked reference in blue to help navigation */
ol.references li:target,
sup.reference:target,
span.citation:target {
    background-color: #fdfaa1;
}

/* Hiermit können Safari >=1.1, Opera >=9.5, IE9 was anfangen*/
::selection {
    background: #fdfaa1;

}
/* und hiermit der Firefox >=1 */
::-moz-selection {
    background: #fdfaa1;
}

/* Ensure refs in table headers and the like aren't bold or italic */
sup.reference {
    font-weight: normal;
    font-style: normal;
}

/* Gallery */

gallery {
max-width: 800px;
}

table.gallery {
margin: 0px;
padding: 0px;
background-color: #6f6f6f;
}

table.gallery tr {
vertical-align: top;
}

table.gallery td {
vertical-align: top;
}

div.gallerytext {
overflow: hidden;
font-size: 10px;
color: #6f6f6f;
padding: 1px;
}

div.gallerybox div.thumb {
border: 1px solid #CCC;
padding: 0px;
width: 145px;
margin: 5px auto;
}

li.gallerybox {
vertical-align: top;
width: 145px;
border: solid 0px;
}

ul.gallery, li.gallerybox {
zoom: 1;
*display: inline;
}

ul.gallery {
width:800px;
margin: 0px;
padding: 0px;
display: block;
}

li.gallerycaption {
font-weight: bold;
text-align: center;
display: block;
word-wrap: break-word;
}

li.gallerybox div.thumb {
text-align: center;
border: 1px solid #ccc;
margin: 0px;
width:145px;
}

div.gallerytext {
overflow: hidden;
font-size: 95%;
padding: 2px 4px;
word-wrap: break-word;
}

/* wikitable */

table.wikitable {  
margin: 2px;  
background: #FFFFFF;  
border: 1px #DDDDDD solid;  
border-collapse: collapse;  
empty-cells:show; 
}

table.wikitable td {  
border: 1px #aaa solid;   
padding: 5px; 
}

table.wikitable th {  
border: 1px #aaa solid;   
padding: 5px;   
background: #EEEEEE;  
text-align: center; 
}

table.wikitable caption {  
margin-left: inherit;  
margin-right: inherit;  
font-weight: bold; 
}

 /* Größere Einrückung für Zeilennummerierungen */
 dd {
   margin-left:2.8em;
 }

.poem { 
         margin-bottom: 0em; 
         margin-top: 0em; 
        line-height: 1.6em;
        margin-left: 6em;
 }

 .poem p { 
 	margin-top: 0em ! important; 
 	margin-bottom: 0em ! important; 
 }
 .poem .zeilennummer { 
         left:-4.5em; 
 }

 .zeilennummer {
         position:absolute; 
         top:0em;  
         left:-4.5em; 
         width:4.0em;  
         text-align:right; 
         margin:0.0em; 
         font-size:0.8em; 
         vertical-align:middle;
 }

 .poem .pr1pn {
         position:absolute; 
         top:0em;  
         left:-5.5em; 
         width:3em;  
         text-align:right; 
         margin:0.0em; 
         vertical-align:middle;
 }

 .seitennummer {
         position:absolute; 
         top:0em;  
         left:-0.5em; 
         width:3em;  
         text-align:right; 
         margin:0.0em; 
         vertical-align:middle;
 }

 .poem .seitennummer {
         left:-0.5em; 
 }

 /* präferierte Fonts für bestimmte Schriftsysteme */
 span.polytonic
 {
  font-family:
  'Arial Unicode MS',
  'Palatino Linotype',
  'Code2000',
  'New Athena Unicode',
  'Gentium',
  'Athena Unicode',
  sans-serif;
 }
 
 span.hebrew
 {
  font-family:
  'Quivira',
  'Sun-ExtA',
  'Arial Unicode MS',
  'SBL Hebrew',
  'Code2000',
  'MPH 2B Damase',
  sans-serif;
 }

 span.unicode
 {
  font-family:
  'Arial Unicode MS',
  'Lucida Sans Unicode',
  'Lucida Grande',
  'TITUS Cyberbit Basic',
  'Code2000',
  'MV Boli',
  'MS Mincho',
  'Arial',
  sans-serif;
 }

/* Styles für Proofreading-Extension */
 .Index {
   display: none;
 }

 .pagetext {
   text-align: justify;
 }

.ns-104 .quality4, .editCheckboxes .quality4 { /* fertig */
    background:#90EE90 /* grün */
}

.ns-104 .quality3, .editCheckboxes .quality3 { /* korrigiert */
    background:#ffe867 /* gelb */
}
 
.ns-104 .quality2, .editCheckboxes .quality2 {  /* ???? */
     background:#ff0000;  /* rot */ 
}
 
.ns-104 .quality1, .editCheckboxes .quality1 {   /* unkorrigiert */
     background:#ffa0a0; /* hell-rot */ 
}

.ns-104 .quality0, .editCheckboxes .quality0 { /*sofort fertig*/
     background:#dddddd /* grau */
}

.ns-102 .editsection { visibility:hidden; }

 /* Style um den Abstand zwischen den Absätzen zu vergrößern */
 dl {
 	margin: 0px;
 	margin-bottom: 1em;
 }

.vorlage-ueberschrift {
  display: block !important;
}
.vorlage-ueberschrift * {
  color: #999;
}
@media print {
  .vorlage-ueberschrift {
    display: none !important;
  }
}


/*
 * Patrollink, Ausrufezeichen und Legendeneintrag ausblenden und Einträge auf
 * [[Spezial:Neue Seiten]] entfärben, da das Feature hier nicht genutzt wird und
 * dessen Optik zu sehr den gesichteten Versionen ähnelt; vgl. [[phab:T102818]]
 */
.patrollink,
ul.special .unpatrolled,
.mw-changeslist-legend .unpatrolled,
.mw-changeslist-legend-unpatrolled {
	display: none;
}
td.mw-enhanced-rc .unpatrolled {
	visibility: hidden;
}
.not-patrolled {
	background-color: transparent;
}

.thumbinner {
    border: none;
    padding: 0;
    box-shadow: 0;
}
.thumbinner .thumbimage {
    border: 0;
}
.thumbcaption {
    color:white;
    background:#006699;
    border-bottom-left-radius: 20px;    
    font-weight: normal;    
    font-size: 95%;
    padding-left:15px;
    margin-right: 2px;
    padding: 10px;
}
.thumbcaption a {
    color:white;
    text-decoration: underline dotted lightgrey;
}

/*Reduce size of content as french Wikipedia*/
#content.mw-body {
	width:97%
	}