MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus The Crowdsourced Resource-Based Economy Knowledgebase
Wechseln zu: Navigation, Suche
K (1 Version)
K (+bugzilla-Hinweis)
(Eine dazwischenliegende Version von einem Benutzer wird nicht angezeigt)
Zeile 1: Zeile 1:
/* Default styling for HTML elements */
+
/*-----------------------------------------------------------------------------------------------*/
dfn {
+
/* ACHTUNG! Common.css enthält die gemeinsamen Skin-Anpassungen der deutschsprachigen Wikipedia */
    font-style: inherit;  /* Reset default styling for <dfn> */
+
/*---------------------------------------------------------------------------------------------*/
}
+
sup, sub {
+
    line-height: 1em;    /* Reduce line-height for <sup> and <sub> */
+
}
+
  
/* Main page fixes */
+
/* Common.css ist in drei grundlegende Abschnitte gegliedert: */
#interwiki-completelist {
+
    font-weight: bold;
+
}
+
body.page-Main_Page #ca-delete {
+
    display: none !important;
+
}
+
body.page-Main_Page #mp-topbanner {
+
    clear: both;
+
}
+
body.page-Main_Page .wbc-editpage {
+
    display: none;
+
}
+
  
/* Edit window toolbar */
+
/* 1. Editierbare Seiteninhalte */
#toolbar {
+
/* 2. Sonstige Anpassungen (Spezialseiten, u.a.) */
    height: 22px;
+
/* 3. Hauptseitenspezifisches */
    margin-bottom: 6px;
+
}
+
  
/* Make the list of references smaller */
+
/* Jede Ergänzung/Änderung muss vorher jeweils für alle Skins auf Tauglichkeit getestet werden, */
ol.references,
+
/* individuell per User.css! Ist hier erstmal geändert, dauert es dank Cache eine Weile, bis die */
div.reflist,
+
/* Änderungen bei allen Nutzern sichtbar oder, bei Fehlern, korrigiert sind. */
div.refbegin {
+
    font-size: 90%;            /* Default font-size */
+
    margin-bottom: 0.5em;
+
}
+
div.refbegin-100 {
+
    font-size: 100%;          /* Option for normal fontsize in {{refbegin}} */
+
}
+
div.reflist ol.references {
+
    font-size: 100%;          /* Reset font-size when nested in div.reflist */
+
    list-style-type: inherit;  /* Enable custom list style types */
+
}
+
  
/* Highlight clicked reference in blue to help navigation */
+
/* +++++ 1. ANPASSUNGEN DER ANZEIGE VON EDITIERBAREN SEITENINHALTEN +++++ */
ol.references li:target,
+
sup.reference:target,
+
span.citation:target {
+
    background-color: #DEF;
+
}
+
  
/* Ensure refs in table headers and the like aren't bold or italic */
+
/* Personennamen in Kapitälchen: class="Person" */
sup.reference {
+
.Person {
    font-weight: normal;
+
font-style: normal;
    font-style: normal;
+
font-variant: small-caps;
 
}
 
}
  
/* Allow hidden ref errors to be shown by user CSS */
+
/* [[Wikipedia:Zitate|Zitate]] (siehe [[Vorlage:Zitat]]) */
span.brokenref {
+
p.Zitat {
    display: none;
+
font-style: normal;
 +
margin-bottom: 0;
 
}
 
}
 
+
p.cite {
/* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */
+
margin-top: 0;
.citation {
+
padding-left: 1em;
    word-wrap: break-word;
+
 
}
 
}
  
/* Styling for the title of any work within a citation,
+
/* [[Wikipedia:Quellenangaben|Quellenangaben]] nicht kursiv, da sie ggf. verschiedene Bestandteile enthalten */
  or specifically the title of a periodical. */
+
cite {
.citation cite,
+
font-style: normal;
.citation cite.periodical {
+
    font-style: italic;
+
 
}
 
}
  
/* For linked citation numbers and document IDs, where
+
/* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */
  the number need not be shown on a screen or a handheld,
+
div.NavFrame {
  but should be included in the printed version */
+
display: inline-block; /* IE <= 7 */
@media screen, handheld {
+
}
    .citation *.printonly {
+
div.NavFrame {
        display: none;
+
border: 1px solid #aaa;
    }
+
clear: both;
 +
display: block;
 +
font-size: 95%;
 +
margin-top: 1.5em;
 +
padding: 2px;
 +
text-align: center;
 
}
 
}
  
/* Style for [[Template:Flowlist]] that Lets lists flow around floating objecs */
+
/* Automatisches Verschmelzen, funktioniert nicht im IE 6 */
.flowlist ul {
+
div.NavFrame + div.NavFrame {
    overflow-x: hidden;
+
margin-top: -1px;
    margin-left: 0em;
+
    padding-left: 1.6em;
+
 
}
 
}
.flowlist ol {
+
div.NavPic {
    overflow-x: hidden;
+
float: left;
    margin-left: 0em;
+
padding: 2px;
    padding-left: 3.2em;
+
 
}
 
}
.flowlist dl {
+
div.NavHead {
    overflow-x: hidden;
+
background: #efefef;
 +
font-weight: bold;
 
}
 
}
  
/* Style for horizontal lists (separator following item).
+
/* Redundant zu .visualClear in shared.css und IE60Fixes.css */
  Note: hlist formatting will break if the resulting HTML lacks a breakable character
+
div.NavEnd {
  between list items. This happens when the following conditions are true:
+
display: none; /* broken */
  1) The list is made using wiki markup (where HTML is built by parser.php)
+
  2) HTMLTidy is disabled or unavailable (such as on Special: pages)
+
  In such cases, building lists with .hlist using HTML instead of wiki markup
+
  will work around this problem. See also [[Bugzilla:39617]].
+
  IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
+
  Last updated: January 24, 2013
+
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
+
  @maintainer: [[User:Edokter]]
+
  @revision: 3.1
+
*/
+
.skin-monobook .hlist dl,
+
.skin-modern .hlist dl,
+
.skin-vector .hlist dl {
+
    line-height: 1.5em;
+
 
}
 
}
.hlist dl,
+
div.NavFrame:after {
.hlist ol,
+
clear: both;
.hlist ul {
+
content: "";
    margin: 0;
+
display: block;
    padding: 0;
+
 
}
 
}
/* Display list items inline and make them nowrap */
+
 
.hlist dd,
+
/* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
.hlist dt,
+
.NavToggle {
.hlist li {
+
float: right;
    margin: 0;
+
font-size: x-small;
    display: inline;
+
    white-space: nowrap;
+
 
}
 
}
/* Allow wrapping for list items (in tight spaces) */
+
 
.hlist.hwrap dd,
+
/* [[Vorlage:NaviBlock]] */
.hlist.hwrap dt,
+
div.BoxenVerschmelzen {
.hlist.hwrap li {
+
border: 1px solid #aaa;
    white-space: normal;
+
clear: both;
 +
font-size: 95%;
 +
margin-top: 1.5em;
 +
padding-top: 2px;
 
}
 
}
/* Display nested lists inline and allow them to wrap */
+
div.BoxenVerschmelzen div.NavFrame {
.hlist dl dl, .hlist dl ol, .hlist dl ul,
+
border: none;
.hlist ol dl, .hlist ol ol, .hlist ol ul,
+
font-size: 100%;
.hlist ul dl, .hlist ul ol, .hlist ul ul {
+
margin: 0;
    display: inline;
+
padding-top: 0;
    white-space: normal;
+
 
}
 
}
/* Generate interpuncts */
+
 
.hlist dt:after {
+
/* Stylesheet-Ergänzung zu SideBoxen (ehedem [[Wikipedia:TownBox|TownBox]]) */
    content: ":";
+
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;
 
}
 
}
.hlist dd:after,
+
div.sideBox dl {
.hlist li:after {
+
font-size: 96%;
    content: " ·";
+
margin: 0 0 0.3em;
    font-weight: bold;
+
 
}
 
}
.hlist dd:last-child:after,
+
div.sideBox dl dt {
.hlist dt:last-child:after,
+
background: none;
.hlist li:last-child:after {
+
margin: 0.4em 0 0;
    content: none;
+
 
}
 
}
/* For IE8 */
+
div.sideBox dl dd {
.hlist dd.hlist-last-child:after,
+
background: #f3f3f3;
.hlist dt.hlist-last-child:after,
+
margin: 0.1em 0 0 1.1em;
.hlist li.hlist-last-child:after {
+
    content: none;
+
 
}
 
}
/* Add parentheses around nested lists */
+
 
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
+
/* Stylesheet-Ergänzung zu [[Wikipedia:Taxoboxen|Taxoboxen]] und [[Wikipedia:Paläoboxen|Paläoboxen]] */
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
+
table.taxobox,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
+
table.palaeobox {
    content: "(";
+
background: white;
    font-weight: normal;
+
border: 1px solid gray;
 +
border-collapse: collapse;
 +
/* redundant zu class="float-right" */
 +
clear: right;
 +
float: right;
 +
margin: 1em 0 1em 1em;
 
}
 
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
+
table.taxobox th,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
+
table.palaeobox th {
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
+
background: #9bcd9b;
    content: ")";
+
border: 1px solid gray;
    font-weight: normal;
+
font-weight: bold;
 +
text-align: center;
 
}
 
}
/* For IE8 */
+
table.palaeobox th {
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
+
background: #e7dcc3;
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
+
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
+
    content: ")";
+
    font-weight: normal;
+
 
}
 
}
/* Put numbers in front of ordered list items */
+
table.taxobox div.thumb,
.hlist.hnum ol {
+
table.taxobox div.thumb *,
    counter-reset: list-item;
+
table.palaeobox div.thumb,
 +
table.palaeobox div.thumb * {
 +
background: #f9f9f9;
 +
border: none;
 +
float: none;
 +
margin: 0 auto;
 +
padding: 0;
 
}
 
}
.hlist.hnum ol > li {
+
table.taxobox div.magnify,
    counter-increment: list-item;
+
table.palaeobox div.magnify {
 +
display: none;
 
}
 
}
.hlist.hnum ol > li:before {
+
table.taxobox tr td div.thumb div div.thumbcaption,
    content: counter(list-item) " ";
+
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;
 
}
 
}
.hlist.hnum dd ol > li:first-child:before,
+
table.palaeobox td.taxo-ort {
.hlist.hnum dt ol > li:first-child:before,
+
text-align: left;
.hlist.hnum li ol > li:first-child:before {
+
    content: "(" counter(list-item) " ";
+
 
}
 
}
  
/* Unbulleted lists */
+
/* Bitte KEINE weiteren Definitionen dieser Art für Boxen hier, das gehört in entsprechende Vorlagen! */
.plainlist ul {
+
/* Hier 20 Mal Trivialitäten wie "text-align:center" zu definieren verlangsamt alles und ist nicht */
    line-height: inherit;
+
/* Sinn der Sache. (Und wer nicht weiß warum, hat's nicht verstanden.) */
    list-style: none none;
+
    margin: 0;
+
}
+
.plainlist ul li {
+
    margin-bottom: 0;
+
}
+
  
/* Default style for navigation boxes */
+
/* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */
.navbox {                     /* Navbox container style */
+
.prettytable {
    border: 1px solid #aaa;
+
background: #f9f9f9;
    width: 100%;
+
border: 1px solid #aaa;
    margin: auto;
+
border-collapse: collapse;
    clear: both;
+
margin: 1em 1em 1em 0;
    font-size: 88%;
+
    text-align: center;
+
    padding: 1px;
+
 
}
 
}
.navbox-inner,
+
.prettytable th,
.navbox-subgroup {
+
.prettytable td {
    width: 100%;
+
border: 1px solid #aaa;
 +
padding: 0.2em;
 
}
 
}
.navbox-group,
+
.prettytable th {
.navbox-title,
+
text-align: center;
.navbox-abovebelow {
+
    padding: 0.25em 1em;      /* Title, group and above/below styles */
+
    line-height: 1.5em;
+
    text-align: center;
+
 
}
 
}
th.navbox-group {             /* Group style */
+
.prettytable caption {
    white-space: nowrap;
+
font-weight: bold;
    /* @noflip */
+
    text-align: right;
+
 
}
 
}
.navbox,
+
 
.navbox-subgroup {
+
/* Zebra-Tabellen */
    background: #fdfdfd;     /* Background color */
+
table.wikitable.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) {
 +
background: white;
 
}
 
}
.navbox-list {
+
 
    line-height: 1.8em;
+
.nogrid th,
    border-color: #fdfdfd;   /* Must match background color */
+
.nogrid td {
 +
border: none;
 
}
 
}
.navbox th,
+
/* @noflip */div.float-left,
.navbox-title {
+
table.float-left,
    background: #ccccff;     /* Level 1 color */
+
ul.float-left,
 +
.float-left {
 +
clear: left;
 +
float: left;
 +
margin: 1em 1em 1em 0;
 
}
 
}
.navbox-abovebelow,
+
/* @noflip */div.float-right,
th.navbox-group,
+
table.float-right,
.navbox-subgroup .navbox-title {
+
ul.float-right,
    background: #ddddff;     /* Level 2 color */
+
.float-right {
 +
clear: right;
 +
float: right;
 +
margin: 1em 0 1em 1em;
 
}
 
}
.navbox-subgroup .navbox-group,
+
div.centered,
.navbox-subgroup .navbox-abovebelow {
+
table.centered,
    background: #e6e6ff;     /* Level 3 color */
+
ul.centered,
 +
.centered {
 +
margin-left: auto;
 +
margin-right: auto;
 
}
 
}
.navbox-even {
+
.toptextcells td {
    background: #f7f7f7;      /* Even row striping */
+
vertical-align: top;
}
+
.navbox-odd {
+
    background: transparent;  /* Odd row striping */
+
}
+
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
+
    margin-top: -1px;          /* (doesn't work for IE6, but that's okay)      */
+
}
+
.navbox .hlist td dl,
+
.navbox .hlist td ol,
+
.navbox .hlist td ul,
+
.navbox td.hlist dl,
+
.navbox td.hlist ol,
+
.navbox td.hlist ul {
+
    padding: 0.125em 0;      /* Adjust hlist padding in navboxes */
+
}
+
ol + table.navbox,
+
ul + table.navbox {
+
    margin-top: 0.5em;       /* Prevent lists from clinging to navboxes */
+
 
}
 
}
  
/* Default styling for Navbar template */
+
/* gleicher vertikaler Abstand für Text und Listen in Tabellen */
.navbar {
+
table ul, table p {
    display: inline;
+
margin-top: .3em;
    font-size: 88%;
+
    font-weight: normal;
+
}
+
.navbar ul {
+
    display: inline;
+
    white-space: nowrap;
+
}
+
.navbar li {
+
    word-spacing: -0.125em;
+
}
+
.navbar.mini li span {
+
  font-variant: small-caps;
+
}
+
/* Navbar styling when nested in infobox and navbox */
+
.infobox .navbar {
+
    font-size: 100%;
+
}
+
.navbox .navbar {
+
    display: block;
+
    font-size: 100%;
+
}
+
.navbox-title .navbar {
+
    /* @noflip */
+
    float: left;
+
    /* @noflip */
+
    text-align: left;
+
    /* @noflip */
+
    margin-right: 0.5em;
+
    width: 6em;
+
 
}
 
}
  
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
+
/* Metadaten (bspw. [[Wikipedia:Personendaten|Personendaten]]) */
  in [[MediaWiki:Common.js]] are styled here so they can be customised. */
+
.metadata {
.collapseButton {
+
display: none;
    /* @noflip */
+
    float: right;
+
    font-weight: normal;
+
    /* @noflip */
+
    margin-left: 0.5em;
+
    /* @noflip */
+
    text-align: right;
+
    width: auto;
+
 
}
 
}
/* In navboxes, the show/hide button balances the v·d·e links
+
table.metadata {
  from [[Template:Navbar]], so they need to be the same width. */
+
border: 1px solid #aaa;
.navbox .collapseButton {
+
    width: 6em;
+
 
}
 
}
 
+
.metadata-label {
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
+
color: #aaa;
.mw-collapsible-toggle {
+
    font-weight: normal;
+
    /* @noflip */
+
    text-align: right;
+
}
+
.navbox .mw-collapsible-toggle {
+
    width: 6em;
+
 
}
 
}
  
/* Infobox template style */
+
/*
.infobox {
+
* Farbdefinitionen für Rahmen und Hintergründe von [[Wikipedia:Textbausteine|Textbausteinen]].
    border: 1px solid #aaa;
+
* Hier: Standardvorgaben für "dunkle Schrift auf hellem Grund".
    background-color: #f9f9f9;
+
* Für Hell-auf-dunkel-Skins ([[MediaWiki:Amethyst.css|Amethyst]]) müssen dort entsprechende Definitionen
    color: black;
+
* zusätzlich eingetragen werden! Anpassungen für andere Skins sind optional.
    /* @noflip */
+
* (Die Angaben der Rahmenstärke dienen der Bequemlichkeit, so dass man
    margin: 0.5em 0 0.5em 1em;
+
* für dünne Rahmen nur noch "border-style" angeben muss.)
    padding: 0.2em;
+
*/
    /* @noflip */
+
.rahmenfarbe1 { /* Wie Inhaltsverzeichnis */
    float: right;
+
border: 1px #aaa;
    /* @noflip */
+
    clear: right;
+
    /* @noflip */
+
    text-align: left;
+
    font-size: 88%;
+
    line-height: 1.5em;
+
 
}
 
}
.infobox caption {
+
.rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
    font-size: 125%;
+
border: 1px #e9e9e9;
    font-weight: bold;
+
 
}
 
}
.infobox td,
+
.rahmenfarbe3 { /* "Rot", auffällig */
.infobox th {
+
border: 1px #c00000;
    vertical-align: top;
+
 
}
 
}
.infobox.bordered {
+
.rahmenfarbe4 { /* Neutrale Farbe, deutlich */
    border-collapse: collapse;
+
border: 1px #88a;
 
}
 
}
.infobox.bordered td,
+
.rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
.infobox.bordered th {
+
border: 1px #000;
    border: 1px solid #aaa;
+
}
+
.infobox.bordered .borderless td,
+
.infobox.bordered .borderless th {
+
    border: 0;
+
 
}
 
}
  
.infobox.sisterproject {
+
table > * > tr.hintergrundfarbe1 > th,
    width: 20em;
+
table > * > tr > th.hintergrundfarbe1,
    font-size: 90%;
+
table.hintergrundfarbe1,
 +
.hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */
 +
background-color: #f9f9f9;
 
}
 
}
 
+
table > * > tr.hintergrundfarbe2 > th,
.infobox.standard-talk {
+
table > * > tr > th.hintergrundfarbe2,
    border: 1px solid #c0c090;
+
table.hintergrundfarbe2,
    background-color: #f8eaba;
+
.hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */
 +
background-color: #ffffff;
 
}
 
}
.infobox.standard-talk.bordered td,
+
table > * > tr.hintergrundfarbe3 > th,
.infobox.standard-talk.bordered th {
+
table > * > tr > th.hintergrundfarbe3,
    border: 1px solid #c0c090;
+
table.hintergrundfarbe3,
 +
.hintergrundfarbe3 { /* "Gelb", auffällig */
 +
background-color: #ffff40;
 
}
 
}
 
+
table > * > tr.hintergrundfarbe4 > th,
/* styles for bordered infobox with merged rows */
+
table > * > tr > th.hintergrundfarbe4,
.infobox.bordered .mergedtoprow td,
+
table.hintergrundfarbe4,
.infobox.bordered .mergedtoprow th {
+
.hintergrundfarbe4 { /* Sehr auffällig */
    border: 0;
+
background-color: #fa0;
    border-top: 1px solid #aaa;
+
    /* @noflip */
+
    border-right: 1px solid #aaa;
+
 
}
 
}
 
+
table > * > tr.hintergrundfarbe5 > th,
.infobox.bordered .mergedrow td,
+
table > * > tr > th.hintergrundfarbe5,
.infobox.bordered .mergedrow th {
+
table.hintergrundfarbe5,
    border: 0;
+
.hintergrundfarbe5 { /* Neutral, abgesetzt */
    /* @noflip */
+
background-color: #e0e0e0;
    border-right: 1px solid #aaa;
+
 
}
 
}
 
+
table > * > tr.hintergrundfarbe6 > th,
/* Styles for geography infoboxes, eg countries,
+
table > * > tr > th.hintergrundfarbe6,
  country subdivisions, cities, etc.            */
+
table.hintergrundfarbe6,
.infobox.geography {
+
.hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
    /* @noflip */
+
background-color: #b3b7ff;
    text-align: left;
+
    border-collapse: collapse;
+
    line-height: 1.2em;
+
    font-size: 90%;
+
 
}
 
}
 
+
table > * > tr.hintergrundfarbe7 > th,
.infobox.geography  td,
+
table > * > tr > th.hintergrundfarbe7,
.infobox.geography  th {
+
table.hintergrundfarbe7,
    border-top: 1px solid #aaa;
+
.hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
    padding: 0.4em 0.6em 0.4em 0.6em;
+
background-color: #ffcbcb;
 
}
 
}
.infobox.geography .mergedtoprow td,
+
table > * > tr.hintergrundfarbe8 > th,
.infobox.geography .mergedtoprow th {
+
table > * > tr > th.hintergrundfarbe8,
    border-top: 1px solid #aaa;
+
table.hintergrundfarbe8,
    padding: 0.4em 0.6em 0.2em 0.6em;
+
.hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
 +
background-color: #ffebad;
 
}
 
}
 
+
table > * > tr.hintergrundfarbe9 > th,
.infobox.geography .mergedrow td,
+
table > * > tr > th.hintergrundfarbe9,
.infobox.geography .mergedrow th {
+
table.hintergrundfarbe9,
    border: 0;
+
.hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
    padding: 0 0.6em 0.2em 0.6em;
+
background-color: #b9ffc5;
 
}
 
}
  
.infobox.geography .mergedbottomrow td,
+
/* Keine Vergrößerung der Zeilenhöhe durch hochgestellte Zahlen der Fußnoten */
.infobox.geography .mergedbottomrow th {
+
sup.reference {
    border-top: 0;
+
font-style: normal;
    border-bottom: 1px solid #aaa;
+
font-weight: 400;
    padding: 0 0.6em 0.4em 0.6em;
+
 
}
 
}
 
+
sup,
.infobox.geography .maptable td,
+
sub {
.infobox.geography .maptable th {
+
line-height: 1em;
    border: 0;
+
    padding: 0;
+
 
}
 
}
  
/* Normal font styling for table row headers with scope="row" tag */
+
/* Hervorhebung der angeklickten Fußnoten und der Rückverweise in blau */
.wikitable.plainrowheaders th[scope=row] {
+
ol.references > li:target,
    font-weight: normal;
+
sup.reference:target {
    /* @noflip */
+
background: #def;
    text-align: left;
+
 
}
 
}
  
/* Lists in data cells are always left-aligned */
+
/* Hochgestellte Buchstaben in der Einzelnachweiseliste kursiv setzen */
.wikitable td ul,
+
ol.references li a[href|="#cite_ref"] {
.wikitable td ol,
+
font-style: italic;
.wikitable td dl {
+
    /* @noflip */
+
    text-align: left;
+
}
+
/* ...unless they also use the hlist class */
+
.wikitable.hlist td ul,
+
.wikitable.hlist td ol,
+
.wikitable.hlist td dl {
+
    text-align: inherit;
+
 
}
 
}
  
/* Icons for medialist templates [[Template:Listen]],
+
/* Inline-Verwendung der [[:Kategorie:Vorlage:Schwesterprojektverweis|Schwesterprojektverweise]] */
  [[Template:Multi-listen_start]], [[Template:Video]],
+
ol.references li div.sisterproject {
  [[Template:Multi-video_start]] */
+
display: inline;
div.listenlist {
+
    background: url("//upload.wikimedia.org/wikipedia/commons/3/3f/Gnome_speakernotes_30px.png");
+
    /* @noflip */
+
    padding-left: 40px;
+
 
}
 
}
  
/* Fix for hieroglyphs specificality issue in infoboxes ([[Bugzilla:41869]]) */
+
/* Für MediaWiki:Missingcommentheader */
table.mw-hiero-table td {
+
div#mw-missingcommentheader b {
    vertical-align: middle;
+
color: #900;
 
}
 
}
  
/* Style rules for media list templates */
+
/* Für [[MediaWiki:Anoneditwarning]] und weitere Hinweise, die alle untereinander stehen */
div.medialist {
+
div#mw-anon-edit-warning,
    min-height: 50px;
+
div#mw-anon-preview-warning,
    margin: 1em;
+
div#mw-missingsummary,
    /* @noflip */
+
div#wp_talkpagetext {
    background-position: top left;
+
background: #d3e1f2;
    background-repeat: no-repeat;
+
border: 1px solid #1a47ff;
}
+
margin: 1em auto;
div.medialist ul {
+
padding: 1em;
    list-style-type: none;
+
width: 80%;
    list-style-image: none;
+
    margin: 0;
+
}
+
div.medialist ul li {
+
    padding-bottom: 0.5em;
+
}
+
div.medialist ul li li {
+
    font-size: 91%;
+
    padding-bottom: 0;
+
 
}
 
}
  
/* Change the external link icon to an Adobe icon for all PDF files
+
/* Bei URLs, die auf unser Projekt und verwandte Projekte verweisen, den Pfeil ausblenden
  in browsers that support these CSS selectors, like Mozilla and Opera */
+
* Dieser Pfeil dient nur dazu, auf externe Ziele hinzuweisen
div#content a[href$=".pdf"].external,
+
* Auf den Einsatz der Klasse "plainlinks" kann dadurch verzichtet werden
div#content a[href*=".pdf?"].external,
+
*/
div#content a[href*=".pdf#"].external,
+
div#content a.external[href^="//de.wikipedia.org"],
div#content a[href$=".PDF"].external,
+
div#content a.external[href^="http://de.wikipedia.org"],
div#content a[href*=".PDF?"].external,
+
div#content a.external[href^="https://de.wikipedia.org"],
div#content a[href*=".PDF#"].external,
+
div#content a.external[href^="//toolserver.org"],
div#mw_content a[href$=".pdf"].external,
+
div#content a.external[href^="http://toolserver.org"],
div#mw_content a[href*=".pdf?"].external,
+
div#content a.external[href^="https://toolserver.org"],
div#mw_content a[href*=".pdf#"].external,
+
#mw_content a.external[href^="//de.wikipedia.org"],
div#mw_content a[href$=".PDF"].external,
+
#mw_content a.external[href^="http://de.wikipedia.org"],
div#mw_content a[href*=".PDF?"].external,
+
#mw_content a.external[href^="https://de.wikipedia.org"],
div#mw_content a[href*=".PDF#"].external {
+
#mw_content a.external[href^="//toolserver.org"],
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
+
#mw_content a.external[href^="http://toolserver.org"],
    /* @noflip */
+
#mw_content a.external[href^="https://toolserver.org"] {
    padding-right: 18px;
+
background: none;
 +
padding-right: 0;
 
}
 
}
  
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
+
/* Falls bei der Seitenbearbeitung vergessen wurde, die Zusammenfassung auszufüllen */
  is used (notably Template:PDFlink). This works in IE, unlike the above. */
+
.mw-summarymissed {
div#content span.PDFlink a,
+
border: 5px solid red;
div#mw_content span.PDFlink a {
+
padding: 2px;
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
+
    /* @noflip */
+
    padding-right: 18px;
+
 
}
 
}
  
/* Content in columns with CSS instead of tables [[Template:Columns]] */
+
/* Copyrightwarnung */
div.columns-2 div.column {
+
div#editpage-copywarn {
    /* @noflip */
+
background: #fff;
    float: left;
+
border: 1px solid #c00000;
    width: 50%;
+
font-size: 90%;
    min-width: 300px;
+
}
+
div.columns-3 div.column {
+
    /* @noflip */
+
    float: left;
+
    width: 33.3%;
+
    min-width: 200px;
+
}
+
div.columns-4 div.column {
+
    /* @noflip */
+
    float: left;
+
    width: 25%;
+
    min-width: 150px;
+
}
+
div.columns-5 div.column {
+
    /* @noflip */
+
    float: left;
+
    width: 20%;
+
    min-width: 120px;
+
 
}
 
}
  
/* Messagebox templates */
+
.mw-tos-summary {
.messagebox {
+
/* background: #fff;
    border: 1px solid #aaa;
+
border: 1px solid #c00000;
    background-color: #f9f9f9;
+
padding-left: 1em; */
    width: 80%;
+
display: none;    
    margin: 0 auto 1em auto;
+
    padding: .2em;
+
}
+
.messagebox.merge {
+
    border: 1px solid #c0b8cc;
+
    background-color: #f0e5ff;
+
    text-align: center;
+
}
+
.messagebox.cleanup {
+
    border: 1px solid #9f9fff;
+
    background-color: #efefff;
+
    text-align: center;
+
}
+
.messagebox.standard-talk {
+
    border: 1px solid #c0c090;
+
    background-color: #f8eaba;
+
    margin: 4px auto;
+
}
+
/* For old WikiProject banners inside banner shells. */
+
.mbox-inside .standard-talk,
+
.messagebox.nested-talk {
+
    border: 1px solid #c0c090;
+
    background-color: #f8eaba;
+
    width: 100%;
+
    margin: 2px 0;
+
    padding: 2px;
+
}
+
.messagebox.small {
+
    width: 238px;
+
    font-size: 85%;
+
    /* @noflip */
+
    float: right;
+
    clear: both;
+
    /* @noflip */
+
    margin: 0 0 1em 1em;
+
    line-height: 1.25em;
+
}
+
.messagebox.small-talk {
+
    width: 238px;
+
    font-size: 85%;
+
    /* @noflip */
+
    float: right;
+
    clear: both;
+
    /* @noflip */
+
    margin: 0 0 1em 1em;
+
    line-height: 1.25em;
+
    background: #F8EABA;
+
 
}
 
}
  
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
+
/* Allow limiting of which header levels are shown in a TOC;
th.mbox-text, td.mbox-text {  /* The message body cell(s) */
+
  <div class="toclimit-3">, for instance, will limit to
    border: none;
+
  showing ==headings== and ===headings=== but no further
    /* @noflip */
+
  (as long as there are no =headings= on the page, which
    padding: 0.25em 0.9em;    /* 0.9em left/right */
+
  there shouldn't be according to the MoS).
    width: 100%;              /* Make all mboxes the same width regardless of text length */
+
*/
}
+
.toclimit-2 .toclevel-1 ul,
td.mbox-image {                /* The left image cell */
+
.toclimit-3 .toclevel-2 ul,
    border: none;
+
.toclimit-4 .toclevel-3 ul,
    /* @noflip */
+
.toclimit-5 .toclevel-4 ul,
    padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
+
.toclimit-6 .toclevel-5 ul,
    text-align: center;
+
.toclimit-7 .toclevel-6 ul {
}
+
     display: none;
td.mbox-imageright {          /* The right image cell */
+
    border: none;
+
    /* @noflip */
+
    padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
+
    text-align: center;
+
}
+
td.mbox-empty-cell {           /* An empty narrow cell */
+
     border: none;
+
    padding: 0px;
+
    width: 1px;
+
 
}
 
}
  
/* Article message box styles */
+
/* +++++ 2. SONSTIGE ANPASSUNGEN (Spezialseiten u. a.) +++++ */
table.ambox {
+
    margin: 0px 10%;                  /* 10% = Will not overlap with other elements */
+
    border: 1px solid #aaa;
+
    /* @noflip */
+
    border-left: 10px solid #1e90ff;  /* Default "notice" blue */
+
    background: #fbfbfb;
+
}
+
table.ambox + table.ambox {      /* Single border between stacked boxes. */
+
    margin-top: -1px;
+
}
+
.ambox th.mbox-text,
+
.ambox td.mbox-text {            /* The message body cell(s) */
+
    padding: 0.25em 0.5em;      /* 0.5em left/right */
+
}
+
.ambox td.mbox-image {          /* The left image cell */
+
    /* @noflip */
+
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
+
}
+
.ambox td.mbox-imageright {      /* The right image cell */
+
    /* @noflip */
+
    padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
+
}
+
  
table.ambox-notice {
+
/* Markierung von Redirects in [[Special:Allpages]], [[Special:Watchlist]], Kategorien */
    /* @noflip */
+
.allpagesredirect,
    border-left: 10px solid #1e90ff;    /* Blue */
+
.watchlistredir,
}
+
.redirect-in-category {
table.ambox-speedy {
+
font-style: italic;
    /* @noflip */
+
    border-left: 10px solid #b22222;    /* Red */
+
    background: #fee;                  /* Pink */
+
}
+
table.ambox-delete {
+
    /* @noflip */
+
    border-left: 10px solid #b22222;    /* Red */
+
}
+
table.ambox-content {
+
    /* @noflip */
+
    border-left: 10px solid #f28500;    /* Orange */
+
}
+
table.ambox-style {
+
    /* @noflip */
+
    border-left: 10px solid #f4c430;    /* Yellow */
+
}
+
table.ambox-move {
+
    /* @noflip */
+
    border-left: 10px solid #9932cc;   /* Purple */
+
}
+
table.ambox-protection {
+
    /* @noflip */
+
    border-left: 10px solid #bba;      /* Gray-gold */
+
 
}
 
}
  
/* Image message box styles */
+
/* Größerer Abstand zwischen TOC-Nummerierung und TOC-Eintrag */
table.imbox {
+
span.tocnumber {
    margin: 4px 10%;
+
margin-right: 0.3em;
    border-collapse: collapse;
+
    border: 3px solid #1e90ff;    /* Default "notice" blue */
+
    background: #fbfbfb;
+
}
+
.imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */
+
    margin: 0 -0.5em;      /* 0.9 - 0.5 = 0.4em left/right.        */
+
    display: block;        /* Fix for webkit to force 100% width. */
+
}
+
.mbox-inside .imbox {      /* For imboxes inside other templates.  */
+
    margin: 4px;
+
 
}
 
}
  
table.imbox-notice {
+
/* Skinabhängige absolute Positionierungen ausblenden */
    border: 3px solid #1e90ff;    /* Blue */
+
/* Bitte [[MediaWiki Diskussion:Common.css/Archiv 1#Absolute Positionierungen]] beachten */
}
+
#commons-icon,
table.imbox-speedy {
+
#coordinates,
    border: 3px solid #b22222;    /* Red */
+
#editcount,
    background: #fee;            /* Pink */
+
#issnlink,
}
+
#shortcut,
table.imbox-delete {
+
#spoken-icon,
    border: 3px solid #b22222;    /* Red */
+
.topicon {
}
+
display: none;
table.imbox-content {
+
    border: 3px solid #f28500;    /* Orange */
+
}
+
table.imbox-style {
+
    border: 3px solid #f4c430;    /* Yellow */
+
}
+
table.imbox-move {
+
    border: 3px solid #9932cc;    /* Purple */
+
}
+
table.imbox-protection {
+
    border: 3px solid #bba;      /* Gray-gold */
+
}
+
table.imbox-license {
+
    border: 3px solid #88a;      /* Dark gray */
+
    background: #f7f8ff;          /* Light gray */
+
}
+
table.imbox-featured {
+
    border: 3px solid #cba135;   /* Brown-gold */
+
 
}
 
}
  
/* Category message box styles */
+
/* Anpassungen für [[:Template:Link_FA]] */
table.cmbox {
+
    margin: 3px 10%;
+
    border-collapse: collapse;
+
    border: 1px solid #aaa;
+
    background: #DFE8FF;    /* Default "notice" blue */
+
}
+
  
table.cmbox-notice {
+
/* change the bullets for links to special articles */
    background: #D8E8FF;    /* Blue */
+
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);
 
}
 
}
table.cmbox-speedy {
+
/* change the bullets for links to special articles */
    margin-top: 4px;
+
div#p-lang li.GA {
    margin-bottom: 4px;
+
        /* hier immer auch linkGA_bullet in Common.js mit anpassen für die älteren skins! */
    border: 4px solid #b22222;    /* Red */
+
        list-style-image: url(//upload.wikimedia.org/wikipedia/commons/a/a1/Monobook-bullet-star-gray.png);
    background: #FFDBDB;          /* Pink */
+
 
}
 
}
table.cmbox-delete {
+
 
    background: #FFDBDB;    /* Red */
+
/* Verhindere, dass Infoboxen etc. in den Inhalt von Kategorien hineinragen.
}
+
Das betrifft nur Kategorieseiten. */
table.cmbox-content {
+
div#mw-subcategories,
    background: #FFE7CE;    /* Orange */
+
div#mw-pages,
}
+
div#mw-category-media {
table.cmbox-style {
+
clear: both;
    background: #FFF9DB;    /* Yellow */
+
}
+
table.cmbox-move {
+
    background: #E4D8FF;    /* Purple */
+
}
+
table.cmbox-protection {
+
    background: #EFEFE1;   /* Gray-gold */
+
 
}
 
}
  
/* Other pages message box styles */
+
/* DIVs in ImageMaps inlinen (Vorschlag von Revolus) */
table.ombox {
+
.imagemap-inline div {
    margin: 4px 10%;
+
display: inline; /* broken */
    border-collapse: collapse;
+
    border: 1px solid #aaa;      /* Default "notice" gray */
+
    background: #f9f9f9;
+
 
}
 
}
  
table.ombox-notice {
+
/* [[Special:Hochladen]]: Warnmeldung auf bestehende Dateien, unerwünschte Prefixe usw. deutlicher hervorheben. */
    border: 1px solid #aaa;      /* Gray */
+
td#wpDestFile-warning ul {
}
+
border: 1px solid red;
table.ombox-speedy {
+
padding: 1.5em;
    border: 2px solid #b22222;    /* Red */
+
    background: #fee;            /* Pink */
+
}
+
table.ombox-delete {
+
    border: 2px solid #b22222;    /* Red */
+
}
+
table.ombox-content {
+
    border: 1px solid #f28500;    /* Orange */
+
}
+
table.ombox-style {
+
    border: 1px solid #f4c430;   /* Yellow */
+
}
+
table.ombox-move {
+
    border: 1px solid #9932cc;    /* Purple */
+
}
+
table.ombox-protection {
+
    border: 2px solid #bba;       /* Gray-gold */
+
 
}
 
}
  
/* Talk page message box styles */
+
/* höheres Uploadfeld */
table.tmbox {
+
textarea#wpUploadDescription {
    margin: 4px 10%;
+
height: 20em;
    border-collapse: collapse;
+
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
+
    background: #f8eaba;
+
}
+
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
+
    margin: 2px 0;              /* this declaration overrides other styles (including mbox-small above)  */
+
    width: 100%;                /* For Safari and Opera */
+
}
+
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
+
    line-height: 1.5em;         /* also "nested", so reset styles that are  */
+
    font-size: 100%;            /* set in "mbox-small" above.                */
+
 
}
 
}
  
table.tmbox-speedy {
+
/* Warnmeldung für gesperrte Titel */
    border: 2px solid #b22222;    /* Red */
+
.mw-titleprotectedwarning {
    background: #fee;            /* Pink */
+
background: #eee;
}
+
border: 2px solid red;
table.tmbox-delete {
+
padding: 1em;
    border: 2px solid #b22222;   /* Red */
+
}
+
table.tmbox-content {
+
    border: 2px solid #f28500;   /* Orange */
+
}
+
table.tmbox-style {
+
    border: 2px solid #f4c430;   /* Yellow */
+
}
+
table.tmbox-move {
+
    border: 2px solid #9932cc;    /* Purple */
+
}
+
table.tmbox-protection,
+
table.tmbox-notice {
+
    border: 1px solid #c0c090;    /* Gray-brown */
+
 
}
 
}
  
/* Disambig and set index box styles */
+
/* Warnmeldung bei der Bearbeitung von Seiten im MediaWiki-Namensraum */
table.dmbox {
+
.mw-editinginterface {
    clear: both;
+
background: #f9f9f9;
    margin: 0.9em 1em;
+
border: 1px solid #c00000;
    border-top: 1px solid #ccc;
+
padding: 2px;
    border-bottom: 1px solid #ccc;
+
    background: transparent;
+
 
}
 
}
  
/* Footer and header message box styles */
+
/* Überschrift 5. und 6. Ordnung proportionaler zu Fließtext */
table.fmbox {
+
div#content h5 {
    clear: both;
+
font-size: 108%; /* Original: 100% */
    margin: 0.2em 0;
+
    width: 100%;
+
    border: 1px solid #aaa;
+
    background: #f9f9f9;    /* Default "system" gray */
+
 
}
 
}
table.fmbox-system {
+
div#content h5 .editsection {
    background: #f9f9f9;
+
font-size: 93%; /* 1/108% */
 
}
 
}
table.fmbox-warning {
+
div#content h6,
    border: 1px solid #bb7070;  /* Dark pink */
+
div#content h6 .editsection {
    background: #ffdbdb;        /* Pink */
+
font-size: 100%; /* Original: 80% = kleiner als Bodytext, unschön */
}
+
table.fmbox-editnotice {
+
    background: transparent;
+
}
+
/* Div based "warning" style fmbox messages. */
+
div.mw-warning-with-logexcerpt,
+
div.mw-lag-warn-high,
+
div.mw-cascadeprotectedwarning,
+
div#mw-protect-cascadeon {
+
    clear: both;
+
    margin: 0.2em 0;
+
    border: 1px solid #bb7070;
+
    background: #ffdbdb;
+
    padding: 0.25em 0.9em;
+
}
+
/* Div based "system" style fmbox messages.
+
  Used in [[MediaWiki:Readonly lag]]. */
+
div.mw-lag-warn-normal,
+
div.fmbox-system {
+
    clear: both;
+
    margin: 0.2em 0;
+
    border: 1px solid #aaa;
+
    background: #f9f9f9;
+
    padding: 0.25em 0.9em;
+
 
}
 
}
  
/* These mbox-small classes must be placed after all other
+
/* Anleitung auf Special:Search */
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
+
.mw-searchresult {
  they override "table.ambox + table.ambox" above. */
+
font-size: 84%;
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
+
margin: 5px;
    /* @noflip */
+
    clear: right;
+
    /* @noflip */
+
    float: right;
+
    /* @noflip */
+
    margin: 4px 0 4px 1em;
+
    width: 238px;
+
    font-size: 88%;
+
    line-height: 1.25em;
+
}
+
body.mediawiki table.mbox-small-left {  /* For the "small=left" option. */
+
    /* @noflip */
+
    margin: 4px 1em 4px 0;
+
    width: 238px;
+
    border-collapse: collapse;
+
    font-size: 88%;
+
    line-height: 1.25em;
+
 
}
 
}
  
/* Style for compact ambox */
+
/* Gestaltung der Edittools-Leiste [[MediaWiki:Onlyifediting.js]] */
/* Hide the images */
+
div#specialchars {
.compact-ambox table .mbox-image,
+
background: white;
.compact-ambox table .mbox-imageright,
+
border: 1px solid #aaa;
.compact-ambox table .mbox-empty-cell {
+
margin-top: 3px;
    display: none;
+
padding: 1px;
}
+
text-align: left;
/* Remove borders, backgrounds, padding, etc. */
+
.compact-ambox table.ambox {
+
    border: none;
+
    border-collapse: collapse;
+
    background: transparent;
+
    margin: 0 0 0 1.6em !important;
+
    padding: 0 !important;
+
    width: auto;
+
    display: block;
+
}
+
body.mediawiki .compact-ambox table.mbox-small-left {
+
    font-size: 100%;
+
    width: auto;
+
    margin: 0;
+
}
+
/* Style the text cell as a list item and remove its padding */
+
.compact-ambox table .mbox-text {
+
    padding: 0 !important;
+
    margin: 0 !important;
+
}
+
.compact-ambox table .mbox-text-span {
+
    display: list-item;
+
    line-height: 1.5em;
+
    list-style-type: square;
+
    list-style-image: url(//bits.wikimedia.org/skins/common/images/bullet.gif);
+
}
+
.skin-vector .compact-ambox table .mbox-text-span {
+
    list-style-type: circle;
+
    list-style-image: url(//bits.wikimedia.org/skins/vector/images/bullet-icon.png)
+
}
+
/* Allow for hiding text in compact form */
+
.compact-ambox .hide-when-compact {
+
    display: none;
+
 
}
 
}
  
/* Remove default styles for [[MediaWiki:Noarticletext]]. */
+
/* Legende für Versionsgeschichte */
div.noarticletext {
+
.mw-history-legend {
    border: none;
+
background: #f9f9f9;
    background: transparent;
+
border: 1px solid #e9e9e9;
    padding: 0;
+
clear: both;
 +
font-size: 90%;
 +
margin: 2px 0;
 +
padding: 0 5px 5px;
 
}
 
}
  
/* Bold save button */
 
#wpSave {
 
    font-weight: bold;
 
}
 
  
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
+
/* Unterstrichelung für Abkürzungen */
.hiddenStructure {
+
abbr, acronym {
    display: inline !important;
+
        border-bottom-color: #ccc; /* Fallback für alte Browser: https://developer.mozilla.org/en/CSS/color_value#Browser_Compatibility */
    color: #f00;
+
        border-bottom-color: rgba(75%, 75%, 75%, .5);
    background-color: #0f0;
+
 
}
 
}
 
+
abbr:hover, acronym:hover {
/* suppress missing interwiki image links where #ifexist cannot
+
        border-bottom-color: inherit; /* Internet Explorer 8 */
  be used due to high number of requests see .hidden-redlink on
+
        border-bottom-color: currentColor;
  [[m:MediaWiki:Common.css]] */
+
.check-icon a.new {
+
    display: none;
+
    speak: none;
+
 
}
 
}
  
/* Removes underlines from certain links */
 
.nounderlines a,
 
.IPA a:link, .IPA a:visited {
 
    text-decoration: none !important;
 
}
 
  
/* Standard Navigationsleisten, aka box hiding thingy
+
/* +++++ 3. [[Wikipedia:Hauptseite|HAUPTSEITE]] (seit 2006) +++++ */
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
+
div.NavFrame {
+
    margin: 0;
+
    padding: 4px;
+
    border: 1px solid #aaa;
+
    text-align: center;
+
    border-collapse: collapse;
+
    font-size: 95%;
+
}
+
div.NavFrame + div.NavFrame {
+
    border-top-style: none;
+
    border-top-style: hidden;
+
}
+
div.NavPic {
+
    background-color: #fff;
+
    margin: 0;
+
    padding: 2px;
+
    /* @noflip */
+
    float: left;
+
}
+
div.NavFrame div.NavHead {
+
    height: 1.6em;
+
    font-weight: bold;
+
    background-color: #ccf;
+
    position: relative;
+
}
+
div.NavFrame p,
+
div.NavFrame div.NavContent,
+
div.NavFrame div.NavContent p {
+
    font-size: 100%;
+
}
+
div.NavEnd {
+
    margin: 0;
+
    padding: 0;
+
    line-height: 1px;
+
    clear: both;
+
}
+
a.NavToggle {
+
    position: absolute;
+
    top: 0;
+
    /* @noflip */
+
    right: 3px;
+
    font-weight: normal;
+
    font-size: 90%;
+
}
+
  
/* Hatnotes and disambiguation notices */
+
/* Kategorie verbergen */
.rellink,
+
/* WikiData edit link verbergen - see [[bugzilla:45037]] */
.dablink {
+
/* Überschrift verbergen */
    font-style: italic;
+
/* Redirhinweis verbergen - ACHTUNG: Je nach Skin muss jetzt der Abstand zum oberen Rand korrigiert werden */
    /* @noflip */
+
body.page-Wikipedia_Hauptseite #catlinks,
    padding-left: 1.6em;
+
body.page-Wikipedia_Hauptseite .wbc-editpage,
    margin-bottom: 0.5em;
+
body.page-Wikipedia_Hauptseite.action-view h1.firstHeading,
 +
body.page-Wikipedia_Hauptseite.action-view #contentSub {
 +
display: none;
 
}
 
}
.rellink i,
 
.dablink i {
 
    font-style: normal;
 
}
 
 
/* Allow transcluded pages to display in lists rather than a table.
 
  Compatible in Firefox; incompatible in IE6. */
 
.listify td    { display: list-item; }
 
.listify tr    { display: block; }
 
.listify table { display: block; }
 
 
/* Geographical coordinates defaults. See [[Template:Coord/link]]
 
  for how these are used. The classes "geo", "longitude", and
 
  "latitude" are used by the [[Geo microformat]]. */
 
.geo-default, .geo-dms, .geo-dec  { display: inline; }
 
.geo-nondefault, .geo-multi-punct { display: none; }
 
.longitude, .latitude            { white-space: nowrap; }
 
  
/* When <div class="nonumtoc"> is used on the table of contents,
+
#hauptseite h2 {
  the ToC will display without numbers */
+
background: #d8e8ff;
.nonumtoc .tocnumber { display: none; }
+
border: 1px solid #8898bf;
.nonumtoc #toc ul,
+
font-size: 1em;
.nonumtoc .toc ul {
+
font-weight: bold;
    line-height: 1.5em;
+
margin: 0;
    list-style: none none;
+
padding: 0.1em 0;
    margin: .3em 0 0;
+
    padding: 0;
+
 
}
 
}
.nonumtoc #toc ul ul,
+
#hauptseite .inhalt {
.nonumtoc .toc ul ul {
+
background: #fff;
    /* @noflip */
+
border: 1px solid #8898bf;
    margin: 0 0 0 2em;
+
border-top: 0;
 +
padding: 0.3em 0.8em 0.4em;
 
}
 
}
 
+
#hauptseite .inhalt hr {
/* Allow limiting of which header levels are shown in a TOC;
+
background: #8898bf;
  <div class="toclimit-3">, for instance, will limit to
+
color: #8898bf;
  showing ==headings== and ===headings=== but no further
+
height: 1px;
  (as long as there are no =headings= on the page, which
+
margin: 0.5em 0;
  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;
+
 
}
 
}
 
+
#hauptseite .inhalt .mehr {
/* Styling for Template:Quote */
+
clear: both;
blockquote.templatequote {
+
font-size: 95%;
    margin-top: 0;
+
margin-top: 0.8em;
 +
text-align: right;
 
}
 
}
blockquote.templatequote div.templatequotecite {
+
.hauptseite-oben,
    line-height: 1em;
+
.hauptseite-links,
    /* @noflip */
+
.hauptseite-rechts {
    text-align: left;
+
margin-bottom: 1em;
    /* @noflip */
+
    padding-left: 2em;
+
    margin-top: 0;
+
 
}
 
}
blockquote.templatequote div.templatequotecite cite {
+
.hauptseite-links {
    font-size: 85%;
+
margin-right: 0.5em;
 
}
 
}
 
+
.hauptseite-rechts {
/* User block messages */
+
margin-left: 0.5em;
div.user-block {
+
    padding: 5px;
+
    margin-bottom: 0.5em;
+
    border: 1px solid #A9A9A9;
+
    background-color: #FFEFD5;
+
 
}
 
}
 
+
.hauptseite-oben h2,
/* Prevent line breaks in silly places:
+
.hauptseite-unten h2 {
  1) Where desired
+
text-align: center;
  2) Links when we don't want them to
+
  3) Bold "links" to the page itself
+
  4) Ref tags with group names <ref group="Note"> --> "[Note 1]" */
+
.nowrap,
+
.nowraplinks a,
+
.nowraplinks .selflink,
+
sup.reference a {
+
    white-space: nowrap;
+
 
}
 
}
/* But allow wrapping where desired: */
+
.hauptseite-oben .inhalt .portale {
.wrap,
+
font-weight: bold;
.wraplinks a {
+
margin: 0.2em 0;
    white-space: normal;
+
 
}
 
}
 
+
.hauptseite-oben .inhalt .intern {
/* For template documentation */
+
font-size: 90%;
.template-documentation {
+
text-align: center;
    clear: both;
+
    margin: 1em 0 0 0;
+
    border: 1px solid #aaa;
+
    background-color: #ecfcf4;
+
    padding: 1em;
+
 
}
 
}
 
+
.hauptseite-links h2,
/* Inline divs in ImageMaps (code borrowed from de.wiki) */
+
.hauptseite-rechts h2 {
.imagemap-inline div {
+
text-indent: 0.8em;
    display: inline;
+
 
}
 
}
 
+
#hauptseite-schwesterprojekte .inhalt a {
/* Increase the height of the image upload box */
+
font-weight: bold;
#wpUploadDescription {
+
    height: 13em;
+
 
}
 
}
  
/* Minimum thumb width */
+
/* IPA links nicht unterstreichen */
.thumbinner {
+
.IPA a:link,
    min-width: 100px;
+
.IPA a:visited {
 +
text-decoration: none;
 
}
 
}
  
/* Makes the background of a framed image white instead of gray.
+
/* CSS-Klassen für Schriftarten als Workaround für Defizite in alten IE-Versionen.
  Only visible with transparent images. */
+
* Achtung: IE 6 und 7 mögen keine Zeilenumbrüche zwischen den Fonts.
div.thumb img.thumbimage {
+
* In IE8 nicht mehr nötig, soll mit den alten Versionen aussterben. Browserweiche:
    background-color: #fff;
+
* 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 {
/* The backgrounds for galleries. */
+
font-family: Code2000, Sun-ExtA, "Arial Unicode MS", NSimSun, sans-serif;
div#content .gallerybox div.thumb {
+
    /* Light gray padding */
+
    background-color: #F9F9F9;
+
 
}
 
}
/* Put a chequered background behind images, only visible if they have transparency.
+
* html .Unicode1 {
  '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
+
font-family: Code2001, Quivira, "MPH 2B Damase", sans-serif;
.gallerybox .thumb img {
+
    background: #fff url(//bits.wikimedia.org/skins/common/images/Checker-16x16.png) repeat;
+
 
}
 
}
/* But not on articles, user pages, portals or with opt-out. */
+
:first-child ~ html .Unicode1 {
.ns-0 .gallerybox .thumb img,
+
font-family: Code2001, Quivira, "MPH 2B Damase", sans-serif;
.ns-2 .gallerybox .thumb img,
+
.ns-100 .gallerybox .thumb img,
+
.nochecker .gallerybox .thumb img {
+
    background: #fff;
+
 
}
 
}
 
+
* html .Unicode2 {
/* Category tree styling. Works in conjuction with [[MediaWiki:Categorytree-expand-bullet]],
+
font-family: Sun-ExtB, Code2002, sans-serif;
  [[MediaWiki:Categorytree-collapse-bullet]] and [[MediaWiki:Categorytree-empty-bullet]]. */
+
#mw-subcategories ul {
+
    list-style: none none;
+
    margin-left: 0.25em;
+
 
}
 
}
.CategoryTreeChildren {
+
:first-child ~ html .Unicode2 {
    margin-left: 1.25em;
+
font-family: Sun-ExtB, Code2002, sans-serif;
 
}
 
}
 
+
* html .IPA {
/* Prevent floating boxes from overlapping any category listings,
+
font-family: Quivira, Code2000, Sun-ExtA, "DejaVu Sans", "Gentium Plus", Gentium, "Doulos SIL", Helvetica, "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
  file histories, edit previews, and edit [Show changes] views. */
+
#mw-subcategories, #mw-pages, #mw-category-media,
+
#filehistory, #wikiPreview, #wikiDiff {
+
    clear: both;
+
 
}
 
}
 
+
:first-child ~ html .IPA {
body.rtl #mw-articlefeedbackv5, body.rtl #mw-articlefeedback {
+
font-family: Quivira, Code2000, Sun-ExtA, "DejaVu Sans", "Gentium Plus", Gentium, "Doulos SIL", Helvetica, "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
    display: block;  /* Override inline block mode */
+
    margin-bottom: 1em;
+
    /* @noflip */
+
    clear: right;    /* Clear any info boxes that stick out */
+
    /* @noflip */
+
    float: right;     /* Prevents margin collapsing */
+
 
}
 
}
 
+
* html .IAST {
/* Toned down styling for update markers on watchlist and history pages. */
+
font-family: Code2000, SunExtA, "Arial Unicode MS", sans-serif;
span.updatedmarker {
+
    background-color: transparent;
+
    color: #006400;
+
 
}
 
}
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title {
+
* html .altitalisch,
    font-weight:normal;
+
* html .gotisch {
 +
font-family: Quivira, Code2001, "MPH 2B Damase", sans-serif;
 
}
 
}
.mw-special-Watchlist #mw-watchlist-resetbutton {
+
:first-child ~ html .altitalisch,
    display:none;
+
:first-child ~ html .gotisch {
 +
font-family: Quivira, Code2001, "MPH 2B Damase", sans-serif;
 
}
 
}
 
+
* html .hebrew {
/* Selectively hide headers in WikiProject banners */
+
font-family: Quivira, Sun-ExtA, "Arial Unicode MS", "SBL Hebrew", Code2000, "MPH 2B Damase", sans-serif;
.wpb .wpb-header            { display: none; }
+
.wpbs-inner .wpb .wpb-header { display: block; }    /* for IE */
+
.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */
+
.wpbs-inner .wpb-outside    { display: none; }      /* hide things that should only display outside shells */
+
 
+
/* Styling for Abuse Filter tags */
+
.mw-tag-markers {
+
    font-family:sans-serif;
+
    font-style:italic;
+
    font-size:90%;
+
 
}
 
}
 
+
:first-child ~ html .hebrew {
/* Hide stuff meant for accounts with special permissions. Made visible again in
+
font-family: Quivira, Sun-ExtA, "Arial Unicode MS", "SBL Hebrew", Code2000, "MPH 2B Damase", sans-serif;
  [[MediaWiki:Group-sysop.css]] and [[MediaWiki:Group-accountcreator.css]]. */
+
.sysop-show, .accountcreator-show {
+
    display: none;
+
 
}
 
}
 
+
* html .spanAr {
/* Remove bullets when there are multiple edit page warnings */
+
font-family: "Arial Unicode MS", Scheherazade, Code2000, "DejaVu Sans", sans-serif;
ul.permissions-errors > li {
+
    list-style: none none;
+
 
}
 
}
ul.permissions-errors {
+
:first-child ~ html .spanAr {
    margin: 0;
+
font-family: "Arial Unicode MS", Scheherazade, Code2000, "DejaVu Sans", sans-serif;
 
}
 
}
 
+
* html .music-symbol {
/* No linewrap on the labels of the login/signup page */
+
font-family: "Musical Symbols", Euterpe, Code2001, sans-serif;
body.page-Special_UserLogin .mw-label label,
+
body.page-Special_UserLogin_signup .mw-label label {
+
    white-space: nowrap;
+
 
}
 
}
 
+
:first-child ~ html .music-symbol {
/* Disable the automatic text-size adjust of WebKit on iPhones etc.
+
font-family: "Musical Symbols", Euterpe, Code2001, sans-serif;
  It scales some text, and not the other. Use none, or fixed percentage instead.
+
  Use media selector, because defining a value, overwrites platform defaults. */
+
@media only screen and (max-device-width: 480px) {
+
    body {
+
        -webkit-text-size-adjust: none;
+
    }
+
 
}
 
}
 
+
* html .polytonic {
/* Pie chart test: Transparent borders */
+
font-family: "Arial Unicode MS", "Palatino Linotype", Code2000, "New Athena Unicode", "Gentium Plus", Gentium, "Athena Unicode";
.transborder {
+
    border: solid transparent;
+
 
}
 
}
* html .transborder { /* IE6 */
+
* html .okina {
    border: solid #000001;
+
font-family: "Lucida Sans Unicode";
    filter: chroma(color=#000001);
+
 
}
 
}
  
/* Adjust font for inline HTML generated formulae */
+
/* Flagged-Revisions-Backlog-Sitenotice */
span.texhtml {
+
.fr-watchlist-pending-notice {
    font-family: "Times New Roman", "Nimbus Roman No9 L", Times, serif;
+
background: transparent;
    font-size: 118%;
+
border: none;
    white-space: nowrap;
+
margin: 0;
}
+
padding: 0;
span.texhtml span.texhtml,
+
body.skin-standard span.texhtml,
+
body.skin-nostalgia span.texhtml,
+
body.skin-simple span.texhtml {
+
    font-size: 100%;
+
 
}
 
}
  
/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
+
/* Standardmäßige Ausblendung der Flagged-Revisions-Kommentarbox */
  [[Bugzilla:26204]]. See also [[Wikipedia:Typography#The monospace 'bug']] */
+
.fr-comment-box  {
div.mw-geshi div,
+
display: none;
div.mw-geshi div pre,
+
span.mw-geshi,
+
pre.source-css,
+
pre.source-javascript,
+
pre.source-lua {
+
    font-family: monospace, Courier !important;
+
 
}
 
}
  
/* Fix styling of transcluded prefindex tables */
+
/* Hintergrund des Sichten-Links auf der Beobachtungsliste entfärben */
table#mw-prefixindex-list-table,
+
.mw-fr-reviewlink {
table#mw-prefixindex-nav-table {
+
background: transparent;
    width: 98%;
+
 
}
 
}
  
/* For portals, added 2011-12-07 -bv
+
/* Korrekturen für den ausklappbaren Teil der FlaggedRevs-Box:
  On wide screens, show these as two columns
+
* - Positionierung im Vordergrund relativ positionierter Vorlagen
  On narrow and mobile screens, let them collapse into a single column */
+
*  (Positionskarte, Lageplan, Bausteindesign1 usw.)
.portal-column-left {
+
* - Standardmäßig ausgeblendet, weil er ohne JavaScript sonst Inhalte versperrt
    float: left;
+
*  ([[bugzilla:14128]]), flaggedrevs.js blendet ihn wieder ein
    width: 50%;
+
*/
 +
div.flaggedrevs_short div {
 +
z-index: 1; /* IE <= 7 */
 
}
 
}
.portal-column-right {
+
div#mw-fr-revisiondetails {
    float: right;
+
display: none;
    width: 49%;
+
}
+
.portal-column-left-wide {
+
    float: left;
+
    width: 60%;
+
}
+
.portal-column-right-narrow {
+
    float: right;
+
    width: 39%;
+
}
+
.portal-column-left-extra-wide {
+
    float: left;
+
    width: 70%;
+
}
+
.portal-column-right-extra-narrow {
+
    float: right;
+
    width: 29%;
+
}
+
@media only screen and (max-width: 800px) {
+
    /* Decouple the columns on narrow screens */
+
    .portal-column-left,
+
    .portal-column-right,
+
    .portal-column-left-wide,
+
    .portal-column-right-narrow,
+
    .portal-column-left-extra-wide,
+
    .portal-column-right-extra-narrow {
+
        float: inherit;
+
        width: inherit;
+
    }
+
 
}
 
}
  
/* For announcements */
+
/* 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 */
#bodyContent .letterhead {
+
ul + .toc,
    background-image:url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png');
+
ol + .toc {
    background-repeat:no-repeat;
+
margin-top: 0.5em;
    padding: 2em;
+
    background-color: #faf9f2;
+
 
}
 
}
  
/* Tree style lists */
+
/* Im Projekt WP:GEO benutzt die [[Vorlage:Coordinate]] das «geo-microformat» zur semantischen
.treeview ul {
+
Auszeichnung des Texts. Der Inhalt dieses [[Tag (Informatik)|Tags]] ist nicht für den Leser bestimmt. */
    padding: 0;
+
.geo {
    margin: 0;
+
display: none;
}
+
.treeview li {
+
    padding: 0;
+
    margin: 0;
+
    list-style-type: none;
+
    list-style-image: none;
+
    zoom: 1; /* BE KIND TO IE6 */;
+
}
+
.treeview li li {
+
    background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
+
    /* @noflip */
+
    padding-left: 20px;
+
    text-indent: 0.3em;
+
}
+
.treeview li li.lastline {
+
    background-position: 0 -5971px
+
}
+
.treeview li.emptyline > ul {
+
    /* @noflip */
+
    margin-left: -1px;
+
}
+
.treeview li.emptyline > ul > li:first-child {
+
    background-position: 0 9px
+
 
}
 
}
  
/* Make it possible to hide checkboxes in <inputbox> */
+
/* Patrollink ausblenden, da die Eweiterung hier nicht aktiviert ist und
.inputbox-hidecheckboxes form .inputbox-element {
+
  deren Optik zu sehr den gesichteten Versionen ähnelt. */
    display: none !important;
+
.fr-diff-patrollink,
}
+
.patrollink {
 
+
display: none;
/* Hide charinsert base for those not using the gadget */
+
#editpage-specialchars {
+
    display: none;
+
 
}
 
}
  
/* work-around for [[bugzilla:23965]] (Kaltura advertisement) */
+
/* Rollback-Knopf auf Beobachtungsliste ausblenden, da es dort nur von sehr beschränktem Nutzen
.k-player .k-attribution {
+
  ist und zu sehr vielen Reverts aus Versehen führt */
    visibility: hidden;
+
.page-Spezial_Beobachtungsliste .mw-rollback-link {
 +
display: none;
 
}
 
}

Version vom 9. März 2013, 04:47 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^="//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^="//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 */
#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 */
/* WikiData edit link verbergen - see [[bugzilla:45037]] */
/* Ü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 .wbc-editpage,
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;
}
Meine Werkzeuge

Varianten
Aktionen
Navigation
Werkzeuge
Teilen