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
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */

/*body, body #mw-page-base {*/
	/*background: #b8a681;*/
	/*background-image: url( "skins/Vector/wiki-bg.png" );*/
	/*background-repeat: no-repeat;*/

body, body #mw-page-base {
    background: url(skins/Vector/wiki-bg.png);
        background-repeat: repeat;
    background-repeat: no-repeat;
}

.mw-body {
    margin-top: -1px;
    border: 0px solid #a7d7f9;
    border-right-width: 1px;
    border-right-width: 0;
}

.vector-menu-tabs .new{
    background: #c3b18d;
    border: 0px;
}

.vector-menu-tabs{
    background: #d5c096 !important;
    border: 0px;
}

.vector-menu-tabs .collapsible {
    background: #c3b18d;
    border: 0px;
}

.vector-menu-tabs li {
    background: #c3b18d;
    border: 0px;
}

.vector-menu-tabs .selected {
    background: #d5c096;
    border: 0px;
}

#content {color: #44332e !important;}

#firstHeading{
	color: #44332e;
}

#secondHeading{
	color: #44332e;
}

#thirdHeading{
	color: #44332e;
}

.catlinks {
    border: 0px solid #a2a9b1;
    background-color: #b7a683;
    padding: 5px;
    margin-top: 1em;
    clear: both;
}

.wikitable {
    border: 0px solid #a2a9b1;
    background-color: #c3b18d;
}

#mw-panel .portal a, #mw-panel .portal a:visited {
    font-size:16px!important;
    color: red!important;
}