MediaWiki:Vector.css
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 Benutzer der Vector-Benutzeroberfläche geladen. */
body {
background-color: #1474EB;
}
#mw-page-base:before {
background-image: linear-gradient(to bottom,rgba(20,116,235,.0) 25%,#31474EB);
position: absolute;
bottom: 0;
content: "";
display: block;
height: 7.5em;
width: 100%;
z-index: -1;
}
#mw-page-base {
background: #1474EB url(/resources/assets/header.png) no-repeat 50%/cover;
position: sticky;
top: 0;
opacity: 100%;
height: 30em;
width: 100%;
z-index: -2;
}
#left-navigation, #right-navigation {
margin-top: 27.5em;
}
#p-personal ul {
padding-left: 0;
}
#p-logo {
margin-bottom: 20em;
}
.vector-user-menu-legacy {
background-color: rgba(0,0,0,.5);
top: 0 !important;
right: 0 !important;
padding: 0.5em;
border-left: 1px solid gold;
border-bottom: 1px solid gold;
}
a.new, .vector-menu-tabs-legacy .new a, .vector-menu-tabs-legacy .new a:visited {
color: #f00;
}
a, a:visited, a:active, .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a, .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited, .vector-menu-tabs-legacy li a, .vector-menu-tabs-legacy li a:visited, .toctogglelabel, .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited, .mw-parser-output a.extiw, .mw-parser-output a.external {
color: #a7d7f9;
}
.vector-legacy-sidebar .vector-menu-portal {
margin: 0.25em;
margin-left: -0.5em;
padding: 0.5em;
background-color: rgba(0,0,0,.5);
border: 1px solid #ffd700;
border-left-width: 0;
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-heading {
color: #fff;
text-align: center;
font-weight: bold;
background-image: linear-gradient(to right,rgba(255,215,0,0) 0,#ffd700 33%,#ffd700 66%,rgba(255,215,0,0) 100%);
}
.vector-menu-tabs-legacy .selected {
background: rgba(0,0,0,.5);
}
.vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited, .vector-menu-dropdown .vector-menu-heading, h1, h2, h3, h4, h5, h6, .tocnumber {
color: #fff;
}
h1 {
border-bottom: none !important;
}
.vector-menu-tabs-legacy li {
background-image: linear-gradient(to top,rgba(255,215,0,.5) 0,rgba(0,0,0,.5) 1px,rgba(0,0,0,.3) 100%);
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
background-image: linear-gradient(to bottom,rgba(255,215,0,0) 0,#ffd700 100%);
}
.vector-menu-dropdown .vector-menu-content {
background-color: rgba(0,0,0,.2);
border: 1px solid #ffd700;
}
.mw-body {
border: 1px solid #ffd700;
border-right-width: 0;
}
.mw-body, .parsoid-body {
background-color: rgba(0,0,0,.5);
color: #fff;
}
.toc, .toccolours {
border: 1px solid #ffd700;
background-color: rgba(0,0,0,.2);
}
ul {
list-style-image: none;
}
.wikitable {
background-color: rgba(0,0,0,.15);
color: #fff;
border: 1px solid #ffd700;
}
.wikitable > tr > th, .wikitable > * > tr > th {
background-color: rgba(0,0,0,.3);
}
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
border: 1px solid rgba(255,215,0,.5);
}
figure[typeof~='mw:File/Thumb'] > a:first-child > *:first-child:not(.mw-broken-media), figure[typeof~='mw:File/Frame'] > a:first-child > *:first-child:not(.mw-broken-media), figure[typeof~='mw:File/Thumb'] > span:first-child > *:first-child:not(.mw-broken-media), figure[typeof~='mw:File/Frame'] > span:first-child > *:first-child:not(.mw-broken-media) {
border: initial;
background: initial;
}
figure[typeof~='mw:File/Thumb'], figure[typeof~='mw:File/Frame'] {
border: initial;
border-bottom: 0;
background-color: initial;
}
figure[typeof~='mw:File/Thumb'] > figcaption, figure[typeof~='mw:File/Frame'] > figcaption {
border: initial;
border-top: 0;
background-color: initial;
font-size: inherit;
}