|
 |
| (10 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| /* âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ | | /* MediaWiki:Mainpage.css â title hide only. All design in Common.css. */ |
| Â ZelocoreCMS Wiki â Mainpage.css v3.1 (final)
| | #firstHeading, .firstHeading, .mw-page-title-main { display: none !important; } |
| Â âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ */
| |
| Â | |
| /* ââ 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; }
| |
| Â | |
| /* ââ Hero ââââââââââââââââââââââââââââââââââââââââââââââââââ */
| |
| .mw-parser-output #mp-hero {
| |
| Â background: linear-gradient(135deg, #1e1b4b 0%, #2563eb 55%, #7c3aed 100%);
| |
| Â border-radius: 12px;
| |
| Â padding: 48px 32px 38px;
| |
| Â margin-bottom: 26px;
| |
| Â text-align: center;
| |
| Â overflow: hidden;
| |
| }
| |
| .mw-parser-output #mp-hero-title {
| |
| Â font-size: 2.5em;
| |
| Â font-weight: 800;
| |
| Â color: #ffffff;
| |
| Â margin: 0 0 14px;
| |
| Â text-shadow: 0 2px 12px rgba(0,0,0,.35);
| |
| }
| |
| .mw-parser-output #mp-hero-subtitle {
| |
| Â font-size: 1.06em;
| |
| Â color: rgba(255,255,255,.85);
| |
| Â max-width: 600px;
| |
| Â margin: 0 auto 28px;
| |
| Â line-height: 1.65;
| |
| } | |
/* MediaWiki:Mainpage.css â title hide only. All design in Common.css. */
#firstHeading, .firstHeading, .mw-page-title-main { display: none !important; }