MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Wiki.sah
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
 
(6 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
/*
/*-----------------------------------------------------------------------------------------------*/
This is the CSS for all skins (for all users) on MediaWiki.org.
/* ACHTUNG! Common.css enthält die gemeinsamen Skin-Anpassungen der deutschsprachigen Wikipedia */
/*---------------------------------------------------------------------------------------------*/
SECTIONS:
 
1. Indication of namespaces
/* Common.css ist in drei grundlegende Abschnitte gegliedert: */
2. Color classes for content
 
3. Special pages
/* 1. Editierbare Seiteninhalte */
4. Main page styling
/* 2. Sonstige Anpassungen (Spezialseiten, u.a.) */
5. Sidebar external links
/* 3. Hauptseitenspezifisches */
6. [[Extension Matrix]] stuff
 
7. Wikitables, infobox templates, warnings, and other such stylings
/* Jede Ergänzung/Änderung muss vorher jeweils für alle Skins auf Tauglichkeit getestet werden, */
8. Some other small things
/* individuell per User.css! Ist hier erstmal geändert, dauert es dank Cache eine Weile, bis die */
*/
/* Änderungen bei allen Nutzern sichtbar oder, bei Fehlern, korrigiert sind. */
 
/**
/* +++++ 1. ANPASSUNGEN DER ANZEIGE VON EDITIERBAREN SEITENINHALTEN +++++ */
* 1. INDICATION OF NAMESPACES
 
* -------------------------------------------------
/* Personennamen in Kapitälchen: class="Person" */
*/
.Person {
font-style: normal;
/* Pseudo NS Special (light grey) */
font-variant: small-caps;
.ns--2 #content { background-color: #f4f4f4; }
.ns--2 div.thumb { border-color: #f4f4f4; }
/* NS Project + Project_talk (light sky blue) */
.ns-4 #content,
.ns-5 #content { background-color: #f8fcff; }
.ns-4 div.thumb,
.ns-5 div.thumb { border-color: #f8fcff; }
/* NS MediaWiki + MediaWiki_talk (light grey) */
.ns-8 #content,
.ns-9 #content { background-color: #f4f4f4; }
.ns-8 div.thumb,
.ns-9 div.thumb { border-color: #f4f4f4; }
/* NS Manual + Manual_talk (light bluish violet) */
.ns-100 #content,
.ns-101 #content { background-color: #f3f3ff; }
.ns-100 div.thumb,
.ns-101 div.thumb { border-color: #f3f3ff; }
/* NS Help (but NOT Help_talk) (blue border and Public Domain icon) */
.ns-12 #content {
border: 2px solid #0000cc;
border-right: none;
background-image: url(//upload.wikimedia.org/wikipedia/mediawiki/b/b8/PD-banner.png);
background-repeat: no-repeat;
background-position: right top;
}
}
.ns-12 #bodyContent {
 
background-image: url(//upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png);
/* [[Wikipedia:Zitate|Zitate]] (siehe [[Vorlage:Zitat]]) */
background-repeat: no-repeat;
p.Zitat {
/* @noflip */ background-position: right 5em;
font-style: normal;
margin-bottom: 0;
}
}
p.cite {
/**
margin-top: 0;
* 2. COLOR CLASSES FOR CONTENT
padding-left: 1em;
* -------------------------------------------------
*/
/* Border colors */
.borderc1 { border-color: #e9e9e9; border-width: thin; }
.borderc2 { border-color: #aaaaaa; border-width: thin; }
.borderc3 { border-color: #777777; border-width: thin; }
.borderc4 { border-color: #000000; border-width: thin; }
.borderc5 { border-color: #c00000; border-width: thin; }
.borderc6 { border-color: #025e9d; border-width: thin; }
.borderc7 { border-color: #008040; border-width: thin; }
.borderc8 { border-color: #ffcc00; border-width: thin; } /* Used by: [[Template:Welcome]]. */
/* Background colors */
.backgroundc1 { background-color: #ffffff; } /* Used by: [[Template:Welcome]]. */
.backgroundc2 { background-color: #f9f9f9; }
.backgroundc3 { background-color: #eeeeee; }
.backgroundc4 { background-color: #e0e0e0; }
.backgroundc5 { background-color: #d2d2d2; }
.backgroundc6 { background-color: #b7b7b7; }
.backgroundc7 { background-color: #a3a3a3; }
.backgroundc8 { background-color: #444455; }
/**
* 3. SPECIAL PAGES
* -------------------------------------------------
*/
/* Consistent special page navigation */
.SpecialPageInfo {
background-color: #f9f9f9;
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);
background-position: 0.8em 0.5em;
background-repeat: no-repeat;
padding: 0.3em 0.5em 0.3em 5.0em;
border-color: #025e9d;
border-width: 1px;
border-style: solid;
border-bottom-width: medium;
margin-bottom: 1em;
}
}
 
.mw-viewprevnext {
/* [[Wikipedia:Quellenangaben|Quellenangaben]] nicht kursiv, da sie ggf. verschiedene Bestandteile enthalten */
display: block;
cite {
border: 1px solid #cccccc;
font-style: normal;
background-color: #f9f9f2;
padding: 0.2em 0.4em;
}
}
 
/**
/* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */
* 4. MAIN PAGE STYLING
div.NavFrame {
* -------------------------------------------------
display: inline-block; /* IE <= 7 */
*/
#mainpage_topbox {
background: #f9f9f9;
padding: 0px;
border: 1px solid #aaaaaa;
margin: 0.2em 10px 10px;
}
}
.mainpage_boxtitle,
div.NavFrame {
.mainpage_hubtitle,
border: 1px solid #aaa;
#mainpage_pagetitle {
clear: both;
font-size: 105%;
display: block;
padding: 0.4em;
background-color: #eeeeee;
border-bottom: 1px solid #aaaaaa;
}
.mainpage_boxtitle {
line-height: 120%;
}
#mainpage_pagetitle {
color: #cf7606;
font-size: 200% !important;
}
#mainpage_sitelinks {
padding: 0.2em;
text-align: center;
background-color: white;
}
.mainpage_hubtitle {
text-align: center;
}
.mainpage_boxcontents,
.mainpage_boxcontents_small {
background: #ffffff;
padding: 0.2em 0.4em;
}
.mainpage_boxcontents_small {
font-size: 95%;
font-size: 95%;
}
margin-top: 1.5em;
.mainpage_hubbox,
padding: 2px;
#mainpage_newscell,
#mainpage_downloadcell,
#mainpage_opportunitiescell,
#mainpage_featuredpagescell {
padding: 0;
border: 1px solid #aaaaaa;
}
.mainpage_hubbox {
margin-bottom: 0;
}
#mainpage_newscell {
margin-bottom: 15px;
margin-top: 0 !important;
}
#mainpage_newscell .mainpage_boxtitle {
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);
background-repeat: no-repeat;
background-position: 99% 0.3em;
padding-right: 25px;
}
#mainpage_downloadcell {
width: 17em;
margin-bottom: 5px;
}
#mainpage_downloadcell .mainpage_boxtitle {
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png);
background-repeat: no-repeat;
background-position: 96% 0.33em;
padding-right: 25px;
}
#mainpage_opportunitiescell {
max-width: 25em;
margin-bottom: 15px;
margin-top: 0 !important;
}
#mainpage_opportunitiescell .mainpage_boxtitle {
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/63/User-online.svg/20px-User-online.svg.png);
background-repeat: no-repeat;
background-position: 98% 0.15em;
padding-right: 25px;
}
#mainpage_featuredpagescell {
max-width: 25em;
margin-bottom: 15px;
margin-top: 0 !important;
}
#mainpage_featuredpagescell .mainpage_boxtitle {
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Note_icon.svg/20px-Note_icon.svg.png);
background-repeat: no-repeat;
background-position: 98% 0.15em;
padding-right: 25px;
}
/* The words 'MediaWiki.org' in the title. */
#mainpage_mwtitle {
color: #005288;
}
/**
* The "mainpage" class is added to the body with JavaScript for the main page in all
* languages, so we can style things that apppear on the main page and also elsewhere.
*/
.mainpage #lastmod,
.mainpage #siteSub,
.mainpage h1.firstHeading {
display: none !important;
}
.mainpage #content {
padding-top: 1em;
}
.mainpage_boxcontents ul li:first-child {
list-style: none;
border-bottom: 1px solid #AAA;
margin-bottom: 0.5em;
/* @noflip */ margin-left: -1.5em;
text-align: center;
text-align: center;
}
}
 
/**
/* Automatisches Verschmelzen, funktioniert nicht im IE 6 */
* 5. SIDEBAR EXTERNAL LINKS
div.NavFrame + div.NavFrame {
* -------------------------------------------------
margin-top: -1px;
*/
/*
#n-blog-text a,
#n-mw-repo-commits a,
#n-mw-repo-codereview a,
#n-browse-repo a,
#n-phpdoc a {
background: url(//upload.wikimedia.org/wikipedia/commons/6/64/Icon_External_Link.png) center right no-repeat;
padding-right: 13px;
color: #3366bb;
}
}
*/
div.NavPic {
float: left;
/**
padding: 2px;
* 7. WIKITABLES, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS
* -------------------------------------------------
*/
/* Custom h* styles (blue headings) */
.wikitable td.hl3,
.wikitable th.hl3 {
background-color: #8da7d6;
}
}
.wikitable td.hl1,
div.NavHead {
.wikitable th.hl1 {
background: #efefef;
background: #c5d8fc;
font-weight: bold;
}
}
.wikitable td.hl2,
 
.wikitable th.hl2 {
/* Redundant zu .visualClear in shared.css und IE60Fixes.css */
background: #a7c1f2;
div.NavEnd {
display: none; /* broken */
}
}
div.NavFrame:after {
/**
clear: both;
* Make entire table valign=top,
content: "";
* To replace the |valign=top| on every cell.
display: block;
*/
.vatop tr,
tr.vatop,
.vatop td,
.vatop th {
vertical-align: top;
}
}
 
/* General purpose "pretty (data) tables" */
/* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
table.datatable {
.NavToggle {
background-color: transparent;
float: right;
font-size: x-small;
}
}
 
table.datatable th,
/* [[Vorlage:NaviBlock]] */
table.datatable td {
div.BoxenVerschmelzen {
padding: 4px;
border: 1px solid #aaa;
clear: both;
font-size: 95%;
margin-top: 1.5em;
padding-top: 2px;
}
}
div.BoxenVerschmelzen div.NavFrame {
table.datatable th {
border: none;
text-align: left;
font-size: 100%;
background-color: #999999;
margin: 0;
padding-top: 0;
}
}
 
table.datatable tr {
/* Stylesheet-Ergänzung zu SideBoxen (ehedem [[Wikipedia:TownBox|TownBox]]) */
background-color: #cccccc;
}
table.datatable tr:hover {
background-color: #ffffcc;
}
/* SideBox styling */
div.sideBox {
div.sideBox {
position: relative;
background: white;
border: 1px solid gray;
clear: right;
float: right;
float: right;
background: white;
margin-left: 1em;
margin-left: 1em;
border: 1px solid gray;
overflow: hidden;
padding: 0.3em;
padding: 0.3em;
position: relative; /* IE 6 */
width: 200px;
width: 200px;
overflow: hidden;
clear: right;
}
}
div.sideBox dl {
div.sideBox dl {
padding: 0;
margin: 0 0 0.3em 0;
font-size: 96%;
font-size: 96%;
margin: 0 0 0.3em;
}
}
div.sideBox dl dt {
div.sideBox dl dt {
background: none;
background: none;
margin: 0.4em 0 0 0;
margin: 0.4em 0 0;
}
}
div.sideBox dl dd {
div.sideBox dl dd {
background: #f3f3f3;
margin: 0.1em 0 0 1.1em;
margin: 0.1em 0 0 1.1em;
background-color: #f3f3f3;
}
}
 
/* Extension infobox styling */
/* Stylesheet-Ergänzung zu [[Wikipedia:Taxoboxen|Taxoboxen]] und [[Wikipedia:Paläoboxen|Paläoboxen]] */
.ext-infobox {
table.taxobox,
border: 2px solid #aaaaaa;
table.palaeobox {
width: 280px;
background: white;
/* @noflip */ clear: right;
border: 1px solid gray;
/* @noflip */ float: right;
margin: 0 0 0.5em 0.5em;
border-collapse: collapse;
border-collapse: collapse;
background-color: white;
/* 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;
}
}
.ext-infobox td {
table.taxobox tr td div.thumb div div.thumbcaption,
border: 2px none #aaaaaa;
table.taxobox td.Person,
padding: 0.2em 0.5em;
table.taxobox td.taxo-name,
border-bottom: 1px solid #f0f0f0 !important;
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;
}
}
.ext-header {
table.palaeobox td.taxo-ort {
background-color: #aaaaaa;
color: white;
text-align: left;
text-align: left;
}
}
.ext-header td { padding-top: 0.5em; }
 
.ext-header img { padding: 0 0.2em 0 0.5em; }
/* Bitte KEINE weiteren Definitionen dieser Art für Boxen hier, das gehört in entsprechende Vorlagen! */
.ext-status-unstable,
/* Hier 20 Mal Trivialitäten wie "text-align:center" zu definieren verlangsamt alles und ist nicht */
.ext-status-unstable td { border-color: #990000; }
/* Sinn der Sache. (Und wer nicht weiß warum, hat's nicht verstanden.) */
.ext-status-unstable .ext-header { background-color: #990000; color: #ffff00; }
 
.ext-status-experimental,
/* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */
.ext-status-experimental td { border-color: #ff4500; }
.prettytable {
.ext-status-experimental .ext-header { background-color: #ff4500; }
background: #f9f9f9;
.ext-status-beta,
border: 1px solid #aaa;
.ext-status-beta td { border-color: #ffba01; }
border-collapse: collapse;
.ext-status-beta .ext-header { background-color: #ffba01; }
margin: 1em 1em 1em 0;
.ext-status-stable,
.ext-status-stable td { border-color: #32cd32; }
.ext-status-stable .ext-header { background-color: #32cd32; }
.ext-status-magic,
.ext-status-magic td { border-color: #fe57a1; }
.ext-status-magic .ext-header {
color: #000;
background: #FFDBEB url(//upload.wikimedia.org/wikipedia/commons/thumb/2/20/Magic_wand.svg/60px-Magic_wand.svg.png) 0 0 no-repeat;
}
}
.ext-status-magic .ext-header img {
.prettytable th,
visibility: hidden;
.prettytable td {
padding-right: 1em;
border: 1px solid #aaa;
padding: 0.2em;
}
}
.prettytable th {
/**
text-align: center;
* "Note" boxes ([[Template:Note]])
*/
.tip,
.note {
padding: 0.5em;
margin: 0.5em 0;
overflow: hidden;
background-color: #F9F9F9;
background-position: 4px 2px;
background-repeat: no-repeat;
border: 1px solid #DDD;
}
}
.tip-info,
.prettytable caption {
.note-info {
font-weight: bold;
background-color: #F0F0E7;
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Appunti_architetto_franc_01.svg/22px-Appunti_architetto_franc_01.svg.png);
border-color: #cc9933;
/* @noflip */ padding-left: 30px;
min-height: 28px;
}
}
.tip-reminder,
 
.note-reminder {
/* Zebra-Tabellen */
background-color: #F6FDEA;
table.wikitable.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) {
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/23px-Bulbgraph.png);
background: white;
border-color: #D6E434;
padding-left: 31px;
min-height: 28px;
}
}
.tip-error,
 
.note-error {
.nogrid th,
background-color: #F0E7E7;
.nogrid td {
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Attention_niels_epting.svg/24px-Attention_niels_epting.svg.png);
border: none;
border-color: #cc3333;
padding-left: 32px;
min-height: 25px;
}
}
/* @noflip */div.float-left,
/* Version box on [[Manual:Downloading MediaWiki]] */
table.float-left,
#DownloadVersionBox {
ul.float-left,
border: 2px solid black;
.float-left {
border-collapse: collapse;
clear: left;
margin: auto;
float: left;
width: 50%;
margin: 1em 1em 1em 0;
color: black;
}
}
#DownloadVersionBox td {
/* @noflip */div.float-right,
border: 2px solid black;
table.float-right,
padding: 20px;
ul.float-right,
}
.float-right {
clear: right;
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
float: right;
.majorwarning {
margin: 1em 0 1em 1em;
background: yellow;
padding: 0.3em;
text-align: center;
font-size: 125%;
border: 2px solid red;
}
}
div.centered,
/* Page headings used throughout the wiki (though not very much at the time of writing…) */
table.centered,
.page-notice,
ul.centered,
.page-warning {
.centered {
border-width: 1px;
border-style: solid;
padding: 0.3em 0.5em;
margin-bottom: 1em;
width: 95%;
margin-left: auto;
margin-left: auto;
margin-right: auto;
margin-right: auto;
text-align: center;
}
}
.toptextcells td {
/* Informative notices at the top of pages (blue) */
vertical-align: top;
.page-notice {
}
background-color: #f9f9f9;
 
border-color: #025e9d;
/* gleicher vertikaler Abstand für Text und Listen in Tabellen */
text-align: left;
table ul, table p {
margin-top: .3em;
}
}
 
/* Warning information at the top of pages (red) */
/* Metadaten (bspw. [[Wikipedia:Personendaten|Personendaten]]) */
.page-warning {
.metadata {
background-color: #ffffff;
display: none;
border-color: #c51919;
border-width: 2px;
}
}
.pw-head {
table.metadata {
color: #c51919;
border: 1px solid #aaa;
font-weight: bold;
}
}
.metadata-label {
/* Used in Template:Notice */
color: #aaa;
.block-note {
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/18px-Bulbgraph.png);
background-position: top left;
background-repeat: no-repeat;
}
}
/**
 
  * Using block-contents in the hope that it can apply to all block-level warning templates,
/*
  * with different images applied as backgrounds to the wrapping DIV.
* Farbdefinitionen für Rahmen und Hintergründe von [[Wikipedia:Textbausteine|Textbausteinen]].
  * 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.)
  */
  */
.block-contents {
.rahmenfarbe1 { /* Wie Inhaltsverzeichnis */
display: block;
border: 1px #aaa;
padding-left: 20px;
}
.rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
border: 1px #e9e9e9;
}
}
.rahmenfarbe3 { /* "Rot", auffällig */
/* Template documentation ([[Template:Documentation]]) */
border: 1px #c00000;
.template-documentation {
clear: both;
margin: 1em 0 0 0;
border: 1px solid #aaa;
background-color: #ecfcf4;
padding: 5px;
}
}
.rahmenfarbe4 { /* Neutrale Farbe, deutlich */
/* Default style for navigation boxes */
border: 1px #88a;
table.navbox {
/* Navbox container style */
border: 1px solid #aaa;
width: 100%;
margin: auto;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
}
}
table.navbox + table.navbox {
.rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
/* Single pixel border between adjacent navboxes */
border: 1px #000;
margin-top: -1px;
/* (doesn't work for IE6, but that's okay) */
}
}
.navbox th,
 
.navbox-title,
table > * > tr.hintergrundfarbe1 > th,
.navbox-abovebelow {
table > * > tr > th.hintergrundfarbe1,
text-align: center;
table.hintergrundfarbe1,
/* Title and above/below styles */
.hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */
padding-left: 1em;
background-color: #f9f9f9;
padding-right: 1em;
}
}
th.navbox-group {
table > * > tr.hintergrundfarbe2 > th,
/* Group style */
table > * > tr > th.hintergrundfarbe2,
white-space: nowrap;
table.hintergrundfarbe2,
/* @noflip */
.hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */
text-align: right;
background-color: #ffffff;
}
}
.navbox,
table > * > tr.hintergrundfarbe3 > th,
.navbox-subgroup {
table > * > tr > th.hintergrundfarbe3,
background: #fdfdfd;
table.hintergrundfarbe3,
.hintergrundfarbe3 { /* "Gelb", auffällig */
background-color: #ffff40;
}
}
.navbox-list {
table > * > tr.hintergrundfarbe4 > th,
/* Must match background color */
table > * > tr > th.hintergrundfarbe4,
border-color: #fdfdfd;
table.hintergrundfarbe4,
.hintergrundfarbe4 { /* Sehr auffällig */
background-color: #fa0;
}
}
.navbox th,
table > * > tr.hintergrundfarbe5 > th,
.navbox-title {
table > * > tr > th.hintergrundfarbe5,
/* Level 1 color */
table.hintergrundfarbe5,
background: #ccccff;
.hintergrundfarbe5 { /* Neutral, abgesetzt */
background-color: #e0e0e0;
}
}
.navbox-abovebelow,
table > * > tr.hintergrundfarbe6 > th,
th.navbox-group,
table > * > tr > th.hintergrundfarbe6,
.navbox-subgroup .navbox-title {
table.hintergrundfarbe6,
/* Level 2 color */
.hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background: #ddddff;
background-color: #b3b7ff;
}
}
.navbox-subgroup .navbox-group,
table > * > tr.hintergrundfarbe7 > th,
.navbox-subgroup .navbox-abovebelow {
table > * > tr > th.hintergrundfarbe7,
/* Level 3 color */
table.hintergrundfarbe7,
background: #e6e6ff;
.hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background-color: #ffcbcb;
}
}
.navbox-even {
table > * > tr.hintergrundfarbe8 > th,
/* Even row striping */
table > * > tr > th.hintergrundfarbe8,
background: #f7f7f7;
table.hintergrundfarbe8,
.hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background-color: #ffebad;
}
}
.navbox-odd {
table > * > tr.hintergrundfarbe9 > th,
/* Odd row striping */
table > * > tr > th.hintergrundfarbe9,
background: transparent;
table.hintergrundfarbe9,
.hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background-color: #b9ffc5;
}
}
.navbox .hlist td dl,
 
.navbox .hlist td ol,
/* Keine Vergrößerung der Zeilenhöhe durch hochgestellte Zahlen der Fußnoten */
.navbox .hlist td ul,
sup.reference {
.navbox td.hlist dl,
font-style: normal;
.navbox td.hlist ol,
font-weight: 400;
.navbox td.hlist ul {
/* Adjust hlist padding in navboxes */
padding: 0.125em 0;
}
}
.navbox .hlist dd,
sup,
.navbox .hlist dt,
sub {
.navbox .hlist li {
line-height: 1em;
/* Nowrap list items in navboxes */
white-space: nowrap;
/* IE < 8 no-wraps entire list, so disable it */
white-space: normal !ie;
}
}
.navbox .hlist dd dl,
 
.navbox .hlist dt dl,
/* Hervorhebung der angeklickten Fußnoten und der Rückverweise in blau */
.navbox .hlist li ol,
ol.references > li:target,
.navbox .hlist li ul {
sup.reference:target {
/* But allow parent list items to be wrapped */
background: #def;
white-space: normal;
}
}
ol + table.navbox,
 
ul + table.navbox {
/* Hochgestellte Buchstaben in der Einzelnachweiseliste kursiv setzen */
/* Prevent lists from clinging to navboxes */
ol.references li a[href|="#cite_ref"] {
margin-top: 0.5em;
font-style: italic;
}
}
 
/* Default styling for Navbar template */
/* Inline-Verwendung der [[:Kategorie:Vorlage:Schwesterprojektverweis|Schwesterprojektverweise]] */
.navbar {
ol.references li div.sisterproject {
display: inline;
display: inline;
font-size: 88%;
font-weight: normal;
}
}
.navbar ul {
 
display: inline;
/* Für MediaWiki:Missingcommentheader */
white-space: nowrap;
div#mw-missingcommentheader b {
color: #900;
}
}
.navbar li {
 
word-spacing: -0.125em;
/* 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%;
}
}
 
/* Navbar styling when nested in navbox */
/* Bei URLs, die auf unser Projekt und verwandte Projekte verweisen, den Pfeil ausblenden
.navbox .navbar {
* Dieser Pfeil dient nur dazu, auf externe Ziele hinzuweisen
display: block;
* Auf den Einsatz der Klasse "plainlinks" kann dadurch verzichtet werden
font-size: 100%;
*/
div#content a.external[href^="//de.wikipedia.org"],
div#content a.external[href^="http://de.wikipedia.org"],
div#content a.external[href^="https://de.wikipedia.org"],
div#content a.external[href^="https://secure.wikimedia.org/wikipedia/de/"],
div#content a.external[href^="//toolserver.org"],
div#content a.external[href^="http://toolserver.org"],
div#content a.external[href^="https://toolserver.org"],
#mw_content a.external[href^="//de.wikipedia.org"],
#mw_content a.external[href^="http://de.wikipedia.org"],
#mw_content a.external[href^="https://de.wikipedia.org"],
#mw_content a.external[href^="https://secure.wikimedia.org/wikipedia/de/"],
#mw_content a.external[href^="//toolserver.org"],
#mw_content a.external[href^="http://toolserver.org"],
#mw_content a.external[href^="https://toolserver.org"] {
background: none;
padding-right: 0;
}
}
.navbox-title .navbar {
 
/* @noflip */
/* Falls bei der Seitenbearbeitung vergessen wurde, die Zusammenfassung auszufüllen */
float: left;
.mw-summarymissed {
/* @noflip */
border: 5px solid red;
text-align: left;
padding: 2px;
/* @noflip */
margin-right: 0.5em;
width: 6em;
}
}
/* Allow people to optionally wrap lines in source listings */
 
div.wrapPreLines pre {
/* Copyrightwarnung */
white-space: pre-wrap;
div#editpage-copywarn {
background: #fff;
border: 1px solid #c00000;
font-size: 90%;
}
}
 
/**
.mw-tos-summary {
* 8. SOME OTHER SMALL THINGS
/* background: #fff;
* -------------------------------------------------
border: 1px solid #c00000;
*/
padding-left: 1em; */
display: none;    
/* Give a bit of space to the TOC */
#toc {
margin: 1em 0;
}
}
 
/**
/* Allow limiting of which header levels are shown in a TOC;
* Allow limiting of which header levels are shown in a TOC;
  <div class="toclimit-3">, for instance, will limit to
* <div class="toclimit-3">, for instance, will limit to
  showing ==headings== and ===headings=== but no further
* showing ==headings== and ===headings=== but no further.
  (as long as there are no =headings= on the page, which
* Used in [[Template:TOCright]]
  there shouldn't be according to the MoS).
  */
  */
.toclimit-2 .toclevel-1 ul,
.toclimit-2 .toclevel-1 ul,
Zeile 628: Zeile 420:
.toclimit-6 .toclevel-5 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
.toclimit-7 .toclevel-6 ul {
display: none;
    display: none;
}
}
 
/* make the list of references look smaller and highlight clicked reference in blue */
/* +++++ 2. SONSTIGE ANPASSUNGEN (Spezialseiten u. a.) +++++ */
ol.references {
 
font-size: 100%;
/* Markierung von Redirects in [[Special:Allpages]], [[Special:Watchlist]], Kategorien */
.allpagesredirect,
.watchlistredir,
.redirect-in-category {
font-style: italic;
}
}
.references-small {
 
font-size: 90%;
/* Größerer Abstand zwischen TOC-Nummerierung und TOC-Eintrag */
span.tocnumber {
margin-right: 0.3em;
}
}
ol.references > li:target {
 
background-color: #ddeeff;
/* 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;
}
}
sup.reference:target {
 
background-color: #ddeeff;
/* Anpassungen für [[:Template:Link_FA]] */
 
/* change the bullets for links to special articles */
div#p-lang li.FA {
        /* hier immer auch linkFA_bullet in Common.js mit anpassen für die älteren skins! */
        list-style-image: url(//upload.wikimedia.org/wikipedia/commons/d/d0/Monobook-bullet-star-transparent.png);
}
}
/* change the bullets for links to special articles */
div#p-lang li.GA {
/**
        /* hier immer auch linkGA_bullet in Common.js mit anpassen für die älteren skins! */
* Styling for links generated by [[MediaWiki:Edittools]]
        list-style-image: url(//upload.wikimedia.org/wikipedia/commons/a/a1/Monobook-bullet-star-gray.png);
* @source www.mediawiki.org/wiki/Extension:CharInsert#Styling
* @updated 2012-02-29
*/
.mw-charinsert-buttons {
margin-top: 10px;
border: 1px solid #aaaaaa;
padding: 1px;
text-align: center;
font-size: 110%;
}
}
.mw-charinsert-buttons a {
 
color: black;
/* Verhindere, dass Infoboxen etc. in den Inhalt von Kategorien hineinragen.
background-color: #cde !important;
Das betrifft nur Kategorieseiten. */
font-weight: bold;
div#mw-subcategories,
font-size: .9em;
div#mw-pages,
text-decoration: none;
div#mw-category-media {
border: thin #069 outset;
clear: both;
padding: 0 .1em .1em;
}
}
.mw-charinsert-buttons a:hover,
 
.mw-charinsert-buttons a:active {
/* DIVs in ImageMaps inlinen (Vorschlag von Revolus) */
background-color: #bcd;
.imagemap-inline div {
border-style: inset;
display: inline; /* broken */
}
}
.client-js .mw-edittools-section {
 
display: inline;
/* [[Special:Hochladen]]: Warnmeldung auf bestehende Dateien, unerwünschte Prefixe usw. deutlicher hervorheben. */
td#wpDestFile-warning ul {
border: 1px solid red;
padding: 1.5em;
}
}
.client-js .mw-edittools-section input[type="button"] {
 
font-size: 0.9em;
/* höheres Uploadfeld */
padding-left: 1px;
textarea#wpUploadDescription {
padding-right: 1px;
height: 20em;
margin-left: 1px;
}
}
 
/* from [[User:Splarka/Help:Linked images]] */
/* Warnmeldung für gesperrte Titel */
.imagelink_wikilogo a {
.mw-titleprotectedwarning {
width: 135px;
background: #eee;
height: 135px;
border: 2px solid red;
display: block;
padding: 1em;
text-decoration: none;
background-image: url(//upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png);
}
}
 
/**
/* Warnmeldung bei der Bearbeitung von Seiten im MediaWiki-Namensraum */
* Infoboxes
.mw-editinginterface {
*/
background: #f9f9f9;
.infobox {
border: 1px solid #c00000;
float: right;
padding: 2px;
clear: right;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
border: 1px solid #AAA;
background: #F9F9F9;
color: black;
}
}
 
.infobox td,
/* Überschrift 5. und 6. Ordnung proportionaler zu Fließtext */
.infobox th {
div#content h5 {
vertical-align: top;
font-size: 108%; /* Original: 100% */
}
}
div#content h5 .editsection {
.infobox caption {
font-size: 93%; /* 1/108% */
margin-left: inherit;
font-size: larger;
}
}
div#content h6,
.infobox.bordered {
div#content h6 .editsection {
border-collapse: collapse;
font-size: 100%; /* Original: 80% = kleiner als Bodytext, unschön */
}
}
 
.infobox.bordered td,
/* Anleitung auf Special:Search */
.infobox.bordered th {
.mw-searchresult {
border: 1px solid #AAA;
font-size: 84%;
margin: 5px;
}
}
 
.infobox.bordered .borderless td,
/* Gestaltung der Edittools-Leiste [[MediaWiki:Onlyifediting.js]] */
.infobox.bordered .borderless th {
div#specialchars {
border: 0;
background: white;
border: 1px solid #aaa;
margin-top: 3px;
padding: 1px;
text-align: left;
}
}
 
/**
/* Legende für Versionsgeschichte */
* Apparently the namespaces parameter
.mw-history-legend {
* for inputbox forces a checkbox.
background: #f9f9f9;
* Let's hide it in the API sidebar
border: 1px solid #e9e9e9;
*/
clear: both;
.mw-inputbox-hideapicheck label[for="mw-inputbox-ns104"],
font-size: 90%;
#mw-inputbox-ns104 {
margin: 2px 0;
display: none;
padding: 0 5px 5px;
}
}
 
/** Testing for code review **/
 
div.mw-wordcloud {
/* Unterstrichelung für Abkürzungen */
width: 100%;
abbr, acronym {
text-align: justify;
        border-bottom-color: #ccc; /* Fallback für alte Browser: https://developer.mozilla.org/en/CSS/color_value#Browser_Compatibility */
        border-bottom-color: rgba(75%, 75%, 75%, .5);
}
}
abbr:hover, acronym:hover {
.mw-wordcloud-size-1 {
        border-bottom-color: inherit; /* Internet Explorer 8 */
color: #222;
        border-bottom-color: currentColor;
font-size: 2.4em;
}
}
.mw-wordcloud-size-2 {
 
color: #333;
 
font-size: 2.2em;
/* +++++ 3. [[Wikipedia:Hauptseite|HAUPTSEITE]] (seit 2006) +++++ */
 
/* Kategorie verbergen */
/* Überschrift verbergen */
/* Redirhinweis verbergen - ACHTUNG: Je nach Skin muss jetzt der Abstand zum oberen Rand korrigiert werden */
body.page-Wikipedia_Hauptseite #catlinks,
body.page-Wikipedia_Hauptseite.action-view h1.firstHeading,
body.page-Wikipedia_Hauptseite.action-view #contentSub {
display: none;
}
}
.mw-wordcloud-size-3 {
 
color: #444;
#hauptseite h2 {
font-size: 2.0em;
background: #d8e8ff;
}
border: 1px solid #8898bf;
.mw-wordcloud-size-4 {
color: #555;
font-size: 1.8em;
}
.mw-wordcloud-size-5 {
color: #666;
font-size: 1.6em;
}
.mw-wordcloud-size-6 {
color: #777;
font-size: 1.4em;
}
.mw-wordcloud-size-7 {
color: #888;
font-size: 1.2em;
}
.mw-wordcloud-size-8 {
color: #999;
font-size: 1em;
font-size: 1em;
font-weight: bold;
margin: 0;
padding: 0.1em 0;
}
}
.mw-wordcloud-size-9 {
#hauptseite .inhalt {
color: #aaa;
background: #fff;
font-size: 0.8em;
border: 1px solid #8898bf;
letter-spacing: 3px;
border-top: 0;
padding: 0.3em 0.8em 0.4em;
}
}
.mw-wordcloud-size-10,
#hauptseite .inhalt hr {
.mw-wordcloud-size-0 {
background: #8898bf;
color: #bbb;
color: #8898bf;
font-size: 0.8em;
height: 1px;
margin: 0.5em 0;
}
}
#hauptseite .inhalt .mehr {
/* Styling for related links and disambiguation links */
clear: both;
.rellink,
font-size: 95%;
.dablink {
margin-top: 0.8em;
font-style: italic;
text-align: right;
margin-bottom: 0.5em;
padding-left: 2em;
}
}
.hauptseite-oben,
/* @todo FIXME: document me :) */
.hauptseite-links,
#signuptopbox li {
.hauptseite-rechts {
float: left;
margin-bottom: 1em;
list-style: none;
font-family: sans-serif;
}
}
#signuptopbox li {
.hauptseite-links {
color: #3ca7d4;
margin-right: 0.5em;
background: #c2e1f9;
line-height: 2.8em;
margin-right: .25em;
padding-right: .5em;
}
#signuptopbox li.pr-active,
#signuptopbox li.pr-active div {
color: #67ca36;
background: #d4f9c2;
border-color: #fff #fff #fff #67ca36;
}
}
#signuptopbox li div {
.hauptseite-rechts {
width: 0;
margin-left: 0.5em;
height: 0;
border-color: #fff #fff #fff #3CA7D4;
border-style: solid;
border-width: 1.4em .3em 1.4em 1.4em;
float: left;
}
}
#signuptopbox li span.pr-number {
.hauptseite-oben h2,
display: block;
.hauptseite-unten h2 {
width: 1.8em;
line-height: 1.8em;
background: #3ca7d4;
color: #c2e1f9;
text-align: center;
text-align: center;
margin: .5em;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
font-weight: 600;
float: left;
}
}
#signuptopbox li.pr-active span.pr-number {
.hauptseite-oben .inhalt .portale {
background: #67ca36;
font-weight: bold;
color: #d4f9c2;
margin: 0.2em 0;
}
}
#signuptopbox li span {
.hauptseite-oben .inhalt .intern {
float: left;
font-size: 90%;
text-align: center;
}
}
#signuptopbox li.pr-spacer {
.hauptseite-links h2,
padding: 0;
.hauptseite-rechts h2 {
text-indent: 0.8em;
}
}
#hauptseite-schwesterprojekte .inhalt a {
/* Breadcrumb code */
font-weight: bold;
.breadcrumb {
list-style: none;
overflow: hidden;
font: 14px Helvetica, Arial, sans-serif;
}
}
.breadcrumb li {
 
float: left;
/* IPA links nicht unterstreichen */
margin-bottom: 0;
.IPA a:link,
}
.IPA a:visited {
.breadcrumb li a {
color: white;
text-decoration: none;
text-decoration: none;
padding: 10px 0 10px 45px;
position: relative;
display: block;
float: left;
}
}
 
.breadcrumb li a:after {
/* CSS-Klassen für Schriftarten als Workaround für Defizite in alten IE-Versionen.
content: " ";
* Achtung: IE 6 und 7 mögen keine Zeilenumbrüche zwischen den Fonts.
display: block;
* In IE8 nicht mehr nötig, soll mit den alten Versionen aussterben. Browserweiche:
width: 0;
* http://de.wikipedia.org/w/index.php?diff=76143595&oldid=76098729
height: 0;
*/
/* Go big on the size, and let overflow hide */
* html .Unicode {
border-top: 50px solid transparent;
font-family: Code2000, Sun-ExtA, "Arial Unicode MS", NSimSun, sans-serif;
border-bottom: 50px solid transparent;
position: absolute;
top: 50%;
margin-top: -50px;
left: 100%;
z-index: 2;
}
}
:first-child ~ html .Unicode {
.breadcrumb li a:before {
font-family: Code2000, Sun-ExtA, "Arial Unicode MS", NSimSun, sans-serif;
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
border-left: 31px solid white;
position: absolute;
top: 50%;
margin-top: -50px;
margin-left: 1px;
left: 100%;
z-index: 1;
}
}
* html .Unicode1 {
.breadcrumb li:first-child a {
font-family: Code2001, Quivira, "MPH 2B Damase", sans-serif;
padding-left: 20px;
}
}
:first-child ~ html .Unicode1 {
.currentcrumb a {
font-family: Code2001, Quivira, "MPH 2B Damase", sans-serif;
background: #069;
}
}
* html .Unicode2 {
.currentcrumb a:after {
font-family: Sun-ExtB, Code2002, sans-serif;
border-left: 30px solid #069;
}
}
:first-child ~ html .Unicode2 {
.currentcrumb a:hover,
font-family: Sun-ExtB, Code2002, sans-serif;
.prevcrumb a:hover,
.nextcrumb a:hover {
background: #002d44;
}
}
* html .IPA {
.currentcrumb a:hover:after,
font-family: Quivira, Code2000, Sun-ExtA, "DejaVu Sans", "Gentium Plus", Gentium, "Doulos SIL", Helvetica, "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
.prevcrumb a:hover:after,
.nextcrumb a:hover:after {
border-left-color: #002d44 !important;
}
}
:first-child ~ html .IPA {
.prevcrumb a {
font-family: Quivira, Code2000, Sun-ExtA, "DejaVu Sans", "Gentium Plus", Gentium, "Doulos SIL", Helvetica, "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
background: #396;
}
}
* html .IAST {
.prevcrumb a:after {
font-family: Code2000, SunExtA, "Arial Unicode MS", sans-serif;
border-left: 30px solid #396;
}
}
* html .altitalisch,
.nextcrumb a {
* html .gotisch {
background: #999;
font-family: Quivira, Code2001, "MPH 2B Damase", sans-serif;
}
}
:first-child ~ html .altitalisch,
.nextcrumb a:after {
:first-child ~ html .gotisch {
border-left: 30px solid #999;
font-family: Quivira, Code2001, "MPH 2B Damase", sans-serif;
}
}
* html .hebrew {
/* To facilitate rtl translations */
font-family: Quivira, Sun-ExtA, "Arial Unicode MS", "SBL Hebrew", Code2000, "MPH 2B Damase", sans-serif;
#bodyContent .table-RTL a {
background: none;
padding-right: 0;
}
}
:first-child ~ html .hebrew {
#bodyContent .table-RTL ul {
font-family: Quivira, Sun-ExtA, "Arial Unicode MS", "SBL Hebrew", Code2000, "MPH 2B Damase", sans-serif;
margin-right: 10px;
display: table;
}
}
* html .spanAr {
/* Fix annoying bug where the "date" column in the LQT sometimes
font-family: "Arial Unicode MS", Scheherazade, Code2000, "DejaVu Sans", sans-serif;
* is two rows because of the date being too long even through there is
* enough space (otherwise the browser makes it's own decision on where to cut)
*/
.lqt_toc th:nth-child(3),
.lqt_toc td:nth-child(3) {
white-space: nowrap;
}
}
:first-child ~ html .spanAr {
.persian {
font-family: "Arial Unicode MS", Scheherazade, Code2000, "DejaVu Sans", sans-serif;
font-family: Tahoma;
}
}
* html .music-symbol {
/**
font-family: "Musical Symbols", Euterpe, Code2001, sans-serif;
* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
* [[bugzilla:26204]]
*/
div.mw-geshi div,
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript {
font-family: monospace, "Courier New" !important;
}
}
:first-child ~ html .music-symbol {
/**
font-family: "Musical Symbols", Euterpe, Code2001, sans-serif;
* Manual:Database_layout
*/
.mwmanual-dbview-box img {
opacity: 0.5;
}
}
.mwmanual-dbview-box:hover img {
* html .polytonic {
opacity: 0.8;
font-family: "Arial Unicode MS", "Palatino Linotype", Code2000, "New Athena Unicode", "Gentium Plus", Gentium, "Athena Unicode";
}
}
.mwmanual-dbview-link {
* html .okina {
background: rgb(198, 212, 235);
font-family: "Lucida Sans Unicode";
background: hsla(217, 48%, 85%, 0.8);
border: 1px solid #0645AD;
border-radius: 4px;
padding: 10px 5px;
text-align: center;
font-weight: bold;
}
}
.mwmanual-dbview-box:hover .mwmanual-dbview-link {
 
background: hsla(215, 46%, 95%, 0.8);
/* Flagged-Revisions-Backlog-Sitenotice */
.fr-watchlist-pending-notice {
background: transparent;
border: none;
margin: 0;
padding: 0;
}
}
.mwmanual-dbview-link:hover {
 
background: hsla(215, 46%, 95%, 0.9);
/* Standardmäßige Ausblendung der Flagged-Revisions-Kommentarbox */
.fr-comment-box  {
display: none;
}
}
 
/**
/* Hintergrund des Sichten-Links auf der Beobachtungsliste entfärben */
* Hide "Edit" tab from [[VisualEditor:Welcome]] until page protection affects VisualEditor extension too (added on 06-29-2012)
.mw-fr-reviewlink {
* Unhid it for sysops in [[MediaWiki:Group-sysop.css]]
background: transparent;
*/
body.page-VisualEditor_Welcome li#ca-edit {
display: none;
}
}
 
/**
/* Korrekturen für den ausklappbaren Teil der FlaggedRevs-Box:
  * VisualEditor documentation styles - required for displaying document diagrams
* - Positionierung im Vordergrund relativ positionierter Vorlagen
*  (Positionskarte, Lageplan, Bausteindesign1 usw.)
  * - Standardmäßig ausgeblendet, weil er ohne JavaScript sonst Inhalte versperrt
*  ([[bugzilla:14128]]), flaggedrevs.js blendet ihn wieder ein
  */
  */
.ve-doc-dm-data {
div.flaggedrevs_short div {
list-style: none;
z-index: 1; /* IE <= 7 */
cursor: default;
}
}
.ve-doc-dm-data li {
div#mw-fr-revisiondetails {
font-family: sans-serif;
display: none;
text-align: center;
line-height: 2.25em;
display: inline-block;
width: 2.25em;
height: 2.25em;
border: solid 2px white;
}
}
.ve-doc-dm-data li.ve-doc-dm-cursor {
 
width: 0.5em;
/* Abstand zwischen Liste und Inhaltsverzeichnis erhöhen, siehe http://de.wikipedia.org/w/index.php?title=MediaWiki_Diskussion:Common.css&oldid=51639015#Abstand_vor_Inhaltsverzeichnis */
ul + .toc,
ol + .toc {
margin-top: 0.5em;
}
}
.ve-doc-dm-cursor:hover {
 
border-color: #cccccc;
/* 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;
}
}
.ve-doc-dm-open,
 
.ve-doc-dm-close {
/* Patrollink ausblenden, da die Eweiterung hier nicht aktiviert ist und
background-color: #50a5f4;
  deren Optik zu sehr den gesichteten Versionen ähnelt. */
color: #7ddcfd;
.fr-diff-patrollink,
.patrollink {
display: none;
}
}
.ve-doc-dm-open:hover,
 
.ve-doc-dm-close:hover {
/* Rollback-Knopf auf Beobachtungsliste ausblenden, da es dort nur von sehr beschränktem Nutzen
border-color: #7ddcfd;
  ist und zu sehr vielen Reverts aus Versehen führt */
.page-Spezial_Beobachtungsliste .mw-rollback-link {
display: none;
}
}
.ve-doc-dm-close {
 
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJhJREFUeNrs0UENgEAQBMGThGMkImFBAp8jTVKVjIHptT4yM8eza947F2KIIYYYYoghBmKIgRhiIIYYiCGG18QQQwwxxBBDDMQQAzHEQAwxEEMMMTYHESMWRIwfBhEjFESMUBAxQkHECAURIxREjFAQMUJBxAgFESMURAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGCfW4ABAPk3h3InIbNlAAAAAElFTkSuQmCC);
.startseite-wrapper {
background-size: contain;
  padding: 1rem;
background-position: left top;
  font-family: sans-serif;
background-repeat: no-repeat;
}
}
.ve-doc-dm-char,
 
.ve-doc-dm-achar {
.startseite-kopf {
border-radius: 3em;
  text-align: center;
  margin-bottom: 2rem;
}
}
.ve-doc-dm-char {
 
background-color: #7bcc45;
.logo-titel {
color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
}
.ve-doc-dm-char:hover {
 
border-color: #b6f26c;
.artikelanzahl {
  color: #666;
  font-size: 1rem;
  margin-top: 0.5rem;
}
}
.ve-doc-dm-achar {
 
background-color: #fa952c;
.startseite-bereich {
color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
}
.ve-doc-dm-achar:hover {
 
border-color: #fed045;
.start-block {
  background-color: #f9f9f9;
  padding: 1rem;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
}
}
.ve-doc-dm-element-text {
 
color: #50a5f4;
.start-block h2 {
  font-size: 1.3rem;
  border-bottom: 2px solid #dfdfdf;
  margin-bottom: 0.5rem;
}
}
.ve-doc-dm-char-text {
 
color: #7bcc45;
@media (min-width: 768px) {
}
  .startseite-bereich {
.ve-doc-dm-achar-text {
    display: grid;
color: #fa952c;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
  }
}
}
#toc { float: right };

Aktuelle Version vom 17. November 2025, 19:33 Uhr

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

/* Common.css ist in drei grundlegende Abschnitte gegliedert: */

/* 1. Editierbare Seiteninhalte */
/* 2. Sonstige Anpassungen (Spezialseiten, u.a.) */
/* 3. Hauptseitenspezifisches */

/* Jede Ergänzung/Änderung muss vorher jeweils für alle Skins auf Tauglichkeit getestet werden, */
/* individuell per User.css! Ist hier erstmal geändert, dauert es dank Cache eine Weile, bis die */
/* Änderungen bei allen Nutzern sichtbar oder, bei Fehlern, korrigiert sind. */

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

/* Personennamen in Kapitälchen: class="Person" */
.Person {
	font-style: normal;
	font-variant: small-caps;
}

/* [[Wikipedia:Zitate|Zitate]] (siehe [[Vorlage:Zitat]]) */
p.Zitat {
	font-style: normal;
	margin-bottom: 0;
}
p.cite {
	margin-top: 0;
	padding-left: 1em;
}

/* [[Wikipedia:Quellenangaben|Quellenangaben]] nicht kursiv, da sie ggf. verschiedene Bestandteile enthalten */
cite {
	font-style: normal;
}

/* Stylesheet-Ergänzung zu Standard-[[Wikipedia: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;
}

/* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
.NavToggle {
	float: right;
	font-size: x-small;
}

/* [[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 (ehedem [[Wikipedia:TownBox|TownBox]]) */
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 [[Wikipedia:Taxoboxen|Taxoboxen]] und [[Wikipedia: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;
}

/* Bitte KEINE weiteren Definitionen dieser Art für Boxen hier, das gehört in entsprechende Vorlagen! */
/* 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.) */

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

/* Metadaten (bspw. [[Wikipedia:Personendaten|Personendaten]]) */
.metadata {
	display: none;
}
table.metadata {
	border: 1px solid #aaa;
}
.metadata-label {
	color: #aaa;
}

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

/* 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
 */
div#content a.external[href^="//de.wikipedia.org"],
div#content a.external[href^="http://de.wikipedia.org"],
div#content a.external[href^="https://de.wikipedia.org"],
div#content a.external[href^="https://secure.wikimedia.org/wikipedia/de/"],
div#content a.external[href^="//toolserver.org"],
div#content a.external[href^="http://toolserver.org"],
div#content a.external[href^="https://toolserver.org"],
#mw_content a.external[href^="//de.wikipedia.org"],
#mw_content a.external[href^="http://de.wikipedia.org"],
#mw_content a.external[href^="https://de.wikipedia.org"],
#mw_content a.external[href^="https://secure.wikimedia.org/wikipedia/de/"],
#mw_content a.external[href^="//toolserver.org"],
#mw_content a.external[href^="http://toolserver.org"],
#mw_content a.external[href^="https://toolserver.org"] {
	background: none;
	padding-right: 0;
}

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

/* Copyrightwarnung */
div#editpage-copywarn {
	background: #fff;
	border: 1px solid #c00000;
	font-size: 90%;
}

.mw-tos-summary {
/*	background: #fff;
	border: 1px solid #c00000;
	padding-left: 1em; */
	display: none;      
}

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

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

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

/* Anpassungen für [[:Template:Link_FA]] */

/* change the bullets for links to special articles */
div#p-lang li.FA {
        /* hier immer auch linkFA_bullet in Common.js mit anpassen für die älteren skins! */
        list-style-image: url(//upload.wikimedia.org/wikipedia/commons/d/d0/Monobook-bullet-star-transparent.png);
}
/* change the bullets for links to special articles */
div#p-lang li.GA {
        /* hier immer auch linkGA_bullet in Common.js mit anpassen für die älteren skins! */
        list-style-image: url(//upload.wikimedia.org/wikipedia/commons/a/a1/Monobook-bullet-star-gray.png);
}

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


/* Unterstrichelung für Abkürzungen */
abbr, acronym {
        border-bottom-color: #ccc; /* Fallback für alte Browser: https://developer.mozilla.org/en/CSS/color_value#Browser_Compatibility */
        border-bottom-color: rgba(75%, 75%, 75%, .5);
}
abbr:hover, acronym:hover {
        border-bottom-color: inherit; /* Internet Explorer 8 */
        border-bottom-color: currentColor;
}


/* +++++ 3. [[Wikipedia:Hauptseite|HAUPTSEITE]] (seit 2006) +++++ */

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

#hauptseite h2 {
	background: #d8e8ff;
	border: 1px solid #8898bf;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0.1em 0;
}
#hauptseite .inhalt {
	background: #fff;
	border: 1px solid #8898bf;
	border-top: 0;
	padding: 0.3em 0.8em 0.4em;
}
#hauptseite .inhalt hr {
	background: #8898bf;
	color: #8898bf;
	height: 1px;
	margin: 0.5em 0;
}
#hauptseite .inhalt .mehr {
	clear: both;
	font-size: 95%;
	margin-top: 0.8em;
	text-align: right;
}
.hauptseite-oben,
.hauptseite-links,
.hauptseite-rechts {
	margin-bottom: 1em;
}
.hauptseite-links {
	margin-right: 0.5em;
}
.hauptseite-rechts {
	margin-left: 0.5em;
}
.hauptseite-oben h2,
.hauptseite-unten h2 {
	text-align: center;
}
.hauptseite-oben .inhalt .portale {
	font-weight: bold;
	margin: 0.2em 0;
}
.hauptseite-oben .inhalt .intern {
	font-size: 90%;
	text-align: center;
}
.hauptseite-links h2,
.hauptseite-rechts h2 {
	text-indent: 0.8em;
}
#hauptseite-schwesterprojekte .inhalt a {
	font-weight: bold;
}

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

/* CSS-Klassen für Schriftarten als Workaround für Defizite in alten IE-Versionen.
 * Achtung: IE 6 und 7 mögen keine Zeilenumbrüche zwischen den Fonts.
 * In IE8 nicht mehr nötig, soll mit den alten Versionen aussterben. Browserweiche:
 * http://de.wikipedia.org/w/index.php?diff=76143595&oldid=76098729
 */
* html .Unicode {
	font-family: Code2000, Sun-ExtA, "Arial Unicode MS", NSimSun, sans-serif;
}
:first-child ~ html .Unicode {
	font-family: Code2000, Sun-ExtA, "Arial Unicode MS", NSimSun, sans-serif;
}
* html .Unicode1 {
	font-family: Code2001, Quivira, "MPH 2B Damase", sans-serif;
}
:first-child ~ html .Unicode1 {
	font-family: Code2001, Quivira, "MPH 2B Damase", sans-serif;
}
* html .Unicode2 {
	font-family: Sun-ExtB, Code2002, sans-serif;
}
:first-child ~ html .Unicode2 {
	font-family: Sun-ExtB, Code2002, sans-serif;
}
* html .IPA {
	font-family: Quivira, Code2000, Sun-ExtA, "DejaVu Sans", "Gentium Plus", Gentium, "Doulos SIL", Helvetica, "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
}
:first-child ~ html .IPA {
	font-family: Quivira, Code2000, Sun-ExtA, "DejaVu Sans", "Gentium Plus", Gentium, "Doulos SIL", Helvetica, "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
}
* html .IAST {
	font-family: Code2000, SunExtA, "Arial Unicode MS", sans-serif;
}
* html .altitalisch,
* html .gotisch {
	font-family: Quivira, Code2001, "MPH 2B Damase", sans-serif;
}
:first-child ~ html .altitalisch,
:first-child ~ html .gotisch {
	font-family: Quivira, Code2001, "MPH 2B Damase", sans-serif;
}
* html .hebrew {
	font-family: Quivira, Sun-ExtA, "Arial Unicode MS", "SBL Hebrew", Code2000, "MPH 2B Damase", sans-serif;
}
:first-child ~ html .hebrew {
	font-family: Quivira, Sun-ExtA, "Arial Unicode MS", "SBL Hebrew", Code2000, "MPH 2B Damase", sans-serif;
}
* html .spanAr {
	font-family: "Arial Unicode MS", Scheherazade, Code2000, "DejaVu Sans", sans-serif;
}
:first-child ~ html .spanAr {
	font-family: "Arial Unicode MS", Scheherazade, Code2000, "DejaVu Sans", sans-serif;
}
* html .music-symbol {
	font-family: "Musical Symbols", Euterpe, Code2001, sans-serif;
}
:first-child ~ html .music-symbol {
	font-family: "Musical Symbols", Euterpe, Code2001, sans-serif;
}
* html .polytonic {
	font-family: "Arial Unicode MS", "Palatino Linotype", Code2000, "New Athena Unicode", "Gentium Plus", Gentium, "Athena Unicode";
}
* html .okina {
	font-family: "Lucida Sans Unicode";
}

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

/* Korrekturen für den ausklappbaren Teil der FlaggedRevs-Box:
 * - Positionierung im Vordergrund relativ positionierter Vorlagen
 *   (Positionskarte, Lageplan, Bausteindesign1 usw.)
 * - Standardmäßig ausgeblendet, weil er ohne JavaScript sonst Inhalte versperrt
 *   ([[bugzilla:14128]]), flaggedrevs.js blendet ihn wieder ein
 */
div.flaggedrevs_short div {
	z-index: 1; /* IE <= 7 */
}
div#mw-fr-revisiondetails {
	display: none;
}

/* Abstand zwischen Liste und Inhaltsverzeichnis erhöhen, siehe http://de.wikipedia.org/w/index.php?title=MediaWiki_Diskussion:Common.css&oldid=51639015#Abstand_vor_Inhaltsverzeichnis */
ul + .toc,
ol + .toc {
	margin-top: 0.5em;
}

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

/* Patrollink ausblenden, da die Eweiterung hier nicht aktiviert ist und
   deren Optik zu sehr den gesichteten Versionen ähnelt. */
.fr-diff-patrollink,
.patrollink {
	display: none;
}

/* Rollback-Knopf auf Beobachtungsliste ausblenden, da es dort nur von sehr beschränktem Nutzen
   ist und zu sehr vielen Reverts aus Versehen führt */
.page-Spezial_Beobachtungsliste .mw-rollback-link {
	display: none;
}

.startseite-wrapper {
  padding: 1rem;
  font-family: sans-serif;
}

.startseite-kopf {
  text-align: center;
  margin-bottom: 2rem;
}

.logo-titel {
  font-size: 1.8rem;
  font-weight: bold;
}

.artikelanzahl {
  color: #666;
  font-size: 1rem;
  margin-top: 0.5rem;
}

.startseite-bereich {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.start-block {
  background-color: #f9f9f9;
  padding: 1rem;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
}

.start-block h2 {
  font-size: 1.3rem;
  border-bottom: 2px solid #dfdfdf;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .startseite-bereich {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
  }
}