MediaWiki:Common.css

From Blue Sky Trail Wiki
Revision as of 14:04, 23 October 2023 by WikiSysop (talk | contribs)
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 */

/*removes discussion tabs, dont want unmonitored comments*/
#ca-talk { display: none !important; }

/*removes view button, not needed*/
#ca-view { display: none !important; }

/*removes history button, not needed*/
#ca-history { display: none !important;}

/*removes something, probably a tab we dont need, i forgor*/
#ca-viewsource { display: none !important; }

########################nav#########################

/*Removes nav on sidebar*/
#p-navigation { display: none; }

########################toolbox]####################

/home/sighton1/support.blueskytrail.co.uk/includes/skins/Skin.php

line 1942 remove '//'

####################################################