MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 127: Line 127:
.page-Home .printfooter {
.page-Home .printfooter {
     display: none !important;
     display: none !important;
}
/* =========================================
  REMOVE TOP BLANK SPACE ON HOME PAGE ONLY
  ========================================= */
/* Hide page title bar (Home heading area) */
.page-Home #firstHeading {
    display: none !important;
}
/* Remove top padding added by MediaWiki */
.page-Home #content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* Remove content action tabs space */
.page-Home #contentSub,
.page-Home #siteSub {
    display: none !important;
}
/* Remove page tabs (Read, Edit, etc.) spacing */
.page-Home #p-cactions,
.page-Home #p-views {
    display: none !important;
}
/* Remove header empty area */
.page-Home #mw-head {
    display: none !important;
}
/* Force body top alignment */
.page-Home #mw-page-base,
.page-Home #mw-panel {
    margin-top: 0 !important;
}
/* Extra safety: remove any top blank gap */
.page-Home .mw-body-content {
    padding-top: 0 !important;
}
}