Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus FISI Wissendatenbank
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* Z-Evolutions Corporate Design - Full Dark Fix V2 */
/* Z-Evolutions Corporate Design - Final Polish */


/* 1. Globaler Hintergrund & Fix für Header */
/* 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; /* Etwas helleres Grund-Blau */
     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) - Glassmorphism Look */
/* 2. Inhaltsbereich (Content) */
.mw-body {
.mw-body {
     background-color: rgba(27, 34, 45, 0.85) !important; /* Passend zum neuen Blau */
     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;
    padding: 25px !important;
     backdrop-filter: blur(10px);
     backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
}
}


/* 3. Boxen-Fix (Inhaltsverzeichnis, Infoboxen, etc. auch für Gäste) */
/* 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-main-menu, .vector-sidebar-container,  
.vector-appearance-dropdown-menu, .vector-dropdown-content,
.mw-portlet, .vector-dropdown-content,
.vector-main-menu, .vector-sidebar-container,
.vector-appearance-dropdown-menu {
.mw-portlet, .cdx-menu {
     background-color: rgba(30, 41, 59, 0.95) !important; /* Dunkles Blau-Grau */
     background-color: rgba(23, 30, 43, 0.95) !important;
     color: #f1f5f9 !important;
     color: #f1f5f9 !important;
     border: 1px solid rgba(88, 145, 255, 0.2) !important;
     border: 1px solid rgba(88, 145, 255, 0.3) !important;
     border-radius: 8px !important;
     border-radius: 8px !important;
}
}


/* Fix für die weißen Hintergründe im Inhaltsverzeichnis (Gast-Ansicht) */
/* Spezieller Fix für das weiße Erscheinungsbild-Widget */
.toc {
.vector-appearance-dropdown-menu,
     display: block;
.vector-appearance-dropdown-menu * {
}
     background-color: transparent !important;
.toc ul, .toc li {
     color: #f1f5f9 !important;
     background: transparent !important;
}
}


/* 4. Texte und Überschriften */
/* 4. Überschriften in Branding-Blau */
h1, h2, h3, h4, .mw-headline {
h1, h2, h3, .mw-headline {
     color: #5891ff !important; /* Deine Branding-Farbe für Überschriften */
     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 & Buttons */
/* 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;
    border-radius: 4px;
}
}



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;
}