MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus HuskyWiki
(Die Seite wurde neu angelegt: /* ATTENTION ADMINISTRATORS: This is the CSS for all skins. Any major changes to this page or Monobook.css should be first proposed on the ...)
 
KKeine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
 
(105 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/*----------------------------------------------------------------------------------------------*/
/* ACHTUNG! Common.css enthält die gemeinsamen Skin-Anpassungen der deutschsprachigen Wikipedia */
/*----------------------------------------------------------------------------------------------*/
/*
/*
ATTENTION ADMINISTRATORS:
* Common.css ist in drei grundlegende Abschnitte gegliedert:
   
  *
This is the CSS for all skins. Any major changes to this page or
* 1. Anpassungen der Anzeige von editierbaren Seiteninhalten
[[MediaWiki:Monobook.css|Monobook.css]] should be first proposed on
*    (a) Definitionen projektweiter Klassen und IDs
the [[Wikipedia:Village pump (technical)|Village pump]].  
*    (b) Fußnoten
   
*    (c) HTML-Elemente
Testing can be done on your own user Monobook.css. In [[Mozilla]] and
* 2. Anpassungen der Bedienoberfläche
[[Opera (web browser)|Opera]], you can also test style changes dynamically
*    (a) Seitenbearbeitung und Hochladen
with the [http://www.squarefree.com/bookmarklets/webdevel.html test styles]
  *    (b) Anpassungen für die Flagged-Revisions-Erweiterung
bookmarklet from squarefree.com. It pops up a window for adding style rules,
  *    (c) Unsortierte Anpassungen
and updates the page as you type.
* 3. Hauptseite
   
*
Always check with the [http://tinyurl.com/28y334 W3C CSS Validation Service]
* Jede Ergänzung/Änderung muss vorher jeweils für alle Skins auf Tauglichkeit
([http://tinyurl.com/2g8bsk CVS version]) before and after any changes.
* getestet werden, individuell per [[Special:Mypage/common.css]]! Ist hier
* erstmal geändert, dauert es dank Cache eine Weile, bis die Änderungen bei
* allen Nutzern sichtbar oder, bei Fehlern, korrigiert sind.
  *
* Insbesondere innerhalb des Abschnitts 1. (a) ist die Reihenfolge der Regeln
* wichtig, weil die dort definierten Klassen kombiniert werden können.
*/


See also: [[Wikipedia:Catalogue of CSS classes|catalogue of CSS classes]].
/* +++++ 1. ANPASSUNGEN DER ANZEIGE VON EDITIERBAREN SEITENINHALTEN +++++ */
Thank you.
*/
/* <pre><nowiki> */
/* Main page fixes */
#interwiki-completelist {
    font-weight: bold;
}


body.page-Main_Page #ca-delete {
/* +++++ 1. (a) DEFINITIONEN PROJEKTWEITER KLASSEN UND IDS +++++ */
    display: none !important;
}


/* Add space below the toolbar */
/* Personennamen in Kapitälchen */
#toolbar {
.Person {
    margin-bottom: 6px;
font-variant: small-caps;
}
}


/* make the list of references look smaller */
/*
ol.references {
* Stylesheet-Ergänzung zu Standard-Navigationsleisten:
    font-size: 100%;
* [[Hilfe:Navigationsleisten]], [[Vorlage:Navigationsleiste]]
*/
div.NavFrame {
border: 1px solid #a2a9b1;
clear: both;
font-size: 95%;
margin-top: 1.5em;
min-height: 0; /* IE 7 */
padding: 2px;
text-align: center;
}
}
 
div.NavPic {
.references-small { font-size: 90%;}
float: left;
 
padding: 2px;
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
    font-size: 90%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
 
.same-bg { background: none; }
 
/* Highlight clicked reference in blue to help navigation */
ol.references > li:target {
    background-color: #DEF;
}
}
 
.NavHead {
sup.reference:target {  
background: #eaecf0;
    background-color: #DEF;
font-weight: 500;
}
}
 
div.NavFrame:after {
/* Styling for citations */
clear: both;
cite {
content: "";
    font-style: normal;
display: block;
    word-wrap: break-word;
}
}


/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */
/*
cite:target {
* Stylesheet für den „Ausklappen“-Button an Navigationsleisten, der in
    background-color: #DEF;
* [[MediaWiki:Common.js]] implementiert wird
*/
.NavToggle {
float: right;
font-size: x-small;
}
}


/* Do not expand URLs within citations for printing. The URLs should be included explicitly, to avoid confusion */
/* Automatisches Verschmelzen benachbarter Navigationsleisten */
 
div.NavFrame + div.NavFrame {
@media print {
margin-top: -1px;
    #content cite a.external.text:after {
        display: none;
    }
}
}


/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */
/*
 
* Verschmelzen mittels [[Vorlage:NaviBlock]]
@media screen, handheld, projection {
* Im Gegensatz zum automatischen Verschmelzen gibt es bei dieser Variante keine
    cite *.printonly {
* Trennlinie zwischen den Leisten. Möglicherweise war dies ursprünglich nur ein
        display: none;
* IE-6-Workaround, da das automatische Verschmelzen im IE 6 nicht funktioniert.
    }
*/
div.BoxenVerschmelzen {
border: 1px solid #a2a9b1;
clear: both;
font-size: 95%;
margin-top: 1.5em;
padding-top: 2px;
}
}
 
div.BoxenVerschmelzen div.NavFrame {
/* wikitable/prettytable class for skinning normal tables */
border: none;
table.wikitable,
font-size: 100%;
table.prettytable {
margin: 0;
    margin: 1em 1em 1em 0;
padding-top: 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
}


table.wikitable th, table.wikitable td,
/*
table.prettytable th, table.prettytable td {
* VERALTET: Ehemals [[Vorlage:Prettytable]], jetzt infolge von [[rev:48842]]
    border: 1px #aaa solid;
* Kopie der Klasse „wikitable“ aus mediawiki.legacy/shared.css bis auf die
    padding: 0.2em;
* Einfärbung der Kopfzellen.
* Die Existenz zweier Klassennamen ist aus [[:en:MediaWiki:Common.css]] geerbt,
* vgl. https://en.wikipedia.org/w/index.php?diff=26977467&oldid=26934973
* und https://en.wikipedia.org/w/index.php?diff=361917988&oldid=358750840.
* Es gab im Jahr 2007 einen Botlauf zur Umstellung der Vorlage auf CSS,
* dokumentiert unter [[Vorlage Diskussion:Prettytable/Bugs]] (gelöscht). Dabei
* wurde leider der „falsche“ Klassenname gewählt.
* Da die Vorlage keine farblichen Hervorhebungen hatte, es deshalb zahlreiche
* Einbindungen mit individuell eingefärbten Kopfzeilen gibt und die Einfärbung
* der Kopfzellen diese verdecken würde, wurde hier auf die Einfärbung der
* Kopfzellen verzichtet.
*/
.prettytable {
background-color: #FFFFFF;
border-collapse: collapse;
  margin: 5px;
  border: 0px solid black;
  outline: 1px solid #9cacbf;
  outline-offset: 5px;
}
}
 
table.prettytable > * > tr > th,
table.wikitable th,
table.prettytable > * > tr > td {
table.prettytable th {
border: 0px solid #9cacbf;
    background: #f2f2f2;
padding: .2em .4em;
    text-align: center;
}
}
 
table.prettytable > * > tr > th {
table.wikitable caption,
/* background-color: #FFFFFF; */
table.prettytable caption {
text-align: center;
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
}
 
table.prettytable > caption {
table.prettytable code,
font-weight: 500;
table.wikitable code {
    background-color: transparent;
}
}


/* default skin for navigation boxes */
.prettytableGoalie {
table.navbox {           /* navbox container style */
background-color: #FFFFFF;
  border:1px solid #aaa;
border: 0px solid #ED6A0B;
  width:100%;  
border-collapse: collapse;
  margin:auto;
   margin: 5px;
  clear:both;
   border: 0px solid black;
  font-size:88%;
   outline: 1px solid #ED6A0B;
  text-align:center;
   outline-offset: 5px;
  padding:1px;
}
table.navbox + table.navbox {
   margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
  text-align:center;      /* title and above/below styles */
  padding-left:1em;
  padding-right:1em;
}
.navbox-group {          /* group style */
  white-space:nowrap;
  text-align:right;
  font-weight:bold;
  padding-left:1em;
  padding-right:1em;
}
.navbox, .navbox-subgroup {
  background:#fdfdfd;    /* Background color */
}
.navbox-list {
   border-color:#fdfdfd;   /* Must match background color */
}
.navbox-title, table.navbox th {
   background:#ccccff;     /* Level 1 color */
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
   background:#ddddff;    /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background:#e6e6ff;     /* Level 3 color */
}
}
.navbox-even {
table.prettytableGoalie > * > tr > th,
  background:#f7f7f7;     /* Even row striping */
table.prettytableGoalie > * > tr > td {
border: 0px solid #ED6A0B;
padding: .2em .4em;
}
}
.navbox-odd {
table.prettytableGoalie > * > tr > th {
  background:transparent; /* Odd row striping */
/* background-color: #FFFFFF; */
text-align: center;
}
}
table.prettytableGoalie > caption {
@media print {
font-weight: 500;
    .navbox {
        display: none;
    }
}
}


/* Infobox template style */
.prettytableRef {
.infobox {
background-color: #FFFFFF;
    border: 1px solid #aaa;
border: 0px solid #FFBF00;
    background-color: #f9f9f9;
border-collapse: collapse;
    color: black;
  margin: 5px;
    margin: 0.5em 0 0.5em 1em;
  border: 0px solid black;
    padding: 0.2em;
  outline: 1px solid #FFBF00;
    float: right;
  outline-offset: 5px;
    clear: right;
}
}
.infobox td,
table.prettytableRef > * > tr > th,
.infobox th {
table.prettytableRef > * > tr > td {
    vertical-align: top;
border: 0px solid #FFBF00;
padding: .2em .4em;
}
}
.infobox caption {
table.prettytableRef > * > tr > th {
    font-size: larger;
/* background-color: #FFFFFF; */
    margin-left: inherit;
text-align: center;
}
}
.infobox.bordered {
table.prettytableRef > caption {
    border-collapse: collapse;
font-weight: 500;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}
}


.infobox.sisterproject {
    width: 20em;
    font-size: 90%;
}


@media print {
.prettytableInfobox {
    .infobox.sisterproject {
background-color: #FFFFFF;
        display: none;
border: 0px solid #FFFFFF;
    }
border-collapse: collapse;
  margin: 5px;
  border: 0px solid black;
  outline: 1px solid #FFFFFF;
  outline-offset: 5px;
}
}
 
table.prettytableInfobox > * > tr > th,
.infobox.standard-talk {
table.prettytableInfobox > * > tr > td {
    border: 1px solid #c0c090;
border: 0px solid #FFFFFF;
    background-color: #f8eaba;
padding: .2em .4em;
}
}
 
table.prettytableInfobox > * > tr > th {
/* styles for bordered infobox with merged rows */
/* background-color: #FFFFFF; */
.infobox.bordered .mergedtoprow td,
text-align: center;
.infobox.bordered .mergedtoprow th {
    border: 0;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
}
 
table.prettytableInfobox > caption {
.infobox.bordered .mergedrow td,
font-weight: 500;
.infobox.bordered .mergedrow th {
    border: 0;
    border-right: 1px solid #aaa;
}
}


/* Styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */
.prettytableHOF {
.infobox.geography {
background-color: #FFFFFF;
    text-align: left;
border: 0px solid #EDC900;
    border-collapse: collapse;
border-collapse: collapse;
    line-height: 1.2em;  
  margin: 5px;
    font-size: 90%;
  border: 0px solid black;
  outline: 1px solid #EDC900;
  outline-offset: 5px;
}
}
 
table.prettytableHOF > * > tr > th,
.infobox.geography  td,
table.prettytableHOF > * > tr > td {
.infobox.geography  th {
border: 0px solid #EDC900;
    border-top: solid 1px #aaa;
padding: .2em .4em;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
}
.infobox.geography .mergedtoprow td,
table.prettytableHOF > * > tr > th {
.infobox.geography .mergedtoprow th {
/* background-color: #FFFFFF; */
    border-top: solid 1px #aaa;
text-align: center;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
}
 
table.prettytableHOF > caption {
.infobox.geography .mergedrow td,
font-weight: 500;
.infobox.geography .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
}


.infobox.geography .mergedbottomrow td,
/*
.infobox.geography .mergedbottomrow th {
* Zebra-Tabellen. Bei Verwendung zusammen mit „rowspan“ richtet sich die Farbe
    border-top: 0;
* jeder Zelle nach der ersten Zeile, zu der die Zelle gehört.
    border-bottom: solid 1px #aaa;
*/
    padding: 0 0.6em 0.4em 0.6em;
table.wikitable.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) {
background: white;
}
}


.infobox.geography .maptable td,
/*
.infobox.geography .maptable th {
* Klassen für die Ausrichtung von Bausteinen, Tabellen, mit „gallery“-Tags
    border: 0;
* realisierten Bildergalerien und weiteren Objekten.
    padding: 0;
* Vorsicht: Das MediaWiki-eigene CSS enthält Klassen mit den sehr ähnlichen
}
* Namen „floatleft“, „floatright“ und „center“, deren Definitionen sich aber
* von den lokalen Definitionen unterscheiden.
* Für die Bedeutung der „noflip“-Kommentare siehe
* [[mw:ResourceLoader/Features#Flipping]].
*/


/* Style for "notices" */
/* @noflip */
.notice {
div.float-left,
    margin: 1em;
table.float-left,
    padding: 0.2em;
ul.float-left,
.float-left {
clear: left;
float: left;
margin: 1em 1em 1em 0;
}
}
 
/* @noflip */
#disambig {
div.float-right,
    border-top: 1px solid #ccc;  
table.float-right,
    border-bottom: 1px solid #ccc;
ul.float-right,
.float-right {
clear: right;
float: right;
margin: 1em 0 1em 1em;
}
}
 
div.centered,
.spoiler {
table.centered,
    border-top: 2px solid #ddd;
ul.centered,
    border-bottom: 2px solid #ddd;
.centered {
margin-left: auto;
margin-right: auto;
}
}


/* Standard talk template style */
/*
 
* Obenbündige Textausrichtung in Tabellen. Wirkt nicht auf Kopfzellen und wurde
.Talk-Notice {
* unter anderem wegen Inkonsistenzen bei sortierbaren Tabellen nicht auf
    border: 1px solid #C0C090;
* Kopfzellen ausgeweitet.
    background-color: #F8EABA;
  */
    margin-bottom: 3px;
.toptextcells > * > * > td {
    width: 85%;
vertical-align: top;
    border-spacing: 3px;
    margin-left: auto;
    margin-right: auto;
}
}


.Talk-Notice:after {
/*
  content: "The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]].";
* Farbdefinitionen für Rahmen und Hintergründe von Textbausteinen:
}
* [[Wikipedia:Textbausteine]]; 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.)
*/


/* Make template background appear correctly on all browsers */
/* Wie Inhaltsverzeichnis (mediawiki.skinning/content.css) */
.Talk-Notice td {
.rahmenfarbe1 {
    background: inherit;
border: 1px #a2a9b1;
}
}
 
/* Unauffällig, geringer Kontrast */
/* Persondata and other (future) metadata */
.rahmenfarbe2 {
table.InChI, /* temporary */
border: 1px #eaecf0;
table.persondata {
    border: 1px solid #aaa;
    display: none;
    speak: none;
}
}
.InChI-label, /* temporary */
/* „Rot“, auffällig */
.persondata-label {
.rahmenfarbe3 {
    color: #aaa;
border: 1px #c00000;
}
}
 
/* Neutrale Farbe, deutlich */
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
.rahmenfarbe4 {
.redirect-in-category, .allpagesredirect {
border: 1px #88a;
    font-style: italic;
}
}
 
/* „Schwarz“, hoher Kontrast */
/* Class for links with loudspeaker icon next to them */
.rahmenfarbe5 {
/* (Used in [[Template:Audio]] and the like to make the speaker clickable) */
border: 1px #000;
 
.audiolink a {
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
    padding-left: 16px !important;
    padding-right: 0 !important;
}
}


/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
/* Wie Inhaltsverzeichnis (mediawiki.skinning/content.css) */
 
table > * > tr.hintergrundfarbe1 > th,
div.listenlist {
table > * > tr > th.hintergrundfarbe1,
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
table.hintergrundfarbe1,
    padding-left: 40px;
.hintergrundfarbe1 {
background-color: #f8f9fa;
}
}
 
/* „Weiß“, für Nicht-Artikel-Seiten, neutral */
div.videolist, div.multivideolist {
table > * > tr.hintergrundfarbe2 > th,
    background: url("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
table > * > tr > th.hintergrundfarbe2,
    padding-left: 50px;
table.hintergrundfarbe2,
.hintergrundfarbe2 {
background-color: #fff;
}
}
 
/* „Gelb“, auffällig */
/* Style rules for media list templates */
table > * > tr.hintergrundfarbe3 > th,
div.medialist {
table > * > tr > th.hintergrundfarbe3,
    min-height: 50px;
table.hintergrundfarbe3,
    margin: 1em;
.hintergrundfarbe3 {
    background-position: top left;
background-color: #ffff40;
    background-repeat: no-repeat;
}
}
 
/* Sehr auffällig */
div.medialist ul {
table > * > tr.hintergrundfarbe4 > th,
    list-style-type: none;
table > * > tr > th.hintergrundfarbe4,
    list-style-image: none;
table.hintergrundfarbe4,
    margin: 0;
.hintergrundfarbe4 {
background-color: #fa0;
}
}
 
/* Neutral, abgesetzt */
div.medialist ul li {
table > * > tr.hintergrundfarbe5 > th,
    padding-bottom: 0.5em;
table > * > tr > th.hintergrundfarbe5,
table.hintergrundfarbe5,
.hintergrundfarbe5 {
background-color: #eaecf0;
}
}
 
/* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
div.medialist ul li li {
table > * > tr.hintergrundfarbe6 > th,
    font-size: 91%;
table > * > tr > th.hintergrundfarbe6,
    padding-bottom: 0;
table.hintergrundfarbe6,
.hintergrundfarbe6 {
background-color: #b3b7ff;
}
}
 
/* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
/* Change the external link icon to an Adobe icon for all PDF files */
table > * > tr.hintergrundfarbe7 > th,
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
table > * > tr > th.hintergrundfarbe7,
#bodyContent a[href$=".pdf"].external,
table.hintergrundfarbe7,
#bodyContent a[href*=".pdf?"].external,
.hintergrundfarbe7 {
#bodyContent a[href*=".pdf#"].external,
background-color: #ffcbcb;
#bodyContent a[href$=".PDF"].external,
#bodyContent a[href*=".PDF?"].external,  
#bodyContent a[href*=".PDF#"].external,
#mw_content a[href$=".pdf"].external,  
#mw_content a[href*=".pdf?"].external,
#mw_content a[href*=".pdf#"].external,
#mw_content a[href$=".PDF"].external,
#mw_content a[href*=".PDF?"].external,
#mw_content a[href*=".PDF#"].external {
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
    padding-right: 16px;
}
}
 
/* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
table > * > tr.hintergrundfarbe8 > th,
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
table > * > tr > th.hintergrundfarbe8,
span.PDFlink a {
table.hintergrundfarbe8,
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
.hintergrundfarbe8 {
    padding-right: 17px !important;
background-color: #ffebad;
}
}
 
/* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
span.geolink a {
table > * > tr.hintergrundfarbe9 > th,
    background: url(http://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;
table > * > tr > th.hintergrundfarbe9,
    padding-right: 11px !important;
table.hintergrundfarbe9,
.hintergrundfarbe9 {
background-color: #b9ffc5;
}
}


/* Content in columns with CSS instead of tables [[Template:Columns]] */
/*
div.columns-2 div.column {
* Metadaten, bspw. [[Hilfe:Personendaten|Personendaten]]; vgl.
    float: left;
* [[MediaWiki:Gadget-Personendaten.css]].
    width: 50%;
* Der Klassenname „metadata“ wird in der englischen Wikipedia traditionell für
    min-width: 300px;
* einen anderen Zweck verwendet, nämlich für „Elemente in Artikeln, die nicht
* als Teil des eigentlichen Artikelinhalts angesehen werden“, aber auch nicht
* standardmäßig ausgeblendet sind, sondern nur in „alternativen Ansichten“,
* vgl. [[:en:Wikipedia:Catalogue of CSS classes]].
* Das führt zu Nebenwirkungen, zum Beispiel ignoriert der MediaViewer Bilder in
* Bereichen mit dieser Klasse, weil er davon ausgeht, dass es sich um einen
* Wartungsbaustein mit schmückenden Icons wie [[:en:Template:Refimprove]]
* handelt, vgl. [[phab:rEMMV21549d754747681a2b50b8763996b7abf0f4efd5]].
*/
.metadata {
display: none;
}
}


div.columns-3 div.column {
/* <noscript>-Emulation, vgl. [[phab:T47731]] */
    float: left;
.client-js .noscript {
    width: 33.3%;
display: none;
    min-width: 200px;
}
}


div.columns-4 div.column {
/*
    float: left;
* Skinabhängige absolute Positionierungen ausblenden
    width: 25%;
* Bitte [[MediaWiki Diskussion:Common.css/Archiv/1#Absolute Positionierungen]]
    min-width: 150px;
* beachten
}
*/
 
#mw-content-text #coordinates,
div.columns-5 div.column {
#mw-content-text #editcount,
    float: left;
#mw-content-text #shortcut,
    width: 20%;
body.ns-special #mw-content-text .specialpage-helplink {
    min-width: 120px;
display: none;
}
}


/*Add formatting to make sure that "external references" from [[Template:Ref]] do
/* +++++ 1. (b) FUSSNOTEN +++++ */
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class
  "urlexpansion", which was not displayed on screen, but was shown when the medium was
  "print". The rules below ensure (a) that there is no extra padding to the right of
  the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
  the link, and (c) that this SPAN of class "urlexpansion" is never shown.
  ~~~~
*/


.plainlinksneverexpand {
/* Vererbung von Hervorhebungen auf Einzelnachweise verhindern */
    background: none ! important;
sup.reference {
    padding: 0 ! important;
font-style: normal;
font-weight: normal;
}
}


.plainlinksneverexpand .urlexpansion {
/* Hochgestellte Buchstaben in der Einzelnachweiseliste kursiv setzen */
    display: none ! important;
ol.references li a[href|="#cite_ref"] {
font-style: normal;
}
}


/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
/*
  the arrow...
* Verwendung der Schwesterprojektverweise in Einzelnachweisen:
*/
* [[:Kategorie:Vorlage:Schwesterprojektverweis]]
.plainlinksneverexpand a {
*/
    background: none !important;
ol.references li div.sisterproject {
    padding: 0 !important;
display: inline;
}
}


/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
/* +++++ 1. (c) HTML-ELEMENTE +++++ */
  following the anchor A, the anchor itself now has class "external autonumber" and the
  expansion is inserted when printing (see the common printing style sheet at
  http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
  element of CSS. We have to switch this off for links due to Template:Ref!
*/
.plainlinksneverexpand a.external.text:after {
    display: none !important;
}
.plainlinksneverexpand a.external.autonumber:after {
    display: none !important;
}


/* Messagebox templates */
/*
.messagebox {
* Bei URLs, die auf unser Projekt und verwandte Projekte verweisen, den Pfeil
    border: 1px solid #aaa;
* ausblenden. Dieser Pfeil dient nur dazu, auf externe Ziele hinzuweisen. Auf
    background-color: #f9f9f9;
* den Einsatz der Klasse „plainlinks“ kann dadurch verzichtet werden.
    width: 80%;
* März 2016: Die hohe Selektorenspezifität ist für den Modern-Skin nötig.
    margin: 0 auto 1em auto;
*/
    padding: .2em;
#mw-content-text a.external[href^="//de.wikipedia.org"],
}
#mw-content-text a.external[href^="http://de.wikipedia.org"],
.messagebox.merge {
#mw-content-text a.external[href^="https://de.wikipedia.org"],
    border: 1px solid #c0b8cc;
#mw-content-text a.external[href^="//www.wikidata.org"],
    background-color: #f0e5ff;
#mw-content-text a.external[href^="http://www.wikidata.org"],
    text-align: center;
#mw-content-text a.external[href^="https://www.wikidata.org"],
}
#mw-content-text a.external[href^="//tools.wmflabs.org"],
.messagebox.cleanup {
#mw-content-text a.external[href^="http://tools.wmflabs.org"],
    border: 1px solid #9f9fff;
#mw-content-text a.external[href^="https://tools.wmflabs.org"] {
    background-color: #efefff;
background-image: none;
    text-align: center;
padding-right: 0;
}
.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
}
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0 0 0;
    padding: 2px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background: #F8EABA;
}
}


/* Article message box template styles */
/*
table.ambox {
* Unterstrichelung für Abkürzungen weniger aufdringlich als vorgegeben, damit
    margin: 0 10%;                      /* Will not overlap with other elements */
* die Auszeichnungen nicht wegen Aufdringlichkeit entfernt werden.
    border-collapse: collapse;
* März 2016: Firefox >= 36 benutzt „text-decoration“, alle anderen Rendering-
    background: #fbfbfb;
* Engines benutzen „border-bottom“, vgl. Regel in mediawiki.legacy/shared.css,
    border: 1px solid #aaa;
* https://bugs.chromium.org/p/chromium/issues/detail?id=665898 sowie
    border-left: 10px solid #1e90ff;    /* Default "notice" blue */
* https://bugs.webkit.org/show_bug.cgi?id=58491
}
*/
table.ambox th.ambox-text, table.ambox td.ambox-text {      /* The message body cell(s) */
abbr[title]:not(:hover),
    padding: 0.25em 0.5em;            /* 0.5em left/right */
.explain[title]:not(:hover) {
    width: 100%;                      /* Make all templates the same width regardless of text size */
border-bottom-color: rgba(50%, 50%, 50%, .5);
}
text-decoration-color: rgba(50%, 50%, 50%, .5);
table.ambox td.ambox-image {          /* The left image cell */
    padding: 2px 0 2px 0.5em;      /* 0.5em left, 0px right */
    text-align: center;
}
table.ambox td.ambox-imageright {    /* The right image cell */
    padding: 2px 0.5em 2px 0;      /* 0px left, 0.5em right */
    text-align: center;
}
table.ambox-notice {
    border-left: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
    border-left: 10px solid #b22222;    /* Red */
    background: #fee;                    /* Pink */
}
table.ambox-delete,
table.ambox-serious {
    border-left: 10px solid #b22222;    /* Red */
}
table.ambox-content {
    border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move,
table.ambox-merge {
    border-left: 10px solid #9932cc;     /* Purple */
}
table.ambox-protection {
    border-left: 10px solid #bba;        /* Gray */
}
table.ambox.ambox-mini {                /* Small floating box variant */
    float: right;
    clear: right;
    margin: 0 0 0 1em;
    width: 25%;
}
@media print {                          /* Do not print article message boxes */
    .ambox {
        display: none;
    }
}
 
/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {
    background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
}


/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */
/* +++++ 2. ANPASSUNGEN DER BEDIENOBERFLÄCHE +++++ */
.IPA {
    font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt, "DejaVu Sans", Code2000, "TITUS Cyberbit Basic", "Arial Unicode MS", "Lucida Sans Unicode", "Chrysanthi Unicode";
    font-family /**/:inherit;
}
.Unicode {
    font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Free Sans", "Arial Unicode MS", "Microsoft Sans Serif", "Lucida Sans Unicode";
    font-family /**/:inherit;
}
.latinx {
    font-family: Code2000, Code2001, "TITUS Cyberbit Basic", "Microsoft Sans Serif";
    font-family /**/:inherit;
}
.polytonic {
    font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;
    font-family /**/:inherit;
}
.mufi {
    font-family: Alphabetum, Cardo, LeedsUni, Junicode, "TITUS Cyberbit Basic", ALPHA-Demo;
}


/* Pseudo-classes in support of [[Template:lang]]. */
/* +++++ 2. (a) SEITENBEARBEITUNG UND HOCHLADEN +++++ */


:lang(he) {
/* Für [[MediaWiki:Missingcommentheader]] */
    font-family: "SBL Hebrew", "Ezra SIL SR", "Ezra SIL", Cardo, "Chrysanthi Unicode", "TITUS Cyberbit Basic", "Arial Unicode MS", Narkisim, "Times New Roman";
div#mw-missingcommentheader strong {
    font-family /**/:inherit;
color: red;
}
:lang(fa) {
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
    font-family /**/:inherit;
}
:lang(ps) {
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
    font-family /**/:inherit;
}
:lang(ur) {
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
    font-family /**/:inherit;
}
:lang(sux-Xsux) {
    font-family: Akkadian;
    font-family /**/:inherit;
}
:lang(ja) {
      font-family: Code2000, "Arial Unicode MS", "Bitstream Cyberbit", "Bitstream CyberCJK", IPAGothic, IPAPGothic, IPAUIGothic, "Kochi Gothic", IPAMincho, IPAPMincho;
    font-family /**/:inherit;
}
:lang(ko) {
    font-family: "Adobe Myungjo Std M", AppleMyungjo, "Baekmuk Batang", "Baekmuk Gulim", Batang, Dotum, DotumChe, Gulim, GulimChe, HYGothic-Extra, HYMyeongJo-Extra, "New Gulim", UnBatang, UnDotum, UnYetgul, UWKMJF;
    font-family /**/:inherit;
}
:lang(zh-Hans) {
    font-family: "Adobe Song Std L", "AR PL ShanHeiSun Uni", "AR PL ShanHeiSun Uni MBE", "MS Hei", "MS Song", SimHei;
    font-family /**/:inherit;
}
:lang(zh-Hant) {
    font-family: "Adobe Ming Std L", "AR PL New Sung", "AR PL ZenKai Uni", "AR PL ZenKai Uni MBE", MingLiU, PMingLiU;
    font-family /**/:inherit;
}
:lang(grc) {
    font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;
    font-family /**/:inherit;
}
}


#wpSave {
/* Für [[MediaWiki:Missingsummary]] */
    font-weight: bold;
div#mw-missingsummary {
background: #d3e1f2;
border: 1px solid #1a47ff;
margin: 1em auto;
padding: 1em;
width: 80%;
}
}


/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
/*
.hiddenStructure {
* Falls bei der Seitenbearbeitung vergessen wurde, die Zusammenfassung
    display: inline ! important;
* auszufüllen
    color: #f00;  
*/
    background-color: #0f0;
.mw-summarymissed {
border: 5px solid red;
padding: 2px;
}
}


/* suppress missing interwiki image links where #ifexist cannot be used due to high number of requests */
/* Copyrightwarnung: [[MediaWiki:Wikimedia-copyrightwarning]] */
/* use restricted to rail icon management pages */
div#editpage-copywarn {
/* see .hidden-redlink on http://meta.wikimedia.org/wiki/MediaWiki:Common.css */
background: #fff;
.check-icon a.new {
border: 1px solid #c00000;
    display: none;  
margin: 1em 0;
    speak:none;
}
}


/* Removes underlines from links */
/* Warnmeldung für gesperrte Titel: [[MediaWiki:Titleprotectedwarning]] */
.nounderlines a {  
.mw-titleprotectedwarning {
    text-decoration: none;
background: #eaecf0;
border: 2px solid red;
padding: 1em;
}
}


/* Remove underline from IPA links */
/*
.IPA a:link, .IPA a:visited {
* Warnmeldung bei der Bearbeitung von Seiten im MediaWiki-Namensraum:
    text-decoration: none;
* [[MediaWiki:Editinginterface]], [[MediaWiki:Translateinterface]]
*/
.mw-editinginterface,
.mw-translateinterface {
background: #f8f9fa;
border: 1px solid #c00000;
padding: 2px;
}
}
 
.mw-editinginterface + .mw-translateinterface {
/* Removes useless links from printout */
border-top: none;
@media print {
margin-top: -8px;
    #privacy, #about, #disclaimer {display:none;}
}
}


#EnWpMpBook { background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }
/* Gestaltung der Edittools-Leiste: [[MediaWiki:Onlyifediting.js]] */
#EnWpMpSearch { background: url(http://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }
div#specialchars {
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }
background: white;
#EnWpMpBook2 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }
border: 1px solid #a2a9b1;
 
margin-top: 3px;
/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
padding: 1px;
 
text-align: left;
div.Boxmerge,
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.Boxmerge div.NavFrame {
    border-style: none;
    border-style: hidden;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position:relative;
}
div.NavFrame p {
    font-size: 100%;
}
div.NavFrame div.NavContent {
    font-size: 100%;
}
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;
    right: 3px;
    font-weight: normal;
    font-size: smaller;
}
}


/* Coloured watchlist numbers */
/* [[Special:Upload]]: Höheres Feld für die Beschreibung */
.mw-plusminus-pos {
textarea#wpUploadDescription {
    color: #006400; /* darkgreen */
height: 20em;
}
}


/* .mw-plusminus-null currently at developer default */
/* +++++ 2. (b) ANPASSUNGEN FÜR DIE FLAGGED-REVISIONS-ERWEITERUNG +++++ */


.mw-plusminus-neg {
/* Für den Abgleich: [[phab:diffusion/EFLR/browse/master/frontend/modules]] */
    color: #8B0000; /* darkred */
}


.dablink {
/* Flagged-Revisions-Backlog-Sitenotice */
    font-style: italic;
.fr-watchlist-pending-notice {
    padding-left: 2em;
background: transparent;
border: none;
margin: 0;
padding: 0;
}
}


.dablink i {
/* Standardmäßige Ausblendung der Flagged-Revisions-Kommentarbox */
    font-style: normal;
.fr-comment-box {
display: none;
}
}


/* Style for horizontal UL lists */
/* Hintergrund des Sichten-Links auf der Beobachtungsliste entfärben */
.horizontal ul {
.mw-fr-reviewlink {
    padding: 0;
background: transparent;
    margin: 0;
}
}


.horizontal li {
/*
    padding: 0 0.6em 0 0.4em;
* Ausklappbarer Teil der Flagged-Revisions-Box im Vordergrund relativ
    display: inline;
* positionierter Vorlagen, vor allem [[Vorlage:Positionskarte]]; an
    border-right: 1px solid;
* #mw-fr-revisiondetails-wrapper statt div.flaggedrevs_short_details für IE 7:
* http://web.archive.org/web/therealcrisp.xs4all.nl/meuk/IE-zindexbug.html
*/
#mw-fr-revisiondetails-wrapper {
z-index: 1;
}
}


.horizontal li:last-child {
/*
    border-right: none;
* Patrollink, Ausrufezeichen und Legendeneintrag ausblenden und Einträge auf
    padding-right: 0;
* [[Spezial:Neue Seiten]] entfärben, da das Feature hier nicht genutzt wird und
}
* dessen Optik zu sehr den gesichteten Versionen ähnelt; vgl. [[phab:T102818]]
 
*/
/* Geographical coordinates
.patrollink,
 
ul.special .unpatrolled,
To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:
.mw-changeslist-legend .unpatrolled,
  .geo-default { display: inline } .geo-nondefault { display: none }
.mw-changeslist-legend-unpatrolled {
  .geo-dec { display: inline } .geo-dms { display: inline }
display: none;
 
To display coordinates using decimal notation, write this in your User:Username/monobook.css:
  .geo-default { display: inline } .geo-nondefault { display: inline }
  .geo-dec { display: inline } .geo-dms { display: none }
 
To display coordinates using DMS notation, write this in your User:Username/monobook.css:
  .geo-default { display: inline } .geo-nondefault { display: inline }
  .geo-dec { display: none }  .geo-dms { display: inline }
 
To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:
  .geo-default { display: inline } .geo-nondefault { display: inline }
  .geo-dec { display: inline }  .geo-dms { display: inline }
  .geo-multi-punct { display: inline }
 
See [[Template:Coor link]] for how these are used.
 
Note that the classes "geo", "longitude", and "latitude" are not just styles but also used by the [[Geo microformat]], so the names should not be changed.
 
*/
 
.geo-default { display: inline; }
.geo-nondefault { display: none; }
.geo-dms { display: inline; }
.geo-dec { display: inline; }
.geo-multi-punct { display: none; }
 
.longitude .latitude {
    white-space: nowrap;
}
}
 
td.mw-enhanced-rc .unpatrolled {
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
visibility: hidden;
.geo { }
 
/***** end Geo-related */
 
/* 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;
    margin: .3em 0 0;
    padding: 0;
}
}
.nonumtoc #toc ul ul,
.not-patrolled {
.nonumtoc .toc ul ul {  
background-color: transparent;
    margin: 0 0 0 2em;  
}
}


/* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for
/* Bring the text to 14px */
  instance, will limit to showing ==headings== and ===headings=== but no further (as long as
#bodyContent {
  there are no =headings= on the page, which there shouldn't be according to the MoS). */
  font-size: 0.9em;
.toclimit-2 .toclevel-2 {display:none;}
.toclimit-3 .toclevel-3 {display:none;}
.toclimit-4 .toclevel-4 {display:none;}
.toclimit-5 .toclevel-5 {display:none;}
.toclimit-6 .toclevel-6 {display:none;}
.toclimit-7 .toclevel-7 {display:none;}
 
/* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */
.listify td {display:list-item;}
.listify tr {display:block;}
.listify table {display:block;}
 
/* Styling for Template:Quote */
 
blockquote.templatequote { margin-top: 0; }
 
blockquote.templatequote div.templatequotecite {
    line-height: 1em;
    text-align: left;
    padding-left: 2em;
    margin-top: 0;
}
 
blockquote.templatequote div.templatequotecite cite {
    font-size: smaller;
}
 
div.user-block {
    padding: 5px;
    border: 1px solid #A9A9A9;
    background-color: #FFEFD5;
}
}


/* Prevents line breaks in links; see docs at Template:Nowraplinks */
#catlinks { display:block }
 
.nowraplinks a {
    white-space: nowrap;
}
 
/* For template documentation */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa;
    background-color: #ecfcf4;
    padding: 5px;
}
 
.thumbinner {
    min-width: 100px;
}
 
/* Inline div's in ImageMaps (code borrowed from de.wiki) */
.imagemap-inline div {
    display: inline;
}
 
/* Increase the height of the image upload box */
#wpUploadDescription {
    height: 13em;
}
 
/* Reduce line-height for <sup> and <sub> */
sup, sub {
    line-height: 1em;
}


/* </nowiki></pre> */
/*#firstHeading {display: none;}

Aktuelle Version vom 17. Januar 2023, 18:23 Uhr

/*----------------------------------------------------------------------------------------------*/
/* ACHTUNG! Common.css enthält die gemeinsamen Skin-Anpassungen der deutschsprachigen Wikipedia */
/*----------------------------------------------------------------------------------------------*/

/*
 * Common.css ist in drei grundlegende Abschnitte gegliedert:
 *
 * 1. Anpassungen der Anzeige von editierbaren Seiteninhalten
 *    (a) Definitionen projektweiter Klassen und IDs
 *    (b) Fußnoten
 *    (c) HTML-Elemente
 * 2. Anpassungen der Bedienoberfläche
 *    (a) Seitenbearbeitung und Hochladen
 *    (b) Anpassungen für die Flagged-Revisions-Erweiterung
 *    (c) Unsortierte Anpassungen
 * 3. Hauptseite
 *
 * Jede Ergänzung/Änderung muss vorher jeweils für alle Skins auf Tauglichkeit
 * getestet werden, individuell per [[Special:Mypage/common.css]]! Ist hier
 * erstmal geändert, dauert es dank Cache eine Weile, bis die Änderungen bei
 * allen Nutzern sichtbar oder, bei Fehlern, korrigiert sind.
 *
 * Insbesondere innerhalb des Abschnitts 1. (a) ist die Reihenfolge der Regeln
 * wichtig, weil die dort definierten Klassen kombiniert werden können.
 */

/* +++++ 1. ANPASSUNGEN DER ANZEIGE VON EDITIERBAREN SEITENINHALTEN +++++ */

/* +++++ 1. (a) DEFINITIONEN PROJEKTWEITER KLASSEN UND IDS +++++ */

/* Personennamen in Kapitälchen */
.Person {
	font-variant: small-caps;
}

/*
 * Stylesheet-Ergänzung zu Standard-Navigationsleisten:
 * [[Hilfe:Navigationsleisten]], [[Vorlage:Navigationsleiste]]
 */
div.NavFrame {
	border: 1px solid #a2a9b1;
	clear: both;
	font-size: 95%;
	margin-top: 1.5em;
	min-height: 0; /* IE 7 */
	padding: 2px;
	text-align: center;
}
div.NavPic {
	float: left;
	padding: 2px;
}
.NavHead {
	background: #eaecf0;
	font-weight: 500;
}
div.NavFrame:after {
	clear: both;
	content: "";
	display: block;
}

/*
 * Stylesheet für den „Ausklappen“-Button an Navigationsleisten, der in
 * [[MediaWiki:Common.js]] implementiert wird
 */
.NavToggle {
	float: right;
	font-size: x-small;
}

/* Automatisches Verschmelzen benachbarter Navigationsleisten */
div.NavFrame + div.NavFrame {
	margin-top: -1px;
}

/*
 * Verschmelzen mittels [[Vorlage:NaviBlock]]
 * Im Gegensatz zum automatischen Verschmelzen gibt es bei dieser Variante keine
 * Trennlinie zwischen den Leisten. Möglicherweise war dies ursprünglich nur ein
 * IE-6-Workaround, da das automatische Verschmelzen im IE 6 nicht funktioniert.
 */
div.BoxenVerschmelzen {
	border: 1px solid #a2a9b1;
	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;
}

/*
 * VERALTET: Ehemals [[Vorlage:Prettytable]], jetzt infolge von [[rev:48842]]
 * Kopie der Klasse „wikitable“ aus mediawiki.legacy/shared.css bis auf die
 * Einfärbung der Kopfzellen.
 * Die Existenz zweier Klassennamen ist aus [[:en:MediaWiki:Common.css]] geerbt,
 * vgl. https://en.wikipedia.org/w/index.php?diff=26977467&oldid=26934973
 * und https://en.wikipedia.org/w/index.php?diff=361917988&oldid=358750840.
 * Es gab im Jahr 2007 einen Botlauf zur Umstellung der Vorlage auf CSS,
 * dokumentiert unter [[Vorlage Diskussion:Prettytable/Bugs]] (gelöscht). Dabei
 * wurde leider der „falsche“ Klassenname gewählt.
 * Da die Vorlage keine farblichen Hervorhebungen hatte, es deshalb zahlreiche
 * Einbindungen mit individuell eingefärbten Kopfzeilen gibt und die Einfärbung
 * der Kopfzellen diese verdecken würde, wurde hier auf die Einfärbung der
 * Kopfzellen verzichtet.
 */
.prettytable {
	background-color: #FFFFFF;
	border-collapse: collapse;
  margin: 5px;
  border: 0px solid black;
  outline: 1px solid #9cacbf;
  outline-offset: 5px;
}
table.prettytable > * > tr > th,
table.prettytable > * > tr > td {
	border: 0px solid #9cacbf;
	padding: .2em .4em;
}
table.prettytable > * > tr > th {
	/* background-color: #FFFFFF; */
	text-align: center;
}
table.prettytable > caption {
	font-weight: 500;
}

.prettytableGoalie {
	background-color: #FFFFFF;
	border: 0px solid #ED6A0B;
	border-collapse: collapse;
  margin: 5px;
  border: 0px solid black;
  outline: 1px solid #ED6A0B;
  outline-offset: 5px;
}
table.prettytableGoalie > * > tr > th,
table.prettytableGoalie > * > tr > td {
	border: 0px solid #ED6A0B;
	padding: .2em .4em;
}
table.prettytableGoalie > * > tr > th {
	/* background-color: #FFFFFF; */
	text-align: center;
}
table.prettytableGoalie > caption {
	font-weight: 500;
}

.prettytableRef {
	background-color: #FFFFFF;
	border: 0px solid #FFBF00;
	border-collapse: collapse;
  margin: 5px;
  border: 0px solid black;
  outline: 1px solid #FFBF00;
  outline-offset: 5px;
}
table.prettytableRef > * > tr > th,
table.prettytableRef > * > tr > td {
	border: 0px solid #FFBF00;
	padding: .2em .4em;
}
table.prettytableRef > * > tr > th {
	/* background-color: #FFFFFF; */
	text-align: center;
}
table.prettytableRef > caption {
	font-weight: 500;
}


.prettytableInfobox {
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
	border-collapse: collapse;
  margin: 5px;
  border: 0px solid black;
  outline: 1px solid #FFFFFF;
  outline-offset: 5px;
}
table.prettytableInfobox > * > tr > th,
table.prettytableInfobox > * > tr > td {
	border: 0px solid #FFFFFF;
	padding: .2em .4em;
}
table.prettytableInfobox > * > tr > th {
	/* background-color: #FFFFFF; */
	text-align: center;
}
table.prettytableInfobox > caption {
	font-weight: 500;
}

.prettytableHOF {
	background-color: #FFFFFF;
	border: 0px solid #EDC900;
	border-collapse: collapse;
  margin: 5px;
  border: 0px solid black;
  outline: 1px solid #EDC900;
  outline-offset: 5px;
}
table.prettytableHOF > * > tr > th,
table.prettytableHOF > * > tr > td {
	border: 0px solid #EDC900;
	padding: .2em .4em;
}
table.prettytableHOF > * > tr > th {
	/* background-color: #FFFFFF; */
	text-align: center;
}
table.prettytableHOF > caption {
	font-weight: 500;
}

/*
 * Zebra-Tabellen. Bei Verwendung zusammen mit „rowspan“ richtet sich die Farbe
 * jeder Zelle nach der ersten Zeile, zu der die Zelle gehört.
 */
table.wikitable.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) {
	background: white;
}

/*
 * Klassen für die Ausrichtung von Bausteinen, Tabellen, mit „gallery“-Tags
 * realisierten Bildergalerien und weiteren Objekten.
 * Vorsicht: Das MediaWiki-eigene CSS enthält Klassen mit den sehr ähnlichen
 * Namen „floatleft“, „floatright“ und „center“, deren Definitionen sich aber
 * von den lokalen Definitionen unterscheiden.
 * Für die Bedeutung der „noflip“-Kommentare siehe
 * [[mw:ResourceLoader/Features#Flipping]].
 */

/* @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;
}

/*
 * Obenbündige Textausrichtung in Tabellen. Wirkt nicht auf Kopfzellen und wurde
 * unter anderem wegen Inkonsistenzen bei sortierbaren Tabellen nicht auf
 * Kopfzellen ausgeweitet.
 */
.toptextcells > * > * > td {
	vertical-align: top;
}

/*
 * Farbdefinitionen für Rahmen und Hintergründe von Textbausteinen:
 * [[Wikipedia:Textbausteine]]; 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.)
 */

/* Wie Inhaltsverzeichnis (mediawiki.skinning/content.css) */
.rahmenfarbe1 {
	border: 1px #a2a9b1;
}
/* Unauffällig, geringer Kontrast */
.rahmenfarbe2 {
	border: 1px #eaecf0;
}
/* „Rot“, auffällig */
.rahmenfarbe3 {
	border: 1px #c00000;
}
/* Neutrale Farbe, deutlich */
.rahmenfarbe4 {
	border: 1px #88a;
}
/* „Schwarz“, hoher Kontrast */
.rahmenfarbe5 {
	border: 1px #000;
}

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

/*
 * Metadaten, bspw. [[Hilfe:Personendaten|Personendaten]]; vgl.
 * [[MediaWiki:Gadget-Personendaten.css]].
 * Der Klassenname „metadata“ wird in der englischen Wikipedia traditionell für
 * einen anderen Zweck verwendet, nämlich für „Elemente in Artikeln, die nicht
 * als Teil des eigentlichen Artikelinhalts angesehen werden“, aber auch nicht
 * standardmäßig ausgeblendet sind, sondern nur in „alternativen Ansichten“,
 * vgl. [[:en:Wikipedia:Catalogue of CSS classes]].
 * Das führt zu Nebenwirkungen, zum Beispiel ignoriert der MediaViewer Bilder in
 * Bereichen mit dieser Klasse, weil er davon ausgeht, dass es sich um einen
 * Wartungsbaustein mit schmückenden Icons wie [[:en:Template:Refimprove]]
 * handelt, vgl. [[phab:rEMMV21549d754747681a2b50b8763996b7abf0f4efd5]].
 */
.metadata {
	display: none;
}

/* <noscript>-Emulation, vgl. [[phab:T47731]] */
.client-js .noscript {
	display: none;
}

/*
 * Skinabhängige absolute Positionierungen ausblenden
 * Bitte [[MediaWiki Diskussion:Common.css/Archiv/1#Absolute Positionierungen]]
 * beachten
 */
#mw-content-text #coordinates,
#mw-content-text #editcount,
#mw-content-text #shortcut,
body.ns-special #mw-content-text .specialpage-helplink {
	display: none;
}

/* +++++ 1. (b) FUSSNOTEN +++++ */

/* Vererbung von Hervorhebungen auf Einzelnachweise verhindern */
sup.reference {
	font-style: normal;
	font-weight: normal;
}

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

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

/* +++++ 1. (c) HTML-ELEMENTE +++++ */

/*
 * Bei URLs, die auf unser Projekt und verwandte Projekte verweisen, den Pfeil
 * ausblenden. Dieser Pfeil dient nur dazu, auf externe Ziele hinzuweisen. Auf
 * den Einsatz der Klasse „plainlinks“ kann dadurch verzichtet werden.
 * März 2016: Die hohe Selektorenspezifität ist für den Modern-Skin nötig.
 */
#mw-content-text a.external[href^="//de.wikipedia.org"],
#mw-content-text a.external[href^="http://de.wikipedia.org"],
#mw-content-text a.external[href^="https://de.wikipedia.org"],
#mw-content-text a.external[href^="//www.wikidata.org"],
#mw-content-text a.external[href^="http://www.wikidata.org"],
#mw-content-text a.external[href^="https://www.wikidata.org"],
#mw-content-text a.external[href^="//tools.wmflabs.org"],
#mw-content-text a.external[href^="http://tools.wmflabs.org"],
#mw-content-text a.external[href^="https://tools.wmflabs.org"] {
	background-image: none;
	padding-right: 0;
}

/*
 * Unterstrichelung für Abkürzungen weniger aufdringlich als vorgegeben, damit
 * die Auszeichnungen nicht wegen Aufdringlichkeit entfernt werden.
 * März 2016: Firefox >= 36 benutzt „text-decoration“, alle anderen Rendering-
 * Engines benutzen „border-bottom“, vgl. Regel in mediawiki.legacy/shared.css,
 * https://bugs.chromium.org/p/chromium/issues/detail?id=665898 sowie
 * https://bugs.webkit.org/show_bug.cgi?id=58491
 */
abbr[title]:not(:hover),
.explain[title]:not(:hover) {
	border-bottom-color: rgba(50%, 50%, 50%, .5);
	text-decoration-color: rgba(50%, 50%, 50%, .5);
}

/* +++++ 2. ANPASSUNGEN DER BEDIENOBERFLÄCHE +++++ */

/* +++++ 2. (a) SEITENBEARBEITUNG UND HOCHLADEN +++++ */

/* Für [[MediaWiki:Missingcommentheader]] */
div#mw-missingcommentheader strong {
	color: red;
}

/* Für [[MediaWiki:Missingsummary]] */
div#mw-missingsummary {
	background: #d3e1f2;
	border: 1px solid #1a47ff;
	margin: 1em auto;
	padding: 1em;
	width: 80%;
}

/*
 * Falls bei der Seitenbearbeitung vergessen wurde, die Zusammenfassung
 * auszufüllen
 */
.mw-summarymissed {
	border: 5px solid red;
	padding: 2px;
}

/* Copyrightwarnung: [[MediaWiki:Wikimedia-copyrightwarning]] */
div#editpage-copywarn {
	background: #fff;
	border: 1px solid #c00000;
	margin: 1em 0;
}

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

/*
 * Warnmeldung bei der Bearbeitung von Seiten im MediaWiki-Namensraum:
 * [[MediaWiki:Editinginterface]], [[MediaWiki:Translateinterface]]
 */
.mw-editinginterface,
.mw-translateinterface {
	background: #f8f9fa;
	border: 1px solid #c00000;
	padding: 2px;
}
.mw-editinginterface + .mw-translateinterface {
	border-top: none;
	margin-top: -8px;
}

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

/* [[Special:Upload]]: Höheres Feld für die Beschreibung */
textarea#wpUploadDescription {
	height: 20em;
}

/* +++++ 2. (b) ANPASSUNGEN FÜR DIE FLAGGED-REVISIONS-ERWEITERUNG +++++ */

/* Für den Abgleich: [[phab:diffusion/EFLR/browse/master/frontend/modules]] */

/* Flagged-Revisions-Backlog-Sitenotice */
.fr-watchlist-pending-notice {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

/* Standardmäßige Ausblendung der Flagged-Revisions-Kommentarbox */
.fr-comment-box {
	display: none;
}

/* Hintergrund des Sichten-Links auf der Beobachtungsliste entfärben */
.mw-fr-reviewlink {
	background: transparent;
}

/*
 * Ausklappbarer Teil der Flagged-Revisions-Box im Vordergrund relativ
 * positionierter Vorlagen, vor allem [[Vorlage:Positionskarte]]; an
 * #mw-fr-revisiondetails-wrapper statt div.flaggedrevs_short_details für IE 7:
 * http://web.archive.org/web/therealcrisp.xs4all.nl/meuk/IE-zindexbug.html
 */
#mw-fr-revisiondetails-wrapper {
	z-index: 1;
}

/*
 * 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;
}

/* Bring the text to 14px */
#bodyContent {
  font-size: 0.9em;
}

#catlinks { display:block }

/*#firstHeading {display: none;}