MediaWiki:Common.css: Difference between revisions

From HelpWiki Highnix
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 8: Line 8:


/*Romove Tools.  Remove the comment to activate it.  This will remove the tools for all users including login. A solution on hiding on for non-loing user is here: https://www.mediawiki.org/wiki/Topic:Wevi20ue9t8ugub2*/
/*Romove Tools.  Remove the comment to activate it.  This will remove the tools for all users including login. A solution on hiding on for non-loing user is here: https://www.mediawiki.org/wiki/Topic:Wevi20ue9t8ugub2*/
#p-tb { display: none}
p-tb { display: none}

Revision as of 19:15, 24 July 2023

/* CSS placed here will be applied to all skins */
/*https://m.mediawiki.org/wiki/Manual:Remove_Tabs*/
/*remove: Discussion Tab*/
#ca-talk { display: none !important; }
/*remove history and view source*/
#ca-history { display: none !important;}
#ca-viewsource { display: none !important; }

/*Romove Tools.  Remove the comment to activate it.  This will remove the tools for all users including login. A solution on hiding on for non-loing user is here: https://www.mediawiki.org/wiki/Topic:Wevi20ue9t8ugub2*/
p-tb { display: none}