MediaWiki:Mainpage.css: Difference between revisions
Appearance
CSS block test 1/12 |
CSS block test 2/12 |
||
| Line 1: | Line 1: | ||
/* ═══════════════════════════════════════════════════════════ | /* ═══════════════════════════════════════════════════════════ | ||
ZelocoreCMS Wiki — Mainpage.css v3.1 (final) | ZelocoreCMS Wiki — Mainpage.css v3.1 (final) | ||
| Line 8: | Line 7: | ||
.mw-parser-output .firstHeading, | .mw-parser-output .firstHeading, | ||
.mw-parser-output .mw-page-title-main { display: none !important; } | .mw-parser-output .mw-page-title-main { display: none !important; } | ||
/* ── Top banner ──────────────────────────────────────────── */ | |||
.mw-parser-output #mp-topbanner { | |||
background: linear-gradient(90deg, #eff6ff, #f5f3ff); | |||
border: 1px solid #c7d2fe; | |||
border-radius: 12px; | |||
padding: 10px 20px; | |||
margin-bottom: 18px; | |||
text-align: center; | |||
font-size: 1em; | |||
color: #1e1b4b; | |||
} | |||
.mw-parser-output #mp-topbanner a { color: #2563eb; font-weight: 600; } | |||
Revision as of 21:44, 29 July 2026
/* ═══════════════════════════════════════════════════════════
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; }
/* ── Top banner ──────────────────────────────────────────── */
.mw-parser-output #mp-topbanner {
background: linear-gradient(90deg, #eff6ff, #f5f3ff);
border: 1px solid #c7d2fe;
border-radius: 12px;
padding: 10px 20px;
margin-bottom: 18px;
text-align: center;
font-size: 1em;
color: #1e1b4b;
}
.mw-parser-output #mp-topbanner a { color: #2563eb; font-weight: 600; }