|
 |
| (11 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; }
| |
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; }