MediaWiki:Common.css

From hubswiki
Revision as of 07:28, 13 September 2024 by Charlotte (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: →‎To Remove Random Page Link: #n-randompage {display: none;} →‎To Remove Help Link: #n-help {display: none;} →‎Tools Section: →‎To Remove What links here Link: #t-whatlinkshere {display: none;} →‎To Remove Related changes Link: #t-recentchangeslinked {display: none;} →‎To Remove Printable version Link: #t-print {display: none;} →‎To Remove Permanent link Link: #t-permalink {display: none;} /* Foo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* To Remove Random Page Link */
#n-randompage {display: none;}
/* To Remove Help Link */
#n-help {display: none;}

/* Tools Section */

/* To Remove What links here Link */
#t-whatlinkshere {display: none;}
/* To Remove Related  changes Link */
#t-recentchangeslinked {display: none;}
/* To Remove Printable version Link */
#t-print {display: none;}
/* To Remove Permanent link Link */
#t-permalink {display: none;}

/* Footer Section */

/* To Remove Last modified Link */
#footer-info-lastmod {display: none;}
/* To Remove Privacy policy Link */
#footer-places-privacy {display: none;}
/* To Remove About Site Link */
#footer-places-about {display: none;}
/* To Remove Disclaimer Link */
#footer-places-disclaimer {display: none;}
/* To Remove Media wiki icon  Link */
#footer-icons {display: none;}