MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus NordhausenWiki
(Änderung 4702 von Sternwanderer (Diskussion) rückgängig gemacht.)
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/**
/* Common.css ist in drei grundlegende Abschnitte gegliedert: */
  * Styling for links generated by [[MediaWiki:Edittools]]
 
* @source www.mediawiki.org/wiki/Extension:CharInsert#Styling
/* 1. Editierbare Seiteninhalte */
  * @updated 2012-02-29
/* 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. */
 
/* +++++ 0. BUGFIXES +++++ */
 
/*
  * [[bugzilla:48858]] is breaking [[Vorlage:Gesprochene Version]]
  * in non-Vector skins
  */
  */
.mw-charinsert-buttons {
.ui-helper-clearfix:before,
        margin-top: 10px;
.ui-helper-clearfix:after {
        border: 1px solid #aaaaaa;
border-collapse: collapse;
        padding: 1px;
        text-align: center;
        font-size: 110%;
}
.mw-charinsert-buttons a {
        color: black;
        background-color: #cde !important;
        font-weight: bold;
        font-size: .9em;
        text-decoration: none;
        border: thin #069 outset;
        padding: 0 .1em .1em;
}
.mw-charinsert-buttons a:hover,
.mw-charinsert-buttons a:active {
        background-color: #bcd;
        border-style: inset;
}
.client-js .mw-edittools-section {
        display: inline;
}
.client-js .mw-edittools-section input[type="button"] {
        font-size: 0.9em;
        padding-left: 1px;
        padding-right: 1px;
        margin-left: 1px;
}
}


/* Kategorie verbergen */
/* +++++ 1. ANPASSUNGEN DER ANZEIGE VON EDITIERBAREN SEITENINHALTEN +++++ */
/* Überschrift verbergen */
 
/* Redirhinweis verbergen - ACHTUNG: Je nach Skin muss jetzt der Abstand zum oberen Rand korrigiert werden */
/* Personennamen in Kapitälchen: class="Person" */
body.page-Hauptseite #catlinks,
.Person {
body.page-Hauptseite.action-view h1.firstHeading,
font-variant: small-caps;
body.page-Hauptseite.action-view #contentSub {
display: none;
body.page-Hauptseite h1.firstHeading { display:none; }
}
}


 
/* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */
/* Stylesheet-Ergänzung zu Standard-[[NordhausenWiki:Navigationsleisten|Navigationsleisten]] */
div.NavFrame {
display: inline-block; /* IE <= 7 */
}
div.NavFrame {
div.NavFrame {
border: 1px solid #aaa;
border: 1px solid #aaa;
clear: both;
clear: both;
display: block;
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;
}
/* Automatisches Verschmelzen, funktioniert nicht im IE 6 */
div.NavFrame + div.NavFrame {
margin-top: -1px;
}
}
div.NavPic {
div.NavPic {
Zeile 72: Zeile 45:
background: #efefef;
background: #efefef;
font-weight: bold;
font-weight: bold;
}
/* Redundant zu .visualClear in shared.css und IE60Fixes.css */
div.NavEnd {
display: none; /* broken */
}
}
div.NavFrame:after {
div.NavFrame:after {
Zeile 82: Zeile 50:
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 99: Zeile 78:
}
}


/* 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 106: Zeile 88:
float: right;
float: right;
margin-left: 1em;
margin-left: 1em;
overflow: hidden;
padding: .3em;
padding: 0.3em;
position: relative; /* IE 6 */
width: 200px;
width: 200px;
}
}
div.sideBox dl {
div.sideBox dl {
font-size: 96%;
font-size: 96%;
margin: 0 0 0.3em;
margin: 0 0 .3em;
}
}
div.sideBox dl dt {
div.sideBox dt {
background: none;
margin: .4em 0 0;
margin: 0.4em 0 0;
}
}
div.sideBox dl dd {
div.sideBox dd {
background: #f3f3f3;
background: #f3f3f3;
margin: 0.1em 0 0 1.1em;
margin: .1em 0 0 1.1em;
}
}


/* Stylesheet-Ergänzung zu [[NordhausenWiki:Taxoboxen|Taxoboxen]] und [[NordhausenWiki:Paläoboxen|Paläoboxen]] */
/* Stylesheet-Ergänzung zu [[Wikipedia:Taxoboxen|Taxoboxen]] und [[Wikipedia:Paläoboxen|Paläoboxen]] */
table.taxobox,
table.taxobox {
table.palaeobox {
background: white;
background: white;
border: 1px solid gray;
border: 1px solid gray;
Zeile 135: Zeile 113:
margin: 1em 0 1em 1em;
margin: 1em 0 1em 1em;
}
}
table.taxobox th,
table.taxobox > * > * > th {
table.palaeobox th {
background: #9bcd9b;
background: #9bcd9b;
border: 1px solid gray;
border: 1px solid gray;
font-weight: bold;
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 div.thumb *,
table.taxobox div.thumb * {
table.palaeobox div.thumb,
table.palaeobox div.thumb * {
background: #f9f9f9;
background: #f9f9f9;
border: none;
border: none;
Zeile 155: Zeile 140:
padding: 0;
padding: 0;
}
}
table.taxobox div.magnify,
table.taxobox div.magnify {
table.palaeobox div.magnify {
display: none;
display: none;
}
}
table.taxobox tr td div.thumb div div.thumbcaption,
table.taxobox 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;
text-align: center;
}
}
table.palaeobox td.taxo-ort {
text-align: left;
}


/* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */
/* 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: 1em 1em 1em 0;
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: 0.2em;
padding: .2em;
}
}
.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 198: Zeile 184:
}
}


.nogrid th,
.nogrid td {
border: none;
}
/* @noflip */div.float-left,
/* @noflip */div.float-left,
table.float-left,
table.float-left,
Zeile 225: Zeile 207:
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]].
* Hier: Standardvorgaben für "dunkle Schrift auf hellem Grund".
  * Anpassungen für andere Skins sind optional.
* 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
  * (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 268: Zeile 254:
table.hintergrundfarbe2,
table.hintergrundfarbe2,
.hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */
.hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */
background-color: #ffffff;
background-color: #fff;
}
}
table > * > tr.hintergrundfarbe3 > th,
table > * > tr.hintergrundfarbe3 > th,
Zeile 313: Zeile 299:
}
}


/* Keine Vergrößerung der Zeilenhöhe durch hochgestellte Zahlen der Fußnoten */
sup.reference {
sup.reference {
font-style: normal;
font-style: normal;
font-weight: 400;
font-weight: normal;
}
sup,
sub {
line-height: 1em;
}
}


Zeile 347: Zeile 328:
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 {
div#wp_talkpagetext {
background: #d3e1f2;
background: #d3e1f2;
border: 1px solid #1a47ff;
border: 1px solid #1a47ff;
Zeile 356: Zeile 336:
}
}


/* +++++ SONSTIGE ANPASSUNGEN (Spezialseiten u. a.) +++++ */
/*
* 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"],
/* VERALTET: Nach Toolserver-Abschaltung entfernen */
#mw-content-text a.external[href^="//toolserver.org"],
#mw-content-text a.external[href^="http://toolserver.org"],
#mw-content-text a.external[href^="https://toolserver.org"] {
background-image: none;
padding-right: 0;
}


/* Markierung von Redirects in [[Special:Allpages]], [[Special:Watchlist]], Kategorien */
/* Falls bei der Seitenbearbeitung vergessen wurde, die Zusammenfassung auszufüllen */
.allpagesredirect,
.mw-summarymissed {
.watchlistredir,
border: 5px solid red;
.redirect-in-category {
padding: 2px;
font-style: italic;
}
}


/* Größerer Abstand zwischen TOC-Nummerierung und TOC-Eintrag */
/* Copyrightwarnung */
span.tocnumber {
div#editpage-copywarn {
margin-right: 0.3em;
background: #fff;
border: 1px solid #c00000;
margin: 1em 0;
}
}


/* hiddenStructure wurde in Mediawiki Version 1.18 entfernt, wird hier aber gebraucht. */
/*
* 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;
}


.hiddenStructure {
/*
* 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 */
#artikelstadium,
#commons-icon,
#commons-icon,
#coordinates,
#coordinates,
Zeile 387: Zeile 410:
.topicon {
.topicon {
display: none;
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;
}
/*
* Anpassungen für [[Vorlage:Link FA]] und [[Vorlage:Link GA]],
* beachte auch [[MediaWiki:Cologneblue.css]]
*/
#p-lang li.FA {
list-style-image: url(//upload.wikimedia.org/wikipedia/commons/d/d0/Monobook-bullet-star-transparent.png);
}
#p-lang li.GA {
list-style-image: url(//upload.wikimedia.org/wikipedia/commons/a/a1/Monobook-bullet-star-gray.png);
}
}


Zeile 395: Zeile 438:
div#mw-category-media {
div#mw-category-media {
clear: both;
clear: both;
}
/* DIVs in ImageMaps inlinen (Vorschlag von Revolus) */
.imagemap-inline div {
display: inline; /* broken */
}
}


Zeile 425: Zeile 463:
border: 1px solid #c00000;
border: 1px solid #c00000;
padding: 2px;
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;
}
}


Zeile 464: Zeile 484:
}
}


 
/* Unterstrichelung für Abkürzungen */
 
abbr[title],
 
.explain[title] {
/* IPA links nicht unterstreichen */
border-bottom-color: #ccc; /* IE 7–8 */
.IPA a:link,
.IPA a:visited {
text-decoration: none;
}
 
/* Einzelnachweise kleiner */
ol.references,
div.reflist,
div.refbegin {
    font-size: 90%;           /* Default font-size */
    margin-bottom: 0.5em;
}
}
div.refbegin-100 {
abbr[title],
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
.explain[title] {
border-bottom-color: rgba(75%, 75%, 75%, .5);
}
}
div.reflist ol.references {
abbr[title]:hover,
    font-size: 100%;          /* Reset font-size when nested in div.reflist */
.explain[title]:hover {
    list-style-type: inherit; /* Enable custom list style types */
border-bottom: 1px dotted;
}
}


/* Highlight clicked reference in blue to help navigation */
/* Spezialseiten */
ol.references li:target,
.sp-cached {
sup.reference:target,
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 */
span.citation:target {
background: url(//upload.wikimedia.org/wikipedia/commons/8/8c/Clock_and_warning.svg) 5px 3px/20px no-repeat #ffffe0;
    background-color: #fdfaa1;
border: 1px solid #eeee80;
color: #606000;
font-style: italic;
margin: .3em 0;
padding: 4px 0 4px 30px;
}
}


/* Ensure refs in table headers and the like aren't bold or italic */
/* IPA-Links nicht unterstreichen */
sup.reference {
.IPA a {
    font-weight: normal;
text-decoration: none;
    font-style: normal;
}
}


/* Gallery */
/*
* 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.
*/


gallery {
/* [[Vorlage:Unicode]] */
max-width: 800px;
:first-child ~ html .Unicode {
font-family: Code2000, Sun-ExtA, "Arial Unicode MS", NSimSun, sans-serif;
}
}
 
/* [[Vorlage:IPA]], [[Vorlage:IPA-Text]] */
table.gallery {
:first-child ~ html .IPA {
margin: 0px;
font-family: Quivira, Code2000, Sun-ExtA, "DejaVu Sans", "Gentium Plus", Gentium, "Doulos SIL", Helvetica, "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
padding: 0px;
}
background-color: #6f6f6f;
/* [[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]] */
table.gallery tr {
:first-child ~ html .spanAr {
vertical-align: top;
font-family: "Arial Unicode MS", Scheherazade, Code2000, "DejaVu Sans", sans-serif;
}
}


table.gallery td {
/* Flagged-Revisions-Backlog-Sitenotice */
vertical-align: top;
.fr-watchlist-pending-notice {
background: transparent;
border: none;
margin: 0;
padding: 0;
}
}


div.gallerytext {
/* Standardmäßige Ausblendung der Flagged-Revisions-Kommentarbox */
overflow: hidden;
.fr-comment-box {
font-size: 10px;
display: none;
color: #6f6f6f;
padding: 1px;
}
}


div.gallerybox div.thumb {
/* Hintergrund des Sichten-Links auf der Beobachtungsliste entfärben */
border: 1px solid #CCC;
.mw-fr-reviewlink {
padding: 0px;
background: transparent;
width: 145px;
margin: 5px auto;
}
}


li.gallerybox {
/*
vertical-align: top;
* Positionierung des ausklappbaren Teils der FlaggedRevs-Box im Vordergrund
width: 145px;
* relativ positionierter Vorlagen (Positionskarte, Lageplan, Bausteindesign1
border: solid 0px;
* 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;
}
}


ul.gallery, li.gallerybox {
/* Patrollink ausblenden, da die Eweiterung hier nicht aktiviert ist und
zoom: 1;
  deren Optik zu sehr den gesichteten Versionen ähnelt. */
*display: inline;
.patrollink {
display: none;
}
}


ul.gallery {
/* Rollback-Knopf auf Beobachtungsliste ausblenden, da es dort nur von sehr beschränktem Nutzen
width:800px;
  ist und zu sehr vielen Reverts aus Versehen führt */
margin: 0px;
.mw-special-Watchlist .mw-rollback-link {
padding: 0px;
display: none;
display: block;
}
}


li.gallerycaption {
/* [[Hilfe:Vorlagenbeschränkungen|Parser-Profiling-Daten]] ausblenden */
font-weight: bold;
.limitreport {
text-align: center;
display: none;
display: block;
word-wrap: break-word;
}
}


li.gallerybox div.thumb {
/* <noscript>-Emulation via <div class="noscript"></div>, vgl. [[bugzilla:45731]] */
text-align: center;
.client-js .noscript {
border: 1px solid #ccc;
display: none;
margin: 0px;
width:145px;
}
}


div.gallerytext {
/* BetaFeatures ausblenden */
overflow: hidden;
li#pt-betafeatures {
font-size: 85%;
display: none;
padding: 2px 4px;
word-wrap: break-word;
}
}


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


table.wikitable { 
/* Überschrift, Weiterleitungshinweis und Kategorie verbergen */
margin: 2px; 
.action-view.page-Wikipedia_Hauptseite h1.firstHeading,
background: #FFFFFF; 
.action-view.page-Wikipedia_Hauptseite #contentSub,
border: 1px #DDDDDD solid; 
.action-view.page-Wikipedia_Hauptseite #catlinks {
border-collapse: collapse; 
display: none;
empty-cells:show;  
}
}


table.wikitable td {
div#hauptseite h2 {
border: 1px #aaa solid;  
background: #d8e8ff;
padding: 5px;  
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 {
table.wikitable th {
background: #8898bf;
border: 1px #aaa solid;  
color: #8898bf; /* IE 7 */
padding: 5px;  
height: 1px;
background: #EEEEEE;
margin: .5em 0;
text-align: center;  
}
}
 
#hauptseite .inhalt .mehr {
table.wikitable caption {
clear: both;
margin-left: inherit;
font-size: 95%;
margin-right: inherit;
margin-top: .8em;
font-weight: bold;  
text-align: right;
}
}
 
.hauptseite-oben,
/* Größere Einrückung für Zeilennummerierungen */
.hauptseite-links,
dd {
.hauptseite-rechts {
  margin-left:2.8em;
margin-bottom: 1em;
}
 
.poem {
        margin-bottom: 0em;
        margin-top: 0em;
        line-height: 1.6em;
        margin-left: 6em;
}
 
.poem p {
margin-top: 0em ! important;
margin-bottom: 0em ! important;
}
.poem .zeilennummer {
        left:-4.5em;
}
 
.zeilennummer {
        position:absolute;
        top:0em; 
        left:-4.5em;
        width:4.0em; 
        text-align:right;
        margin:0.0em;
        font-size:0.8em;
        vertical-align:middle;
}
 
.poem .pr1pn {
        position:absolute;
        top:0em; 
        left:-5.5em;
        width:3em; 
        text-align:right;
        margin:0.0em;
        vertical-align:middle;
}
 
.seitennummer {
        position:absolute;
        top:0em; 
        left:-0.5em;
        width:3em; 
        text-align:right;
        margin:0.0em;
        vertical-align:middle;
}
 
.poem .seitennummer {
        left:-0.5em;
}
 
/* präferierte Fonts für bestimmte Schriftsysteme */
span.polytonic
{
  font-family:
  'Arial Unicode MS',
  'Palatino Linotype',
  'Code2000',
  'New Athena Unicode',
  'Gentium',
  'Athena Unicode',
  sans-serif;
}
span.hebrew
{
  font-family:
  'Quivira',
  'Sun-ExtA',
  'Arial Unicode MS',
  'SBL Hebrew',
  'Code2000',
  'MPH 2B Damase',
  sans-serif;
}
 
span.unicode
{
  font-family:
  'Arial Unicode MS',
  'Lucida Sans Unicode',
  'Lucida Grande',
  'TITUS Cyberbit Basic',
  'Code2000',
  'MV Boli',
  'MS Mincho',
  'Arial',
  sans-serif;
}
 
/* Styles für Proofreading-Extension */
.Index {
  display: none;
}
 
.pagetext {
  text-align: justify;
}
 
.ns-104 .quality4, .editCheckboxes .quality4 { /* fertig */
    background:#90EE90 /* grün */
}
}
 
.hauptseite-links {
.ns-104 .quality3, .editCheckboxes .quality3 { /* korrigiert */
margin-right: .5em;
    background:#ffe867 /* gelb */
}
}
.hauptseite-rechts {
.ns-104 .quality2, .editCheckboxes .quality2 { /* ???? */
margin-left: .5em;
    background:#ff0000; /* rot */
}
}
.hauptseite-oben h2,
.ns-104 .quality1, .editCheckboxes .quality1 {   /* unkorrigiert */
.hauptseite-unten h2 {
    background:#ffa0a0; /* hell-rot */
text-align: center;
}
}
 
.hauptseite-oben .inhalt .portale {
.ns-104 .quality0, .editCheckboxes .quality0 { /*sofort fertig*/
font-weight: bold;
    background:#dddddd /* grau */
margin: .2em 0;
}
}
 
.hauptseite-oben .inhalt .intern {
.ns-102 .editsection { visibility:hidden; }
font-size: 90%;
 
text-align: center;
/* Style um den Abstand zwischen den Absätzen zu vergrößern */
dl {
margin: 0px;
margin-bottom: 1em;
}
 
.vorlage-ueberschrift {
  display: block !important;
}
}
.vorlage-ueberschrift * {
.hauptseite-links h2,
  color: #999;
.hauptseite-rechts h2 {
text-indent: .8em;
}
}
@media print {
#hauptseite-schwesterprojekte .inhalt a {
  .vorlage-ueberschrift {
font-weight: bold;
    display: none !important;
  }
}
}

Version vom 18. Juni 2014, 08:10 Uhr

/* 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. */

/* +++++ 0. BUGFIXES +++++ */

/*
 * [[bugzilla:48858]] is breaking [[Vorlage:Gesprochene Version]]
 * in non-Vector skins
 */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	border-collapse: collapse;
}

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

/* 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 {
	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"],
/* VERALTET: Nach Toolserver-Abschaltung entfernen */
#mw-content-text a.external[href^="//toolserver.org"],
#mw-content-text a.external[href^="http://toolserver.org"],
#mw-content-text a.external[href^="https://toolserver.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;
}

/*
 * Anpassungen für [[Vorlage:Link FA]] und [[Vorlage:Link GA]],
 * beachte auch [[MediaWiki:Cologneblue.css]]
 */
#p-lang li.FA {
	list-style-image: url(//upload.wikimedia.org/wikipedia/commons/d/d0/Monobook-bullet-star-transparent.png);
}
#p-lang li.GA {
	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;
}

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

/* 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[title],
.explain[title] {
	border-bottom-color: #ccc; /* IE 7–8 */
}
abbr[title],
.explain[title] {
	border-bottom-color: rgba(75%, 75%, 75%, .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;
}

/* BetaFeatures ausblenden */
li#pt-betafeatures {
	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;
}