MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* | /* NUCLEAR MEDIAWIKI CLEANUP */ | ||
#mw- | |||
#mw- | /* Hide ALL the sidebar crap */ | ||
.mw- | /* | ||
#mw-panel, | |||
#mw-navigation, | |||
.mw-portlet, | |||
#p-navigation, | |||
#p-tb, | |||
#p-cactions, | |||
#p-personal, | |||
#p-search, | |||
#p-logo, | #p-logo, | ||
.mw-wiki-logo { | |||
visibility: hidden; | |||
.mw- | |||
} | } | ||
*/ | |||
#p-search, | |||
#p-logo, | |||
.mw-wiki-logo { | |||
visibility: hidden; | |||
.mw- | |||
} | } | ||
#p-views | |||
/* 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 */ | /* Clean up the main content area */ | ||
.mw-body { | .mw-body { | ||
margin | margin: 0 !important; | ||
border: none !important; | border: none !important; | ||
padding: | padding: 40px !important; | ||
background: transparent !important; | |||
} | } | ||
#content { | #content { | ||
margin-left: 0 !important; | |||
background: transparent !important; | background: transparent !important; | ||
border: none !important; | border: none !important; | ||
} | } | ||
/* | /* Typography overrides */ | ||
.mw-body h1 { | |||
color: #e5e5e5 !important; | |||
color: # | |||
font-family: 'JetBrains Mono', monospace !important; | font-family: 'JetBrains Mono', monospace !important; | ||
border-bottom: none !important; | border-bottom: none !important; | ||
font-size: 2em !important; | |||
font-size: | |||
} | } | ||
Line 120: | Line 81: | ||
} | } | ||
/* Test that this is working */ | |||
body { | |||
background: #1a1a1a !important; | |||
/* | |||
} | } |
Revision as of 18:05, 31 May 2025
/* 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; }