Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
/* 
 * erstmal eine lesbare Schriftart einstellen
 */
#content p, #content dd {
  font-family: Georgia, serif;
}
/* 
 * dannmal eine lesbare Schrïftgrößë einstellen
 */
#content {
  font-size: 16px;
/*
Spalten zurechtrücken
*//*
  margin-top: 4em;
  margin-left: 10em;
  position: static;
  width: auto;
  z-index: 0;
  background: transparent;
}
#column-one {
  float: left;
  position: static;
  border: solid red thin;
}
#p-nav, #p-search, #p-tb, #p-lang {
  position: static;
  border: dashed red thin;
*/}

#p-cactions {
/*  border: solid red thin;
  width: auto;
  left: 12.2em;
  right: 0;
*//*    overflow: visible;
    background: none;
    border-collapse: collapse;
    padding-left: 1em;
    list-style: none;
    font-size: 95%;
*/
}

#p-cactions li#ca-edit:before, 
#p-cactions li#ca-viewsource:before {
  content: "\A\200C";
  background-color: transparent;
  white-space: pre;
  border-right-style: solid;
  border-right-color: inherit;
  border-right-width: 1px;
}
#p-cactions li#ca-edit, 
#p-cactions li#ca-viewsource {
  content: "\A";
  white-space: pre;
  border-left-style: none;
}

#p-cactions :link {
	text-decoration: none;
	color: #002bb8;
	background: none;
}
#p-cactions :visited {
	text-decoration: none;
	color: #5a3696;
	background: none;
}
#p-cactions :link:active {
	color: #faa700;
}
#p-cactions :link:hover, 
#p-cactions :link:focus {
	text-decoration: underline;
}
#p-cactions .stub:link {
	color: #772233;
}
#p-cactions .new :link, #p-personal .new :link {
	color: #ba0000;
}
#p-cactions .new :visited, #p-personal .new :visited {
	color: #a55858;
}
/* 
 * externe Links (external) und in andere Wikis (extiw)
 */
:link.external, 
:link.extiw {
	color: #3366BB		!important;
}
:visited.external, 
:visited.extiw {
	color: #8D7199		!important;
}
:link.external[href^="https://books.google"], 
:link.external[href^="http://books.google"], 
:link.external[href^="https://news.google"], 
:link.external[href^="http://news.google"] {
	color: gray		!important;
}
:visited.external[href^="https://books.google"], 
:visited.external[href^="http://books.google"], 
:visited.external[href^="https://news.google"], 
:visited.external[href^="http://news.google"] {
	color: silver		!important;
}
:link:active.external, :visited:active.external, 
:link:active.extiw,    :visited:active.extiw {
	color: #faa700		!important;
}
:link:hover.external, :visited:hover.external, 
:link:focus.external, :visited:focus.external, :link:hover.extiw,    :visited:hover.extiw, 
:link:focus.extiw,    :visited:focus.extiw{
	text-decoration: underline !important;
}
/* 
 * Links auf Stubs
 */
:link.stub {
	color: #772233		!important;
}
:visited.stub {
	color: #D12D55		!important;
}
:link:active.stub, :visited:active.stub {
	color: #faa700		!important;
}
:link:hover.stub, :visited:hover.stub, 
:link:focus.stub, :visited:focus.stub {
	text-decoration: underline !important;
}

/* 
 * Inhaltsverzeichnis mit runden Ecken ausstatten und etwas 
 * zur Seite rücken, mangels ausreichender Klassierung muss 
 * das "A * B * C * ..."-TOC per Selektor ausgewählt werden 
 */
table#toc,
table[style="border: 1px solid rgb(170, 170, 170); padding: 5px; background-color: rgb(249, 249, 249); font-size: 95%;"][align="center"][border="0"] {
  -moz-border-radius: 2em;
  margin-left: -1.5em;
  padding-left: 1.5em;
}
/* 
 * Inhaltsverzeichnis-ausblenden-Verweis ausblenden
 */
span.toctoggle {
  display: none;
}

/*
große Überschriften zwängen sich doch nicht neben Bilder und Tabellen, 
die machen unter fließenden Objekten weiter.
*//*
h1, h2 {
  clear: both;
}*/

div.editsection, div.editsection > p {
  float: none !important;
  font-size: 8px;
  display: inline;
  margin-top: 0;
  margin-bottom: -8px;
}

/*
Abschnitte »vorformatierten« Textes wie diesen hier in seine Schranken weisen
damit er nicht kilometerweit den Bildschirm verlässt sondern Bildlaufleisten 
anbietet
*/
pre {
  overflow: auto;
}

/*
 * Heißkatzen-Buttons (Die (+) und (-) von hotcat) 
 * etwas unauffälliger, Farbe passend zum Rahmen
 */

:link[href^="javascript:hotcat"], :visited[href^="javascript:hotcat"] {
  color: #adaaad;
  font-size: smaller;
}
/*
 * Links, die auf Weiterleitungen führen, kennzeichnen
 */
.mw-redirect:link:after, .mw-redirect:visited:after {
  content: " ­®";
  color: gray;
  font-size: smaller;
}
/*
 * Links, die auf Begriffsklärungen führen, kennzeichnen
 */
:link .bkl-link-inner:after, :visited .bkl-link-inner:after {
  content: " ­©";
  color: gray;
  font-size: smaller;
}
.bkl-link-inner {background:transparent;}
.bkl-link-sup {display:none;}
/*
 * Klassen aller Links vor ihnen anzeigen
 *//* - derzeit außer Betrieb -
:link:before, :visited:before {
  content: attr(class) " ";
  color: gray;
  font-size: smaller;
}*/

/*
Tabellenzellenüberschriften zentrieren
*/
th {
  text-align: center;
}
/*
Tabellenzellen oben ausrichten
*/
td {
  vertical-align: top;
}

/* 
 * Metadaten (z. Zt. nur bei Personen) anzeigen
 */
table.persondata, table.metadata {
  display:block;
  display:table;
}
/* 
 * Urheberrechtswarnung bei Seite bearbeiten ausblenden
 */
div#editpage-copywarn, div#editpage-copywarn-copywarn, 
div.mw-tos-summary {
  display: none;
}

/* 
 * die Linie über und unter Sachen wie Kategorien u. a. 
 * Bausteinen ganz an den Rand verlängern
 */
#catlinks, #Vorlage_BK, #Wikireader, .Vorlage-Dieser_Artikel, .Vorlage_Begriffsklaerung { /*#printfooter*/
  margin-left: -1em;
  margin-right: -1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

#Vorlage_Dieser_Artikel, #Vorlage_Begriffsklaerung {
  margin-left: -1em;
  margin-right: -1em;
}
#Vorlage_Dieser_Artikel table, #Vorlage_Begriffsklaerung table {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

#coordinates, #issnlink, #isbnlink {  
  top:1.3em;
  font-family: sans-serif;
}
#coordinates br, #issnlink br, #isbnlink br {  
  display: none;
}


/*
alles am Seitenende, was in Kästen sitzt, mit runden Ecken ausstatten
*/
table.metadata,
div.BoxenVerschmelzen,
div.NavFrame,
div.NavHead,
div.NavPic,
div.interbox/*,
#p-cactions li,
#p-cactions li a*/ {
  -moz-border-radius: 1em;
}

/* https://de.wikipedia.org/wiki/Vorlage:Erweiterte_Navigationsleiste --2016-10-16 */
.erweiterte-navigationsleiste-quicklinks {
	display: block !important;
}