MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* Hauptnavigation oben */ | ||
#mw-head, | #mw-head, | ||
#p-personal, | #p-personal, | ||
# | #left-navigation, | ||
background-color: #000 !important; | #right-navigation { | ||
color: #fff !important; | background-color: #000 !important; /* Schwarzer Hintergrund */ | ||
color: #fff !important; /* Weiße Schrift */ | |||
} | } | ||
/* | /* Tabs ("Read", "Discussion", etc.) */ | ||
#p-views .vector-menu-content ul { | |||
.vector-menu-content ul { | |||
background-color: #000 !important; | background-color: #000 !important; | ||
} | } | ||
/* Einzelne Tabs */ | |||
#p-views li { | |||
/* | |||
background-color: #000 !important; | background-color: #000 !important; | ||
border: 1px solid #444 !important; /* Optional: Dunkle Ränder */ | |||
border: 1px solid #444 !important; | |||
} | } | ||
/* | /* Falls noch weiß auftaucht, versuche dies für spezifische Skins */ | ||
.vector-menu-tabs li, | |||
.vector-menu-tabs a { | |||
background-color: #000 !important; | |||
a | |||
background-color: # | |||
color: #fff !important; | color: #fff !important; | ||
} | } | ||
/* Dropdown-Menüs */ | /* Dropdown-Menüs (z. B. "Mehr") */ | ||
.vector-dropdown { | .vector-dropdown { | ||
background-color: #000 !important; | background-color: #000 !important; | ||
} | } | ||
/* | /* Suchleiste */ | ||
# | #p-search input { | ||
background-color: # | background-color: #222 !important; | ||
color: #fff !important; | color: #fff !important; | ||
border: 1px solid #444 !important; | |||
} | } | ||
Revision as of 15:00, 11 March 2025
/* Hauptnavigation oben */
#mw-head,
#p-personal,
#left-navigation,
#right-navigation {
background-color: #000 !important; /* Schwarzer Hintergrund */
color: #fff !important; /* Weiße Schrift */
}
/* Tabs ("Read", "Discussion", etc.) */
#p-views .vector-menu-content ul {
background-color: #000 !important;
}
/* Einzelne Tabs */
#p-views li {
background-color: #000 !important;
border: 1px solid #444 !important; /* Optional: Dunkle Ränder */
}
/* Falls noch weiß auftaucht, versuche dies für spezifische Skins */
.vector-menu-tabs li,
.vector-menu-tabs a {
background-color: #000 !important;
color: #fff !important;
}
/* Dropdown-Menüs (z. B. "Mehr") */
.vector-dropdown {
background-color: #000 !important;
}
/* Suchleiste */
#p-search input {
background-color: #222 !important;
color: #fff !important;
border: 1px solid #444 !important;
}