Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus FISI Wissendatenbank
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* ============================================================
/* ============================================================
   Z-EVOLUTIONS UI REFINEMENT
   Z-EVOLUTIONS UI FINAL STABLE
   ============================================================ */
   ============================================================ */


/* 1. ABSTÄNDE & RUNDUNGEN (Boxen & Parent) */
/* 1. GLOBALER HINTERGRUND & HEADER-FIX */
.mw-body,  
html, body, .mw-page-container, .mw-header, .vector-header {
.vector-toc,  
    background-color: #1b222d !important;
.vector-pinned-container,
    background-image: url("/resources/assets/background.jpg") !important;
#vector-appearance-pinned-container {
     background-attachment: fixed !important;  
     border-radius: 15px !important; /* Schönere Rundungen */
     background-size: cover !important;  
     margin-top: 20px !important;   /* Abstand nach oben */
     background-position: center !important;
     margin-bottom: 20px !important; /* Abstand nach unten */
     color: #e2e8f0 !important;
     border: 1px solid rgba(88, 145, 255, 0.4) !important;
}
}


/* 2. TEXT-ABSTAND IM HAUPTCONTAINER (Padding) */
/* 2. HAUPTCONTAINER (Die große Box in der Mitte) */
/* Damit der Text nicht links am Rand klebt */
.mw-body {
#mw-content-text {
    background-color: rgba(27, 34, 45, 0.92) !important;
     padding-left: 25px !important;
    border: 1px solid rgba(88, 145, 255, 0.3) !important;
     padding-right: 25px !important;
    border-radius: 15px !important;
     padding-top: 10px !important;
     margin-top: 25px !important;
     margin-bottom: 25px !important;
     padding: 25px !important; /* Sorgt für Abstand des Textes zum Rand */
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
}
}


/* 3. ENTFERNEN DER HELLEN BALKEN / LINIE UNTER DEN BOXEN */
/* 3. SIDEBAR-BOXEN (Inhaltsverzeichnis & Widgets) */
/* Diese Linien kommen oft von Box-Shadows oder Border-Bottoms */
.vector-toc,  
.vector-toc,  
.vector-pinned-container,  
.vector-pinned-container,  
.mw-body,  
.vector-appearance-dropdown-menu,
.vector-appearance-dropdown-menu {
#vector-appearance-pinned-container {
     box-shadow: none !important;
     background-color: rgba(30, 41, 59, 0.95) !important;
     background-image: none !important;
     background-image: none !important;
    border: 1px solid rgba(88, 145, 255, 0.3) !important;
    border-radius: 15px !important;
    margin-bottom: 20px !important;
    box-shadow: none !important; /* Entfernt die hellen Balken/Schatten */
}
}


/* Entfernt spezifische Zierlinien in Vector */
/* 4. ENTFERNEN VON TRENNLINIEN & BALKEN */
.vector-pinnable-header {
.vector-pinnable-header,
.vector-toc-pinnable-header,
.mw-portlet {
     border-bottom: none !important;
     border-bottom: none !important;
    background-image: none !important;
}
}


/* 4. DER "GLASS"-EFFEKT & FARBE */
/* 5. TEXT-FINISH & UEBERSCHRIFTEN */
.mw-body, .vector-toc, .vector-pinned-container {
h1, h2, h3, .mw-headline, .vector-toc-text {
     background-color: rgba(27, 34, 45, 0.9) !important;
     color: #5891ff !important;
     backdrop-filter: blur(12px);
     padding-left: 0 !important; /* Padding kommt vom Hauptcontainer */
}
}


/* 5. TITEL-ABSTAND FIX */
a { color: #82aaff !important; }
.firstHeading {
a:visited { color: #c792ea !important; }
     padding-left: 25px !important;
 
     margin-top: 15px !important;
/* 6. ICONS & HAMBURGER (Weiß machen) */
     color: #5891ff !important;
.mw-ui-icon, .vector-icon, .vector-main-menu-dropdown .mw-ui-icon {
    filter: invert(1) brightness(1.5) !important;
}
 
/* 7. SUCHE & BUTTONS */
.cdx-text-input__input {
     background-color: #0f172a !important;
     color: white !important;
     border: 1px solid #5891ff !important;
}
}


/* 6. HAMBURGER & ICONS */
.cdx-button {
.mw-ui-icon, .vector-icon {
    background-color: #1e293b !important;
     filter: invert(1) brightness(1.5) !important;
    color: #fff !important;
     border: 1px solid #5891ff !important;
}
}


/* 7. LINKS */
/* 8. FOOTER */
a { color: #82aaff !important; }
.mw-footer {
a:hover { text-decoration: underline !important; }
    background: transparent !important;
    margin-top: 30px !important;
}

Version vom 28. April 2026, 22:00 Uhr

/* ============================================================
   Z-EVOLUTIONS UI FINAL STABLE
   ============================================================ */

/* 1. GLOBALER HINTERGRUND & HEADER-FIX */
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. HAUPTCONTAINER (Die große Box in der Mitte) */
.mw-body {
    background-color: rgba(27, 34, 45, 0.92) !important;
    border: 1px solid rgba(88, 145, 255, 0.3) !important;
    border-radius: 15px !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    padding: 25px !important; /* Sorgt für Abstand des Textes zum Rand */
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
}

/* 3. SIDEBAR-BOXEN (Inhaltsverzeichnis & Widgets) */
.vector-toc, 
.vector-pinned-container, 
.vector-appearance-dropdown-menu,
#vector-appearance-pinned-container {
    background-color: rgba(30, 41, 59, 0.95) !important;
    background-image: none !important;
    border: 1px solid rgba(88, 145, 255, 0.3) !important;
    border-radius: 15px !important;
    margin-bottom: 20px !important;
    box-shadow: none !important; /* Entfernt die hellen Balken/Schatten */
}

/* 4. ENTFERNEN VON TRENNLINIEN & BALKEN */
.vector-pinnable-header, 
.vector-toc-pinnable-header,
.mw-portlet {
    border-bottom: none !important;
    background-image: none !important;
}

/* 5. TEXT-FINISH & UEBERSCHRIFTEN */
h1, h2, h3, .mw-headline, .vector-toc-text {
    color: #5891ff !important;
    padding-left: 0 !important; /* Padding kommt vom Hauptcontainer */
}

a { color: #82aaff !important; }
a:visited { color: #c792ea !important; }

/* 6. ICONS & HAMBURGER (Weiß machen) */
.mw-ui-icon, .vector-icon, .vector-main-menu-dropdown .mw-ui-icon {
    filter: invert(1) brightness(1.5) !important;
}

/* 7. SUCHE & BUTTONS */
.cdx-text-input__input {
    background-color: #0f172a !important;
    color: white !important;
    border: 1px solid #5891ff !important;
}

.cdx-button {
    background-color: #1e293b !important;
    color: #fff !important;
    border: 1px solid #5891ff !important;
}

/* 8. FOOTER */
.mw-footer {
    background: transparent !important;
    margin-top: 30px !important;
}