MediaWiki:Vector.css

From RCSWiki
Revision as of 23:37, 4 February 2021 by Lleung (talk | contribs)
(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 affect users of the Vector skin */
/* NOTICE

THIS CSS IS DISABLED in the Admin interface.
This code applies only to the public facing portal.
 
*/

/* Disables useless tabs */
#ca-talk { display:none!important; }
#ca-viewsource { display:none!important; }
#ca-view { display:none!important; }
/*
#ca-history { display:none!important; }
#pt-login { display:none!important; }*/
#left-navigation { display:none!important; }
#p-tb { display:none!important; }


/* Deletes useless links from footer */
#footer-icons.noprint { display:none!important; }
#footer-places	{display:none}

/* hide the "Retrieved from" message */
.printfooter { display: none; }