MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Tags: Mobile edit Mobile web edit
Line 794:
 
/* ======================================================= */
/* FIX TITLE OVERLAP (PushTargeting Content Down.pre-content) */
/* ======================================================= */
 
/* 1. ResetRemove the Bodydefault paddingbrowser (Removesgap at the reserved header space)top */
body.skin-minerva {
padding-top: 0 !important;
}
 
/* 2. AddPush INTERNALthe paddingTitle to theArea articledown bodyinternally */
/* We target the class from your HTML snippet */
/* This pushes the text down so the sticky buttons don't cover the title, */
.skin-minerva .pre-content.heading-holder {
/* but keeps the white background extending to the very top. */
/* 60px (Header) + 30px (Gap) = 90px */
body.skin-minerva .mw-body {
padding-top: 90px !important;
margin-top: 0 !important;
}
padding-top: 85px !important; /* 60px (Header) + 25px (Breathing Room) */
 
/* 3. Ensure Header Transparency (Just to be sure) */
.header-container.header-chrome,
.minerva-header {
background: transparent !important;
border: none !important;
box-shadow: none !important;
}