MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 954:
}
/* 2.
/* We target ALL potential containers and text elements. */
/*
/* If no line exists (width is 0), nothing appears. No double lines! */
.vector-page-titlebar, /* Desktop Container */▼
h1, ▼
.mw-body-header, /* Desktop Alternative */▼
h2,
.skin-minerva .page-heading, /* Mobile Container */▼
.section-heading { /* Mobile Section Headers */▼
.mw-first-heading,
border-bottom: 1px solid #202122 !important;▼
.pre-content, /* Mobile Outer Wrapper */
}
/* 3. RE-COLOR MOBILE SHADOW LINES (Minerva Fix) */
/* The mobile skin often uses a 'box-shadow' to draw the line. */
▲h1,
/* We change that shadow to your dark color to fix the "Gray Line" issue. */
▲h1.firstHeading,
.skin-minerva .section-heading {
▲.skin-minerva .page-heading h1 {
}
/*
/*
h2.vector-pinnable-header-label {
border-bottom: none !important;
▲ border-bottom: 1px solid #202122 !important;
}
Line 1,006 ⟶ 1,004:
/* 7. CLEAN UP MOBILE FOOTER GAPS */
/* Remove stray borders inside the footer that cause extra lines */
.minerva-footer .footer-content,
.minerva-footer .branding-box,
| |||