MediaWiki:Common.css: Difference between revisions

From Blue Sky Trail Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:


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


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

Latest revision as of 14:05, 23 October 2023

/* 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 '//'

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