MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus NordhausenWiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */


/**
/**
  * Styling for links generated by [[MediaWiki:Edittools]]
  * Styling for links generated by [[MediaWiki:Edittools]]
Zeile 48: Zeile 47:
body.page-Hauptseite #catlinks,
body.page-Hauptseite #catlinks,
body.page-Hauptseite.action-view h1.firstHeading,
body.page-Hauptseite.action-view h1.firstHeading,
body.page-Hauptseite.action-view #contentSub {
body.page-Hauptseite.action-view #contentSub,
body.page-Hauptseite h1.firstHeading {
display: none;
display: none;
body.page-Hauptseite h1.firstHeading { display:none; }
}
}


Zeile 341: Zeile 340:
}
}


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


/* hiddenStructure wurde in Mediawiki Version 1.18 entfernt, wird hier aber gebraucht. */
/* hiddenStructure wurde in Mediawiki Version 1.18 entfernt, wird hier aber gebraucht. */
.hiddenStructure {
.hiddenStructure {
display: none;
display: none;
Zeile 470: Zeile 467:
padding: 0 5px 5px;
padding: 0 5px 5px;
}
}


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


Zeile 499: Zeile 493:
sup.reference:target,
sup.reference:target,
span.citation:target {
span.citation:target {
    background-color: #fdfaa1;
background-color: #fdfaa1;
}
}


/* Hiermit können Safari >=1.1, Opera >=9.5, IE9 was anfangen*/
/* Hiermit können Safari >=1.1, Opera >=9.5, IE9 was anfangen*/
::selection {
::selection {
    background: #fdfaa1;
background: #fdfaa1;
 
}
}
/* und hiermit der Firefox >=1 */
/* und hiermit der Firefox >=1 */
::-moz-selection {
::-moz-selection {
    background: #fdfaa1;
background: #fdfaa1;
}
}


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


Zeile 521: Zeile 514:


gallery {
gallery {
max-width: 800px;
max-width: 800px;
}
}


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


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


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


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


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


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


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


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


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


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


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


Zeile 594: Zeile 587:


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


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


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


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


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


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


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


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


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


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


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


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


span.unicode
span.hebrew {
{
font-family:
  font-family:
'Quivira',
  'Arial Unicode MS',
'Sun-ExtA',
  'Lucida Sans Unicode',
'Arial Unicode MS',
  'Lucida Grande',
'SBL Hebrew',
  'TITUS Cyberbit Basic',
'Code2000',
  'Code2000',
'MPH 2B Damase',
  'MV Boli',
sans-serif;
  'MS Mincho',
}
  'Arial',
 
  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 */
/* Styles für Proofreading-Extension */
.Index {
.Index {
  display: none;
display: none;
}
}


.pagetext {
.pagetext {
  text-align: justify;
text-align: justify;
}
}


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


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


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


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


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


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


Zeile 782: Zeile 774:


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


/*Reduce size of content as french Wikipedia*/
/* Reduce size of content as french Wikipedia */
#content.mw-body {
#content.mw-body {
width:97%
width: 97%;
}
}
 
/* Hintergrundfarbe für Artikel in der Kategorie "Quellentexte" */
body.category-Quellentexte #mw-content-container {
    background-color: #f0f8ff !important; /* AliceBlue */
}

Version vom 15. Oktober 2024, 20:50 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,
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;
}

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%;
}

/* Hintergrundfarbe für Artikel in der Kategorie "Quellentexte" */
body.category-Quellentexte #mw-content-container {
    background-color: #f0f8ff !important; /* AliceBlue */
}