MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Sascha (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Sascha (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 50: | Zeile 50: | ||
/* 5. TEXT & LINKS */ | /* 5. TEXT & LINKS */ | ||
h1, h2, h3, .mw-headline | h1, h2, h3, .mw-headline { | ||
color: #5891ff !important; | color: #5891ff !important; | ||
} | |||
.vector-toc-text { | |||
color: #fff; | |||
} | } | ||
Version vom 28. April 2026, 22:42 Uhr
/* ============================================================
FISI WISSENDATENBANK - TOTAL UI STABLE
============================================================ */
/* 1. HINTERGRUND & GLOBALER FIX */
html, body, .mw-page-container, .mw-header, .vector-header {
background: #1b222d url("/resources/assets/background.jpg") fixed center/cover !important;
color: #e2e8f0 !important;
}
/* 2. HAUPTCONTAINER (Main Content) */
.mw-body {
background-color: rgba(27, 34, 45, 0.94) !important;
border: 1px solid rgba(88, 145, 255, 0.3) !important;
border-radius: 15px !important;
margin-top: 25px !important;
padding: 30px !important; /* Viel Platz für den Text */
backdrop-filter: blur(12px) !important;
box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
}
/* 3. NAVIGATION & TOC (Dein Wunsch-Setup mit Padding & Höhe) */
#vector-toc-pinned-container,
#vector-appearance-pinned-container,
.vector-pinned-container {
background-color: rgba(27, 34, 45, 0.94) !important;
border: 1px solid rgba(88, 145, 255, 0.3) !important;
border-radius: 15px !important;
padding: 20px !important; /* Gleichmäßiger Abstand zum Inhalt */
min-height: 400px !important; /* Erhöht, damit es zum Main-Container passt */
margin-top: 25px !important;
box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
backdrop-filter: blur(12px) !important;
}
/* Inneres TOC-Element säubern */
#vector-toc {
background: transparent !important;
border: none !important;
padding: 0 !important;
}
/* 4. UI-CLEANUP (Verbergen-Buttons & Linien entfernen) */
.vector-pinnable-header-toggle-button,
.vector-toc-toggle,
.mw-ui-button.mw-ui-quiet,
.vector-pinnable-header-label + button {
display: none !important;
}
/* 5. TEXT & LINKS */
h1, h2, h3, .mw-headline {
color: #5891ff !important;
}
.vector-toc-text {
color: #fff;
}
.vector-toc-link {
color: #e2e8f0 !important;
padding: 8px 5px !important;
}
.vector-toc-link:hover {
color: #5891ff !important;
background-color: rgba(88, 145, 255, 0.1) !important;
text-decoration: none !important;
}
/* 6. HEADER & MENÜ ICONS */
.mw-ui-icon, .vector-icon {
filter: invert(1) brightness(1.5) !important;
}
.vector-column-start {
background-color: trasparent; /*#1b222d !important;*/
margin-top: 0px;
padding: 0;
}
.vector-main-menu {
background-color: #1b222d !important;
}
/* 7. SUCHE */
.cdx-text-input__input {
background-color: #0f172a !important;
color: white !important;
border: 1px solid #5891ff !important;
}