MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,326:
 
/* =================================================================
12. EDITORIAL DESIGN SYSTEM v8v9 ("paper & ink")
Appended LAST deliberately: later rules of equal specificity win,
so this section restyles typography / color / spacing WITHOUT
Line 1,332:
color variables from here — a later :root wins). Delete the whole
section to revert.
v9: unified bullet geometry (desktop bullets on the heading axis,
v8: focus rings join the interactive teal (search box + chat input);
no marker overflow on mobile); teal focus rings; single composer
Appearance UI hidden via the Group-user.css architecture; Minerva
focus ring; visitor chrome + Minerva coverage + themed AI panel.
tables one light line tone; AI panel fully on the theme.
================================================================= */
 
Line 1,382:
--ed-small: 0.8125rem; /* THE small size: tables, infobox, TOC, footer */
--ed-title-gap: 2.1rem; /* CALIBRATION: moves the title rule DOWN */
--ed-list-indent: 1.05em; /* per-level bullet indent (both skins) */
 
/* section 11's table palette, warmed onto the same ramp.
Line 1,524 ⟶ 1,525:
color: var(--ed-secondary);
}
 
/* ── List geometry — ONE definition for both skins: the marker sits
just inside the content edge (aligned with headings), text hangs
at --ed-list-indent; each nesting level steps the same amount.
!important + the Minerva-qualified selectors beat section 7's
mobile rules and the skin defaults; table-cell lists keep
section 11's own rule (higher specificity). ── */
.mw-parser-output ul,
.mw-parser-output ol,
body.skin-minerva .mw-parser-output ul,
body.skin-minerva .collapsible-block ul {
margin-left: 0 !important;
padding-left: var(--ed-list-indent) !important;
}
.mw-parser-output ol { padding-left: 1.4em !important; } /* numbers need more room */
 
/* list rhythm: air between points, predictable nesting */
Line 1,633 ⟶ 1,649:
/* ── Focus/active states join the interactive teal — Codex paints them
in its own progressive blue (#36c) otherwise. The generic
.cdx-text-input rule covers BOTH the header search box and; the AI chat
chat input is exempted further below (sameits ring sits on the componentcomposer). ── */
.cdx-text-input__input:focus,
.cdx-text-input__input:enabled:focus {