MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 955:
 
/* 2. DESKTOP FIX (Vector 2022): Page Title Line */
/* The gray line is on the container '.vector-page-titlebar', not the h1 itself */
.mw-body-header,
.vector-page-titlebar {
border-bottom: 1px solid #202122 !important;
}
 
/* Remove border from the inner H1 to prevent double lines */
.mw-body-header h1,
Line 974 ⟶ 972:
 
/* 4. MOBILE FIX (Minerva): Page Title Double Line */
/* Apply the single dark border to the containerouter wrapper only */
.skin-minerva .pre-content .page-heading {
border-bottom: 1px solid #202122 !important;
padding-bottom: 8px !important;
margin-bottom: 0 !important;
}
/* REMOVE borders from the inner H1 and Page Actions to stop extra lines */
 
.skin-minerva .pre-content .page-heading h1,
/* FORCE remove the default gray border from the H1 text element */
.skin-minerva h1.pre-content .page-heading .firstHeading,
.skin-minerva .page-heading h1firstHeading {
border-bottom: none !important;
box-shadow: none !important; /* Removes shadow-based lines */
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}
.skin-minerva .page-actions-menu {
border-top: none !important;
margin-top: 10px;
}
 
/* 5. SECTION HEADINGS (Global) */
/* Update the line under standard H2 section headings */
.mw-body h2,
.section-heading {
Line 1,004 ⟶ 1,009:
 
/* 7. FOOTER LINES (Global) */
/* Only put the border on the VERY TOP of the footer container */
#footer,
.mw-footer,
Line 1,011 ⟶ 1,015:
border-top: 1px solid #202122 !important;
}
 
/* REMOVE EXTRA MOBILE FOOTER LINES */
/* Cleans up the area between Tagline and Footer Menu */
.minerva-footer .footer-content,
.minerva-footer .branding-box,
Line 1,023 ⟶ 1,025:
 
/* 8. MOBILE ICONS */
/* Darken the arrow for collapsible sections */
.skin-minerva .section-heading .mw-ui-icon-wikimedia-expand-small {
filter: grayscale(1) brightness(0.2);