Gda (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Gda (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 31: | Zeile 31: | ||
color: #ff4040 !important; /* Textfarbe bei Hover */ | color: #ff4040 !important; /* Textfarbe bei Hover */ | ||
} | } | ||
/* Test */ | |||
| Zeile 56: | Zeile 61: | ||
background-color: #1c1c1c !important; /* Hintergrundfarbe bei Hover */ | background-color: #1c1c1c !important; /* Hintergrundfarbe bei Hover */ | ||
color: #ff4040 !important; /* Textfarbe bei Hover */ | color: #ff4040 !important; /* Textfarbe bei Hover */ | ||
} | |||
/* Anpassung der Liste innerhalb von Menüs */ | |||
.cosmo-toolbar ul, .cosmo-toolbar li, .wds-tabs__tab ul, .wds-tabs__tab li { | |||
background-color: #1c1c1c !important; /* Hintergrund für Links */ | |||
color: #ffffff !important; /* Textfarbe der Links */ | |||
} | |||
/* Optional: Auch für die übergeordnete Navigation hinzufügen */ | |||
#p-cosmo-navigation ul, #p-cosmo-navigation li { | |||
background-color: #1c1c1c !important; /* Hintergrund für Links */ | |||
color: #ffffff !important; /* Textfarbe der Links */ | |||
} | } | ||
Version vom 29. September 2024, 21:13 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen.*/
/* Entfernt den weißen Rand um Miniaturansichten. i.O */
.mw-filepage-thumb, .thumbinner, .gallerybox {
background-color: transparent !important;
border: none !important;
box-shadow: none !important;
}
/* Dropdown-Menü des Navigationsmenüs anpassen i.O */
#p-cosmos-navigation ul, #p-cosmos-navigation .dropdown-menu, #p-cosmos-navigation .vector-menu-content, #p-cosmos-navigation .mw-portlet {
background-color: #1c1c1c !important; /* Hintergrund transparent setzen, falls gewünscht */
border: none !important;
box-shadow: none !important; /* Entfernt den Schatten */
padding: 0 !important; /* Entfernt eventuelles Padding */
margin: 0 !important; /* Entfernt eventuelle Ränder außerhalb */
}
/* Links innerhalb des Navigationsmenüs anpassen i.O */
#p-cosmos-navigation ul li a {
background-color: #1c1c1c !important; /* Transparenter Hintergrund für Links */
color: #ffffff !important; /* Textfarbe der Links */
}
/* Hintergrundfarbe bei Hover für Menülinks i.O */
#p-cosmos-navigation ul li a:hover {
background-color: #1c1c1c !important; /* Hintergrundfarbe bei Hover */
color: #ff4040 !important; /* Textfarbe bei Hover */
}
/* Test */
/* Hintergrundfarbe und Textfarbe der cosmo-toolbar ändern */
.cosmo-toolbar, .cosmo-toolbar ul, .cosmo-toolbar li, .cosmo-toolbar a {
background-color: #1c1c1c !important; /* Hintergrund für Links */
color: #ffffff !important; /* Textfarbe der Links */
}
/* Hover-Zustand für cosmo-toolbar */
.cosmo-toolbar a:hover {
background-color: #1c1c1c !important; /* Hintergrundfarbe bei Hover */
color: #ff4040 !important; /* Textfarbe bei Hover */
}
/* Hintergrundfarbe und Textfarbe der wds-tabs__tab */
.wds-tabs__tab, .wds-tabs__tab a {
background-color: #1c1c1c !important; /* Hintergrund für Links */
color: #ffffff !important; /* Textfarbe der Links */
}
/* Hover-Zustand für Tabs */
.wds-tabs__tab:hover, .wds-tabs__tab a:hover {
background-color: #1c1c1c !important; /* Hintergrundfarbe bei Hover */
color: #ff4040 !important; /* Textfarbe bei Hover */
}
/* Anpassung der Liste innerhalb von Menüs */
.cosmo-toolbar ul, .cosmo-toolbar li, .wds-tabs__tab ul, .wds-tabs__tab li {
background-color: #1c1c1c !important; /* Hintergrund für Links */
color: #ffffff !important; /* Textfarbe der Links */
}
/* Optional: Auch für die übergeordnete Navigation hinzufügen */
#p-cosmo-navigation ul, #p-cosmo-navigation li {
background-color: #1c1c1c !important; /* Hintergrund für Links */
color: #ffffff !important; /* Textfarbe der Links */
}
