MediaWiki:Common.css: Difference between revisions

From Blue Sky Trail Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
/*removes something, probably a tab we dont need, i forgor*/
/*removes something, probably a tab we dont need, i forgor*/
#ca-viewsource { display: none !important; }
#ca-viewsource { display: none !important; }
/*Removes nav on sidebar*/
#p-navigation h3 { display: none; }


/*removes recent changes under navigation on sidebar*/
/*removes recent changes under navigation on sidebar*/
//#n-recentchanges { display: none; }
#n-recentchanges { display: none; }


/*removes help button under nav on sidebar*/
/*removes help button under nav on sidebar*/
#n-help { display: none; }
#n-help { display: none; }

Revision as of 13:56, 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; }

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

/*removes recent changes under navigation on sidebar*/
#n-recentchanges { display: none; }

/*removes help button under nav on sidebar*/
#n-help { display: none; }