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-Evolutions Corporate Design - | /* Z-Evolutions Corporate Design - Final Polish */ | ||
/* 1. Globaler Hintergrund & | /* 1. Globaler Hintergrund & Header */ | ||
html, body, .mw-page-container, .mw-header, .vector-header { | html, body, .mw-page-container, .mw-header, .vector-header { | ||
background-color: #1b222d !important; | background-color: #1b222d !important; | ||
background-image: url("/resources/assets/background.jpg") !important; | background-image: url("/resources/assets/background.jpg") !important; | ||
background-attachment: fixed !important; | background-attachment: fixed !important; | ||
| Zeile 11: | Zeile 11: | ||
} | } | ||
/* 2. Inhaltsbereich (Content) | /* 2. Inhaltsbereich (Content) */ | ||
.mw-body { | .mw-body { | ||
background-color: rgba(27, 34, 45, 0. | background-color: rgba(27, 34, 45, 0.88) !important; | ||
border: 1px solid rgba(88, 145, 255, 0.3) !important; | border: 1px solid rgba(88, 145, 255, 0.3) !important; | ||
border-radius: 12px; | border-radius: 12px; | ||
color: #e2e8f0 !important; | color: #e2e8f0 !important; | ||
backdrop-filter: blur(10px); | backdrop-filter: blur(10px); | ||
} | } | ||
/* 3. | /* 3. FIX FÜR WEISSE BOXEN (TOC, Widgets, Menüs) */ | ||
/* Wir erzwingen hier Dunkelheit für alle Container-Typen */ | |||
.toc, .mw-parser-output .toc, .vector-toc, | .toc, .mw-parser-output .toc, .vector-toc, | ||
.vector- | .vector-appearance-dropdown-menu, .vector-dropdown-content, | ||
. | .vector-main-menu, .vector-sidebar-container, | ||
. | .mw-portlet, .cdx-menu { | ||
background-color: rgba(30, | background-color: rgba(23, 30, 43, 0.95) !important; | ||
color: #f1f5f9 !important; | color: #f1f5f9 !important; | ||
border: 1px solid rgba(88, 145, 255, 0. | border: 1px solid rgba(88, 145, 255, 0.3) !important; | ||
border-radius: 8px !important; | border-radius: 8px !important; | ||
} | } | ||
/* Fix für | /* Spezieller Fix für das weiße Erscheinungsbild-Widget */ | ||
. | .vector-appearance-dropdown-menu, | ||
.vector-appearance-dropdown-menu * { | |||
background-color: transparent !important; | |||
color: #f1f5f9 !important; | |||
} | } | ||
/* 4. | /* 4. Überschriften in Branding-Blau */ | ||
h1, h2, h3 | h1, h2, h3, .mw-headline { | ||
color: #5891ff !important; | color: #5891ff !important; | ||
border-bottom: 1px solid rgba(88, 145, 255, 0.2) !important; | border-bottom: 1px solid rgba(88, 145, 255, 0.2) !important; | ||
} | } | ||
/* 5. Links */ | /* 5. Links & Interaktion */ | ||
a { color: #82aaff !important; } | a { color: #82aaff !important; } | ||
a:visited { color: #c792ea !important; } | a:visited { color: #c792ea !important; } | ||
a:hover { color: #ffffff !important; text-decoration: underline !important; } | a:hover { color: #ffffff !important; text-decoration: underline !important; } | ||
/* 6. Suchleiste & | /* 6. Suchleiste & Formulare */ | ||
.cdx-text-input__input { | .cdx-text-input__input { | ||
background-color: #0f172a !important; | background-color: #0f172a !important; | ||
color: white !important; | color: white !important; | ||
border: 1px solid #5891ff !important; | border: 1px solid #5891ff !important; | ||
} | } | ||
Version vom 28. April 2026, 21:52 Uhr
/* Z-Evolutions Corporate Design - Final Polish */
/* 1. Globaler Hintergrund & Header */
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 (Content) */
.mw-body {
background-color: rgba(27, 34, 45, 0.88) !important;
border: 1px solid rgba(88, 145, 255, 0.3) !important;
border-radius: 12px;
color: #e2e8f0 !important;
backdrop-filter: blur(10px);
}
/* 3. FIX FÜR WEISSE BOXEN (TOC, Widgets, Menüs) */
/* Wir erzwingen hier Dunkelheit für alle Container-Typen */
.toc, .mw-parser-output .toc, .vector-toc,
.vector-appearance-dropdown-menu, .vector-dropdown-content,
.vector-main-menu, .vector-sidebar-container,
.mw-portlet, .cdx-menu {
background-color: rgba(23, 30, 43, 0.95) !important;
color: #f1f5f9 !important;
border: 1px solid rgba(88, 145, 255, 0.3) !important;
border-radius: 8px !important;
}
/* Spezieller Fix für das weiße Erscheinungsbild-Widget */
.vector-appearance-dropdown-menu,
.vector-appearance-dropdown-menu * {
background-color: transparent !important;
color: #f1f5f9 !important;
}
/* 4. Überschriften in Branding-Blau */
h1, h2, h3, .mw-headline {
color: #5891ff !important;
border-bottom: 1px solid rgba(88, 145, 255, 0.2) !important;
}
/* 5. Links & Interaktion */
a { color: #82aaff !important; }
a:visited { color: #c792ea !important; }
a:hover { color: #ffffff !important; text-decoration: underline !important; }
/* 6. Suchleiste & Formulare */
.cdx-text-input__input {
background-color: #0f172a !important;
color: white !important;
border: 1px solid #5891ff !important;
}
/* 7. Footer */
.mw-footer {
background: transparent !important;
color: #94a3b8 !important;
}