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 page tabs and actions */
#p-views,
#p-cactions,
#ca-nstab-main,
#ca-talk,
#ca-edit,
#ca-history,
#ca-protect,
#ca-delete,
#ca-move,
#ca-watch,
.mw-editsection {
display: none !important;
}
/* 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;
}
/* Typography overrides */
.mw-body h1 {
color: #e5e5e5 !important;
font-family: 'JetBrains Mono', monospace !important;
border-bottom: none !important;
font-size: 2em !important;
}
.mw-body h1::before {
content: "◆ ";
color: #88c0d0;
}
.mw-body h2::before {
content: "○ ";
color: #d08770;
}
/* Test that this is working */
body {
background: #1a1a1a !important;
}