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
 /** Do not force 'lowercase' */
 .portlet h5,
 .portlet h6,
 #p-personal ul,
 #p-cactions li a {
 	text-transform: none;
 }
 
 /* Registerkarte/Reiter für Navigationsbereiche */
 .portlet h5 
 {
   background-color: #e0e3e6;
   border: thin solid silver;
 }
 
 /* Standard Navigationsleisten */
 
 div.BoxenVerschmelzen,
 div.NavFrame {
 	margin: 0px;
 	padding: 2px;
 	border: 1px solid #aaaaaa;
 	text-align: center;
 	border-collapse: collapse;
 	font-size: 95%;
 }
 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-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;
 }

 /* Make all non-namespace pages have a light blue content area. This is done by
        setting the background color for all #content areas to light blue and then
        overriding it for any #content enclosed in a .ns-0 (main namespace). I then
        do the same for the "tab" background colors. --Lupo */

 div#content,
 #mytabs li.selected a,
 #p-cactions li.selected a {
        background-color: #F3F3FF; /* ein leichtes blau */
 }
 .ns-0 div#content,
 .ns-0 #mytabs li.selected a,
 .ns-0 #p-cactions li.selected a,
 .ns-102 div#content,
 .ns-102 #mytabs li.selected a,
 .ns-102 #p-cactions li.selected a,
 .ns-104 div#content,
 .ns-104 #mytabs li.selected a,
 .ns-104 #p-cactions li.selected a {
         background-color: white;
 }

 /* Siehe Wikipedia-Diskussionsseite == Hintergrundfarben ==
 .ns--1 table,
 .ns-2 table,
 .ns-4 table,
 .ns--1 form {
        background: inherit;
 }
 */

 /* Vermeide hässliche weiße Ränder bei Float-Objekten auf nicht-weißen Hintergründen. */
 
 div.thumb {
         border: none;
 }
 div.tright {
         border: none;
         margin: 0.5em 0 0.8em 1.4em;
 }
 div.tleft {
         border: none;
         margin: 0.5em 1.4em 0.8em 0;
 }

 div.toolbar {
         margin-top:3px; 
         border-style:solid; 
         border-width:1px; 
         border-color:#aaaaaa; 
         padding:1px; 
         text-align:left;
         background-color:white;
 }

 /* Formatierung für Gesprochene Wikisource (experimentell): */

 #spoken {
   display: block;
   position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
   padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:90%; text-transform:none; white-space:normal;
 }

 /*classe text : Text in der Mitte der Seite zentriert, Blocksatz*/

 .text p { 
   text-indent: 2em
 }

 .text {
   width: 33em;
   text-align:justify;
   margin:0px auto;
 }

 .text pre {
   background-color: #ffffff;
   font-family:sans-serif;
   line-height: 150%;
   border: 0px;
   padding-left: 2em;
   margin: 0;
   white-space: pre;
 }

 /*classe text44: Text in der Mitte der Seite zentriert, Breite 44 em Blocksatz*/

 .text44 p { 
   text-indent: 2em
 }

 .text44 {
   width: 44em;
   text-align:justify;
   margin:0px auto;
 }

 .text44 pre {
   background-color: #ffffff;
   font-family:sans-serif;
   line-height: 150%;
   border: 0px;
   padding-left: 2em;
   margin: 0;
   white-space: pre;
 }

 /*classe text : Text in der Mitte der Seite zentriert, Blocksatz, ohne Ident*/

 .text33oi {
   width: 33em;
   text-align:justify;
   margin:0px auto;
 }

 .text33oi p {
   text-indent: 0em;
 }

 .text33oi pre {
   background-color: #ffffff;
   font-family:sans-serif;
   line-height: 150%;
   border: 0px;
   padding-left: 2em;
   margin: 0;
   white-space: pre;
 }

 /*classe anno: Text mithilfe von hover popups darstellen*/

 .anno[title] {
   cursor: help;
 }

/*  Kategorienseite mit transparentem Hintergrund */
#mw-subcategories table {
       background-color: transparent;
}
 
#mw-pages table {
       background-color: transparent;
}

.topicon {
	display: block;
	position: absolute;
	z-index: 1;
	border: none;
	background: none;
	right: 12px;
	top: 0.3em;
	margin: 0.0em;
	padding: 0.0em;
	line-height: 1.5em;
	text-align: right;
	text-indent: 0;
	font-size: 90%;
	text-transform: none;
	white-space: normal;
}

/* Stublinks als Standardlinks darstellen */
a.stub { color: #002bb8; }