MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 939:
/* ======================================================= */
/* GLOBAL BRANDING: HEADINGS, TITLES &
/* ======================================================= */
/* 1.
h1, h2, h3, h4, h5, h6,
.firstHeading,
Line 948:
.page-heading,
.section-heading,
.vector-sticky-header-context-bar-primary
.mw-headline {
color: #202122 !important;
}
/* 2.
h1, h2,
.firstHeading,
Line 960 ⟶ 961:
}
/* 3.
hr,
.mw-body hr
.printfooter hr {
background-color: #202122 !important;
color: #202122 !important;
Line 969 ⟶ 971:
}
/* 4. FOOTER LINES: Main footer border and "Retrieved from" line */
#footer,
.mw-footer,
.minerva-footer,
.printfooter {
border-top: 1px solid #202122 !important;
}
/* 5. MOBILE (Minerva) SPECIFIC FIXES */
/* Match border color for mobile page headings */
.skin-minerva .page-heading {
border-bottom-color: #202122 !important;
}
/*
.skin-minerva .section-heading .mw-ui-icon-wikimedia-expand-small {
filter: grayscale(1) brightness(0.2);
}
/* 6. SUBTLE UI FIXES: Edit links and footer separators */
.mw-editsection, .mw-editsection a {
color: #202122 !important;
opacity: 0.7;
}
#footer-places li:not(:last-child):after {
border-right: 1px solid #202122 !important;
opacity: 0.5;
}
| |||