MediaWiki:Common.css: Unterschied zwischen den Versionen
Cheos (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Cheos (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
(16 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 84: | Zeile 84: | ||
100% {background-color: transparent;} | 100% {background-color: transparent;} | ||
} | } | ||
/* general fixes */ | /* general fixes */ | ||
Zeile 104: | Zeile 94: | ||
} | } | ||
/* fix powered by mediawiki footer box*/ | |||
#footer-icons a { | #footer-icons a { | ||
min-width: 10rem; | min-width: 10rem; | ||
} | |||
#footer-icons img { | |||
width: auto !important; | width: auto !important; | ||
} | |||
#footer-icons img::before { | |||
line-height: 31px; | |||
} | } | ||
/* dark theme fixes */ | /* dark theme fixes */ | ||
#footer-icons a { | html.skin-theme-clientpref-night #footer-icons a { | ||
color: inherit !important; | color: inherit !important; | ||
background-color: inherit !important; | background-color: inherit !important; | ||
} | |||
html.skin-theme-clientpref-night table, html.skin-theme-clientpref-night tr, html.skin-theme-clientpref-night td { | |||
background-color: inherit !important; | |||
} | |||
@media screen and (prefers-color-scheme: dark) { | |||
html.skin-theme-clientpref-os #footer-icons a { | |||
color: inherit !important; | |||
background-color: inherit !important; | |||
} | |||
html.skin-theme-clientpref-os table, html.skin-theme-clientpref-os tr, html.skin-theme-clientpref-os td { | |||
background-color: inherit !important; | |||
} | |||
} | } |