MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 956:
/* 2. RE-COLOR EXISTING BORDERS (Desktop & Mobile) */
/* We target ALL potential containers and text elements. */
h1,
h2,
.firstHeading,
.mw-first-heading,
.vector-page-titlebar, /* Desktop Container */▼
.page-heading, /* Mobile Container */
.pre-content, /* Mobile Outer Wrapper */
.section-heading { /* Mobile Sections */
border-bottom-color: #202122 !important;
}
/* 2.1 SPECIAL FIX: VECTOR 2022 PAGE TITLE LINE */
/* This specific line is a pseudo-element (::after), not a real border. */
/* We override the background color and increase height to 2px. */
background-color: #202122 !important;
height: 2px !important;
bottom: 0 !important;
left: 0 !important;
right: 0 !important;
content: '' !important; /* Ensure the element exists */
}
/* 3. RE-COLOR MOBILE SHADOW LINES (Minerva Fix) */
.skin-minerva .page-heading,
.skin-minerva .section-heading {
Line 979 ⟶ 985:
/* 4. CONTENTS SIDEBAR (Desktop) */
h2.vector-pinnable-header-label {
border-bottom: none !important;
Line 995 ⟶ 1,000:
/* 6. FOOTER LINES (Global) */
#footer,
.mw-footer,
Line 1,004 ⟶ 1,008:
/* 7. CLEAN UP MOBILE FOOTER GAPS */
.minerva-footer .footer-content,
.minerva-footer .branding-box,
Line 1,014 ⟶ 1,017:
/* 8. MOBILE ICONS */
.skin-minerva .section-heading .mw-ui-icon-wikimedia-expand-small {
filter: grayscale(1) brightness(0.2);
| |||