MediaWiki:Common.css: Unterschied zwischen den Versionen
Cheos (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Cheos (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 83: | Zeile 83: | ||
30% {background-color: #fbff0f;} | 30% {background-color: #fbff0f;} | ||
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; | ||
Zeile 118: | Zeile 109: | ||
/* dark theme fixes */ | /* dark theme fixes */ | ||
#footer-icons a { | #footer-icons a { | ||
color: inherit !important; | |||
background-color: inherit !important; | |||
} | |||
table > * { | |||
color: inherit !important; | color: inherit !important; | ||
background-color: inherit !important; | background-color: inherit !important; | ||
} | } |