Gda (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Gda (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 34: | Zeile 34: | ||
/* 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 */ | |||
/* Hintergrundfarbe | |||
. | |||
background-color: #1c1c1c !important; /* | |||
color: #ffffff !important; /* Textfarbe der 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 */ | |||
.cosmo-toolbar | |||
background-color: #1c1c1c !important; /* | |||
color: # | |||
} | } |
Version vom 29. September 2024, 21:10 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 */ } /* 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 */ }