|
 |
| (8 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;
| |
| }
| |
| Â | |
| /* ââ Stats row âââââââââââââââââââââââââââââââââââââââââââââ */
| |
| .mw-parser-output #mp-hero-stats {
| |
| Â display: flex;
| |
| Â justify-content: center;
| |
| Â flex-wrap: wrap;
| |
| Â gap: 14px;
| |
| Â margin-bottom: 28px;
| |
| }
| |
| .mw-parser-output .mp-stat {
| |
| Â display: flex;
| |
| Â flex-direction: column;
| |
| Â align-items: center;
| |
| Â background: rgba(255,255,255,.12);
| |
| Â border: 1px solid rgba(255,255,255,.22);
| |
| Â border-radius: 10px;
| |
| Â padding: 12px 20px;
| |
| Â min-width: 80px;
| |
| }
| |
| .mw-parser-output .mp-stat-num {
| |
| Â font-size: 1.7em;
| |
| Â font-weight: 800;
| |
| Â color: #ffffff;
| |
| Â line-height: 1;
| |
| }
| |
| .mw-parser-output .mp-stat-label {
| |
| Â font-size: .72em;
| |
| Â color: rgba(255,255,255,.72);
| |
| Â margin-top: 4px;
| |
| Â text-transform: uppercase;
| |
| Â letter-spacing: .5px;
| |
| }
| |
| Â | |
| /* ââ Hero links ââââââââââââââââââââââââââââââââââââââââââââ */
| |
| .mw-parser-output #mp-hero-actions {
| |
| Â display: flex;
| |
| Â flex-direction: column;
| |
| Â align-items: center;
| |
| Â gap: 12px;
| |
| }
| |
| .mw-parser-output #mp-hero-links a {
| |
| Â display: inline-block;
| |
| Â background: rgba(255,255,255,.15);
| |
| Â color: #ffffff !important;
| |
| Â border: 1px solid rgba(255,255,255,.3);
| |
| Â border-radius: 20px;
| |
| Â padding: 7px 16px;
| |
| Â margin: 3px;
| |
| Â font-size: .9em;
| |
| Â font-weight: 700;
| |
| Â text-decoration: none !important;
| |
| } | |
/* MediaWiki:Mainpage.css â title hide only. All design in Common.css. */
#firstHeading, .firstHeading, .mw-page-title-main { display: none !important; }