MediaWiki:Common.css
Appearance
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* NUCLEAR MEDIAWIKI CLEANUP */ /* Hide ALL the sidebar crap */ /* #mw-panel, #mw-navigation, .mw-portlet, #p-navigation, #p-tb, #p-cactions, #p-personal, #p-search, #p-logo, .mw-wiki-logo { visibility: hidden; } */ #p-search, #p-logo, .mw-wiki-logo { visibility: hidden; } /* Hide footer completely */ #footer, .printfooter, #catlinks, #f-poweredbyico, #f-copyrightico { display: none !important; } /* Clean up the main content area */ .mw-body { margin: 0 !important; border: none !important; padding: 40px !important; background: transparent !important; } #content { margin-left: 0 !important; background: transparent !important; border: none !important; } .mw-body h1::before { content: "◆ "; } .mw-body h2::before { content: "○ "; }