Difference between revisions of "MediaWiki:Common.css"

From KB
Jump to: navigation, search
m (Reverted edits by Admin (talk) to last revision by Adaley)
Line 10: Line 10:
 
/*NO TITLE ON MAINPAGE*/
 
/*NO TITLE ON MAINPAGE*/
 
#body.page-Main_Page h1.firstHeading { display:none; }
 
#body.page-Main_Page h1.firstHeading { display:none; }
 +
 +
/* HIDE TOOLBOX*/
 +
#p-tb{ display : none; }

Revision as of 11:30, 24 March 2014

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

/*HIDE MEDIAWIKI SYMBOL*/
#f-poweredbyico { display: none; }

/*HIDE TABS*/
#ca-history { display:none!important; }
#ca-talk { display:none!important; }

/*NO TITLE ON MAINPAGE*/
#body.page-Main_Page h1.firstHeading { display:none; }

/* HIDE TOOLBOX*/
#p-tb{ display : none; }