MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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-loging user is here: https://www.mediawiki.org/wiki/Topic:Wevi20ue9t8ugub2*/ p-tb { display: none}