MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus NordhausenWiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(69 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 {
     clear: both;
}
}


/* Edit window toolbar */
body.page-Hauptseite h1.firstHeading {  
#toolbar {
     display: none;  
     height: 22px;
    margin-bottom: 6px;
}
}


/* Make the list of references smaller */
ol.references,
div.reflist,
div.refbegin {
    font-size: 90%;            /* 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 */
/* Stylesheet-Ergänzung zu Standard-[[NordhausenWiki:Navigationsleisten|Navigationsleisten]] */
ol.references li:target,
div.NavFrame {
sup.reference:target,
     display: inline-block; /* IE <= 7 */
span.citation:target {
     background-color: #DEF;
}
}
 
div.NavFrame {
/* Ensure refs in table headers and the like aren't bold or italic */
    border: 1px solid #aaa;
sup.reference {
    clear: both;
     font-weight: normal;
    display: block;
     font-style: normal;
     font-size: 95%;
    margin-top: 1.5em;
    padding: 2px;
     text-align: center;
}
}


/* Allow hidden ref errors to be shown by user CSS */
/* Automatisches Verschmelzen, funktioniert nicht im IE 6 */
span.brokenref {
div.NavFrame + div.NavFrame {
     display: none;
     margin-top: -1px;
}
}
 
div.NavPic {
/* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */
    float: left;
.citation {
     padding: 2px;
     word-wrap: break-word;
}
}
 
div.NavHead {
/* Default styling for titles of works, styling for the title of an article
    background: #efefef;
  within a periodical, or a contribution within a compilation. */
     font-weight: bold;
cite,
.citation cite.article,
.citation cite.contribution {
     font-style: inherit;
}
}


/* Styling for the title of any work within a citation,
/* Redundant zu .visualClear in shared.css und IE60Fixes.css */
  or specifically the title of a periodical. */
div.NavEnd {
.citation cite,
     display: none; /* broken */
.citation cite.periodical {
     font-style: italic;
}
}
 
div.NavFrame:after {
/* For linked citation numbers and document IDs, where
     clear: both;
  the number need not be shown on a screen or a handheld,
    content: "";
  but should be included in the printed version */
     display: block;
@media screen, handheld {
     .citation *.printonly {
        display: none;
     }
}
}


/* Style for [[Template:Flowlist]] that Lets lists flow around floating objecs */
/* [[Vorlage:NaviBlock]] */
.flowlist ul {
div.BoxenVerschmelzen {
     overflow-x: hidden;
     border: 1px solid #aaa;
     margin-left: 0em;
    clear: both;
     padding-left: 1.6em;
    font-size: 95%;
     margin-top: 1.5em;
     padding-top: 2px;
}
}
.flowlist ol {
div.BoxenVerschmelzen div.NavFrame {
     overflow-x: hidden;
     border: none;
     margin-left: 0em;
     font-size: 100%;
     padding-left: 3.2em;
     margin: 0;
}
     padding-top: 0;
.flowlist dl {
     overflow-x: hidden;
}
}


/* Style for horizontal lists (separator following item).
/* Stylesheet-Ergänzung zu SideBoxen */
  Note: hlist formatting will break if the resulting HTML lacks a breakable character
div.sideBox {
  between list items. This happens when the following conditions are true:
    background: white;
  1) The list is made using wiki markup (where HTML is built by parser.php)
    border: 1px solid gray;
  2) HTMLTidy is disabled or unavailable (such as on Special: pages)
    clear: right;
  In such cases, building lists with .hlist using HTML instead of wiki markup
    float: right;
  will work around this problem. See also [[Bugzilla:39617]].
    margin-left: 1em;
  Maintainer: [[User:Edokter]]
    overflow: hidden;
  Revision: 2.0
    padding: 0.3em;
  Last updated: September 23, 2012
    position: relative; /* IE 6 */
*/
     width: 200px;
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
     line-height: 1.5em;
}
}
.hlist dl,
div.sideBox dl {
.hlist ol,
    font-size: 96%;
.hlist ul {
     margin: 0 0 0.3em;
     margin: 0;
}
}
/* Display list items inline and make them nowrap */
div.sideBox dl dt {
.hlist dd,
     background: none;
.hlist dt,
     margin: 0.4em 0 0;
.hlist li {
     margin: 0;
     display: inline;
    white-space: nowrap;
}
}
/* Display nested lists inline and allow them to wrap */
div.sideBox dl dd {
.hlist dl dl, .hlist dl ol, .hlist dl ul,
     background: #f3f3f3;
.hlist ol dl, .hlist ol ol, .hlist ol ul,
     margin: 0.1em 0 0 1.1em;
.hlist ul dl, .hlist ul ol, .hlist ul ul {
     display: inline;
     white-space: normal;
}
}
/* Generate interpuncts */
 
.hlist dt:after {
/* Stylesheet-Ergänzung zu [[NordhausenWiki:Taxoboxen|Taxoboxen]] und [[NordhausenWiki:Paläoboxen|Paläoboxen]] */
     content: ":";
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;
}
}
.hlist dd:after,
table.taxobox th,
.hlist li:after {
table.palaeobox th {
     content: " ·";
    background: #9bcd9b;
     border: 1px solid gray;
     font-weight: bold;
     font-weight: bold;
    text-align: center;
}
}
.hlist dd:last-child:after,
table.palaeobox th {
.hlist dt:last-child:after,
     background: #e7dcc3;
.hlist li:last-child:after {
     content: none;
}
}
/* For IE8 */
table.taxobox div.thumb,
.hlist dd.hlist-last-child:after,
table.taxobox div.thumb *,
.hlist dt.hlist-last-child:after,
table.palaeobox div.thumb,
.hlist li.hlist-last-child:after {
table.palaeobox div.thumb * {
     content: none;
    background: #f9f9f9;
    border: none;
     float: none;
    margin: 0 auto;
    padding: 0;
}
}
/* Add parentheses around nested lists */
table.taxobox div.magnify,
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
table.palaeobox div.magnify {
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
     display: none;
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
     content: "(";
    font-weight: normal;
}
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
table.taxobox tr td div.thumb div div.thumbcaption,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
table.taxobox td.Person,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
table.taxobox td.taxo-name,
     content: ")";
table.taxobox td.taxo-bild,
    font-weight: normal;
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;
}
}
/* For IE8 */
table.palaeobox td.taxo-ort {
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
     text-align: left;
.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 {
/* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */
     counter-reset: list-item;
.prettytable {
     background: #f9f9f9;
    border: 1px solid #aaa;
    border-collapse: collapse;
    margin: 1em 1em 1em 0;
}
}
.hlist.hnum ol > li {
.prettytable th,
     counter-increment: list-item;
.prettytable td {
     border: 1px solid #aaa;
    padding: 0.2em;
}
}
.hlist.hnum ol > li:before {
.prettytable th {
     content: counter(list-item) " ";
     text-align: center;
}
}
.hlist.hnum dd ol > li:first-child:before,
.prettytable caption {
.hlist.hnum dt ol > li:first-child:before,
     font-weight: bold;
.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: 0.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 solid #aaa;
}
}
.navbox-abovebelow,
.rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
th.navbox-group,
     border: 1px solid #e9e9e9;
.navbox-subgroup .navbox-title {
     background: #ddddff;     /* Level 2 color */
}
}
.navbox-subgroup .navbox-group,
.rahmenfarbe3 { /* "Rot", auffällig */
.navbox-subgroup .navbox-abovebelow {
     border: 1px solid #c00000;
     background: #e6e6ff;     /* Level 3 color */
}
}
.navbox-even {
.rahmenfarbe4 { /* Neutrale Farbe, deutlich */
     background: #f7f7f7;     /* Even row striping */
     border: 1px solid #88a;
}
}
.navbox-odd {
.rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
     background: transparent; /* Odd row striping */
     border: 1px solid #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 {
div#content h5 .editsection {
     /* @noflip */
     font-size: 93%; /* 1/108% */
    float: left;
    width: 33.3%;
    min-width: 200px;
}
}
div.columns-4 div.column {
div#content h6,
     /* @noflip */
div#content h6 .editsection {
    float: left;
     font-size: 100%; /* Original: 80% = kleiner als Bodytext, unschön */
    width: 25%;
    min-width: 150px;
}
}
div.columns-5 div.column {
 
    /* @noflip */
/* Anleitung auf Special:Search */
    float: left;
.mw-searchresult {
     width: 20%;
     font-size: 84%;
     min-width: 120px;
     margin: 5px;
}
}


/* Messagebox templates */
/* Gestaltung der Edittools-Leiste [[MediaWiki:Onlyifediting.js]] */
.messagebox {
div#specialchars {
    background: white;
     border: 1px solid #aaa;
     border: 1px solid #aaa;
     background-color: #f9f9f9;
     margin-top: 3px;
     width: 80%;
     padding: 1px;
     margin: 0 auto 1em auto;
     text-align: left;
    padding: .2em;
}
}
.messagebox.merge {
 
    border: 1px solid #c0b8cc;
/* Legende für Versionsgeschichte */
    background-color: #f0e5ff;
.mw-history-legend {
    text-align: center;
     background: #f9f9f9;
}
     border: 1px solid #e9e9e9;
.messagebox.cleanup {
     clear: both;
    border: 1px solid #9f9fff;
     font-size: 90%;
     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;
     margin: 2px 0;
     padding: 2px;
     padding: 0 5px 5px;
}
.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 */
 
th.mbox-text, td.mbox-text {  /* The message body cell(s) */
/* IPA links nicht unterstreichen */
    border: none;
.IPA a:link,
    /* @noflip */
.IPA a:visited {
    padding: 0.25em 0.9em;    /* 0.9em left/right */
     text-decoration: none;
    width: 100%;              /* Make all mboxes the same width regardless of text length */
}
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 */
/* Einzelnachweise kleiner */
table.ambox {
ol.references,
    margin: 0px 10%;                  /* 10% = Will not overlap with other elements */
div.reflist,
    border: 1px solid #aaa;
div.refbegin {
    /* @noflip */
     font-size: 100%;           /* Default font-size */
     border-left: 10px solid #1e90ff; /* Default "notice" blue */
     margin-bottom: 0.5em;
     background: #fbfbfb;
}
}
table.ambox + table.ambox {     /* Single border between stacked boxes. */
div.refbegin-100 {
     margin-top: -1px;
     font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
}
}
.ambox th.mbox-text,
div.reflist ol.references {
.ambox td.mbox-text {           /* The message body cell(s) */
     font-size: 100%;           /* Reset font-size when nested in div.reflist */
     padding: 0.25em 0.5em;       /* 0.5em left/right */
     list-style-type: inherit; /* Enable custom list style types */
}
.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 {
/* Highlight clicked reference in blue to help navigation */
    /* @noflip */
ol.references li:target,
    border-left: 10px solid #1e90ff;    /* Blue */
sup.reference:target,
}
span.citation:target {
table.ambox-speedy {
     background-color: #fdfaa1;
    /* @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 */
/* Hiermit können Safari >=1.1, Opera >=9.5, IE9 was anfangen */
table.imbox {
::selection {
    margin: 4px 10%;
     background: #fdfaa1;
    border-collapse: collapse;
    border: 3px solid #1e90ff;    /* Default "notice" blue */
     background: #fbfbfb;
}
}
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
/* und hiermit der Firefox >=1 */
    margin: 0 -0.5em;      /* 0.9 - 0.5 = 0.4em left/right.        */
::-moz-selection {
    display: block;        /* Fix for webkit to force 100% width.  */
     background: #fdfaa1;
}
.mbox-inside .imbox {       /* For imboxes inside other templates.  */
     margin: 4px;
}
}


table.imbox-notice {
/* Ensure refs in table headers and the like aren't bold or italic */
    border: 3px solid #1e90ff;    /* Blue */
sup.reference {
}
     font-weight: normal;
table.imbox-speedy {
     font-style: normal;
     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 */
/* Gallery */
table.cmbox {
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    background: #DFE8FF;    /* Default "notice" blue */
}


table.cmbox-notice {
.gallery {
    background: #D8E8FF;    /* Blue */
     max-width: 800px;
}
table.cmbox-speedy {
     margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b22222;    /* Red */
    background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
    background: #FFDBDB;    /* Red */
}
table.cmbox-content {
    background: #FFE7CE;    /* Orange */
}
table.cmbox-style {
    background: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
    background: #E4D8FF;    /* Purple */
}
table.cmbox-protection {
    background: #EFEFE1;    /* Gray-gold */
}
}


/* Other pages message box styles */
table.gallery {
table.ombox {
     margin: 0px;
     margin: 4px 10%;
     padding: 0px;
    border-collapse: collapse;
     background-color: #6f6f6f;
     border: 1px solid #aaa;       /* Default "notice" gray */
     background: #f9f9f9;
}
}


table.ombox-notice {
table.gallery tr {
     border: 1px solid #aaa;      /* Gray */
     vertical-align: top;
}
table.ombox-speedy {
    border: 2px solid #b22222;   /* Red */
    background: #fee;            /* Pink */
}
table.ombox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.ombox-content {
    border: 1px solid #f28500;    /* Orange */
}
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 */
table.gallery td {
table.tmbox {
     vertical-align: top;
    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 {
div.gallerytext {
     border: 2px solid #b22222;   /* Red */
     overflow: hidden;
     background: #fee;            /* Pink */
     font-size: 10px;
}
     color: #6f6f6f;
table.tmbox-delete {
     padding: 1px;
    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 */
div.gallerybox div.thumb {
table.dmbox {
     border: 1px solid #CCC;
     clear: both;
     padding: 0px;
     margin: 0.9em 1em;
     width: 145px;
     border-top: 1px solid #ccc;
     margin: 5px auto;
     border-bottom: 1px solid #ccc;
    background: transparent;
}
}


/* Footer and header message box styles */
li.gallerybox {
table.fmbox {
     vertical-align: top;
     clear: both;
     width: 145px;
    margin: 0.2em 0;
     border: solid 0px;
     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
ul.gallery, li.gallerybox {
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
     zoom: 1;
  they override "table.ambox + table.ambox" above. */
     *display: inline;
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]]. */
ul.gallery {
div.noarticletext {
     width: 800px;
     border: none;
     margin: 0px;
     background: transparent;
     padding: 0px;
     padding: 0;
    display: block;
}
}


/* Bold save button */
li.gallerycaption {
#wpSave {
     font-weight: bold;
     font-weight: bold;
    text-align: center;
    display: block;
    word-wrap: break-word;
}
}


/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
li.gallerybox div.thumb {
.hiddenStructure {
     text-align: center;
     display: inline ! important;
     border: 1px solid #ccc;
     color: #f00;
     margin: 0px;
     background-color: #0f0;
    width: 145px;
}
}


/* suppress missing interwiki image links where #ifexist cannot
div.gallerytext {
  be used due to high number of requests see .hidden-redlink on
    overflow: hidden;
  [[m:MediaWiki:Common.css]] */
    font-size: 95%;
.check-icon a.new {
     padding: 2px 4px;
     display: none;
     word-wrap: break-word;
     speak: none;
}
}


/* Removes underlines from certain links */
/* wikitable */
.nounderlines a,
.IPA a:link, .IPA a:visited {
    text-decoration: none !important;
}


/* Standard Navigationsleisten, aka box hiding thingy
table.wikitable {  
  from .deDocumentation at [[Wikipedia:NavFrame]]. */
     margin: 2px;
div.NavFrame {
     background: #FFFFFF;
     margin: 0;
     border: 1px #DDDDDD solid;
     padding: 4px;
     border-collapse: collapse;
     border: 1px solid #aaa;
     empty-cells: show;  
    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 */
table.wikitable td {
.rellink,
     border: 1px #aaa solid;  
.dablink {
     padding: 5px;  
     font-style: italic;
    /* @noflip */
     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.
table.wikitable th {   
  Compatible in Firefox; incompatible in IE6. */
    border: 1px #aaa solid;  
.listify td    { display: list-item; }
     padding: 5px;  
.listify tr    { display: block; }
     background: #EEEEEE;
.listify table { display: block; }
     text-align: center;  
 
/* 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;
table.wikitable caption { 
  <div class="toclimit-3">, for instance, will limit to
    margin-left: inherit; 
  showing ==headings== and ===headings=== but no further
    margin-right: inherit; 
  (as long as there are no =headings= on the page, which
    font-weight: bold;  
  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 */
/* Größere Einrückung für Zeilennummerierungen */
blockquote.templatequote {
dd {
    margin-top: 0;
    margin-left: 2.8em;
}
blockquote.templatequote div.templatequotecite {
    line-height: 1em;
    /* @noflip */
    text-align: left;
    /* @noflip */
    padding-left: 2em;
    margin-top: 0;
}
blockquote.templatequote div.templatequotecite cite {
    font-size: 85%;
}
}


/* User block messages */
.poem {  
div.user-block {
     margin-bottom: 0em;  
     padding: 5px;
     margin-top: 0em;  
     margin-bottom: 0.5em;
     line-height: 1.6em;
     border: 1px solid #A9A9A9;
     margin-left: 6em;
     background-color: #FFEFD5;
}
}


/* Prevent line breaks in silly places:
.poem p {
  1) Where desired
    margin-top: 0em !important;
  2) Links when we don't want them to
     margin-bottom: 0em !important;  
  3) Bold "links" to the page itself
  4) HTML formulae
  5) Ref tags with group names <ref group="Note"> --> "[Note 1]" */
.nowrap,
.nowraplinks a,
.nowraplinks .selflink,
span.texhtml,
sup.reference a {
     white-space: nowrap;
}
}
 
.poem .zeilennummer {  
/* For template documentation */
     left: -4.5em;  
.template-documentation {
     clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa;
    background-color: #ecfcf4;
    padding: 1em;
}
}


/* Inline divs in ImageMaps (code borrowed from de.wiki) */
.zeilennummer {
.imagemap-inline div {
    position: absolute;
     display: inline;
    top: 0em; 
    left: -4.5em;
    width: 4.0em; 
    text-align: right;
    margin: 0.0em;
    font-size: 0.8em;
     vertical-align: middle;
}
}


/* Increase the height of the image upload box */
.poem .pr1pn {
#wpUploadDescription {
    position: absolute;
     height: 13em;
    top: 0em; 
    left: -5.5em;
    width: 3em; 
    text-align: right;
    margin: 0.0em;
     vertical-align: middle;
}
}


/* Minimum thumb width */
.seitennummer {
.thumbinner {
    position: absolute;
     min-width: 100px;
    top: 0em; 
    left: -0.5em;
    width: 3em; 
    text-align: right;
    margin: 0.0em;
     vertical-align: middle;
}
}


/* Makes the background of a framed image white instead of gray.
.poem .seitennummer {
  Only visible with transparent images. */
     left: -0.5em;  
div.thumb img.thumbimage {
     background-color: #fff;
}
}


/* The backgrounds for galleries. */
/* präferierte Fonts für bestimmte Schriftsysteme */
div#content .gallerybox div.thumb {
span.polytonic {
     /* Light gray padding */
     font-family:
    background-color: #F9F9F9;
        'Arial Unicode MS',
}
        'Palatino Linotype',
/* Put a chequered background behind images, only visible if they have transparency.
        'Code2000',
  '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
        'New Athena Unicode',
.gallerybox .thumb img {
        'Gentium',
    /* @embed */
        'Athena Unicode',
    background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
        sans-serif;
}
/* 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]],
span.hebrew {
  [[MediaWiki:Categorytree-collapse-bullet]] and [[MediaWiki:Categorytree-empty-bullet]]. */
    font-family:
#mw-subcategories ul {
        'Quivira',
    list-style: none none;
        'Sun-ExtA',
    margin-left: 0.25em;
        'Arial Unicode MS',
}
        'SBL Hebrew',
.CategoryTreeChildren {
        'Code2000',
    margin-left: 1.25em;
        'MPH 2B Damase',
        sans-serif;
}
}


/* Prevent floating boxes from overlapping any category listings,
span.unicode {
  file histories, edit previews, and edit [Show changes] views. */
    font-family:
#mw-subcategories, #mw-pages, #mw-category-media,
        'Arial Unicode MS',
#filehistory, #wikiPreview, #wikiDiff {
        'Lucida Sans Unicode',
    clear: both;
        'Lucida Grande',
        'TITUS Cyberbit Basic',
        'Code2000',
        'MV Boli',
        'MS Mincho',
        'Arial',
        sans-serif;
}
}


body.rtl #mw-articlefeedbackv5, body.rtl #mw-articlefeedback {
/* Styles für Proofreading-Extension */
    display: block;  /* Override inline block mode */
.Index {
    margin-bottom: 1em;
     display: none;
    /* @noflip */
    clear: right;    /* Clear any info boxes that stick out */
     /* @noflip */
    float: right;     /* Prevents margin collapsing */
}
}


/* Toned down styling for update markers on watchlist and history pages. */
.pagetext {
span.updatedmarker {
     text-align: justify;
    background-color: transparent;
    color: #006400;
}
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title {
     font-weight:normal;
}
.mw-special-Watchlist #mw-watchlist-resetbutton {
    display:none;
}
}


/* Selectively hide headers in WikiProject banners */
.ns-104 .quality4, .editCheckboxes .quality4 { /* fertig */
.wpb .wpb-header            { display: none; }
     background: #90EE90; /* grün */
.wpbs-inner .wpb .wpb-header { display: block; }    /* for IE */
.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 */
.mw-tag-markers {
    font-family:sans-serif;
    font-style:italic;
    font-size:90%;
}
}


/* Hide stuff meant for accounts with special permissions. Made visible again in
.ns-104 .quality3, .editCheckboxes .quality3 { /* korrigiert */
  [[MediaWiki:Group-sysop.css]] and [[MediaWiki:Group-accountcreator.css]]. */
     background: #ffe867; /* gelb */
.sysop-show, .accountcreator-show {
     display: none;
}
}


/* Remove bullets when there are multiple edit page warnings */
.ns-104 .quality2, .editCheckboxes .quality2 {  /* ???? */
ul.permissions-errors > li {
     background: #ff0000; /* rot */
     list-style: none none;
}
ul.permissions-errors {
    margin: 0;
}
}


/* 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 {  
  [[Bugzilla:26204]] */
     visibility: hidden;  
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 */
.compact-ambox .hide-when-compact {
     display: none;
}
}
 
.thumbcaption a {
/* Make it possible to hide checkboxes in <inputbox> */
     color: white;
.inputbox-hidecheckboxes form .inputbox-element {
    text-decoration: underline dotted lightgrey;
     display: none !important;
}
}


/* Hide charinsert base for those not using the gadget */
/* Weitere Korrekturen oder Ergänzungen können hier hinzugefügt werden */
#editpage-specialchars {
display: none;
}

Aktuelle Version vom 15. Oktober 2024, 20:58 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: 0.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 solid #aaa;
}
.rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
    border: 1px solid #e9e9e9;
}
.rahmenfarbe3 { /* "Rot", auffällig */
    border: 1px solid #c00000;
}
.rahmenfarbe4 { /* Neutrale Farbe, deutlich */
    border: 1px solid #88a;
}
.rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
    border: 1px solid #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;
}

/* Weitere Korrekturen oder Ergänzungen können hier hinzugefügt werden */