Jump to content

MediaWiki:Common.css: Difference between revisions

From Archive
No edit summary
No edit summary
Line 24: Line 24:




/* 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 */
/* Hide footer completely */

Revision as of 18:12, 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 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: "○ ";
}