MediaWiki:Common.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
(Die Seite wurde neu angelegt: /* ATTENTION ADMINISTRATORS: This is the CSS for all skins. Any major changes to this page or Monobook.css should be first proposed on the ...)
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/*
/*-----------------------------------------------------------------------------------------*/
ATTENTION ADMINISTRATORS:
/* ACHTUNG! Common.css enthält die gemeinsamen Skin-Anpassungen der deutschsprachigen Wikipedia */
/*-----------------------------------------------------------------------------------------*/
   
   
This is the CSS for all skins. Any major changes to this page or
/* Common.css ist in drei grundlegende Abschnitte gegliedert: */
[[MediaWiki:Monobook.css|Monobook.css]] should be first proposed on
the [[Wikipedia:Village pump (technical)|Village pump]]. 
   
   
Testing can be done on your own user Monobook.css. In [[Mozilla]] and
/* 1. Editierbare Seiteninhalte */
[[Opera (web browser)|Opera]], you can also test style changes dynamically
/* 2. Sonstige Anpassungen (Spezialseiten, u.a.) */
with the [http://www.squarefree.com/bookmarklets/webdevel.html test styles]
/* 3. Hauptseitenspezifisches */
bookmarklet from squarefree.com. It pops up a window for adding style rules,
and updates the page as you type.
   
   
Always check with the [http://tinyurl.com/28y334 W3C CSS Validation Service]
/* Jede Ergänzung/Änderung muss vorher jeweils für alle Skins auf Tauglichkeit getestet werden, */
([http://tinyurl.com/2g8bsk CVS version]) before and after any changes.
/* 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. */


See also: [[Wikipedia:Catalogue of CSS classes|catalogue of CSS classes]].
 
/* +++++ 1. ANPASSUNGEN DER ANZEIGE VON EDITIERBAREN SEITENINHALTEN +++++ */
 
/* Personennamen in Kapitälchen: class="Person" */
   
   
Thank you.
.Person {
*/
    display: inline;
    font-variant: small-caps;
    font-style: normal;
}
 
/* [[Wikipedia:Zitate|Zitate]] (siehe [[Vorlage:Zitat]]) */
   
   
/* <pre><nowiki> */
p.Zitat {
    font-style: normal;
    margin-bottom: 0em;
}
p.cite {
    margin-top: 0em;
    padding-left: 1em;
}
 
/* [[Wikipedia:Quellenangaben|Quellenangaben]] nicht kursiv, da sie ggf. verschiedene Bestandteile enthalten */
   
   
/* Main page fixes */
cite {
#interwiki-completelist {
    font-style: normal;
}
 
/* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */
div.BoxenVerschmelzen,
div.NavFrame {
    margin: 0px;
    padding: 2px;
    border: 1px solid #aaaaaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
        clear:both;
}
div.BoxenVerschmelzen div.NavFrame {
    border-style: none;
    border-style: hidden;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #ffffff;
    margin: 0px;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
     font-weight: bold;
     font-weight: bold;
}
body.page-Main_Page #ca-delete {
    display: none !important;
}
/* Add space below the toolbar */
#toolbar {
    margin-bottom: 6px;
}
/* make the list of references look smaller */
ol.references {
     font-size: 100%;
     font-size: 100%;
}
    background-color: #efefef;
}
div.NavFrame p {
    font-size: 100%;
}
div.NavFrame div.NavContent {
    font-size: 100%;
}
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
}


.references-small { font-size: 90%;}
/* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
 
.NavToggle {
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
      font-size: x-small;
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
      float:right;
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
    font-size: 90%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
}


.same-bg { background: none; }
/* Abstand vor Navigationsleisten */
div.BoxenVerschmelzen,
div.NavFrame {
  margin-top: 1.5em;
}
div.BoxenVerschmelzen div.NavFrame {
  margin-top: 0;
}
div.NavFrame + div.NavFrame {
  margin-top: 0;
}


/* Highlight clicked reference in blue to help navigation */
/* Navigationsleisten nicht mit ausdrucken */
ol.references > li:target {
    background-color: #DEF;
@media print{
}
     .NavFrame {
 
sup.reference:target {
    background-color: #DEF;
}
 
/* Styling for citations */
cite {
    font-style: normal;
    word-wrap: break-word;
}
 
/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */
cite:target {
    background-color: #DEF;
}
 
/* Do not expand URLs within citations for printing. The URLs should be included explicitly, to avoid confusion */
 
@media print {
     #content cite a.external.text:after {
         display: none;
         display: none;
     }
     }
}
     .BoxenVerschmelzen {
 
/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */
 
@media screen, handheld, projection {
     cite *.printonly {
         display: none;
         display: none;
     }
     }
}
}
 
/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
 
table.wikitable th,
table.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
 
table.wikitable caption,
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
 
table.prettytable code,
table.wikitable code {
    background-color: transparent;
}


/* default skin for navigation boxes */
/* Stylesheet-Ergänzung zu SideBoxen (ehedem [[Wikipedia:TownBox|TownBox]]) */
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 {
  margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
  text-align:center;      /* title and above/below styles */
  padding-left:1em;
  padding-right:1em;
}
.navbox-group {          /* group style */
  white-space:nowrap;
  text-align:right;
  font-weight:bold;
  padding-left:1em;
  padding-right:1em;
}
.navbox, .navbox-subgroup {
  background:#fdfdfd;    /* Background color */
}
.navbox-list {
  border-color:#fdfdfd;  /* Must match background color */
}
.navbox-title, table.navbox th {
  background:#ccccff;    /* Level 1 color */
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
  background:#ddddff;    /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background:#e6e6ff;    /* Level 3 color */
}
.navbox-even {
  background:#f7f7f7;    /* Even row striping */
}
.navbox-odd {
  background:transparent; /* Odd row striping */
}
   
   
@media print {
div.sideBox {
    .navbox {
     position: relative;
        display: none;
    }
}
 
/* Infobox template style */
.infobox {
     border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
     float: right;
     float: right;
    background: white;
    margin-left: 1em;
    border: 1px solid gray;
    padding: 0.3em;
    width: 200px;
    overflow: hidden;
     clear: right;
     clear: right;
}
}
.infobox td,
div.sideBox dl {
.infobox th {
     padding: 0;
     vertical-align: top;
    margin: 0 0 0.3em 0;
}
     font-size: 96%;
.infobox caption {
}
     font-size: larger;
div.sideBox dl dt {
    margin-left: inherit;
     background: none;
}
     margin: 0.4em 0 0 0;
.infobox.bordered {
}
     border-collapse: collapse;
div.sideBox dl dd {
}
    margin: 0.1em 0 0 1.1em;
.infobox.bordered td,
     background-color: #f3f3f3;
.infobox.bordered th {
}
     border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
     border: 0;
}


.infobox.sisterproject {
/* Stylesheet-Ergänzung zu [[Wikipedia:Taxoboxen|Taxoboxen]] */
    width: 20em;
    font-size: 90%;
table.taxobox {
}
        border-collapse: collapse;
 
        border: 1px solid gray;
@media print {
        float: right;
    .infobox.sisterproject {
        margin-left: 0.5em;
        background-color:white;
}
table.taxobox th {
        background-color: #9BCD9B;
        border: solid 1px gray;
        text-align: center;
        font-weight: bold;
}
table.taxobox td {
        vertical-align:top;
}
table.taxobox .Person {
        font-style: normal;
}
table.taxobox div.thumb,
table.taxobox div.thumb * {
        margin: auto;
        padding: 0;
        float: none;
        border: none;
        background-color:#F9F9F9;
}
table.taxobox div.magnify {
         display: none;
         display: none;
    }
}
}
table.taxobox tr td div.thumb div div.thumbcaption {
        text-align:center;
}
table.taxobox td.Person {
        text-align:center;
        display:block;
}
table.taxobox td.taxo-name {
        text-align:center;
}
table.taxobox td.taxo-bild {
        text-align:center;
}


.infobox.standard-talk {
/* Stylesheet-Ergänzung zu [[Wikipedia:Paläoboxen|Paläoboxen]] */
    border: 1px solid #c0c090;
    background-color: #f8eaba;
table.palaeobox {
}
      border-collapse: collapse;
      border: 1px solid gray;
      float: right;
      margin-left: 0.5em;
      background-color:white;
}
table.palaeobox th {
      background-color: #e7dcc3;
      border: solid 1px gray;
      text-align: center;
      font-weight: bold;
}
table.palaeobox td {
      vertical-align:top;
}
table.palaeobox .Person {
      font-style: normal;
}
table.palaeobox div.thumb,
table.palaeobox div.thumb * {
      margin: 0;
      padding: 0;
      float: none;
      border: none;
}
table.palaeobox div.magnify {
      display:none;
}
table.palaeobox tr td div.thumb div div.thumbcaption {
      text-align:left;
}
table.palaeobox td.Person {
      text-align:center;
      display:block;
}
table.palaeobox td.taxo-name {
      text-align:center;
}
table.palaeobox td.taxo-bild {
      text-align:center;
}
table.palaeobox td.taxo-zeit {
      text-align:center;
}
table.palaeobox td.taxo-ort {
      text-align:left;
}


/* styles for bordered infobox with merged rows */
/* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */
.infobox.bordered .mergedtoprow td,
.wikitable,
.infobox.bordered .mergedtoprow th {
.prettytable {
    border: 0;
  margin: 1em 1em 1em 0;
    border-top: 1px solid #aaa;
  background: #f9f9f9;
    border-right: 1px solid #aaa;
  border: 1px #AAA solid;
}
  border-collapse: collapse;
  empty-cells:show;
}


.infobox.bordered .mergedrow td,
.wikitable th, .wikitable td,
.infobox.bordered .mergedrow th {
.prettytable th, .prettytable td {
    border: 0;
  border: 1px #AAA solid;
    border-right: 1px solid #aaa;
  padding: 0.3em;
}
}


/* Styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */
.wikitable caption,
.infobox.geography {
.prettytable caption {
    text-align: left;
  margin-left: inherit;
    border-collapse: collapse;
  margin-right: inherit;
    line-height: 1.2em;  
  font-weight: bold;
    font-size: 90%;
}
}
.nogrid th, .nogrid td {border: none;}
.float-left { float: left; clear: left; }
.float-right { float: right; clear: right; margin: 1em 0 1em 1em; }
.centered { margin-left: auto; margin-right: auto; }


.infobox.geography td,
  /* Bitte KEINE weiteren Definitionen dieser Art für Boxen hier, das gehört in entsprechende Vorlagen! */
.infobox.geography th {
  /* Hier 20 Mal Trivialitäten wie "text-align:center" zu definieren verlangsamt alles und ist nicht */
    border-top: solid 1px #aaa;
/* Sinn der Sache. (Und wer nicht weiß warum, hat's nicht verstanden.) */
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.2em 0.6em;
}


.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}


.infobox.geography .mergedbottomrow td,
/* Do not expand [[Wikipedia:WikiProjekt Georeferenzierung|kvaleberg.com-URLs]] for printing */
.infobox.geography .mergedbottomrow th {
    border-top: 0;
#content span.coordinates a.external.text:after, #content span.coordinates a.external.autonumber:after { content: ""; }
    border-bottom: solid 1px #aaa;
#content div.coordinates a.external.text:after, #content div.coordinates a.external.autonumber:after { content: ""; }
    padding: 0 0.6em 0.4em 0.6em;
}
/* Do not expand URLs for printing */
 
.infobox.geography .maptable td,
#content span.plainlinks-print a.external.text:after, #content span.plainlinks-print a.external.autonumber:after { content: ""; }
.infobox.geography .maptable th {
  #content div.plainlinks-print a.external.text:after, #content div.plainlinks-print a.external.autonumber:after { content: ""; }
    border: 0;
    padding: 0;
/* Metadaten (bspw. [[Wikipedia:Personendaten|Personendaten]]) */
}
 
table.metadata {
/* Style for "notices" */
     border: 1px solid #aaaaaa;
.notice {
    margin: 1em;
    padding: 0.2em;
}
 
#disambig {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
 
.spoiler {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}
 
/* Standard talk template style */
 
.Talk-Notice {
    border: 1px solid #C0C090;
    background-color: #F8EABA;
    margin-bottom: 3px;
    width: 85%;
    border-spacing: 3px;
    margin-left: auto;
    margin-right: auto;
}
 
.Talk-Notice:after {
  content: "The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]].";
}
 
/* Make template background appear correctly on all browsers */
.Talk-Notice td {
    background: inherit;
}
 
/* Persondata and other (future) metadata */
table.InChI, /* temporary */
table.persondata {
     border: 1px solid #aaa;
     display: none;
     display: none;
    speak: none;
}
}
.metadata-label {
.InChI-label, /* temporary */
     color: #aaaaaa;
.persondata-label {
}
     color: #aaa;
}


/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
/*
.redirect-in-category, .allpagesredirect {
  * Farbdefinitionen für Rahmen und Hintergründe von [[Wikipedia:Textbausteine|Textbausteinen]].
     font-style: italic;
  * 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-color: #aaaaaa;
    border-width: 1px;
}
.rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
    border-color: #e9e9e9;
    border-width: 1px;
}
.rahmenfarbe3 { /* "Rot", auffällig */
    border-color: #c00000;
    border-width: 1px;
}
.rahmenfarbe4 { /* Neutrale Farbe, deutlich */
    border-color: #8888aa;
    border-width: 1px;
}
.rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
    border-color: #000000;
     border-width: 1px;
}
.hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */
    background-color: #f9f9f9;
}
.hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */
    background-color: #ffffff;
}
.hintergrundfarbe3 { /* "Gelb", auffällig */
    background-color: #ffff40;
}
.hintergrundfarbe4 { /* Sehr auffällig */
    background-color: #ffaa00;
}
.hintergrundfarbe5 { /* Neutral, abgesetzt */
    background-color: #e0e0e0;
}
.hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
    background-color: #b3b7ff;
}
.hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
    background-color: #ffcbcb;
}
.hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
    background-color: #ffebad;
}
.hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
    background-color: #b9ffc5;
}


/* Class for links with loudspeaker icon next to them */
/* Keine Vergrößerung der Zeilenhöhe durch hochgestellte Zahlen der Fußnoten */
/* (Used in [[Template:Audio]] and the like to make the speaker clickable) */
.reference, .references sup {
    font-size: 91%;
    vertical-align: text-top;
    position: relative;
    top: -0.3em;
}


.audiolink a {
/* Hervorhebung der angeklickten Fußnoten und der Rückverweise in blau */
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
    padding-left: 16px !important;
ol.references > li:target {
    padding-right: 0 !important;
    background-color: #DEF;
}
}
sup.reference:target {
    background-color: #DEF;
}


/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
/* Für <hiero></hiero> */


div.listenlist {
.mw-hierotable { border: 0px; }
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
.mw-hierotable th, .mw-hierotable td { border: 0px; }
    padding-left: 40px;
}


div.videolist, div.multivideolist {
/* Für [[MediaWiki:Anoneditwarning]] */
    background: url("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
    padding-left: 50px;
}


/* Style rules for media list templates */
#mw-anon-edit-warning {
div.medialist {
background-color: #ffce7b;
    min-height: 50px;
border: 1px solid #ffa500;
    margin: 1em;
color: black;
    background-position: top left;
font-weight: bold;
    background-repeat: no-repeat;
margin: 2em 0 1em;
padding: .5em 1em;
vertical-align: middle;
}
}


div.medialist ul {
/* +++++ 2. SONSTIGE ANPASSUNGEN (Spezialseiten u. a.) +++++ */
    list-style-type: none;
    list-style-image: none;
    margin: 0;
}


div.medialist ul li {
/* Markierung von Redirects in [[Special:Allpages]], [[Special:Watchlist]], Kategorien */
    padding-bottom: 0.5em;
}
.allpagesredirect {
        font-style: italic;
}
.watchlistredir {
        font-style: italic;
}
.redirect-in-category {
        font-style: italic;
}
/* Einmal gelesene Bestandteile (z.B. in der Sitenotice) ausblenden, sobald css geladen ist */
#gelesen {
        display:none;
}


div.medialist ul li li {
/* Größerer Abstand zwischen TOC-Nummerierung und TOC-Eintrag */
    font-size: 91%;
span.tocnumber {margin-right:0.3em;}
    padding-bottom: 0;
}


/* Change the external link icon to an Adobe icon for all PDF files */
/* Skinabhängige absolute Positionierungen ausblenden */
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
/* Bitte [[MediaWiki Diskussion:Common.css#Absolute_Positionierungen]] beachten */
#bodyContent a[href$=".pdf"].external,
#bodyContent a[href*=".pdf?"].external,
#coordinates_3_ObenRechts, #issnlink, #editcount, #shortcut, #artikelstadium {
#bodyContent a[href*=".pdf#"].external,
     display: none;
#bodyContent a[href$=".PDF"].external,
}
#bodyContent a[href*=".PDF?"].external,
#bodyContent a[href*=".PDF#"].external,
#mw_content a[href$=".pdf"].external,
#mw_content a[href*=".pdf?"].external,  
#mw_content a[href*=".pdf#"].external,
#mw_content a[href$=".PDF"].external,  
#mw_content a[href*=".PDF?"].external,  
#mw_content a[href*=".PDF#"].external {
     background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
    padding-right: 16px;
}


/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
  /* CommonsTicker styles */
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
span.PDFlink a {
  .tickerList ul,    .tickerList ul li    { list-style: none; text-indent:-2em; margin-left:2em;  text-align:left; }
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
  .tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0;    margin-left:1.5em; text-align:left; }
    padding-right: 17px !important;
}
  .tickerAction_deleted:before    { content:" WEG "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; }
  .tickerAction_restored:before    { content:" RST "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
  .tickerAction_replaced:before    { content:" ERS "; color: #CC88FF; font-family:monospace; font-weight:bold; font-size:100%; }
  .tickerAction_addedTag:before    { content:" +LA "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
  .tickerAction_removedTag:before  { content:" -LA "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
  .tickerAction_addedBad:before    { content:" +LA "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
  .tickerAction_removedBad:before  { content:" -LA "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
  .tickerAction_addedGood:before  { content:" +OK "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
  .tickerAction_removedGood:before { content:" -OK "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
  .tickerUsage  { font-size:80%; }  /* ticker usage list */
  .tickerTemplateEntry    { font-weight: bold; } /* entry applies to a template used by multiple images */
  /* per-status styles  */ 
  .tickerStatus_done:before {content:" Fixed "; color: #00AA00; font-family:monospace; font-weight:bold; font-size:90%; text-decoration: none;}
  .tickerStatus_done { text-decoration:line-through; font-size: small; }
  /* strike through when entry has been handeled (done) */
  /*.tickerStatus_done .tickerAction_deleted:before  { content:" "; text-decoration: none;}*/  
  .tickerStatus_done .tickerAction_deleted:before  { text-decoration: none; }
  /* local reupload */
  .tickerStatus_local {text-decoration:line-through; font-size: small; }
  .tickerStatus_local .tickerAction_deleted:before  {content:" "; text-decoration: none;}
  .tickerStatus_local:before { content:" re-uploaded locally "; color: #00AA00; font-family:monospace; font-weight:bold; font-size:90%; text-decoration: none;}
  /* in process of fixing */
  .tickerStatus_fixing .tickerAction_deleted:before  {content:" "; text-decoration: none;}
  .tickerStatus_fixing:before {content:"fixing"; color: #FF8800; font-family:monospace; font-weight:bold; font-size:90%;}
  /* Won'tfix */
  .tickerStatus_wontfix .tickerAction_deleted:before  {text-decoration: none;}
  .tickerStatus_wontfix {text-decoration: line-through;}
  .tickerStatus_wontfix:before {content:"Will not fix"; color: #CC0000; font-family:monospace; font-weight:bold; font-size:90%;text-decoration:none;} 
  /* similiar */
  .tickerStatus_similiar .tickerAction_deleted:before  {text-decoration: none;}
  .tickerStatus_similiar {text-decoration: line-through;}
  .tickerStatus_similiar:before {content:"REPL Article;no fix"; color: #FF4400; font-family:monospace; font-weight:bold; font-size:90%;text-decoration:none;}
  /* NA */
  .tickerStatus_NA .tickerAction_deleted:before  {text-decoration: none;}
  .tickerStatus_NA:before {content:"No NEG"; color: #00FF20;}
  ul span.tickerStatus_NA + ul span.tickerUsage {display:none;}
  span.tickerStatus_NA  span.tickerUsage {display:none;}
  /*Needed so that both subentrys and non-subentrys both are invisivble */


span.geolink a {
/* Anpassungen für [[:Template:Link_FA]] */
    background: url(http://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;
    padding-right: 11px !important;
/* hide the template */
}
#bodyContent span.FA {
    display: none;
}
/* change the bullets for links to special articles */
#p-lang li.FA {
    /* hier immer auch linkFA_bullet in Common.js mit anpassen für die älteren skins! */
    list-style-image: url("http://upload.wikimedia.org/wikipedia/commons/d/d0/Monobook-bullet-star-transparent.png");
}
/* without this, special bullets go too far to the left */
/*
.portlet li {
  list-style-image: url("http://upload.wikimedia.org/wikipedia/commons/1/18/Monobook-bullet.png");
}
*/


/* Content in columns with CSS instead of tables [[Template:Columns]] */
/* DIVs in ImageMaps inlinen (Vorschlag von Revolus) */
div.columns-2 div.column {
.imagemap-inline div {
    float: left;
      display: inline;
    width: 50%;
}
    min-width: 300px;
}


div.columns-3 div.column {
/* [[Special:Hochladen]]: Warnmeldung auf bestehende Dateien, unerwünschte Prefixe usw. deutlicher hervorheben. */
    float: left;
    width: 33.3%;
    min-width: 200px;
}


div.columns-4 div.column {
#wpDestFile-warning ul {
    float: left;
      border:solid red 1px;
    width: 25%;
      padding: 1.5em;
    min-width: 150px;
}
}


div.columns-5 div.column {
/* Tabellenhintergründe transparent machen */
    float: left;
/* Vor allem auf Spezialseiten, da diese eine andere Hintergrundfarbe haben. */
    width: 20%;
/* Update 21. März 2008: Wurde mit [[rev:32269]] und [[rev:32270]] zentralisiert. */
    min-width: 120px;
}


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


.plainlinksneverexpand {
/* +++++ 3. NEUE [[Hauptseite|HAUPTSEITE]] (ab 2006) +++++ */
    background: none ! important;
    padding: 0 ! important;
/* Kategorie verbergen */
}
body.page-Hauptseite #catlinks {
  display:none;
}


.plainlinksneverexpand .urlexpansion {
#hauptseite h2 {
    display: none ! important;
      background-color: #d8e8ff;
}
      border: 1px solid #8898bf;
      font-size: 1em;
      font-weight: bold;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0.1em;
      padding-bottom: 0.1em;
}
#hauptseite .inhalt {
      background-color: #ffffff;
      border: 1px solid #8898bf;
      border-top: 0px solid white;
      padding: 0.3em 0.8em 0.4em 0.8em;
}
#hauptseite .inhalt hr {
      background-color: #8898bf;
      color: #8898bf;
      height: 1px;
      margin:0.5em 0;
      padding: 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-top: 0.2em;
      margin-bottom: 0.2em;
}
.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;
}


/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
/* p.catlinks span a[href*="/wiki/Kategorie:Arbeitskategorie"] { display:none } wegen HIDDENCAT nicht mehr notwendig */
  the arrow...
*/
.plainlinksneverexpand a {
    background: none !important;
    padding: 0 !important;
}
 
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
  following the anchor A, the anchor itself now has class "external autonumber" and the
  expansion is inserted when printing (see the common printing style sheet at
  http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
  element of CSS. We have to switch this off for links due to Template:Ref!
*/
.plainlinksneverexpand a.external.text:after {
    display: none !important;
}
.plainlinksneverexpand a.external.autonumber:after {
    display: none !important;
}


/* Messagebox templates */
/* Remove underline from IPA links */
.messagebox {
.IPA a:link, .IPA a:visited {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    width: 80%;
    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;
}
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0 0 0;
    padding: 2px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background: #F8EABA;
}
 
/* Article message box template styles */
table.ambox {
    margin: 0 10%;                      /* Will not overlap with other elements */
    border-collapse: collapse;
    background: #fbfbfb;
    border: 1px solid #aaa;
    border-left: 10px solid #1e90ff;    /* Default "notice" blue */
}
table.ambox th.ambox-text, table.ambox td.ambox-text {      /* The message body cell(s) */
    padding: 0.25em 0.5em;            /* 0.5em left/right */
    width: 100%;                      /* Make all templates the same width regardless of text size */
}
table.ambox td.ambox-image {          /* The left image cell */
    padding: 2px 0 2px 0.5em;      /* 0.5em left, 0px right */
    text-align: center;
}
table.ambox td.ambox-imageright {    /* The right image cell */
    padding: 2px 0.5em 2px 0;      /* 0px left, 0.5em right */
    text-align: center;
}
table.ambox-notice {
    border-left: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
    border-left: 10px solid #b22222;    /* Red */
    background: #fee;                    /* Pink */
}
table.ambox-delete,
table.ambox-serious {
    border-left: 10px solid #b22222;    /* Red */
}
table.ambox-content {
    border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move,
table.ambox-merge {
    border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
    border-left: 10px solid #bba;        /* Gray */
}
table.ambox.ambox-mini {                /* Small floating box variant */
    float: right;
    clear: right;
    margin: 0 0 0 1em;
    width: 25%;
}
@media print {                          /* Do not print article message boxes */
    .ambox {
        display: none;
    }
}
 
/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {
    background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
 
/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */
.IPA {
    font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt, "DejaVu Sans", Code2000, "TITUS Cyberbit Basic", "Arial Unicode MS", "Lucida Sans Unicode", "Chrysanthi Unicode";
    font-family /**/:inherit;
}
.Unicode {
    font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Free Sans", "Arial Unicode MS", "Microsoft Sans Serif", "Lucida Sans Unicode";
    font-family /**/:inherit;
}
.latinx {
    font-family: Code2000, Code2001, "TITUS Cyberbit Basic", "Microsoft Sans Serif";
    font-family /**/:inherit;
}
.polytonic {
    font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;
    font-family /**/:inherit;
}
.mufi {
    font-family: Alphabetum, Cardo, LeedsUni, Junicode, "TITUS Cyberbit Basic", ALPHA-Demo;
}
 
/* Pseudo-classes in support of [[Template:lang]]. */
 
:lang(he) {
    font-family: "SBL Hebrew", "Ezra SIL SR", "Ezra SIL", Cardo, "Chrysanthi Unicode", "TITUS Cyberbit Basic", "Arial Unicode MS", Narkisim, "Times New Roman";
    font-family /**/:inherit;
}
:lang(fa) {
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
    font-family /**/:inherit;
}
:lang(ps) {
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
    font-family /**/:inherit;
}
:lang(ur) {
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
    font-family /**/:inherit;
}
:lang(sux-Xsux) {
    font-family: Akkadian;
    font-family /**/:inherit;
}
:lang(ja) {
      font-family: Code2000, "Arial Unicode MS", "Bitstream Cyberbit", "Bitstream CyberCJK", IPAGothic, IPAPGothic, IPAUIGothic, "Kochi Gothic", IPAMincho, IPAPMincho;
    font-family /**/:inherit;
}
:lang(ko) {
    font-family: "Adobe Myungjo Std M", AppleMyungjo, "Baekmuk Batang", "Baekmuk Gulim", Batang, Dotum, DotumChe, Gulim, GulimChe, HYGothic-Extra, HYMyeongJo-Extra, "New Gulim", UnBatang, UnDotum, UnYetgul, UWKMJF;
    font-family /**/:inherit;
}
:lang(zh-Hans) {
    font-family: "Adobe Song Std L", "AR PL ShanHeiSun Uni", "AR PL ShanHeiSun Uni MBE", "MS Hei", "MS Song", SimHei;
    font-family /**/:inherit;
}
:lang(zh-Hant) {
    font-family: "Adobe Ming Std L", "AR PL New Sung", "AR PL ZenKai Uni", "AR PL ZenKai Uni MBE", MingLiU, PMingLiU;
    font-family /**/:inherit;
}
:lang(grc) {
    font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;
    font-family /**/:inherit;
}
 
#wpSave {
    font-weight: bold;
}
 
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
.hiddenStructure {
    display: inline ! important;
    color: #f00;
    background-color: #0f0;
}
 
/* suppress missing interwiki image links where #ifexist cannot be used due to high number of requests */
/* use restricted to rail icon management pages */
/* see .hidden-redlink on http://meta.wikimedia.org/wiki/MediaWiki:Common.css */
.check-icon a.new {
    display: none;
    speak:none;
}
 
/* Removes underlines from links */
.nounderlines a {  
     text-decoration: none;
     text-decoration: none;
}
}
 
/* Remove underline from IPA links */
.IPA a:link, .IPA a:visited {
    text-decoration: none;
}


/* Removes useless links from printout */
span.Unicode
@media print {
{
    #privacy, #about, #disclaimer {display:none;}
  font-family:
}
  'Code2000',
  'Sun-ExtA',
  'Arial Unicode MS',
  'NSimSun',
  sans-serif;
}


#EnWpMpBook { background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }
span.Unicode1
#EnWpMpSearch { background: url(http://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }
{
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }
  font-family:
#EnWpMpBook2 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }
  'Code2001',
  'Quivira',
  'MPH 2B Damase',
  sans-serif;
}


/* Standard Navigationsleisten, aka box hiding thingy from .deDocumentation at [[Wikipedia:NavFrame]]. */
span.Unicode2
  {
  font-family:
  'Sun-ExtB',
  'Code2002',
  sans-serif;
}


div.Boxmerge,
span.IPA
div.NavFrame {
{
    margin: 0;
  font-family:
    padding: 4px;
  'Quivira',
    border: 1px solid #aaa;
  'Code2000',
    text-align: center;
  'Sun-ExtA',
    border-collapse: collapse;
  'DejaVu Sans',
    font-size: 95%;
  'Gentium',
}
  'Arial Unicode MS',
div.Boxmerge div.NavFrame {
  'Lucida Sans Unicode',
    border-style: none;
  sans-serif;
    border-style: hidden;
}
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position:relative;
}
div.NavFrame p {
    font-size: 100%;
}
div.NavFrame div.NavContent {
    font-size: 100%;
}
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: smaller;
}
 
/* Coloured watchlist numbers */
.mw-plusminus-pos {
    color: #006400; /* darkgreen */
}
 
/* .mw-plusminus-null currently at developer default */


.mw-plusminus-neg {
span.IAST
    color: #8B0000; /* darkred */
{
}
  font-family:
  'Code2000',
  'SunExtA',
  'Arial Unicode MS',
  sans-serif;
}


.dablink {
span.altitalisch
    font-style: italic;
{
    padding-left: 2em;
  font-family:
}
  'Quivira',
 
  'Code2001',
.dablink i {
  'MPH 2B Damase',
    font-style: normal;
  sans-serif;
}
}


/* Style for horizontal UL lists */
.horizontal ul {
    padding: 0;
    margin: 0;
}


.horizontal li {  
span.gotisch
    padding: 0 0.6em 0 0.4em;
{
    display: inline;
  font-family:
    border-right: 1px solid;
  'Quivira',
}
  'Code2001',
  'MPH 2B Damase',
  sans-serif;
}


.horizontal li:last-child {
span.hebrew
    border-right: none;
{
    padding-right: 0;
  font-family:
}
  'Quivira',
  'Sun-ExtA',
  'Arial Unicode MS',
  'SBL Hebrew',
  'Code2000',
  'MPH 2B Damase',
  sans-serif;
}


/* Geographical coordinates
span.spanAr
{
  font-family:
  'Arial Unicode MS',
  'Code2000',
  'MPH 2B Damase',
  'DejaVu Sans',
  sans-serif;
}


To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:
  .geo-default { display: inline } .geo-nondefault { display: none }
  .geo-dec { display: inline } .geo-dms { display: inline }
To display coordinates using decimal notation, write this in your User:Username/monobook.css:
  .geo-default { display: inline } .geo-nondefault { display: inline }
  .geo-dec { display: inline } .geo-dms { display: none }
To display coordinates using DMS notation, write this in your User:Username/monobook.css:
  .geo-default { display: inline } .geo-nondefault { display: inline }
  .geo-dec { display: none }  .geo-dms { display: inline }
To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:
  .geo-default { display: inline } .geo-nondefault { display: inline }
  .geo-dec { display: inline }  .geo-dms { display: inline }
  .geo-multi-punct { display: inline }
See [[Template:Coor link]] for how these are used.
Note that the classes "geo", "longitude", and "latitude" are not just styles but also used by the [[Geo microformat]], so the names should not be changed.
*/
.geo-default { display: inline; }
.geo-nondefault { display: none; }
.geo-dms { display: inline; }
.geo-dec { display: inline; }
.geo-multi-punct { display: none; }
.longitude .latitude {
    white-space: nowrap;
}
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
.geo { }
/***** end Geo-related */
/* When <div class="nonumtoc"> is used on the table of contents, the ToC will display without numbers */
.nonumtoc .tocnumber { display:none; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
    line-height: 1.5em;
    list-style: none;
    margin: .3em 0 0;
    padding: 0;
}
.nonumtoc #toc ul ul,
.nonumtoc .toc ul ul {
    margin: 0 0 0 2em;
}
/* 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-2 {display:none;}
.toclimit-3 .toclevel-3 {display:none;}
.toclimit-4 .toclevel-4 {display:none;}
.toclimit-5 .toclevel-5 {display:none;}
.toclimit-6 .toclevel-6 {display:none;}
.toclimit-7 .toclevel-7 {display:none;}
/* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */
.listify td {display:list-item;}
.listify tr {display:block;}
.listify table {display:block;}
/* Styling for Template:Quote */
blockquote.templatequote { margin-top: 0; }
blockquote.templatequote div.templatequotecite {
    line-height: 1em;
    text-align: left;
    padding-left: 2em;
    margin-top: 0;
}
blockquote.templatequote div.templatequotecite cite {
    font-size: smaller;
}
div.user-block {
    padding: 5px;
    border: 1px solid #A9A9A9;
    background-color: #FFEFD5;
}
/* Prevents line breaks in links; see docs at Template:Nowraplinks */
.nowraplinks a {
    white-space: nowrap;
}
/* For template documentation */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa;
    background-color: #ecfcf4;
    padding: 5px;
}
.thumbinner {
    min-width: 100px;
}
/* Inline div's in ImageMaps (code borrowed from de.wiki) */
.imagemap-inline div {
    display: inline;
}
/* Increase the height of the image upload box */
#wpUploadDescription {
    height: 13em;
}
/* Reduce line-height for <sup> and <sub> */
sup, sub {
    line-height: 1em;
}


/* </nowiki></pre> */
span.music-symbol
{
  font-family:
  'Musical Symbols',
  'Euterpe',
  'Code2001',
  sans-serif;
}