Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Hide the theme/colour-scheme switcher (dark-only)
Footer: hide bottom strip (tagline/poweredby/divider)
 
(2 intermediate revisions by the same user not shown)
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: drop the bottom strip (tagline + Powered by + divider line),
  the search dropdown's "Powered by", and the MobileFrontend "Mobile view" toggle. */
.citizen-footer__bottom,
.citizen-search__footer-start,
#footer-places-mobileview,
a[href*="toggle_view_mobile"] {
     display: none !important;
     display: none !important;
}
}