MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 61: | Line 61: | ||
background: transparent !important; | background: transparent !important; | ||
border: none !important; | border: none !important; | ||
} | } | ||
.mw-body h1::before { | .mw-body h1::before { | ||
content: "◆ "; | content: "◆ "; | ||
} | } | ||
.mw-body h2::before { | .mw-body h2::before { | ||
content: "○ "; | content: "○ "; | ||
} | } | ||
Revision as of 18:06, 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;
}
.mw-body h1::before {
content: "◆ ";
}
.mw-body h2::before {
content: "○ ";
}