MediaWiki:Mainpage.css: Difference between revisions

Test minimal CSS to diagnose TemplateStyles issue
Tag: Replaced
CSS block test 1/12
Line 1: Line 1:
/* Test: minimal safe CSS for TemplateStyles */
 
.mw-parser-output #mp-hero {
/* ═══════════════════════════════════════════════════════════
  background: #1e1b4b;
  ZelocoreCMS Wiki — Mainpage.css  v3.1 (final)
  color: #ffffff;
  ═══════════════════════════════════════════════════════════ */
  padding: 40px 20px;
 
  text-align: center;
/* ── Hide page title ─────────────────────────────────────── */
  border-radius: 8px;
.mw-parser-output #firstHeading,
  margin-bottom: 20px;
.mw-parser-output .firstHeading,
}
.mw-parser-output .mw-page-title-main { display: none !important; }
.mw-parser-output #mp-hero-title {
  font-size: 2em;
  font-weight: bold;
  color: #ffffff;
}