Difference between revisions of "MediaWiki:Common.css"

From RadioNerds
Jump to navigation Jump to search
Line 9: Line 9:
 
/* remove discussion tab */
 
/* remove discussion tab */
 
#ca-talk { display:none!important; }
 
#ca-talk { display:none!important; }
 +
 +
/* remove view history tab */
 +
#ca-history { display:none!important; }
 +
 +
/* remove view source tab */
 +
#ca-viewsource { display:none!important; }

Revision as of 19:53, 5 June 2020

/* CSS placed here will be applied to all skins */

/* remove main page heading */
.page-Main_Page .firstHeading { display:none; }

/* remove main tab */
#ca-nstab-main { display:none!important; }

/* remove discussion tab */
#ca-talk { display:none!important; }

/* remove view history tab */
#ca-history { display:none!important; }

/* remove view source tab */
#ca-viewsource { display:none!important; }