MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Sascha (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Sascha (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* ============================================================ | /* ============================================================ | ||
FISI WISSENDATENBANK - TOTAL UI REPAIR | |||
============================================================ */ | ============================================================ */ | ||
/* 1. | /* 1. HINTERGRUND & HEADER */ | ||
html, body, .mw-page-container, .mw-header, .vector-header { | html, body, .mw-page-container, .mw-header, .vector-header { | ||
background | background: #1b222d url("/resources/assets/background.jpg") fixed center/cover !important; | ||
color: #e2e8f0 !important; | color: #e2e8f0 !important; | ||
} | } | ||
/* 2. | /* 2. GLOBALE BOX-REGEL (Alle Container auf einmal) */ | ||
.mw-body, .vector-toc { | .mw-body, | ||
background-color: rgba(27, 34, 45, 0. | .vector-toc, | ||
.vector-pinned-container, | |||
.vector-main-menu, | |||
.vector-dropdown-content, | |||
.vector-appearance-dropdown-menu { | |||
background-color: rgba(27, 34, 45, 0.94) !important; | |||
border: 1px solid rgba(88, 145, 255, 0.3) !important; | border: 1px solid rgba(88, 145, 255, 0.3) !important; | ||
border-radius: 15px !important; | border-radius: 15px !important; | ||
backdrop-filter: blur(12px) !important; | |||
box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important; | |||
margin-top: 20px !important; | |||
} | } | ||
/* 3. INHALTS-PADDING (Text-Abstand) */ | |||
.mw-body { | .mw-body { | ||
padding: | padding: 30px !important; | ||
} | } | ||
/* | /* 4. WEG MIT DEM UI-MÜLL (Weißer Kram & Buttons) */ | ||
.vector-toc { | /* Entfernt alle Linien, Schatten und Verbergen-Buttons */ | ||
.vector-pinnable-header, | |||
.vector-toc-pinnable-header, | |||
.vector-pinnable-header-toggle-button, | |||
.vector-toc-toggle, | |||
.mw-ui-button.mw-ui-quiet { | |||
background: transparent !important; | |||
border: none !important; | |||
display: none !important; | |||
} | } | ||
/* | /* 5. MENÜ-DROPDOWNS FIX (Wichtig für das Hauptmenü) */ | ||
.vector-main-menu | /* Das sorgt dafür, dass das Menü beim Öffnen nicht weiß ist */ | ||
.vector-main-menu-dropdown .vector-menu-content, | |||
.vector- | .vector-dropdown-content { | ||
.vector- | |||
background-color: #1e293b !important; | background-color: #1e293b !important; | ||
padding: 10px !important; | |||
} | } | ||
/* | /* 6. ICONS & HAMBURGER (Weiß glühen lassen) */ | ||
.mw-ui-icon, .vector-icon, .vector-main-menu-dropdown .mw-ui-icon { | |||
. | filter: invert(1) brightness(1.8) !important; | ||
.vector- | |||
. | |||
} | } | ||
/* | /* 7. TEXT & ÜBERSCHRIFTEN */ | ||
h1, h2, h3, .mw-headline, .vector-toc-text { | h1, h2, h3, .mw-headline, .vector-toc-text, .vector-menu-heading { | ||
color: #5891ff !important; | color: #5891ff !important; | ||
background: transparent !important; | |||
} | } | ||
/* | /* 8. SUCHE & BUTTONS */ | ||
.cdx-text-input__input { | .cdx-text-input__input { | ||
background-color: #0f172a !important; | background-color: #0f172a !important; | ||
| Zeile 68: | Zeile 67: | ||
} | } | ||
/* | /* 9. FOOTER CLEANUP */ | ||
.mw-footer { | .mw-footer { | ||
background: transparent !important; | background: transparent !important; | ||
border | border: none !important; | ||
margin-top: | margin-top: 50px !important; | ||
} | } | ||
Version vom 28. April 2026, 22:18 Uhr
/* ============================================================
FISI WISSENDATENBANK - TOTAL UI REPAIR
============================================================ */
/* 1. HINTERGRUND & HEADER */
html, body, .mw-page-container, .mw-header, .vector-header {
background: #1b222d url("/resources/assets/background.jpg") fixed center/cover !important;
color: #e2e8f0 !important;
}
/* 2. GLOBALE BOX-REGEL (Alle Container auf einmal) */
.mw-body,
.vector-toc,
.vector-pinned-container,
.vector-main-menu,
.vector-dropdown-content,
.vector-appearance-dropdown-menu {
background-color: rgba(27, 34, 45, 0.94) !important;
border: 1px solid rgba(88, 145, 255, 0.3) !important;
border-radius: 15px !important;
backdrop-filter: blur(12px) !important;
box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
margin-top: 20px !important;
}
/* 3. INHALTS-PADDING (Text-Abstand) */
.mw-body {
padding: 30px !important;
}
/* 4. WEG MIT DEM UI-MÜLL (Weißer Kram & Buttons) */
/* Entfernt alle Linien, Schatten und Verbergen-Buttons */
.vector-pinnable-header,
.vector-toc-pinnable-header,
.vector-pinnable-header-toggle-button,
.vector-toc-toggle,
.mw-ui-button.mw-ui-quiet {
background: transparent !important;
border: none !important;
display: none !important;
}
/* 5. MENÜ-DROPDOWNS FIX (Wichtig für das Hauptmenü) */
/* Das sorgt dafür, dass das Menü beim Öffnen nicht weiß ist */
.vector-main-menu-dropdown .vector-menu-content,
.vector-dropdown-content {
background-color: #1e293b !important;
padding: 10px !important;
}
/* 6. ICONS & HAMBURGER (Weiß glühen lassen) */
.mw-ui-icon, .vector-icon, .vector-main-menu-dropdown .mw-ui-icon {
filter: invert(1) brightness(1.8) !important;
}
/* 7. TEXT & ÜBERSCHRIFTEN */
h1, h2, h3, .mw-headline, .vector-toc-text, .vector-menu-heading {
color: #5891ff !important;
background: transparent !important;
}
/* 8. SUCHE & BUTTONS */
.cdx-text-input__input {
background-color: #0f172a !important;
color: white !important;
border: 1px solid #5891ff !important;
}
/* 9. FOOTER CLEANUP */
.mw-footer {
background: transparent !important;
border: none !important;
margin-top: 50px !important;
}