MediaWiki:Common.css
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 */
/* Hide History */
#ca-history { display: none !important; }
/* Hide View Source */
#ca-viewsource * {display: none !important; }
/* Hide Discussions */
#ca-talk * {display: none !important; }
/* Hide Public Account Creation */
#pt-createaccount-2 {display: none !important; }
/* Hide Recent Changes */
#n-recentchanges {display: none !important; }
/* Hide Wiki link in sidebar */
#n-help-mediawiki {display: none !important; }
/* Hide 'Tools' in sidebar */
#p-tb {display: none !important; }
/* Hide edit footnotes */
.ve-ui-mwSaveDialog-options, .ve-ui-mwSaveDialog-foot {display: none !important; }
/* Hide footnotes when adding a picture
.oo-ui-layout.oo-ui-fieldLayout.oo-ui-fieldLayout-align-top {display: none !important; } */
/* Hide Footer */
.mw-footer-container * {display: none !important; }