More actions
Hide the theme/colour-scheme switcher (dark-only) |
Footer cleanup: hide powered-by + mobile view |
||
| Line 49: | Line 49: | ||
#skin-client-prefs-skin-theme, | #skin-client-prefs-skin-theme, | ||
.mw-portlet-skin-client-prefs-skin-theme { | .mw-portlet-skin-client-prefs-skin-theme { | ||
display: none !important; | |||
} | |||
/* Footer cleanup: hide "Powered by MediaWiki" and the MobileFrontend "Mobile view" toggle */ | |||
.mw-poweredby, | |||
li:has(a[href*="toggle_view_mobile"]), | |||
a[href*="toggle_view_mobile"] { | |||
display: none !important; | display: none !important; | ||
} | } | ||