Difference between revisions of "MediaWiki:Common.css"
From KB
| Line 2: | Line 2: | ||
/*HIDE MEDIAWIKI SYMBOL*/ | /*HIDE MEDIAWIKI SYMBOL*/ | ||
| − | f-poweredbyico { display: none; } | + | #f-poweredbyico { display: none; } |
/*HIDE TABS*/ | /*HIDE TABS*/ | ||
| − | ca-history { display:none!important; } | + | #ca-history { display:none!important; } |
| − | ca-talk { display:none!important; } | + | #ca-talk { display:none!important; } |
/*NO TITLE ON MAINPAGE*/ | /*NO TITLE ON MAINPAGE*/ | ||
| − | body.page-Main_Page h1.firstHeading { display:none; } | + | #body.page-Main_Page h1.firstHeading { display:none; } |
/* remove Toolbox */ | /* remove Toolbox */ | ||
| − | p-tb { display: none; } | + | #p-tb { display: none; } |
Revision as of 07:12, 19 January 2018
/* 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; }
/* remove Toolbox */
#p-tb { display: none; }