MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Sascha (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Sascha (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* Z- | /* ============================================================ | ||
Z-EVOLUTIONS FINAL DARK THEME | |||
============================================================ */ | |||
/* 1. | /* 1. GRUNDGERÜST & HINTERGRUND */ | ||
# | html, body, .mw-page-container, .mw-header, .vector-header { | ||
background-color: #1b222d !important; | |||
background-image: url("/resources/assets/background.jpg") !important; | |||
background-attachment: fixed !important; | |||
background-size: cover !important; | |||
background-position: center !important; | |||
color: #e2e8f0 !important; | |||
} | |||
/* 2. INHALTSBEREICH (Zentrale Box) */ | |||
.mw-body { | |||
background-color: rgba(27, 34, 45, 0.92) !important; | |||
border: 1px solid rgba(88, 145, 255, 0.3) !important; | |||
border-radius: 12px; | |||
color: #e2e8f0 !important; | |||
backdrop-filter: blur(10px); | |||
box-shadow: 0 10px 30px rgba(0,0,0,0.5); | |||
} | |||
/* 3. FIX FÜR WEISSE BOXEN (Gäste-Ansicht & TOC) */ | |||
/* Hier bündeln wir alle störrischen Elemente */ | |||
.toc, | |||
.vector-toc, | .vector-toc, | ||
.vector-pinned-container, | .vector-pinned-container, | ||
.vector- | .vector-appearance-dropdown-menu, | ||
background-color: | .vector-dropdown-content, | ||
#vector-appearance-pinned-container { | |||
background-color: #1e293b !important; | |||
background-image: none !important; | background-image: none !important; | ||
border: 1px solid rgba(88, 145, 255, 0.3) !important; | border: 1px solid rgba(88, 145, 255, 0.3) !important; | ||
color: #f1f5f9 !important; | |||
} | } | ||
/* | /* 4. HAMBURGER MENU & ICONS (Sichtbarkeit) */ | ||
. | .mw-ui-icon, .vector-icon { | ||
filter: invert(1) brightness(1.5) !important; | |||
} | } | ||
/* | /* 5. TEXT-FARBEN & LINKS */ | ||
. | h1, h2, h3, .mw-headline, .vector-toc-text { | ||
color: #5891ff !important; | |||
} | } | ||
a { color: #82aaff !important; } | |||
a:visited { color: #c792ea !important; } | |||
} | |||
/* | /* 6. HEADER-ELEMENTE (Suche & Login) */ | ||
. | |||
.cdx-text-input__input { | .cdx-text-input__input { | ||
background-color: | background-color: #0f172a !important; | ||
color: # | color: white !important; | ||
border: 1px solid #5891ff !important; | |||
} | } | ||
.vector-user-links a, .vector-menu-content-list a { | |||
. | color: #e2e8f0 !important; | ||
} | } | ||
Version vom 28. April 2026, 21:56 Uhr
/* ============================================================
Z-EVOLUTIONS FINAL DARK THEME
============================================================ */
/* 1. GRUNDGERÜST & HINTERGRUND */
html, body, .mw-page-container, .mw-header, .vector-header {
background-color: #1b222d !important;
background-image: url("/resources/assets/background.jpg") !important;
background-attachment: fixed !important;
background-size: cover !important;
background-position: center !important;
color: #e2e8f0 !important;
}
/* 2. INHALTSBEREICH (Zentrale Box) */
.mw-body {
background-color: rgba(27, 34, 45, 0.92) !important;
border: 1px solid rgba(88, 145, 255, 0.3) !important;
border-radius: 12px;
color: #e2e8f0 !important;
backdrop-filter: blur(10px);
box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
/* 3. FIX FÜR WEISSE BOXEN (Gäste-Ansicht & TOC) */
/* Hier bündeln wir alle störrischen Elemente */
.toc,
.vector-toc,
.vector-pinned-container,
.vector-appearance-dropdown-menu,
.vector-dropdown-content,
#vector-appearance-pinned-container {
background-color: #1e293b !important;
background-image: none !important;
border: 1px solid rgba(88, 145, 255, 0.3) !important;
color: #f1f5f9 !important;
}
/* 4. HAMBURGER MENU & ICONS (Sichtbarkeit) */
.mw-ui-icon, .vector-icon {
filter: invert(1) brightness(1.5) !important;
}
/* 5. TEXT-FARBEN & LINKS */
h1, h2, h3, .mw-headline, .vector-toc-text {
color: #5891ff !important;
}
a { color: #82aaff !important; }
a:visited { color: #c792ea !important; }
/* 6. HEADER-ELEMENTE (Suche & Login) */
.cdx-text-input__input {
background-color: #0f172a !important;
color: white !important;
border: 1px solid #5891ff !important;
}
.vector-user-links a, .vector-menu-content-list a {
color: #e2e8f0 !important;
}