MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 939:
 
/* ======================================================= */
/* GLOBAL HEADINGS & HORIZONTAL LINES COLORTITLE ALIGNMENT (DESKTOP & MOBILE) */
/* ======================================================= */
 
/* 1. Target Text Colors: standard headings, main titles, and mobile headings */
/* 1. Change Heading Text Color */
h1, h2, h3, h4, h5, h6,
.mw-body h1, .mw-body h2,
.mw-body h3, .mw-body h4,
.mw-body h5, .mw-body h6,
.firstHeading,
.mw-page-title-main,
.mw-headline {
.page-heading,
.section-heading,
.vector-sticky-header-context-bar-primary {
color: #202122 !important;
}
 
/* 2. ChangeTarget theHorizontal HeadingLines: Underlineunder (H1Page Titles and H2)Sections */
h1, h2,
.firstHeading,
.mw-body h1,
.page-heading,
.mw-body h2 {
.section-heading {
border-bottom: 1px solid #202122 !important;
}
 
/* 3. ChangeTarget Standard Horizontal Rules (----) */
hr {,
.mw-headlinebody hr {
background-color: #202122 !important;
color: #202122 !important;
height: 1px !important;
border: none !important;
}
 
/* 4. Mobile Specific (Minerva skin) Adjustments */
/* Ensures the 'Home' title on mobile doesn't have default gray shadows or borders */
.skin-minerva .page-heading {
border-bottom-color: #202122 !important;
}
 
/* Ensures the chevron/arrow next to collapsible sections on mobile matches the color */
.skin-minerva .section-heading .mw-ui-icon-wikimedia-expand-small {
filter: grayscale(1) brightness(0.2);
}