MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus NordhausenWiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(29 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/*----------------------------------------------------------------------------------------------*/
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* ACHTUNG! Common.css enthält die gemeinsamen Skin-Anpassungen der deutschsprachigen Wikipedia */
/*----------------------------------------------------------------------------------------------*/


/* Common.css ist in drei grundlegende Abschnitte gegliedert: */
/**
* 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;
}


/* 1. Editierbare Seiteninhalte */
.client-js .mw-edittools-section {
/* 2. Sonstige Anpassungen (Spezialseiten, u.a.) */
display: inline;
/* 3. Hauptseitenspezifisches */
}


/* Jede Ergänzung/Änderung muss vorher jeweils für alle Skins auf Tauglichkeit getestet werden, */
.client-js .mw-edittools-section input[type="button"] {
/* individuell per User.css! Ist hier erstmal geändert, dauert es dank Cache eine Weile, bis die */
font-size: 0.9em;
/* Änderungen bei allen Nutzern sichtbar oder, bei Fehlern, korrigiert sind. */
margin-left: 1px;
padding-left: 1px;
padding-right: 1px;
}


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


/* Personennamen in Kapitälchen: class="Person" */
/* Kategorie verbergen */
.Person {
/* Überschrift verbergen */
font-variant: small-caps;
/* 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-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */
 
/* Stylesheet-Ergänzung zu Standard-[[NordhausenWiki:Navigationsleisten|Navigationsleisten]] */
div.NavFrame {
display: inline-block; /* IE <= 7 */
}
div.NavFrame {
div.NavFrame {
border: 1px solid #aaa;
border: 1px solid #aaa;
clear: both;
clear: both;
display: block;
font-size: 95%;
font-size: 95%;
margin-top: 1.5em;
margin-top: 1.5em;
min-height: 0; /* IE 7 */
padding: 2px;
padding: 2px;
text-align: center;
text-align: center;
}
/* Automatisches Verschmelzen, funktioniert nicht im IE 6 */
div.NavFrame + div.NavFrame {
margin-top: -1px;
}
}
div.NavPic {
div.NavPic {
Zeile 37: Zeile 79:
background: #efefef;
background: #efefef;
font-weight: bold;
font-weight: bold;
}
/* Redundant zu .visualClear in shared.css und IE60Fixes.css */
div.NavEnd {
display: none; /* broken */
}
}
div.NavFrame:after {
div.NavFrame:after {
Zeile 42: Zeile 89:
content: "";
content: "";
display: block;
display: block;
}
/* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
.NavToggle {
float: right;
font-size: x-small;
}
/* Automatisches Verschmelzen */
div.NavFrame + div.NavFrame {
margin-top: -1px;
}
}


Zeile 70: Zeile 106:
}
}


/*
/* Stylesheet-Ergänzung zu SideBoxen */
* Stylesheet-Ergänzung zu SideBoxen (ehedem [[Wikipedia:TownBox|TownBox]]),
* vgl. [[rev:2909]] und [[rev:36662]]
*/
div.sideBox {
div.sideBox {
background: white;
background: white;
Zeile 80: Zeile 113:
float: right;
float: right;
margin-left: 1em;
margin-left: 1em;
padding: .3em;
overflow: hidden;
padding: 0.3em;
position: relative; /* IE 6 */
width: 200px;
width: 200px;
}
}
div.sideBox dl {
div.sideBox dl {
font-size: 96%;
font-size: 96%;
margin: 0 0 .3em;
margin: 0 0 0.3em;
}
}
div.sideBox dt {
div.sideBox dl dt {
margin: .4em 0 0;
background: none;
margin: 0.4em 0 0;
}
}
div.sideBox dd {
div.sideBox dl dd {
background: #f3f3f3;
background: #f3f3f3;
margin: .1em 0 0 1.1em;
margin: 0.1em 0 0 1.1em;
}
}


/* Stylesheet-Ergänzung zu [[Wikipedia:Taxoboxen|Taxoboxen]] und [[Wikipedia:Paläoboxen|Paläoboxen]] */
/* Stylesheet-Ergänzung zu [[NordhausenWiki:Taxoboxen|Taxoboxen]] und [[NordhausenWiki:Paläoboxen|Paläoboxen]] */
table.taxobox {
table.taxobox,
table.palaeobox {
background: white;
background: white;
border: 1px solid gray;
border: 1px solid gray;
Zeile 105: Zeile 142:
margin: 1em 0 1em 1em;
margin: 1em 0 1em 1em;
}
}
table.taxobox > * > * > th {
table.taxobox th,
table.palaeobox th {
background: #9bcd9b;
background: #9bcd9b;
border: 1px solid gray;
border: 1px solid gray;
font-weight: bold;
text-align: center;
text-align: center;
}
}
table.taxobox.palaeobox > * > * > th {
table.palaeobox th {
background: #e7dcc3;
background: #e7dcc3;
}
}
table.taxobox > * > * > td.Person,
table.taxobox > * > * > td.taxo-name,
table.taxobox > * > * > td.taxo-bild,
table.taxobox.palaeobox > * > * > td.taxo-zeit {
text-align: center;
}
table.taxobox.palaeobox > * > * > td.taxo-ort {
text-align: left;
}
/* VERALTET: Verunstaltung von Thumbnails in Taxoboxen */
table.taxobox div.thumb,
table.taxobox div.thumb,
table.taxobox div.thumb * {
table.taxobox div.thumb *,
table.palaeobox div.thumb,
table.palaeobox div.thumb * {
background: #f9f9f9;
background: #f9f9f9;
border: none;
border: none;
Zeile 132: Zeile 162:
padding: 0;
padding: 0;
}
}
table.taxobox div.magnify {
table.taxobox div.magnify,
table.palaeobox div.magnify {
display: none;
display: none;
}
}
table.taxobox div.thumbcaption {
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;
text-align: center;
}
table.palaeobox td.taxo-ort {
text-align: left;
}
}


/* Bitte KEINE weiteren Definitionen dieser Art für Boxen hier, das gehört in entsprechende Vorlagen! */
/* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */
/* Hier 20 Mal Trivialitäten wie "text-align:center" zu definieren verlangsamt alles und ist nicht */
/* Sinn der Sache. (Und wer nicht weiß warum, hat's nicht verstanden.) */
 
/*
* VERALTET: Ehemals [[Vorlage:Prettytable]], jetzt infolge von [[rev:48842]]
* Kopie von .wikitable aus shared.css bis auf die Einfärbung der Kopfzellen
* zwecks Kompatibilität mit bestehenden Einbindungen.
* Die Existenz zweier Klassennamen ist aus der englischen Wikipedia geerbt,
* vgl. https://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&diff=26977467&oldid=26934973
* und https://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&diff=361917988&oldid=358750840
*/
.prettytable {
.prettytable {
background-color: #f9f9f9;
background: #f9f9f9;
border: 1px solid #aaa;
border: 1px solid #aaa;
border-collapse: collapse;
border-collapse: collapse;
color: black;
margin: 1em 1em 1em 0;
margin: 1em 0;
}
}
table.prettytable > * > tr > th,
.prettytable th,
table.prettytable > * > tr > td {
.prettytable td {
border: 1px solid #aaa;
border: 1px solid #aaa;
padding: .3em .4em;
padding: 0.2em;
}
}
table.prettytable > * > tr > th {
.prettytable th {
/* background-color: #f2f2f2; */
text-align: center;
text-align: center;
}
}
table.prettytable > caption {
.prettytable caption {
font-weight: bold;
font-weight: bold;
}
}
Zeile 176: Zeile 205:
}
}


.nogrid th,
.nogrid td {
border: none;
}
/* @noflip */div.float-left,
/* @noflip */div.float-left,
table.float-left,
table.float-left,
Zeile 199: Zeile 232:
margin-right: auto;
margin-right: auto;
}
}
.toptextcells > * > * > td {
.toptextcells td {
vertical-align: top;
vertical-align: top;
}
}


/* gleicher vertikaler Abstand für Text und Listen in Tabellen */
/* gleicher vertikaler Abstand für Text und Listen in Tabellen */
table ul,
table ul, table p {
table p {
margin-top: .3em;
margin-top: .3em;
}
/* Metadaten (bspw. [[Wikipedia:Personendaten|Personendaten]]) */
.metadata {
display: none;
}
}


/*
/*
  * Farbdefinitionen für Rahmen und Hintergründe von [[Wikipedia:Textbausteine|Textbausteinen]].
  * Farbdefinitionen für Rahmen und Hintergründe.
  * Anpassungen für andere Skins sind optional.
* 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
  * (Die Angaben der Rahmenstärke dienen der Bequemlichkeit, so dass man
  * für dünne Rahmen nur noch "border-style" angeben muss.)
  * für dünne Rahmen nur noch "border-style" angeben muss.)
Zeile 246: Zeile 275:
table.hintergrundfarbe2,
table.hintergrundfarbe2,
.hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */
.hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */
background-color: #fff;
background-color: #ffffff;
}
}
table > * > tr.hintergrundfarbe3 > th,
table > * > tr.hintergrundfarbe3 > th,
Zeile 291: Zeile 320:
}
}


/* Keine Vergrößerung der Zeilenhöhe durch hochgestellte Zahlen der Fußnoten */
sup.reference {
sup.reference {
font-style: normal;
font-style: normal;
font-weight: 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;
}
}


Zeile 314: Zeile 354:
div#mw-anon-edit-warning,
div#mw-anon-edit-warning,
div#mw-anon-preview-warning,
div#mw-anon-preview-warning,
div#mw-missingsummary {
div#mw-missingsummary,
div#wp_talkpagetext {
background: #d3e1f2;
background: #d3e1f2;
border: 1px solid #1a47ff;
border: 1px solid #1a47ff;
Zeile 322: Zeile 363:
}
}


/*
/* +++++ SONSTIGE ANPASSUNGEN (Spezialseiten u. a.) +++++ */
* 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
*/
#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^="//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;
}


/* Falls bei der Seitenbearbeitung vergessen wurde, die Zusammenfassung auszufüllen */
/* Markierung von Redirects in [[Special:Allpages]], [[Special:Watchlist]], Kategorien */
.mw-summarymissed {
.allpagesredirect,
border: 5px solid red;
.watchlistredir,
padding: 2px;
.redirect-in-category {
font-style: italic;
}
}


/* Copyrightwarnung */
/* Größerer Abstand zwischen TOC-Nummerierung und TOC-Eintrag */
div#editpage-copywarn {
span.tocnumber {
background: #fff;
margin-right: 0.3em;
border: 1px solid #c00000;
margin: 1em 0;
}
}


/*
/* hiddenStructure wurde in Mediawiki Version 1.18 entfernt, wird hier aber gebraucht. */
* Allow limiting of which header levels are shown in a TOC;
* <div class="toclimit-3">, for instance, will limit to
* showing ==headings== and ===headings=== but no further
* (as long as there are no =headings= on the page, which
* there shouldn't be according to the MoS).
* [[Vorlage:TOC limit]]
*/
.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;
}


/*
.hiddenStructure {
* Hide the numbers are shown in a TOC
* [[Vorlage:TOC nonum]]
*/
.nonumtoc .tocnumber {
display: none;
display: none;
}
/* +++++ 2. SONSTIGE ANPASSUNGEN (Spezialseiten u. a.) +++++ */
/* Größerer Abstand zwischen TOC-Nummerierung und TOC-Eintrag */
span.tocnumber {
margin-right: .3em;
}
}


/* Skinabhängige absolute Positionierungen ausblenden */
/* Skinabhängige absolute Positionierungen ausblenden */
/* Bitte [[MediaWiki Diskussion:Common.css/Archiv/1#Absolute Positionierungen]] beachten */
/* Bitte [[MediaWiki Diskussion:Common.css/Archiv 1#Absolute Positionierungen]] beachten */
#artikelstadium,
#commons-icon,
#commons-icon,
#coordinates,
#coordinates,
Zeile 391: Zeile 393:
#spoken-icon,
#spoken-icon,
.topicon {
.topicon {
display: none;
}
/* 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;
}
/*
* Im Projekt WP:GEO benutzt die [[Vorlage:Coordinate]] das «geo-microformat»
* zur semantischen Auszeichnung des Texts. Der Inhalt dieses
* [[Tag (Informatik)|Tags]] ist nicht für den Leser bestimmt.
*/
.geo {
display: none;
display: none;
}
}
Zeile 430: Zeile 402:
div#mw-category-media {
div#mw-category-media {
clear: both;
clear: both;
}
/* DIVs in ImageMaps inlinen (Vorschlag von Revolus) */
.imagemap-inline div {
display: inline; /* broken */
}
}


Zeile 451: Zeile 428:


/* Warnmeldung bei der Bearbeitung von Seiten im MediaWiki-Namensraum */
/* Warnmeldung bei der Bearbeitung von Seiten im MediaWiki-Namensraum */
.mw-editinginterface,
.mw-editinginterface {
.mw-translateinterface {
background: #f9f9f9;
background: #f9f9f9;
border: 1px solid #c00000;
border: 1px solid #c00000;
padding: 2px;
padding: 2px;
}
}
.mw-editinginterface + .mw-translateinterface {
 
border-top: none;
/* Überschrift 5. und 6. Ordnung proportionaler zu Fließtext */
margin-top: -8px;
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;
}
}


Zeile 481: Zeile 471:
}
}


/* Hilfe-Links nach mediawiki.org - überlappen lokale Hilfe-Links */
 
#mw-indicator-mw-helplink {
 
display: none;
 
/* IPA links nicht unterstreichen */
.IPA a:link,
.IPA a:visited {
text-decoration: none;
}
}


/* Unterstrichelung für Abkürzungen */
/* Einzelnachweise kleiner */
abbr[title],
ol.references,
.explain[title] {
div.reflist,
border-bottom-color: #ccc; /* IE 7–8 */
div.refbegin {
    font-size: 100%;            /* Default font-size */
    margin-bottom: 0.5em;
}
div.refbegin-100 {
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
}
}
abbr[title],
div.reflist ol.references {
.explain[title] {
    font-size: 100%;          /* Reset font-size when nested in div.reflist */
border-bottom-color: rgba(50%, 50%, 50%, .5);
    list-style-type: inherit; /* Enable custom list style types */
}
}
abbr[title]:hover,
 
.explain[title]:hover {
/* Highlight clicked reference in blue to help navigation */
border-bottom: 1px dotted;
ol.references li:target,
sup.reference:target,
span.citation:target {
    background-color: #fdfaa1;
}
}


/* Spezialseiten */
/* Hiermit können Safari >=1.1, Opera >=9.5, IE9 was anfangen*/
.sp-cached {
::selection {
background: url(//upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock_and_warning.svg/20px-Clock_and_warning.svg.png) 5px 3px no-repeat #ffffe0; /* IE 7–8 */
    background: #fdfaa1;
background: url(//upload.wikimedia.org/wikipedia/commons/8/8c/Clock_and_warning.svg) 5px 3px/20px no-repeat #ffffe0;
 
border: 1px solid #eeee80;
}
color: #606000;
/* und hiermit der Firefox >=1 */
font-style: italic;
::-moz-selection {
margin: .3em 0;
    background: #fdfaa1;
padding: 4px 0 4px 30px;
}
}


/* IPA-Links nicht unterstreichen */
/* Ensure refs in table headers and the like aren't bold or italic */
.IPA a {
sup.reference {
text-decoration: none;
    font-weight: normal;
    font-style: normal;
}
}


/*
/* Gallery */
* CSS-Klassen für Schriftarten als Workaround für Defizite im IE 7.
* Achtung: IE 7 mag keine Zeilenumbrüche zwischen den Fonts.
* Browserweiche: IE 7 sieht die Doctype-Deklaration als Element an.
*/


/* [[Vorlage:Unicode]] */
gallery {
:first-child ~ html .Unicode {
max-width: 800px;
font-family: Code2000, Sun-ExtA, "Arial Unicode MS", NSimSun, sans-serif;
}
}
/* [[Vorlage:IPA]], [[Vorlage:IPA-Text]] */
 
:first-child ~ html .IPA {
table.gallery {
font-family: Quivira, Code2000, Sun-ExtA, "DejaVu Sans", "Gentium Plus", Gentium, "Doulos SIL", Helvetica, "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
margin: 0px;
padding: 0px;
background-color: #6f6f6f;
}
}
/* [[Vorlage:He]] */
 
:first-child ~ html .hebrew {
table.gallery tr {
font-family: Quivira, Sun-ExtA, "Arial Unicode MS", "SBL Hebrew", Code2000, "MPH 2B Damase", sans-serif;
vertical-align: top;
}
}
/* [[Vorlage:Arabische Schrift]] */
 
:first-child ~ html .spanAr {
table.gallery td {
font-family: "Arial Unicode MS", Scheherazade, Code2000, "DejaVu Sans", sans-serif;
vertical-align: top;
}
}


/* Flagged-Revisions-Backlog-Sitenotice */
div.gallerytext {
.fr-watchlist-pending-notice {
overflow: hidden;
background: transparent;
font-size: 10px;
border: none;
color: #6f6f6f;
margin: 0;
padding: 1px;
padding: 0;
}
 
div.gallerybox div.thumb {
border: 1px solid #CCC;
padding: 0px;
width: 145px;
margin: 5px auto;
}
}


/* Standardmäßige Ausblendung der Flagged-Revisions-Kommentarbox */
li.gallerybox {
.fr-comment-box {
vertical-align: top;
display: none;
width: 145px;
border: solid 0px;
}
}


/* Hintergrund des Sichten-Links auf der Beobachtungsliste entfärben */
ul.gallery, li.gallerybox {
.mw-fr-reviewlink {
zoom: 1;
background: transparent;
*display: inline;
}
}


/*
ul.gallery {
* Positionierung des ausklappbaren Teils der FlaggedRevs-Box im Vordergrund
width:800px;
* relativ positionierter Vorlagen (Positionskarte, Lageplan, Bausteindesign1
margin: 0px;
* usw.), an #mw-fr-revisiondetails-wrapper statt div.flaggedrevs_short_details
padding: 0px;
* wegen IE 7 (http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html)
display: block;
*/
#mw-fr-revisiondetails-wrapper {
z-index: 1;
}
}


/* Patrollink ausblenden, da die Eweiterung hier nicht aktiviert ist und
li.gallerycaption {
  deren Optik zu sehr den gesichteten Versionen ähnelt. */
font-weight: bold;
.patrollink {
text-align: center;
display: none;
display: block;
word-wrap: break-word;
}
}


/* Rollback-Knopf auf Beobachtungsliste ausblenden, da es dort nur von sehr beschränktem Nutzen
li.gallerybox div.thumb {
  ist und zu sehr vielen Reverts aus Versehen führt */
text-align: center;
.mw-special-Watchlist .mw-rollback-link {
border: 1px solid #ccc;
display: none;
margin: 0px;
width:145px;
}
}


/* [[Hilfe:Vorlagenbeschränkungen|Parser-Profiling-Daten]] ausblenden */
div.gallerytext {
.limitreport {
overflow: hidden;
display: none;
font-size: 95%;
padding: 2px 4px;
word-wrap: break-word;
}
}


/* <noscript>-Emulation via <div class="noscript"></div>, vgl. [[bugzilla:45731]] */
/* wikitable */
.client-js .noscript {
 
display: none;
table.wikitable { 
margin: 2px; 
background: #FFFFFF; 
border: 1px #DDDDDD solid; 
border-collapse: collapse; 
empty-cells:show;  
}
}


/* +++++ 3. [[Wikipedia:Hauptseite|HAUPTSEITE]] (seit 2006) +++++ */
table.wikitable td { 
border: 1px #aaa solid; 
padding: 5px;
}


/* Überschrift, Weiterleitungshinweis und Kategorie verbergen */
table.wikitable th { 
.action-view.page-Wikipedia_Hauptseite h1.firstHeading,
border: 1px #aaa solid; 
.action-view.page-Wikipedia_Hauptseite #contentSub,
padding: 5px; 
.action-view.page-Wikipedia_Hauptseite #catlinks {
background: #EEEEEE; 
display: none;
text-align: center;  
}
}


div#hauptseite h2 {
table.wikitable caption {
background: #d8e8ff;
margin-left: inherit;
border: 1px solid #8898bf;
margin-right: inherit;
font-family: inherit;
font-weight: bold;  
font-size: 1em;
font-weight: bold;
line-height: 1.5;
margin: 0;
padding: .1em 0;
}
}
#hauptseite .inhalt {
 
background: #fff;
/* Größere Einrückung für Zeilennummerierungen */
border: 1px solid #8898bf;
dd {
border-top: 0;
  margin-left:2.8em;
min-height: 0; /* IE 7 */
}
padding: .3em .8em .4em;
 
.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 */
}
}
#hauptseite .inhalt hr {
 
background: #8898bf;
.ns-104 .quality3, .editCheckboxes .quality3 { /* korrigiert */
color: #8898bf; /* IE 7 */
    background:#ffe867 /* gelb */
height: 1px;
margin: .5em 0;
}
}
#hauptseite .inhalt .mehr {
clear: both;
.ns-104 .quality2, .editCheckboxes .quality2 { /* ???? */
font-size: 95%;
    background:#ff0000; /* rot */
margin-top: .8em;
text-align: right;
}
}
.hauptseite-oben,
.hauptseite-links,
.ns-104 .quality1, .editCheckboxes .quality1 {   /* unkorrigiert */
.hauptseite-rechts {
    background:#ffa0a0; /* hell-rot */
margin-bottom: 1em;
}
}
.hauptseite-links {
 
margin-right: .5em;
.ns-104 .quality0, .editCheckboxes .quality0 { /*sofort fertig*/
    background:#dddddd /* grau */
}
}
.hauptseite-rechts {
 
margin-left: .5em;
.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;
}
}
.hauptseite-oben h2,
.vorlage-ueberschrift * {
.hauptseite-unten h2 {
  color: #999;
text-align: center;
}
}
.hauptseite-oben .inhalt .portale {
@media print {
font-weight: bold;
  .vorlage-ueberschrift {
margin: .2em 0;
    display: none !important;
  }
}
}
.hauptseite-oben .inhalt .intern {
 
font-size: 90%;
 
text-align: center;
/*
* 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;
}
}
.hauptseite-links h2,
td.mw-enhanced-rc .unpatrolled {
.hauptseite-rechts h2 {
visibility: hidden;
text-indent: .8em;
}
}
#hauptseite-schwesterprojekte .inhalt a {
.not-patrolled {
font-weight: bold;
background-color: transparent;
}
}


#hauptseite .mw-headline-anchor {
.thumbinner {
display: none;
    border: none;
    padding: 0;
    box-shadow: 0;
}
.thumbinner .thumbimage {
    border: 0;
}
.thumbcaption {
    color:white;
    background:#006699;
    border-bottom-left-radius: 20px;   
    font-weight: normal;   
    font-size: 95%;
    padding-left:15px;
    margin-right: 2px;
    padding: 10px;
}
.thumbcaption a {
    color:white;
    text-decoration: underline dotted lightgrey;
}
}
/*Reduce size of content as french Wikipedia*/
#content.mw-body {
width:97%
}

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

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

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

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

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hiddenStructure {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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




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

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

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

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

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

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

/* Gallery */

gallery {
max-width: 800px;
}

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

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

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

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

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

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

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

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

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

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

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

/* wikitable */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .pagetext {
   text-align: justify;
 }

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

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

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

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

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

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


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

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

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