MediaWiki:Timeless.css

Revision as of 10:55, 29 January 2026 by Steve (talk | contribs) (Replaced content with "/* ========================================================= Timeless (BHC) — site skin customisations ONLY --------------------------------------------------------- This file intentionally contains: - Branding / layout / readability tweaks for Timeless - NO accessibility gadget rules - NO high-contrast / a11y feature classes (those live in the gadget CSS) If you previously pasted the Accessibility Gadget CSS into a Timeless page, move it t...")

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* =========================================================
   Timeless (BHC) — site skin customisations ONLY
   ---------------------------------------------------------
   This file intentionally contains:
   - Branding / layout / readability tweaks for Timeless
   - NO accessibility gadget rules
   - NO high-contrast / a11y feature classes (those live in the gadget CSS)

   If you previously pasted the Accessibility Gadget CSS into a Timeless page,
   move it to the gadget stylesheet (e.g. MediaWiki:Gadget-accessibility.css)
   and keep this file as the clean Timeless baseline.
   ========================================================= */

/* Optional: if you use BHC design tokens, keep them here */
:root{
  /* Example placeholders — keep / adjust only if you really use them elsewhere */
  /* --bhc-text: #111827; */
  /* --bhc-link: #005DB3; */
  /* --bhc-header-text: #111827; */
  /* --bhc-gold: #E4BA7B; */
}

/* -----------------------------------------------------------------
   Timeless baseline tweaks (safe, non-a11y)
   ----------------------------------------------------------------- */

/* Keep images responsive (if not already handled elsewhere) */
.res-img, .res-img img, img{
  max-width: 100%;
  height: auto;
}

/* -----------------------------------------------------------------
   Add any Timeless-only cosmetic tweaks BELOW
   (typography, spacing, portlet headings, etc.)
   ----------------------------------------------------------------- */

/* Example (optional):
body.skin-timeless .mw-portlet h3{
  letter-spacing: 0.01em;
}
*/

/* End of Timeless baseline */