MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 791:
margin-top: 0 !important; /* Was 10px */
padding-top: 60px !important; /* internal padding to keep text safe */
}
 
/* ======================================================= */
/* FIX TITLE OVERLAP (Push Content Down) */
/* ======================================================= */
 
/* 1. Reset the Body padding (Removes the reserved header space) */
body.skin-minerva {
padding-top: 0 !important;
}
 
/* 2. Add INTERNAL padding to the article body */
/* This pushes the text down so the sticky buttons don't cover the title, */
/* but keeps the white background extending to the very top. */
body.skin-minerva .mw-body {
margin-top: 0 !important;
padding-top: 85px !important; /* 60px (Header) + 25px (Breathing Room) */
}