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 */
.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
.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,
.skin-minerva
.skin-minerva .
border-bottom: none !important;
box-shadow: none !important;
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}
.skin-minerva .page-actions-menu {
border-top: none !important;
margin-top: 10px;
}
/* 5. SECTION HEADINGS (Global) */
.mw-body h2,
.section-heading {
Line 1,004 ⟶ 1,009:
/* 7. FOOTER LINES (Global) */
#footer,
.mw-footer,
Line 1,011 ⟶ 1,015:
border-top: 1px solid #202122 !important;
}
/* REMOVE EXTRA MOBILE FOOTER LINES */
.minerva-footer .footer-content,
.minerva-footer .branding-box,
Line 1,023 ⟶ 1,025:
/* 8. MOBILE ICONS */
.skin-minerva .section-heading .mw-ui-icon-wikimedia-expand-small {
filter: grayscale(1) brightness(0.2);
| |||