MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus NordhausenWiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* | /*----------------------------------------------------------------------------------------------*/ | ||
/** | /* 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-variant: small-caps; | |||
} | } | ||
/* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */ | |||
/* Stylesheet-Ergänzung zu Standard-[[ | |||
div.NavFrame { | div.NavFrame { | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
clear: both; | clear: both; | ||
font-size: 95%; | font-size: 95%; | ||
margin-top: 1.5em; | margin-top: 1.5em; | ||
min-height: 0; /* IE 7 */ | |||
padding: 2px; | padding: 2px; | ||
text-align: center; | text-align: center; | ||
} | } | ||
div.NavPic { | div.NavPic { | ||
Zeile 81: | Zeile 37: | ||
background: #efefef; | background: #efefef; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
div.NavFrame:after { | div.NavFrame:after { | ||
Zeile 91: | Zeile 42: | ||
content: ""; | content: ""; | ||
display: block; | display: block; | ||
} | |||
/* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */ | |||
.NavToggle { | |||
float: right; | |||
font-size: x-small; | |||
} | |||
/* Automatisches Verschmelzen */ | |||
div.NavFrame + div.NavFrame { | |||
margin-top: -1px; | |||
} | } | ||
Zeile 108: | Zeile 70: | ||
} | } | ||
/* Stylesheet-Ergänzung zu SideBoxen */ | /* | ||
* Stylesheet-Ergänzung zu SideBoxen (ehedem [[Wikipedia:TownBox|TownBox]]), | |||
* vgl. [[rev:2909]] und [[rev:36662]] | |||
*/ | |||
div.sideBox { | div.sideBox { | ||
background: white; | background: white; | ||
Zeile 115: | Zeile 80: | ||
float: right; | float: right; | ||
margin-left: 1em; | margin-left: 1em; | ||
padding: .3em; | |||
padding: | |||
width: 200px; | width: 200px; | ||
} | } | ||
div.sideBox dl { | div.sideBox dl { | ||
font-size: 96%; | font-size: 96%; | ||
margin: | margin: 0 0 .3em; | ||
} | } | ||
div.sideBox | div.sideBox dt { | ||
margin: .4em 0 0; | |||
margin: | |||
} | } | ||
div.sideBox | div.sideBox dd { | ||
background: #f3f3f3; | background: #f3f3f3; | ||
margin: | margin: .1em 0 0 1.1em; | ||
} | } | ||
/* Stylesheet-Ergänzung zu [[ | /* Stylesheet-Ergänzung zu [[Wikipedia:Taxoboxen|Taxoboxen]] und [[Wikipedia:Paläoboxen|Paläoboxen]] */ | ||
table.taxobox | table.taxobox { | ||
background: white; | background: white; | ||
border: 1px solid gray; | border: 1px solid gray; | ||
Zeile 144: | Zeile 105: | ||
margin: 1em 0 1em 1em; | margin: 1em 0 1em 1em; | ||
} | } | ||
table.taxobox | table.taxobox > * > * > th { | ||
background: #9bcd9b; | background: #9bcd9b; | ||
border: 1px solid gray; | border: 1px solid gray; | ||
text-align: center; | text-align: center; | ||
} | } | ||
table.palaeobox th { | table.taxobox.palaeobox > * > * > th { | ||
background: #e7dcc3; | background: #e7dcc3; | ||
} | } | ||
table.taxobox > * > * > td.Person, | |||
table.taxobox > * > * > td.taxo-name, | |||
table.taxobox > * > * > td.taxo-bild, | |||
table.taxobox.palaeobox > * > * > td.taxo-zeit { | |||
text-align: center; | |||
} | |||
table.taxobox.palaeobox > * > * > td.taxo-ort { | |||
text-align: left; | |||
} | |||
/* VERALTET: Verunstaltung von Thumbnails in Taxoboxen */ | |||
table.taxobox div.thumb, | table.taxobox div.thumb, | ||
table.taxobox | table.taxobox div.thumb * { | ||
background: #f9f9f9; | background: #f9f9f9; | ||
border: none; | border: none; | ||
Zeile 164: | Zeile 132: | ||
padding: 0; | padding: 0; | ||
} | } | ||
table.taxobox | table.taxobox div.magnify { | ||
display: none; | display: none; | ||
} | } | ||
table.taxobox | table.taxobox div.thumbcaption { | ||
text-align: center; | text-align: center; | ||
} | } | ||
/* aus | /* 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.) */ | |||
/* | |||
* VERALTET: Ehemals [[Vorlage:Prettytable]], jetzt infolge von [[rev:48842]] | |||
* Kopie von .wikitable aus shared.css bis auf die Einfärbung der Kopfzellen | |||
* zwecks Kompatibilität mit bestehenden Einbindungen. | |||
* Die Existenz zweier Klassennamen ist aus der englischen Wikipedia geerbt, | |||
* vgl. https://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&diff=26977467&oldid=26934973 | |||
* und https://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&diff=361917988&oldid=358750840 | |||
*/ | |||
.prettytable { | .prettytable { | ||
background: #f9f9f9; | background-color: #f9f9f9; | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
margin: | color: black; | ||
margin: 1em 0; | |||
} | } | ||
.prettytable th, | table.prettytable > * > tr > th, | ||
.prettytable td { | table.prettytable > * > tr > td { | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
padding: | padding: .3em .4em; | ||
} | } | ||
.prettytable th { | table.prettytable > * > tr > th { | ||
/* background-color: #f2f2f2; */ | |||
text-align: center; | text-align: center; | ||
} | } | ||
.prettytable caption { | table.prettytable > caption { | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
Zeile 207: | Zeile 176: | ||
} | } | ||
/* @noflip */div.float-left, | /* @noflip */div.float-left, | ||
table.float-left, | table.float-left, | ||
Zeile 234: | Zeile 199: | ||
margin-right: auto; | margin-right: auto; | ||
} | } | ||
.toptextcells td { | .toptextcells > * > * > td { | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
/* gleicher vertikaler Abstand für Text und Listen in Tabellen */ | /* gleicher vertikaler Abstand für Text und Listen in Tabellen */ | ||
table ul, table p { | table ul, | ||
table p { | |||
margin-top: .3em; | margin-top: .3em; | ||
} | |||
/* Metadaten (bspw. [[Wikipedia:Personendaten|Personendaten]]) */ | |||
.metadata { | |||
display: none; | |||
} | } | ||
/* | /* | ||
* Farbdefinitionen für Rahmen und Hintergründe | * Farbdefinitionen für Rahmen und Hintergründe von [[Wikipedia:Textbausteine|Textbausteinen]]. | ||
* Anpassungen für andere Skins sind optional. | |||
* | |||
* (Die Angaben der Rahmenstärke dienen der Bequemlichkeit, so dass man | * (Die Angaben der Rahmenstärke dienen der Bequemlichkeit, so dass man | ||
* für dünne Rahmen nur noch "border-style" angeben muss.) | * für dünne Rahmen nur noch "border-style" angeben muss.) | ||
Zeile 277: | Zeile 246: | ||
table.hintergrundfarbe2, | table.hintergrundfarbe2, | ||
.hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */ | .hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */ | ||
background-color: # | background-color: #fff; | ||
} | } | ||
table > * > tr.hintergrundfarbe3 > th, | table > * > tr.hintergrundfarbe3 > th, | ||
Zeile 322: | Zeile 291: | ||
} | } | ||
sup.reference { | sup.reference { | ||
font-style: normal; | font-style: normal; | ||
font-weight: | font-weight: normal; | ||
} | } | ||
Zeile 356: | Zeile 314: | ||
div#mw-anon-edit-warning, | div#mw-anon-edit-warning, | ||
div#mw-anon-preview-warning, | div#mw-anon-preview-warning, | ||
div#mw-missingsummary | div#mw-missingsummary { | ||
background: #d3e1f2; | background: #d3e1f2; | ||
border: 1px solid #1a47ff; | border: 1px solid #1a47ff; | ||
Zeile 365: | Zeile 322: | ||
} | } | ||
/* | /* | ||
* Bei URLs, die auf unser Projekt und verwandte Projekte verweisen, den Pfeil ausblenden | |||
* Dieser Pfeil dient nur dazu, auf externe Ziele hinzuweisen | |||
* Auf den Einsatz der Klasse "plainlinks" kann dadurch verzichtet werden | |||
*/ | |||
#mw-content-text a.external[href^="//de.wikipedia.org"], | |||
#mw-content-text a.external[href^="http://de.wikipedia.org"], | |||
#mw-content-text a.external[href^="https://de.wikipedia.org"], | |||
#mw-content-text a.external[href^="//tools.wmflabs.org"], | |||
#mw-content-text a.external[href^="http://tools.wmflabs.org"], | |||
#mw-content-text a.external[href^="https://tools.wmflabs.org"] { | |||
background-image: none; | |||
padding-right: 0; | |||
} | |||
/* | /* Falls bei der Seitenbearbeitung vergessen wurde, die Zusammenfassung auszufüllen */ | ||
. | .mw-summarymissed { | ||
border: 5px solid red; | |||
padding: 2px; | |||
} | } | ||
/* | /* Copyrightwarnung */ | ||
div#editpage-copywarn { | |||
margin | background: #fff; | ||
border: 1px solid #c00000; | |||
margin: 1em 0; | |||
} | } | ||
/* | /* | ||
* Allow limiting of which header levels are shown in a TOC; | |||
* <div class="toclimit-3">, for instance, will limit to | |||
* showing ==headings== and ===headings=== but no further | |||
* (as long as there are no =headings= on the page, which | |||
* there shouldn't be according to the MoS). | |||
* [[Vorlage:TOC limit]] | |||
*/ | |||
.toclimit-2 .toclevel-1 ul, | |||
.toclimit-3 .toclevel-2 ul, | |||
.toclimit-4 .toclevel-3 ul, | |||
.toclimit-5 .toclevel-4 ul, | |||
.toclimit-6 .toclevel-5 ul, | |||
.toclimit-7 .toclevel-6 ul { | |||
display: none; | |||
} | |||
. | /* | ||
* Hide the numbers are shown in a TOC | |||
* [[Vorlage:TOC nonum]] | |||
*/ | |||
.nonumtoc .tocnumber { | |||
display: none; | display: none; | ||
} | |||
/* +++++ 2. SONSTIGE ANPASSUNGEN (Spezialseiten u. a.) +++++ */ | |||
/* Größerer Abstand zwischen TOC-Nummerierung und TOC-Eintrag */ | |||
span.tocnumber { | |||
margin-right: .3em; | |||
} | } | ||
/* Skinabhängige absolute Positionierungen ausblenden */ | /* Skinabhängige absolute Positionierungen ausblenden */ | ||
/* Bitte [[MediaWiki Diskussion:Common.css/Archiv 1#Absolute Positionierungen]] beachten */ | /* Bitte [[MediaWiki Diskussion:Common.css/Archiv/1#Absolute Positionierungen]] beachten */ | ||
#commons-icon, | #commons-icon, | ||
#coordinates, | #coordinates, | ||
Zeile 395: | Zeile 391: | ||
#spoken-icon, | #spoken-icon, | ||
.topicon { | .topicon { | ||
display: none; | |||
} | |||
/* | |||
* Im Projekt WP:GEO benutzt die [[Vorlage:Coordinate]] das «geo-microformat» | |||
* zur semantischen Auszeichnung des Texts. Der Inhalt dieses | |||
* [[Tag (Informatik)|Tags]] ist nicht für den Leser bestimmt. | |||
*/ | |||
.geo { | |||
display: none; | display: none; | ||
} | } | ||
Zeile 404: | Zeile 409: | ||
div#mw-category-media { | div#mw-category-media { | ||
clear: both; | clear: both; | ||
} | } | ||
Zeile 430: | Zeile 430: | ||
/* Warnmeldung bei der Bearbeitung von Seiten im MediaWiki-Namensraum */ | /* Warnmeldung bei der Bearbeitung von Seiten im MediaWiki-Namensraum */ | ||
.mw-editinginterface { | .mw-editinginterface, | ||
.mw-translateinterface { | |||
background: #f9f9f9; | background: #f9f9f9; | ||
border: 1px solid #c00000; | border: 1px solid #c00000; | ||
padding: 2px; | padding: 2px; | ||
} | } | ||
.mw-editinginterface + .mw-translateinterface { | |||
border-top: none; | |||
margin-top: -8px; | |||
.mw- | |||
margin: | |||
} | } | ||
Zeile 473: | Zeile 460: | ||
} | } | ||
/* Hilfe-Links nach mediawiki.org - überlappen lokale Hilfe-Links */ | |||
#mw-indicator-mw-helplink { | |||
display: none; | |||
/* | |||
} | } | ||
/* | /* Unterstrichelung für Abkürzungen */ | ||
abbr[title], | |||
.explain[title] { | |||
border-bottom-color: #ccc; /* IE 7–8 */ | |||
} | } | ||
abbr[title], | |||
.explain[title] { | |||
border-bottom-color: rgba(50%, 50%, 50%, .5); | |||
} | } | ||
abbr[title]:hover, | |||
.explain[title]:hover { | |||
border-bottom: 1px dotted; | |||
} | } | ||
/* | /* Spezialseiten */ | ||
.sp-cached { | |||
background: url(//upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock_and_warning.svg/20px-Clock_and_warning.svg.png) 5px 3px no-repeat #ffffe0; /* IE 7–8 */ | |||
background: url(//upload.wikimedia.org/wikipedia/commons/8/8c/Clock_and_warning.svg) 5px 3px/20px no-repeat #ffffe0; | |||
border: 1px solid #eeee80; | |||
color: #606000; | |||
font-style: italic; | |||
margin: .3em 0; | |||
padding: 4px 0 4px 30px; | |||
} | } | ||
/* | /* IPA-Links nicht unterstreichen */ | ||
.IPA a { | |||
text-decoration: none; | |||
} | } | ||
/* | /* | ||
* CSS-Klassen für Schriftarten als Workaround für Defizite im IE 7. | |||
* Achtung: IE 7 mag keine Zeilenumbrüche zwischen den Fonts. | |||
* Browserweiche: IE 7 sieht die Doctype-Deklaration als Element an. | |||
*/ | |||
/* [[Vorlage:Unicode]] */ | |||
:first-child ~ html .Unicode { | |||
font-family: Code2000, Sun-ExtA, "Arial Unicode MS", NSimSun, sans-serif; | |||
} | } | ||
/* [[Vorlage:IPA]], [[Vorlage:IPA-Text]] */ | |||
: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; | |||
} | } | ||
/* [[Vorlage:He]] */ | |||
:first-child ~ html .hebrew { | |||
font-family: Quivira, Sun-ExtA, "Arial Unicode MS", "SBL Hebrew", Code2000, "MPH 2B Damase", sans-serif; | |||
} | } | ||
/* [[Vorlage:Arabische Schrift]] */ | |||
:first-child ~ html .spanAr { | |||
font-family: "Arial Unicode MS", Scheherazade, Code2000, "DejaVu Sans", sans-serif; | |||
} | } | ||
/* Flagged-Revisions-Backlog-Sitenotice */ | |||
.fr-watchlist-pending-notice { | |||
background: transparent; | |||
border: none; | |||
padding: | 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; | |||
} | } | ||
/* | |||
* Positionierung des ausklappbaren Teils der FlaggedRevs-Box im Vordergrund | |||
* | * relativ positionierter Vorlagen (Positionskarte, Lageplan, Bausteindesign1 | ||
* usw.), an #mw-fr-revisiondetails-wrapper statt div.flaggedrevs_short_details | |||
* wegen IE 7 (http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html) | |||
*/ | |||
#mw-fr-revisiondetails-wrapper { | |||
z-index: 1; | |||
} | } | ||
/* Patrollink ausblenden, da die Eweiterung hier nicht aktiviert ist und | |||
deren Optik zu sehr den gesichteten Versionen ähnelt. */ | |||
.patrollink { | |||
display: none; | |||
display: | |||
} | } | ||
/* Rollback-Knopf auf Beobachtungsliste ausblenden, da es dort nur von sehr beschränktem Nutzen | |||
ist und zu sehr vielen Reverts aus Versehen führt */ | |||
.mw-special-Watchlist .mw-rollback-link { | |||
display: | display: none; | ||
} | } | ||
/* [[Hilfe:Vorlagenbeschränkungen|Parser-Profiling-Daten]] ausblenden */ | |||
.limitreport { | |||
display: none; | |||
} | } | ||
div. | /* <noscript>-Emulation via <div class="noscript"></div>, vgl. [[bugzilla:45731]] */ | ||
.client-js .noscript { | |||
display: none; | |||
} | } | ||
/* | /* +++++ 3. [[Wikipedia:Hauptseite|HAUPTSEITE]] (seit 2006) +++++ */ | ||
/* Überschrift, Weiterleitungshinweis und Kategorie verbergen */ | |||
.action-view.page-Wikipedia_Hauptseite h1.firstHeading, | |||
.action-view.page-Wikipedia_Hauptseite #contentSub, | |||
.action-view.page-Wikipedia_Hauptseite #catlinks { | |||
display: none; | |||
} | } | ||
div#hauptseite h2 { | |||
border: 1px # | background: #d8e8ff; | ||
padding: | border: 1px solid #8898bf; | ||
font-family: inherit; | |||
font-size: 1em; | |||
font-weight: bold; | |||
line-height: 1.5; | |||
margin: 0; | |||
padding: .1em 0; | |||
} | } | ||
#hauptseite .inhalt { | |||
background: #fff; | |||
border: 1px # | border: 1px solid #8898bf; | ||
padding: | border-top: 0; | ||
background: # | min-height: 0; /* IE 7 */ | ||
text-align: | padding: .3em .8em .4em; | ||
} | |||
#hauptseite .inhalt hr { | |||
background: #8898bf; | |||
color: #8898bf; /* IE 7 */ | |||
height: 1px; | |||
margin: .5em 0; | |||
} | |||
#hauptseite .inhalt .mehr { | |||
clear: both; | |||
font-size: 95%; | |||
margin-top: .8em; | |||
text-align: right; | |||
} | } | ||
.hauptseite-oben, | |||
.hauptseite-links, | |||
.hauptseite-rechts { | |||
margin- | margin-bottom: 1em; | ||
} | } | ||
.hauptseite-links { | |||
margin-right: .5em; | |||
} | } | ||
.hauptseite-rechts { | |||
. | margin-left: .5em; | ||
} | } | ||
.hauptseite-oben h2, | |||
. | .hauptseite-unten h2 { | ||
text-align: center; | |||
} | } | ||
.hauptseite-oben .inhalt .portale { | |||
. | font-weight: bold; | ||
margin: .2em 0; | |||
} | } | ||
.hauptseite-oben .inhalt .intern { | |||
. | font-size: 90%; | ||
text-align: center; | |||
} | } | ||
.hauptseite-links h2, | |||
. | .hauptseite-rechts h2 { | ||
text-indent: .8em; | |||
. | |||
} | } | ||
. | #hauptseite-schwesterprojekte .inhalt a { | ||
font-weight: bold; | |||
} | } | ||
#hauptseite .mw-headline-anchor { | |||
display: none; | |||
} | } |
Version vom 7. Mai 2015, 18:15 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-variant: small-caps;
}
/* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */
div.NavFrame {
border: 1px solid #aaa;
clear: both;
font-size: 95%;
margin-top: 1.5em;
min-height: 0; /* IE 7 */
padding: 2px;
text-align: center;
}
div.NavPic {
float: left;
padding: 2px;
}
div.NavHead {
background: #efefef;
font-weight: bold;
}
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;
}
/* Automatisches Verschmelzen */
div.NavFrame + div.NavFrame {
margin-top: -1px;
}
/* [[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]]),
* vgl. [[rev:2909]] und [[rev:36662]]
*/
div.sideBox {
background: white;
border: 1px solid gray;
clear: right;
float: right;
margin-left: 1em;
padding: .3em;
width: 200px;
}
div.sideBox dl {
font-size: 96%;
margin: 0 0 .3em;
}
div.sideBox dt {
margin: .4em 0 0;
}
div.sideBox dd {
background: #f3f3f3;
margin: .1em 0 0 1.1em;
}
/* Stylesheet-Ergänzung zu [[Wikipedia:Taxoboxen|Taxoboxen]] und [[Wikipedia:Paläoboxen|Paläoboxen]] */
table.taxobox {
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 {
background: #9bcd9b;
border: 1px solid gray;
text-align: center;
}
table.taxobox.palaeobox > * > * > th {
background: #e7dcc3;
}
table.taxobox > * > * > td.Person,
table.taxobox > * > * > td.taxo-name,
table.taxobox > * > * > td.taxo-bild,
table.taxobox.palaeobox > * > * > td.taxo-zeit {
text-align: center;
}
table.taxobox.palaeobox > * > * > td.taxo-ort {
text-align: left;
}
/* VERALTET: Verunstaltung von Thumbnails in Taxoboxen */
table.taxobox div.thumb,
table.taxobox div.thumb * {
background: #f9f9f9;
border: none;
float: none;
margin: 0 auto;
padding: 0;
}
table.taxobox div.magnify {
display: none;
}
table.taxobox div.thumbcaption {
text-align: center;
}
/* 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.) */
/*
* VERALTET: Ehemals [[Vorlage:Prettytable]], jetzt infolge von [[rev:48842]]
* Kopie von .wikitable aus shared.css bis auf die Einfärbung der Kopfzellen
* zwecks Kompatibilität mit bestehenden Einbindungen.
* Die Existenz zweier Klassennamen ist aus der englischen Wikipedia geerbt,
* vgl. https://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&diff=26977467&oldid=26934973
* und https://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&diff=361917988&oldid=358750840
*/
.prettytable {
background-color: #f9f9f9;
border: 1px solid #aaa;
border-collapse: collapse;
color: black;
margin: 1em 0;
}
table.prettytable > * > tr > th,
table.prettytable > * > tr > td {
border: 1px solid #aaa;
padding: .3em .4em;
}
table.prettytable > * > tr > th {
/* background-color: #f2f2f2; */
text-align: center;
}
table.prettytable > caption {
font-weight: bold;
}
/* Zebra-Tabellen */
table.wikitable.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) {
background: white;
}
/* @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;
}
/*
* Farbdefinitionen für Rahmen und Hintergründe von [[Wikipedia:Textbausteine|Textbausteinen]].
* 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: #fff;
}
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;
}
sup.reference {
font-style: normal;
font-weight: normal;
}
/* 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 {
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
*/
#mw-content-text a.external[href^="//de.wikipedia.org"],
#mw-content-text a.external[href^="http://de.wikipedia.org"],
#mw-content-text a.external[href^="https://de.wikipedia.org"],
#mw-content-text a.external[href^="//tools.wmflabs.org"],
#mw-content-text a.external[href^="http://tools.wmflabs.org"],
#mw-content-text a.external[href^="https://tools.wmflabs.org"] {
background-image: none;
padding-right: 0;
}
/* Falls bei der Seitenbearbeitung vergessen wurde, die Zusammenfassung auszufüllen */
.mw-summarymissed {
border: 5px solid red;
padding: 2px;
}
/* Copyrightwarnung */
div#editpage-copywarn {
background: #fff;
border: 1px solid #c00000;
margin: 1em 0;
}
/*
* Allow limiting of which header levels are shown in a TOC;
* <div class="toclimit-3">, for instance, will limit to
* showing ==headings== and ===headings=== but no further
* (as long as there are no =headings= on the page, which
* there shouldn't be according to the MoS).
* [[Vorlage:TOC limit]]
*/
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
display: none;
}
/*
* Hide the numbers are shown in a TOC
* [[Vorlage:TOC nonum]]
*/
.nonumtoc .tocnumber {
display: none;
}
/* +++++ 2. SONSTIGE ANPASSUNGEN (Spezialseiten u. a.) +++++ */
/* Größerer Abstand zwischen TOC-Nummerierung und TOC-Eintrag */
span.tocnumber {
margin-right: .3em;
}
/* Skinabhängige absolute Positionierungen ausblenden */
/* Bitte [[MediaWiki Diskussion:Common.css/Archiv/1#Absolute Positionierungen]] beachten */
#commons-icon,
#coordinates,
#editcount,
#issnlink,
#shortcut,
#spoken-icon,
.topicon {
display: none;
}
/*
* 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;
}
/* 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;
}
/* [[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,
.mw-translateinterface {
background: #f9f9f9;
border: 1px solid #c00000;
padding: 2px;
}
.mw-editinginterface + .mw-translateinterface {
border-top: none;
margin-top: -8px;
}
/* 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;
}
/* Hilfe-Links nach mediawiki.org - überlappen lokale Hilfe-Links */
#mw-indicator-mw-helplink {
display: none;
}
/* Unterstrichelung für Abkürzungen */
abbr[title],
.explain[title] {
border-bottom-color: #ccc; /* IE 7–8 */
}
abbr[title],
.explain[title] {
border-bottom-color: rgba(50%, 50%, 50%, .5);
}
abbr[title]:hover,
.explain[title]:hover {
border-bottom: 1px dotted;
}
/* Spezialseiten */
.sp-cached {
background: url(//upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock_and_warning.svg/20px-Clock_and_warning.svg.png) 5px 3px no-repeat #ffffe0; /* IE 7–8 */
background: url(//upload.wikimedia.org/wikipedia/commons/8/8c/Clock_and_warning.svg) 5px 3px/20px no-repeat #ffffe0;
border: 1px solid #eeee80;
color: #606000;
font-style: italic;
margin: .3em 0;
padding: 4px 0 4px 30px;
}
/* IPA-Links nicht unterstreichen */
.IPA a {
text-decoration: none;
}
/*
* CSS-Klassen für Schriftarten als Workaround für Defizite im IE 7.
* Achtung: IE 7 mag keine Zeilenumbrüche zwischen den Fonts.
* Browserweiche: IE 7 sieht die Doctype-Deklaration als Element an.
*/
/* [[Vorlage:Unicode]] */
:first-child ~ html .Unicode {
font-family: Code2000, Sun-ExtA, "Arial Unicode MS", NSimSun, sans-serif;
}
/* [[Vorlage:IPA]], [[Vorlage:IPA-Text]] */
: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;
}
/* [[Vorlage:He]] */
:first-child ~ html .hebrew {
font-family: Quivira, Sun-ExtA, "Arial Unicode MS", "SBL Hebrew", Code2000, "MPH 2B Damase", sans-serif;
}
/* [[Vorlage:Arabische Schrift]] */
:first-child ~ html .spanAr {
font-family: "Arial Unicode MS", Scheherazade, Code2000, "DejaVu Sans", sans-serif;
}
/* 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;
}
/*
* Positionierung des ausklappbaren Teils der FlaggedRevs-Box im Vordergrund
* relativ positionierter Vorlagen (Positionskarte, Lageplan, Bausteindesign1
* usw.), an #mw-fr-revisiondetails-wrapper statt div.flaggedrevs_short_details
* wegen IE 7 (http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html)
*/
#mw-fr-revisiondetails-wrapper {
z-index: 1;
}
/* Patrollink ausblenden, da die Eweiterung hier nicht aktiviert ist und
deren Optik zu sehr den gesichteten Versionen ähnelt. */
.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 */
.mw-special-Watchlist .mw-rollback-link {
display: none;
}
/* [[Hilfe:Vorlagenbeschränkungen|Parser-Profiling-Daten]] ausblenden */
.limitreport {
display: none;
}
/* <noscript>-Emulation via <div class="noscript"></div>, vgl. [[bugzilla:45731]] */
.client-js .noscript {
display: none;
}
/* +++++ 3. [[Wikipedia:Hauptseite|HAUPTSEITE]] (seit 2006) +++++ */
/* Überschrift, Weiterleitungshinweis und Kategorie verbergen */
.action-view.page-Wikipedia_Hauptseite h1.firstHeading,
.action-view.page-Wikipedia_Hauptseite #contentSub,
.action-view.page-Wikipedia_Hauptseite #catlinks {
display: none;
}
div#hauptseite h2 {
background: #d8e8ff;
border: 1px solid #8898bf;
font-family: inherit;
font-size: 1em;
font-weight: bold;
line-height: 1.5;
margin: 0;
padding: .1em 0;
}
#hauptseite .inhalt {
background: #fff;
border: 1px solid #8898bf;
border-top: 0;
min-height: 0; /* IE 7 */
padding: .3em .8em .4em;
}
#hauptseite .inhalt hr {
background: #8898bf;
color: #8898bf; /* IE 7 */
height: 1px;
margin: .5em 0;
}
#hauptseite .inhalt .mehr {
clear: both;
font-size: 95%;
margin-top: .8em;
text-align: right;
}
.hauptseite-oben,
.hauptseite-links,
.hauptseite-rechts {
margin-bottom: 1em;
}
.hauptseite-links {
margin-right: .5em;
}
.hauptseite-rechts {
margin-left: .5em;
}
.hauptseite-oben h2,
.hauptseite-unten h2 {
text-align: center;
}
.hauptseite-oben .inhalt .portale {
font-weight: bold;
margin: .2em 0;
}
.hauptseite-oben .inhalt .intern {
font-size: 90%;
text-align: center;
}
.hauptseite-links h2,
.hauptseite-rechts h2 {
text-indent: .8em;
}
#hauptseite-schwesterprojekte .inhalt a {
font-weight: bold;
}
#hauptseite .mw-headline-anchor {
display: none;
}