Difference between revisions of "MediaWiki:Common.css"
(Created page with "→CSS placed here will be applied to all skins: #ca-talk { display:none!important; }") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | #ca-talk { display:none!important; } | + | /* The following code can be used to prevent all discussion tabs */ |
+ | /*#ca-talk { display:none!important; }*/ | ||
+ | /* The following code can be used to prevent discussion tabs on specific pages*/ | ||
+ | body.page-Main_Page li#ca-talk { display:none!important; } | ||
+ | body.page-Benchmarking_Studies_in_Computational_Biology li#ca-talk { display:none!important; } | ||
+ | body.page-Benchmarking_Projects li#ca-talk { display:none!important; } | ||
+ | body.page-Literature_Studies li#ca-talk { display:none!important; } | ||
+ | body.page-Help li#ca-talk { display:none!important; } | ||
+ | body.page-Funding li#ca-talk { display:none!important; } |
Latest revision as of 14:14, 9 August 2018
/* CSS placed here will be applied to all skins */
/* The following code can be used to prevent all discussion tabs */
/*#ca-talk { display:none!important; }*/
/* The following code can be used to prevent discussion tabs on specific pages*/
body.page-Main_Page li#ca-talk { display:none!important; }
body.page-Benchmarking_Studies_in_Computational_Biology li#ca-talk { display:none!important; }
body.page-Benchmarking_Projects li#ca-talk { display:none!important; }
body.page-Literature_Studies li#ca-talk { display:none!important; }
body.page-Help li#ca-talk { display:none!important; }
body.page-Funding li#ca-talk { display:none!important; }