MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 939:
 
/* ======================================================= */
/* GLOBAL BRANDING: HEADINGS, TITLES & TITLELINES ALIGNMENT (DESKTOP & MOBILE) */
/* ======================================================= */
 
/* 1. TargetTEXT Text ColorsCOLORS: standardStandard headings, main titles, and mobilesticky headingsheader */
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. TargetHEADING Horizontal LinesLINES: underUnder Page Titles and SectionsSection Headings */
h1, h2,
.firstHeading,
Line 960 ⟶ 961:
}
 
/* 3. TargetHORIZONTAL RULES: Standard Horizontal Rules (----) and content separators */
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 */
/* 4. Mobile Specific (Minerva skin) Adjustments */
#footer,
/* Ensures the 'Home' title on mobile doesn't have default gray shadows or borders */
.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;
}
 
/* EnsuresDarken the mobile chevron/arrow next tofor collapsible sections on mobile matches the color */
.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;
}