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 */
/* Z-Evolutions Corporate Design - Full Dark Fix V2 */


/* 1. Globaler Hintergrund & Fix für weiße Header-Balken */
/* 1. Globaler Hintergrund & Fix für Header */
html, body, .mw-page-container, .mw-header {
html, body, .mw-page-container, .mw-header, .vector-header {
     background-color: #050a14 !important;
     background-color: #1b222d !important; /* Etwas helleres Grund-Blau */
     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) - Transparenz für den "Glass"-Look */
/* 2. Inhaltsbereich (Content) - Glassmorphism Look */
.mw-body {
.mw-body {
     background-color: rgba(11, 18, 33, 0.9) !important; /* Etwas deckender für bessere Lesbarkeit */
     background-color: rgba(27, 34, 45, 0.85) !important; /* Passend zum neuen Blau */
     border: 1px solid rgba(88, 145, 255, 0.2) !important;
     border: 1px solid rgba(88, 145, 255, 0.3) !important;
     border-radius: 8px;
     border-radius: 12px;
     color: #e2e8f0 !important;
     color: #e2e8f0 !important;
     padding: 20px !important;
     padding: 25px !important;
     backdrop-filter: blur(8px);
     backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
}
}


/* 3. Header & Navigation (Gäste-Fix) */
/* 3. Boxen-Fix (Inhaltsverzeichnis, Infoboxen, etc. auch für Gäste) */
.mw-header, .vector-header {
.toc, .mw-parser-output .toc, .vector-toc,
     background: rgba(5, 10, 20, 0.8) !important;
.vector-main-menu, .vector-sidebar-container,
     backdrop-filter: blur(10px);
.mw-portlet, .vector-dropdown-content,
.vector-appearance-dropdown-menu {
     background-color: rgba(30, 41, 59, 0.95) !important; /* Dunkles Blau-Grau */
    color: #f1f5f9 !important;
     border: 1px solid rgba(88, 145, 255, 0.2) !important;
    border-radius: 8px !important;
}
}


/* 4. Alle Menüs, Sidebars und Popups abdunkeln */
/* Fix für die weißen Hintergründe im Inhaltsverzeichnis (Gast-Ansicht) */
.vector-main-menu, .vector-sidebar-container, .vector-dropdown-content, .mw-portlet {
.toc {
     background-color: rgba(15, 23, 42, 0.9) !important;
     display: block;
     color: #e2e8f0 !important;
}
    border: none !important;
.toc ul, .toc li {
     background: transparent !important;
}
}


/* 5. Texte und Links */
/* 4. Texte und Überschriften */
h1, h2, h3, h4, .mw-body-content {
h1, h2, h3, h4, .mw-headline {
     color: #ffffff !important;
     color: #5891ff !important; /* Deine Branding-Farbe für Überschriften */
    border-bottom: 1px solid rgba(88, 145, 255, 0.2) !important;
}
}


a {
/* 5. Links */
    color: #5891ff !important;
a { color: #82aaff !important; }
}
a:visited { color: #c792ea !important; }
a:visited {
a:hover { color: #ffffff !important; text-decoration: underline !important; }
    color: #82aaff !important;
}


/* 6. Suchleiste & Buttons */
/* 6. Suchleiste & Buttons */
Zeile 51: Zeile 57:
     color: white !important;
     color: white !important;
     border: 1px solid #5891ff !important;
     border: 1px solid #5891ff !important;
    border-radius: 4px;
}
}


/* 7. Footer-Bereich */
/* 7. Footer */
.mw-footer {
.mw-footer {
     background: transparent !important;
     background: transparent !important;
     color: #64748b !important;
     color: #94a3b8 !important;
}
}

Version vom 28. April 2026, 21:51 Uhr

/* Z-Evolutions Corporate Design - Full Dark Fix V2 */

/* 1. Globaler Hintergrund & Fix für Header */
html, body, .mw-page-container, .mw-header, .vector-header {
    background-color: #1b222d !important; /* Etwas helleres Grund-Blau */
    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) - Glassmorphism Look */
.mw-body {
    background-color: rgba(27, 34, 45, 0.85) !important; /* Passend zum neuen Blau */
    border: 1px solid rgba(88, 145, 255, 0.3) !important;
    border-radius: 12px;
    color: #e2e8f0 !important;
    padding: 25px !important;
    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) */
.toc, .mw-parser-output .toc, .vector-toc, 
.vector-main-menu, .vector-sidebar-container, 
.mw-portlet, .vector-dropdown-content,
.vector-appearance-dropdown-menu {
    background-color: rgba(30, 41, 59, 0.95) !important; /* Dunkles Blau-Grau */
    color: #f1f5f9 !important;
    border: 1px solid rgba(88, 145, 255, 0.2) !important;
    border-radius: 8px !important;
}

/* Fix für die weißen Hintergründe im Inhaltsverzeichnis (Gast-Ansicht) */
.toc {
    display: block;
}
.toc ul, .toc li {
    background: transparent !important;
}

/* 4. Texte und Überschriften */
h1, h2, h3, h4, .mw-headline {
    color: #5891ff !important; /* Deine Branding-Farbe für Überschriften */
    border-bottom: 1px solid rgba(88, 145, 255, 0.2) !important;
}

/* 5. Links */
a { color: #82aaff !important; }
a:visited { color: #c792ea !important; }
a:hover { color: #ffffff !important; text-decoration: underline !important; }

/* 6. Suchleiste & Buttons */
.cdx-text-input__input {
    background-color: #0f172a !important;
    color: white !important;
    border: 1px solid #5891ff !important;
    border-radius: 4px;
}

/* 7. Footer */
.mw-footer {
    background: transparent !important;
    color: #94a3b8 !important;
}