MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary Tag: Manual revert |
No edit summary |
||
Line 949:
.section-heading,
.vector-sticky-header-context-bar-primary,
.mw-headline
.vector-pinnable-header-label {
color: #202122 !important;
}
/* 2. HEADING LINES (DESKTOP): Under Page Titles and Section Headings */
/* We specifically target .mw-body to ensure we hit the article content */
.mw-body h1,
.mw-body h2,
.firstHeading,
#firstHeading {
.page-heading,▼
.section-heading {▼
border-bottom: 1px solid #202122 !important;
}
/* FIX: REMOVE UNDERLINE FROM "CONTENTS" TITLE IN SIDEBAR */
/* 3. HORIZONTAL RULES: Standard (----) and content separators */▼
h2.vector-pinnable-header-label {
}▼
/* 3. HEADING LINES (MOBILE): Fix Double Line Issue */
/* Apply border to the container only */
▲.skin-minerva .page-heading,
▲.skin-minerva .section-heading {
}
/* REMOVE border from the H1 inside the container to stop the double line */
.skin-minerva .page-heading .firstHeading {
border-bottom: none !important;
}
hr,
.mw-body hr,
Line 971 ⟶ 990:
}
/*
/* Only put the border on the VERY TOP of the footer container */
#footer,
.mw-footer,
Line 979 ⟶ 999:
}
/* FIX: REMOVE EXTRA LINES INSIDE MOBILE FOOTER */
/* 5. MOBILE (Minerva) SPECIFIC FIXES */▼
/*
.minerva-footer .footer-content,
▲.skin-minerva .page-heading {
.minerva-footer .branding-box,
▲ border-bottom-color: #202122 !important;
.minerva-footer-logo,
#footer-info,
#footer-places {
border: none !important;
}
/* Darken the mobile chevron/arrow for collapsible sections */
.skin-minerva .section-heading .mw-ui-icon-wikimedia-expand-small {
Line 990 ⟶ 1,015:
}
/*
.mw-editsection, .mw-editsection a {
color: #202122 !important;
Line 996 ⟶ 1,021:
}
/* FIX: REMOVED THE VERTICAL BAR SEPARATOR CODE HERE */
/* The default "middle dot" will remain automatically */
▲ border-right: 1px solid #202122 !important;
▲}
| |||