Jump to content

MediaWiki:Common.css: Difference between revisions

From Transight Wiki
Blanked the page
Tags: Blanking Manual revert
No edit summary
Line 1: Line 1:
/* Hide the existing header */
#mw-head, #p-personal, #left-navigation, #right-navigation {
    display: none !important;
}


/* Optionally, remove extra top margin */
#content {
    margin-top: 0 !important;
}

Revision as of 17:01, 18 June 2025

/* Hide the existing header */
#mw-head, #p-personal, #left-navigation, #right-navigation {
    display: none !important;
}

/* Optionally, remove extra top margin */
#content {
    margin-top: 0 !important;
}