Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* 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 {
// background: #20394F;
   background: #d5c096;
  background-image: linear-gradient(-90deg, #070a0e, #20394F);
 
}
 
body, body #mw-page-base {
  background: url('/wiki/images/wiki-bg.png');
   background-repeat: no-repeat;
}
 
#bodyContent {
background-color: #FFF;
}
 
 
div#mw-panel div.portal h3 {
color: #fff;
}
 
div#mw-panel div.portal div.body ul li a, #p-personal a, #p-persona a:visited, div.vectorMenu h3 span {
color: #AD9479;
}
 
div#mw-panel div.portal div.body ul li a:visited {
color: #DBBA95;
}
 
#footer a {
color: #AD9479;
}
 
.collapse span.mw-collapsible-toggle {
  float: left; !important
}
 
.vectorTabs li.selected a, .vectorTabs li.selected a:visited {
    color: #fff;
    text-decoration: none;
}
 
.vectorTabs li a {
    display: block;
    height: 1.9em;
    padding-left: 0.615em;
    padding-right: 0.615em;
    color: #fff;
    cursor: pointer;
    font-size: 0.8125em;
}
 
a:visited {
    color: #551A8B;
}
}


.vectorTabs li.new a, .vectorTabs li.new a:visited {
/* Changes the background color behind the top half of the logo and at top of each page: */
    color: #fff;
#mw-page-base {
  background: #d5c096;
}
}

Version vom 20. Juni 2021, 03:33 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 {
  background: #d5c096;
}

/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
  background: #d5c096;
}