MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
Tag: Manual revert
No edit summary
Line 1,264:
--ed-small: 0.8125rem; /* THE small size: tables, infobox, TOC, footer */
--ed-title-gap: 2.1rem; /* CALIBRATION: moves the title rule DOWN */
--ed-heading-gap: 4rem; /* space BEFORE h2 AND h3 — the SAME for both (rem, not em,
so the two gaps stay equal in px despite different heading
sizes); ~2x the old h3 space (was 1.8em ≈ 32px) */
--ed-list-indent: 1.2rem; /* per-level indent = the marker-to-text step
(rem, NOT em — an em offset would resolve
Line 1,524 ⟶ 1,527:
.skin-minerva .content h2 {
font-family: var(--ed-sans);
font-size: 1.4rem875rem; /* 30px */
line-height: 1.25;
font-weight: 600;
Line 1,530 ⟶ 1,533:
color: var(--ed-ink) !important;
border-bottom: 1px solid var(--ed-ink) !important;
margin-top: 2.2emvar(--ed-heading-gap); /* same space before h2 and h3 */
margin-bottom: 0.7em;
padding-bottom: 0.3em;
Line 1,537 ⟶ 1,540:
.skin-minerva .content h3 {
font-family: var(--ed-sans);
font-size: 1.13rem5rem; /* a touch larger than body so scale alone helps24px */
font-weight: 600;
color: var(--ed-ink) !important;
Line 1,543 ⟶ 1,546:
than h2's ink, so it reads one level down and rhymes with the table borders */
border-bottom: 1px solid var(--wt-rule);
margin-top: var(--ed-heading-gap); /* doubled vs the old 1.8em; same as h2 */
margin-bottom: 0.6em;
padding-bottom: 0.25em;