MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 1,259:
 
/* ── Design knobs.
ONE gray ramp (every3 lightgrays interior+ line2 hairlines)., ONE small size, ONE sans. The --wt-*
TWO inks only: --ed-ink (dark — text + ALL structural rules) and
The --wt-* lines re-point section 11's table palette onto this scheme (thisthe
--ed-secondary (the ONE un-emphasized gray). TWO line tones:
same warm ramp (this :root is later, so it wins the tie). ── */
--ed-ink (heading underlines + table outer frame) and --ed-hairline
(every light interior line). ONE small size, ONE sans. The --wt-*
lines re-point section 11's table palette onto this scheme (this
:root is later, so it wins the tie).
TUNING: lighten/darken the un-emphasized text via --ed-secondary
alone; the light line via --ed-hairline alone. ── */
:root {
--ed-serif: "Source Serif 4", Georgia, "Times New Roman", serif;
--ed-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Inter", Helvetica, Arial, sans-serif; /* = Vector/Codex chrome stack */
--ed-ink: #2b2926; /* MAIN dark: body text, headings, ANDstrong rules every*/
--ed-secondary: #66605c; /* labels, standfirst, TOC, footer links */
structural rule — heading underlines, table
--ed-faint: #807973; /* page refs, list outer framemarkers, footer + TOC-header rulesbody */
--ed-secondaryhairline: #66605ce7e2db; /* THElight un-emphasizedwarm grayline (infobox allframe) de-emphasized*/
--ed-hairline-strong: var(--ed-hairline)#d6d0c8; /* merged:stronger one lightwarm line tone(panel frame) */
text: labels, TOC, captions, footer, list
markers, page-refs, table-header text */
--ed-faint: var(--ed-secondary); /* merged: one un-emphasized gray, not two */
--ed-hairline: #e7e2db; /* THE light line — every interior/secondary
line: table interior edges, infobox + AI-panel
frames, footnote-popover / button borders */
--ed-hairline-strong: var(--ed-hairline); /* merged: one light line tone */
--ed-link: #0d7680; /* interactive teal: links, focus, send */
--ed-underline: #ccc1b7; /* resting link underline tint */
Line 1,301 ⟶ 1,290:
resolve against each marker's own font-size. */
 
/* section 11's table palette, foldedwarmed onto the 2-tonesame scheme: the tableramp.
outer FRAME + h3 --wt-rule now shareis the darktable ink,FRAME: sodeliberately tablelighter bordersthan readthe atink
h2 rules so tables sit below section structure in the hierarchy */
the SAME weight as heading underlines; interior edges are THE light line */
--wt-border: #ece8e1;
--wt-border: var(--ed-hairline); /* interior table lines = the light line */
--wt-rule: #b3aca3;
--wt-rule: var(--ed-ink); /* table outer frame + h3 rule = dark */
--wt-edge: var(--wt-border); /* ONE hairline tone /*for interior column edges = the light line */
--wt-th-bg: #f3efe8;
--wt-th-text: var(--ed-secondary); /* table-header text = the un-emphasized gray */
}
 
Line 1,580 ⟶ 1,569:
font-weight: 600;
color: var(--ed-ink) !important;
/* a FULL-WIDTH rule like h2, — but in the sameTABLE-FRAME dark inktone (--wt-rule) now folds ontorather
--ed-than h2's ink), so headingit underlinesreads andone tablelevel outerdown bordersand sharerhymes ONEwith darkthe linetable borders */
border-bottom: 1px solid var(--wt-rule);
margin-top: var(--ed-heading-gap); /* doubled vs the old 1.8em; same as h2 */