MediaWiki:Vector.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Vector Dark Mode) |
(Header fix v2) |
||
| Zeile 1: | Zeile 1: | ||
/* Vector Skin | /* Vector Skin - Hintergrundbild Fix */ | ||
/* | /* ALLES transparent machen */ | ||
.skin-vector .mw-page- | html.skin-vector, | ||
background: | body.skin-vector, | ||
body.skin-vector-legacy, | |||
.skin-vector #mw-page-base, | |||
.skin-vector #mw-head-base, | |||
.skin-vector-legacy #mw-page-base, | |||
.skin-vector-legacy #mw-head-base { | |||
background: transparent !important; | |||
background-color: transparent !important; | |||
background-image: none !important; | |||
} | } | ||
/* Der weisse Streifen oben */ | |||
background: | #mw-page-base { | ||
background: transparent !important; | |||
background-color: transparent !important; | |||
background-image: none !important; | |||
height: 0 !important; | |||
} | } | ||
#mw-head-base { | |||
background: | background: transparent !important; | ||
background-color: transparent !important; | |||
background-image: none !important; | |||
background: | |||
} | } | ||
/* Header Container */ | |||
background: | div#mw-head, | ||
#mw-head { | |||
background: rgba(26, 26, 26, 0.95) !important; | |||
} | } | ||
.skin-vector- | /* Content */ | ||
.skin-vector #content, | |||
.skin-vector .mw-body, | |||
.skin-vector-legacy #content { | .skin-vector-legacy #content { | ||
background: | background: rgba(36, 36, 36, 0.95) !important; | ||
border-color: #4a4a4a !important; | border-color: #4a4a4a !important; | ||
} | } | ||
/* Panel */ | |||
.skin-vector #mw-panel, | |||
.skin-vector-legacy #mw-panel { | |||
/* Panel | |||
.skin-vector #mw-panel | |||
.skin- | |||
background: transparent !important; | background: transparent !important; | ||
} | } | ||
Aktuelle Version vom 19. Februar 2026, 21:48 Uhr
/* Vector Skin - Hintergrundbild Fix */
/* ALLES transparent machen */
html.skin-vector,
body.skin-vector,
body.skin-vector-legacy,
.skin-vector #mw-page-base,
.skin-vector #mw-head-base,
.skin-vector-legacy #mw-page-base,
.skin-vector-legacy #mw-head-base {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
}
/* Der weisse Streifen oben */
#mw-page-base {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
height: 0 !important;
}
#mw-head-base {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
}
/* Header Container */
div#mw-head,
#mw-head {
background: rgba(26, 26, 26, 0.95) !important;
}
/* Content */
.skin-vector #content,
.skin-vector .mw-body,
.skin-vector-legacy #content {
background: rgba(36, 36, 36, 0.95) !important;
border-color: #4a4a4a !important;
}
/* Panel */
.skin-vector #mw-panel,
.skin-vector-legacy #mw-panel {
background: transparent !important;
}