MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Sascha (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Sascha (Diskussion | Beiträge) 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 | /* 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: # | 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) - | /* 2. Inhaltsbereich (Content) - Glassmorphism Look */ | ||
.mw-body { | .mw-body { | ||
background-color: rgba( | background-color: rgba(27, 34, 45, 0.85) !important; /* Passend zum neuen Blau */ | ||
border: 1px solid rgba(88, 145, 255, 0. | border: 1px solid rgba(88, 145, 255, 0.3) !important; | ||
border-radius: | border-radius: 12px; | ||
color: #e2e8f0 !important; | color: #e2e8f0 !important; | ||
padding: | padding: 25px !important; | ||
backdrop-filter: blur(8px); | backdrop-filter: blur(10px); | ||
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5); | |||
} | } | ||
/* 3. | /* 3. Boxen-Fix (Inhaltsverzeichnis, Infoboxen, etc. auch für Gäste) */ | ||
.mw- | .toc, .mw-parser-output .toc, .vector-toc, | ||
background: rgba( | .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- | h1, h2, h3, h4, .mw-headline { | ||
color: # | color: #5891ff !important; /* Deine Branding-Farbe für Überschriften */ | ||
border-bottom: 1px solid rgba(88, 145, 255, 0.2) !important; | |||
} | } | ||
a { | /* 5. Links */ | ||
a { color: #82aaff !important; } | |||
} | a:visited { color: #c792ea !important; } | ||
a:visited { | a:hover { color: #ffffff !important; text-decoration: underline !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 | /* 7. Footer */ | ||
.mw-footer { | .mw-footer { | ||
background: transparent !important; | background: transparent !important; | ||
color: # | 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;
}