Jump to content

MediaWiki:Mainpage.css: Difference between revisions

From ZelocoreCMS Wiki
CSS block test 1/12
Minimal: title hide only, all design in Common.css
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* MediaWiki:Mainpage.css — title hide only. All design in Common.css. */
/* ═══════════════════════════════════════════════════════════
#firstHeading, .firstHeading, .mw-page-title-main { display: none !important; }
  ZelocoreCMS Wiki — Mainpage.css v3.1 (final)
  ═══════════════════════════════════════════════════════════ */
 
/* ── Hide page title ─────────────────────────────────────── */
.mw-parser-output #firstHeading,
.mw-parser-output .firstHeading,
.mw-parser-output .mw-page-title-main { display: none !important; }

Latest revision as of 21:54, 29 July 2026

/* MediaWiki:Mainpage.css — title hide only. All design in Common.css. */
#firstHeading, .firstHeading, .mw-page-title-main { display: none !important; }