MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,540:
font-weight: 600;
color: var(--ed-ink) !important;
/* a FULL-WIDTH rule like h2 — but a QUIET warm hairline instead of h2's ink,
so it reads one clear level down from the section heading above it */
border-bottom: 1px solid var(--ed-hairline-strong);
margin-top: 1.8em;
margin-bottom: 0.5em6em;
padding-bottom: 0.25em;
}
/* a QUIET rule under the heading — marks it as a section start without competing
with the full ink rules on h1/h2 (muted + thin). It spans the BODY-TEXT column
via --ed-measure (the same token that caps the prose), so it ends exactly where
the paragraphs do — and adapts to the infobox / to full width on mobile. */
.mw-body-content h3::after,
.skin-minerva .content h3::after {
content: "";
display: block;
width: var(--ed-measure);
height: 1px;
background: var(--ed-faint);
margin-top: 0.3em;
}
.mw-body-content h4, .mw-body-content h5, .mw-body-content h6 {