Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 74: Zeile 74:


#mw-panel .portal a, #mw-panel .portal a:visited {
#mw-panel .portal a, #mw-panel .portal a:visited {
     color: white!important;
     color: #d5c096!important;
}
}

Version vom 20. Juni 2021, 09:09 Uhr

/* 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 {
    color: #d5c096!important;
}