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
/* Vector Skin Dark Mode */
/* Hauptcontainer */
.skin-vector .mw-page-container {
background: #1a1a1a !important;
}
.skin-vector .mw-body {
background: #242424 !important;
border-color: #4a4a4a !important;
color: #e0e0e0 !important;
}
.skin-vector #mw-content-text {
background: #242424 !important;
}
/* Vector 2022 spezifisch */
.skin-vector-2022 .mw-page-container {
background: #1a1a1a !important;
}
.skin-vector-2022 .mw-body {
background: #242424 !important;
border: none !important;
}
.skin-vector-2022 .vector-body {
background: #242424 !important;
}
/* Legacy Vector */
.skin-vector-legacy #content {
background: #242424 !important;
border-color: #4a4a4a !important;
}
.skin-vector-legacy #mw-page-base {
background: #1a1a1a !important;
}
.skin-vector-legacy #mw-head-base {
background: #1a1a1a !important;
}
/* Panel/Sidebar */
.skin-vector #mw-panel {
background: #1a1a1a !important;
}
.skin-vector .vector-menu-portal .vector-menu-heading {
color: #c9a227 !important;
}
/* Content area - wichtig! */
.skin-vector .mw-parser-output {
color: #e0e0e0 !important;
}
/* Header area */
.skin-vector .mw-header {
background: #1a1a1a !important;
}
.skin-vector #p-personal {
background: transparent !important;
}
/* Tabs */
.skin-vector .vector-menu-tabs {
background: transparent !important;
}
.skin-vector .vector-menu-tabs li a {
color: #ffd700 !important;
}
.skin-vector .vector-menu-tabs li.selected {
background: #3d3d3d !important;
}