|
Β |
| (6 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;
| |
| }
| |
| Β | |
| /* ββ Category cards ββββββββββββββββββββββββββββββββββββββββ */
| |
| .mw-parser-output #mp-categories { margin-bottom: 26px; }
| |
| .mw-parser-output .mp-section-title {
| |
| Β font-size: 1.1em;
| |
| Β font-weight: 800;
| |
| Β color: #0f172a;
| |
| Β margin-bottom: 12px;
| |
| Β padding-bottom: 7px;
| |
| Β border-bottom: 3px solid #2563eb;
| |
| Β display: inline-block;
| |
| }
| |
| .mw-parser-output .mp-cat-grid {
| |
| Β display: flex;
| |
| Β flex-wrap: wrap;
| |
| Β gap: 12px;
| |
| }
| |
| .mw-parser-output .mp-cat-card {
| |
| Β flex: 1 1 140px;
| |
| Β border-radius: 12px;
| |
| Β padding: 18px 10px;
| |
| Β text-align: center;
| |
| Β border: 1.5px solid #e2e8f0;
| |
| }
| |
| .mw-parser-output .mp-cat-card a {
| |
| Β display: flex;
| |
| Β flex-direction: column;
| |
| Β align-items: center;
| |
| Β gap: 5px;
| |
| Β text-decoration: none !important;
| |
| Β color: inherit !important;
| |
| }
| |
| .mw-parser-output .mp-cat-icon { font-size: 2.2em; line-height: 1; display: block; }
| |
| .mw-parser-output .mp-cat-name { font-size: .87em; font-weight: 800; display: block; margin-top: 3px; }
| |
| .mw-parser-output .mp-cat-desc { font-size: .72em; color: #64748b; display: block; line-height: 1.3; }
| |
| Β | |
| /* ββ Card color themes βββββββββββββββββββββββββββββββββββββ */
| |
| .mw-parser-output .mp-cat-bloggingΒ { background: linear-gradient(135deg,#fef3c7,#fde68a); border-color: #f59e0b; }
| |
| .mw-parser-output .mp-cat-headlessΒ { background: linear-gradient(135deg,#ede9fe,#ddd6fe); border-color: #7c3aed; }
| |
| .mw-parser-output .mp-cat-ecommerceΒ { background: linear-gradient(135deg,#dcfce7,#bbf7d0); border-color: #059669; }
| |
| .mw-parser-output .mp-cat-enterprise { background: linear-gradient(135deg,#dbeafe,#bfdbfe); border-color: #2563eb; }
| |
| .mw-parser-output .mp-cat-opensource { background: linear-gradient(135deg,#fee2e2,#fecaca); border-color: #dc2626; }
| |
| .mw-parser-output .mp-cat-saasΒ Β Β { background: linear-gradient(135deg,#e0f2fe,#bae6fd); border-color: #0891b2; }
| |
| .mw-parser-output .mp-cat-wikiΒ Β Β { background: linear-gradient(135deg,#f0fdf4,#dcfce7); border-color: #16a34a; }
| |
| .mw-parser-output .mp-cat-allΒ Β Β Β { background: linear-gradient(135deg,#f1f5f9,#e2e8f0); border-color: #94a3b8; }
| |
/* MediaWiki:Mainpage.css β title hide only. All design in Common.css. */
#firstHeading, .firstHeading, .mw-page-title-main { display: none !important; }