MediaWiki:Vector.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zero (Diskussion | Beiträge) Die Seite wurde neu angelegt: „→Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen.: →Allgemeiner Hintergrund & Text: body { background-color: #2a2a2a; →Dunkelgrau, nicht schwarz: color: #e0e0e0; } →Inhaltsbereich: #content { background-color: #2f2f2f; →Etwas heller als body: color: #e0e0e0; } →Seitenleisten und Menüs: #p-personal, #p-navigation, #mw-panel { background-color: #252525; color: #ddd; } →Linkfarben: a {…“ |
Zero (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* | /* Hauptseitenbereich */ | ||
html, body { | |||
background-color: #2a2a2a !important; | |||
body { | color: #e0e0e0 !important; | ||
background-color: #2a2a2a; | |||
color: #e0e0e0; | |||
} | } | ||
/* | /* Seitenleiste (Navigation) */ | ||
# | #mw-panel { | ||
background-color: # | background-color: #2e2e2e !important; | ||
color: # | color: #dddddd !important; | ||
} | } | ||
/* | /* Navigationsboxen */ | ||
.portlet { | |||
background-color: # | background-color: #333 !important; | ||
border: none !important; | |||
} | } | ||
/* | /* Navigationstitel */ | ||
.portlet h3 { | |||
color: #8dcaff; | color: #8dcaff !important; | ||
border-bottom: 1px solid #444; | |||
} | } | ||
/* | /* Menüeinträge (Links in Sidebar) */ | ||
.vector-menu-content li a { | |||
color: #b0d8ff !important; | |||
} | } | ||
.vector-menu-content li a:hover { | |||
color: #ffffff !important; | |||
color: # | background-color: #444 !important; | ||
} | } | ||
/* | /* Kopfbereich */ | ||
#mw-head { | #mw-head, | ||
background-color: # | #p-personal { | ||
background-color: #2b2b2b !important; | |||
color: #dddddd !important; | |||
} | } | ||
/* Footer */ | /* Footer */ | ||
#footer { | #footer { | ||
background-color: #1e1e1e; | background-color: #1e1e1e !important; | ||
color: #999; | color: #999 !important; | ||
} | } | ||
Version vom 16. Mai 2025, 15:56 Uhr
/* Hauptseitenbereich */
html, body {
background-color: #2a2a2a !important;
color: #e0e0e0 !important;
}
/* Seitenleiste (Navigation) */
#mw-panel {
background-color: #2e2e2e !important;
color: #dddddd !important;
}
/* Navigationsboxen */
.portlet {
background-color: #333 !important;
border: none !important;
}
/* Navigationstitel */
.portlet h3 {
color: #8dcaff !important;
border-bottom: 1px solid #444;
}
/* Menüeinträge (Links in Sidebar) */
.vector-menu-content li a {
color: #b0d8ff !important;
}
.vector-menu-content li a:hover {
color: #ffffff !important;
background-color: #444 !important;
}
/* Kopfbereich */
#mw-head,
#p-personal {
background-color: #2b2b2b !important;
color: #dddddd !important;
}
/* Footer */
#footer {
background-color: #1e1e1e !important;
color: #999 !important;
}