Difference between revisions of "MediaWiki:Common.css"
From Dan Shearer CV
Tag: Manual revert |
(No difference)
|
Revision as of 15:45, 10 November 2021
/* CSS placed here will be applied to all skins */ /* Do not display Discussion/talk tab */ #ca-talk { display:none!important; } /* Do not display Page tab, which has Delete, Move and Protect. */ #p-cactions { display:none!important; } /* For CategoryTree, do not display JQuery message of "None found" every time it gets to a leaf node */ .CategoryTreeNotice{display:none;}