MediaWiki:Common.css: Difference between revisions
From CKRAS Wiki
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
========================================================= */ | ========================================================= */ | ||
/* 1) GLOBAL | /* 1) GLOBAL & SIDEBAR (Gültig für alle Seiten) | ||
========================================================= */ | ========================================================= */ | ||
/* Verhindert doppelte Unterstreichungen | /* Verhindert doppelte Unterstreichungen durch den Skin */ | ||
.mw-body-content a { text-decoration: none !important; } | .mw-body-content a { text-decoration: none !important; } | ||
/* Sidebar Headlines */ | /* Sidebar Headlines - Extra fett & Letter-Spacing für SaaS-Look */ | ||
#mw-panel .portal h3 { | #mw-panel .portal h3 { | ||
font-size: 0.85em; | font-size: 0.85em; | ||
| Line 21: | Line 21: | ||
} | } | ||
/* | /* Sidebar Links & Icon Alignment */ | ||
#mw-panel .portal .body ul li { list-style: none !important; padding: 3px 0; } | #mw-panel .portal .body ul li { list-style: none !important; padding: 3px 0; } | ||
#mw-panel .portal .body ul li a { | #mw-panel .portal .body ul li a { | ||
| Line 30: | Line 30: | ||
transition: all 0.2s ease; | transition: all 0.2s ease; | ||
} | } | ||
#mw-panel .portal .body ul li a:hover { color: #0B65E9 !important; padding-left: 2px; } | #mw-panel .portal .body ul li a:hover { | ||
color: #0B65E9 !important; | |||
padding-left: 2px; | |||
} | |||
/* Icon Setup */ | /* Icon Setup */ | ||
| Line 58: | Line 61: | ||
/* 2) MAIN PAGE — CLEAN SAAS LOOK | /* 2) MAIN PAGE — CLEAN SAAS LOOK (Nur für Startseite) | ||
========================================================= */ | ========================================================= */ | ||
| Line 70: | Line 73: | ||
} | } | ||
/* Hero Main Page | /* Hero Main Page */ | ||
.page-Main_Page .ck-hero h1 { font-size: 28px; font-weight: 800; margin: 0 0 8px; color:#0F172A; } | .page-Main_Page .ck-hero h1 { | ||
.page-Main_Page .ck-hero p { font-size: 14px; color:#64748B; max-width:820px; line-height:1.6; } | font-size: 28px; | ||
font-weight: 800; | |||
margin: 0 0 8px; | |||
color:#0F172A; | |||
} | |||
.page-Main_Page .ck-hero p { | |||
font-size: 14px; | |||
color:#64748B; | |||
max-width:820px; | |||
line-height:1.6; | |||
} | |||
.page-Main_Page .ck-hero a { | .page-Main_Page .ck-hero a { | ||
color:#0F172A !important; | color:#0F172A !important; | ||
| Line 78: | Line 91: | ||
border-bottom:1px solid rgba(15,23,42,.15); | border-bottom:1px solid rgba(15,23,42,.15); | ||
} | } | ||
.page-Main_Page .ck-hero a:hover { color:#0B65E9 !important; border-bottom-color:#0B65E9; } | .page-Main_Page .ck-hero a:hover { | ||
color:#0B65E9 !important; | |||
border-bottom-color:#0B65E9; | |||
} | |||
/* | /* Sections & Titles */ | ||
.page-Main_Page .ck-section-title { font-size:13px; text-transform:uppercase; font-weight:800; color:#0B65E9; margin:34px 0 18px; } | .page-Main_Page .ck-section-title { | ||
font-size:13px; | |||
text-transform:uppercase; | |||
letter-spacing:.6px; | |||
font-weight:800; | |||
color:#0B65E9; | |||
margin:34px 0 18px; | |||
} | |||
/* Card Design mit feinen Hover-Effekten */ | |||
.page-Main_Page .ck-card-inner { | .page-Main_Page .ck-card-inner { | ||
background:#FFFFFF; | background:#FFFFFF; | ||
| Line 91: | Line 116: | ||
justify-content:space-between; | justify-content:space-between; | ||
gap:40px; | gap:40px; | ||
transition:.18s ease; | transition: all .18s ease; | ||
} | |||
.page-Main_Page .ck-card-inner:hover { | |||
border-color:rgba(11,101,233,.25); | |||
box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03); | |||
} | } | ||
/* | /* Icons Startseite */ | ||
.page-Main_Page .ck-icoimg { | .page-Main_Page .ck-icoimg { | ||
width:64px; height:64px; border-radius:20px; background:#F8FAFC; border:1px solid #E2E8F0; | width:64px; height:64px; border-radius:20px; | ||
background:#F8FAFC; border:1px solid #E2E8F0; | |||
display:flex; align-items:center; justify-content:center; flex-shrink:0; | display:flex; align-items:center; justify-content:center; flex-shrink:0; | ||
} | } | ||
.page-Main_Page .ck-icoimg img { width:50px !important; height:50px !important; object-fit:contain !important; } | .page-Main_Page .ck-icoimg img { width:50px !important; height:50px !important; object-fit:contain !important; } | ||
/* | /* Typography Card Titles */ | ||
.page-Main_Page .ck-card h2 { margin:0 0 6px !important; padding:0 !important; font-size:17px; font-weight:700; color:#0F172A; border:0 !important; } | .page-Main_Page .ck-card h2 { | ||
margin:0 0 6px !important; padding:0 !important; | |||
font-size:17px; font-weight:700; letter-spacing:-0.2px; | |||
color:#0F172A; border:0 !important; | |||
} | |||
.page-Main_Page .ck-card h2:after { content:none !important; } | .page-Main_Page .ck-card h2:after { content:none !important; } | ||
/* Meta Chips */ | /* Meta Chips */ | ||
.page-Main_Page .ck-meta a { | .page-Main_Page .ck-meta a { | ||
display:inline-flex; padding:8px 14px; border-radius:16px; background:#F1F5F9; border:1px solid #E2E8F0; | display:inline-flex; align-items:center; padding:8px 14px; border-radius:16px; | ||
background:#F1F5F9; border:1px solid #E2E8F0; | |||
font-size:12.5px; font-weight:700; color:#0B65E9 !important; | font-size:12.5px; font-weight:700; color:#0B65E9 !important; | ||
} | } | ||
/* CTA | /* CTA Buttons Main Page */ | ||
.page-Main_Page .ck-card-right a { | .page-Main_Page .ck-card-right a { | ||
width:220px; height:48px; display:flex; align-items:center; justify-content:center; | width:220px; height:48px; display:flex; align-items:center; justify-content:center; | ||
border-radius:16px; background:#0B65E9; color:#FFFFFF !important; font-weight:700; | border-radius:16px; background:#0B65E9; color:#FFFFFF !important; | ||
font-size:14px; font-weight:700; transition:.18s ease; | |||
} | } | ||
.page-Main_Page .ck-card-right a:hover { background:#094DB6; transform:translateY(-1px); } | |||
.page-Main_Page .ck- | |||
| Line 130: | Line 160: | ||
.ck-page { max-width: 1200px; margin: 0 auto; } | .ck-page { max-width: 1200px; margin: 0 auto; } | ||
/* Links | /* Subpage Links: Dezent & Minimal */ | ||
.ck-page a:not(.ck-btn):not(.image) { | .ck-page a:not(.ck-btn):not(.image) { | ||
color: #0B65E9; | color: #0B65E9; | ||
border-bottom: 1px solid rgba(11,101,233,. | border-bottom: 1px solid rgba(11,101,233,.22); | ||
transition: .15s ease; | transition: .15s ease; | ||
} | } | ||
.ck-page a:hover { border-bottom-color: #094DB6; } | .ck-page a:hover { border-bottom-color: #094DB6; color: #094DB6; } | ||
/* Buttons */ | /* Buttons Subpages */ | ||
.ck-btn { | .ck-btn { | ||
display: inline-flex; align-items: center; justify-content: center; | display: inline-flex; align-items: center; justify-content: center; | ||
padding: 10px 16px; border-radius: 12px; font-weight: 800; font-size: 13px; | padding: 10px 16px; border-radius: 12px; font-weight: 800; font-size: 13px; | ||
border: 1px solid transparent; transition: .18s ease; | border: 1px solid transparent; transition: .18s ease; white-space: nowrap; | ||
} | } | ||
.ck-btn-primary { background: #0B65E9; color: #FFFFFF !important; border-bottom: none !important; } | .ck-btn-primary { background: #0B65E9; color: #FFFFFF !important; border-bottom: none !important; } | ||
| Line 148: | Line 178: | ||
.ck-btn-ghost { background: #111827; border-color: #334155; color: #E2E8F0 !important; border-bottom: none !important; } | .ck-btn-ghost { background: #111827; border-color: #334155; color: #E2E8F0 !important; border-bottom: none !important; } | ||
.ck-btn-ghost:hover { border-color: rgba(56,189,248,.55); } | |||
/* SUBPAGE HERO (Dark SaaS Style) */ | /* SUBPAGE HERO (Dark SaaS Style) */ | ||
| Line 160: | Line 191: | ||
.ck-page .ck-hero-inner { display: flex; gap: 20px; align-items: flex-start; text-align: left; } | .ck-page .ck-hero-inner { display: flex; gap: 20px; align-items: flex-start; text-align: left; } | ||
/* Hero Logo Tile */ | |||
.ck-page .ck-hero-logo { | .ck-page .ck-hero-logo { | ||
width: 110px; height: 110px; border-radius: 22px; flex-shrink: 0; | width: 110px; height: 110px; border-radius: 22px; flex-shrink: 0; | ||
background: rgba(255,255,255,.06) !important; border: 1px solid rgba(255,255,255,.1) !important; | background: rgba(255,255,255,.06) !important; | ||
display: flex; align-items: center; justify-content: center; | border: 1px solid rgba(255,255,255,.1) !important; | ||
display: flex; align-items: center; justify-content: center; overflow: hidden; | |||
} | } | ||
.ck-page .ck-hero-logo img { width: 90px !important; height: 90px !important; object-fit: contain; } | .ck-page .ck-hero-logo img { width: 90px !important; height: 90px !important; object-fit: contain; } | ||
/* Typography | /* Hero Typography Details */ | ||
.ck-page .ck-hero-title { | .ck-page .ck-hero-title { | ||
font-size: 28px; font-weight: 900; color: #38BDF8 !important; margin: 0 0 6px !important; | font-size: 28px; font-weight: 900; color: #38BDF8 !important; | ||
margin: 0 0 6px !important; letter-spacing: -0.3px; line-height: 1.1; | |||
} | } | ||
.ck-page .ck-hero-sub { | .ck-page .ck-hero-sub { | ||
font-size: | font-size: 14.5px; color: #94A3B8 !important; line-height: 1.55; margin-bottom: 10px; | ||
} | } | ||
.ck-page .ck-hero-meta { | .ck-page .ck-hero-meta { | ||
font-size: 13.5px; color: #E2E8F0 !important; line-height: 1. | font-size: 13.5px; color: #E2E8F0 !important; line-height: 1.55; margin-bottom: 14px; | ||
} | } | ||
/* Reset | /* Reset Hero Inner Box Look */ | ||
.ck-page .ck-hero-sub, | .ck-page .ck-hero-sub, | ||
.ck-page .ck-hero-meta, | .ck-page .ck-hero-meta, | ||
.ck-page .ck-hero-actions { | .ck-page .ck-hero-actions { | ||
background: transparent !important; border: none !important; padding: 0 !important; | background: transparent !important; border: none !important; | ||
outline: none !important; box-shadow: none !important; padding: 0 !important; | |||
} | } | ||
.ck-page .ck-hero-actions { display: flex; gap: 10px; flex-wrap: wrap; } | .ck-page .ck-hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; } | ||
/* Tables CKRAS CI */ | /* Tables CKRAS CI */ | ||
.ck-page table.wikitable { | .ck-page table.wikitable { | ||
width: 100%; border-collapse: separate; border-spacing: 0; | width: 100%; border-collapse: separate; border-spacing: 0; | ||
border: 1px solid #DBEAFE; border-radius: 14px; overflow: hidden; | border: 1px solid #DBEAFE; border-radius: 14px; overflow: hidden; background: #FFF; | ||
} | |||
.ck-page table.wikitable th { | |||
background: #EFF6FF; color: #0F172A; font-weight: 900; | |||
padding: 12px; text-align: left; border-bottom: 1px solid #DBEAFE; | |||
} | } | ||
.ck-page table.wikitable td { padding: 12px; border-bottom: 1px solid #EFF6FF; color: #0F172A; } | .ck-page table.wikitable td { padding: 12px; border-bottom: 1px solid #EFF6FF; color: #0F172A; } | ||
.ck-page table.wikitable tr:nth-child(even) td { background: #F8FAFF; } | .ck-page table.wikitable tr:nth-child(even) td { background: #F8FAFF; } | ||
| Line 202: | Line 240: | ||
} | } | ||
.ck-page .ck-callout { border-left: 5px solid #0EA5E9; } | .ck-page .ck-callout { border-left: 5px solid #0EA5E9; } | ||
.ck-page .ck-callout--ok { background: #ECFDF5; border-left-color: #10B981; } | .ck-page .ck-callout--amber { background:#FFF7ED; border-color:#FED7AA; border-left-color:#F59E0B; } | ||
.ck-page .ck-callout--ok { background: #ECFDF5; border-color:#D1FAE5; border-left-color: #10B981; } | |||
/* Headings */ | /* Subpage Headings cleanup */ | ||
.ck-page h2 | .ck-page h2 { margin-top: 26px; font-size: 22px; font-weight: 900; color: #0F172A; border: none !important; } | ||
.ck-page h3 { margin-top: 18px; font-size: 18px; font-weight: 900; color: #0F172A; border: none !important; } | |||
| Line 213: | Line 253: | ||
@media (max-width: 900px) { | @media (max-width: 900px) { | ||
/* Main Page Mobile */ | /* Main Page Mobile */ | ||
.page-Main_Page .ck-card-inner { flex-direction: column; align-items: stretch; } | .page-Main_Page .mw-body-content { padding: 0 16px !important; } | ||
.page-Main_Page .ck-card-right, .page-Main_Page .ck-card-right a { width: 100% !important; } | .page-Main_Page .ck-card-inner { flex-direction: column; align-items: stretch; padding: 22px 18px !important; } | ||
.page-Main_Page .ck-card-top { flex-direction: column; align-items: flex-start; } | |||
.page-Main_Page .ck-card-right, .page-Main_Page .ck-card-right a { width: 100% !important; margin-top: 6px; } | |||
/* Subpage Mobile */ | /* Subpage Mobile */ | ||
.ck-page .ck-hero { padding: 16px; } | |||
.ck-page .ck-hero-inner { flex-direction: column; align-items: flex-start; } | .ck-page .ck-hero-inner { flex-direction: column; align-items: flex-start; } | ||
.ck-page .ck-hero-logo { width: | .ck-page .ck-hero-logo { width: 96px; height: 96px; } | ||
.ck-page .ck-hero-logo img { width: | .ck-page .ck-hero-logo img { width: 80px !important; height: 80px !important; } | ||
} | } | ||
Revision as of 17:50, 3 March 2026
/* =========================================================
CKRAS WIKI — GLOBAL SIDEBAR + MAIN PAGE + SUBPAGE UI KIT
Skin: Medik (responsive)
========================================================= */
/* 1) GLOBAL & SIDEBAR (Gültig für alle Seiten)
========================================================= */
/* Verhindert doppelte Unterstreichungen durch den Skin */
.mw-body-content a { text-decoration: none !important; }
/* Sidebar Headlines - Extra fett & Letter-Spacing für SaaS-Look */
#mw-panel .portal h3 {
font-size: 0.85em;
text-transform: uppercase;
color: #0B65E9 !important;
font-weight: 800;
margin-top: 18px;
letter-spacing: 0.5px;
border: none;
}
/* Sidebar Links & Icon Alignment */
#mw-panel .portal .body ul li { list-style: none !important; padding: 3px 0; }
#mw-panel .portal .body ul li a {
display: flex !important;
align-items: center;
color: #475569 !important;
font-size: 14px;
transition: all 0.2s ease;
}
#mw-panel .portal .body ul li a:hover {
color: #0B65E9 !important;
padding-left: 2px;
}
/* Icon Setup */
#mw-panel .portal .body ul li a::before {
margin-right: 12px;
font-size: 16px;
width: 20px;
text-align: center;
display: inline-block;
}
/* NAVIGATION ICONS */
#n-mainpage a::before, #n-Home a::before { content: "🏠"; }
#n-recentchanges a::before, #n-Recent-changes a::before { content: "⏱️"; }
#n-Counterstrike-2 a::before { content: "🔫"; }
#n-MatchZy a::before { content: "🎮"; }
#n-PreFire a::before { content: "🔥"; }
#n-CKRAS-BOT a::before { content: "🤖"; }
#n-Gameserver-Token a::before { content: "🔑"; }
#n-Gameserver a::before { content: "🎮"; }
#n-Teamspeak a::before { content: "🎤"; }
#n-TV-Server a::before { content: "📺"; }
#mw-panel a[href*="ckras.com/en/"]::before { content: "🌐"; }
#mw-panel a[href*="play.ckras.com"]::before { content: "☁️"; }
#mw-panel a[href*="iface.ckras.com"]::before { content: "🧩"; }
#mw-panel a[href*="wiki.ckras.com"]::before { content: "🇩🇪"; }
/* 2) MAIN PAGE — CLEAN SAAS LOOK (Nur für Startseite)
========================================================= */
.page-Main_Page #toc,
.page-Main_Page #firstHeading { display: none !important; }
.page-Main_Page .mw-body-content {
max-width: 1700px;
margin: 0 auto;
padding: 0 40px;
}
/* Hero Main Page */
.page-Main_Page .ck-hero h1 {
font-size: 28px;
font-weight: 800;
margin: 0 0 8px;
color:#0F172A;
}
.page-Main_Page .ck-hero p {
font-size: 14px;
color:#64748B;
max-width:820px;
line-height:1.6;
}
.page-Main_Page .ck-hero a {
color:#0F172A !important;
font-weight:600;
border-bottom:1px solid rgba(15,23,42,.15);
}
.page-Main_Page .ck-hero a:hover {
color:#0B65E9 !important;
border-bottom-color:#0B65E9;
}
/* Sections & Titles */
.page-Main_Page .ck-section-title {
font-size:13px;
text-transform:uppercase;
letter-spacing:.6px;
font-weight:800;
color:#0B65E9;
margin:34px 0 18px;
}
/* Card Design mit feinen Hover-Effekten */
.page-Main_Page .ck-card-inner {
background:#FFFFFF;
border:1px solid #E2E8F0;
border-radius:22px;
padding:26px 32px;
display:flex;
align-items:center;
justify-content:space-between;
gap:40px;
transition: all .18s ease;
}
.page-Main_Page .ck-card-inner:hover {
border-color:rgba(11,101,233,.25);
box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
}
/* Icons Startseite */
.page-Main_Page .ck-icoimg {
width:64px; height:64px; border-radius:20px;
background:#F8FAFC; border:1px solid #E2E8F0;
display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.page-Main_Page .ck-icoimg img { width:50px !important; height:50px !important; object-fit:contain !important; }
/* Typography Card Titles */
.page-Main_Page .ck-card h2 {
margin:0 0 6px !important; padding:0 !important;
font-size:17px; font-weight:700; letter-spacing:-0.2px;
color:#0F172A; border:0 !important;
}
.page-Main_Page .ck-card h2:after { content:none !important; }
/* Meta Chips */
.page-Main_Page .ck-meta a {
display:inline-flex; align-items:center; padding:8px 14px; border-radius:16px;
background:#F1F5F9; border:1px solid #E2E8F0;
font-size:12.5px; font-weight:700; color:#0B65E9 !important;
}
/* CTA Buttons Main Page */
.page-Main_Page .ck-card-right a {
width:220px; height:48px; display:flex; align-items:center; justify-content:center;
border-radius:16px; background:#0B65E9; color:#FFFFFF !important;
font-size:14px; font-weight:700; transition:.18s ease;
}
.page-Main_Page .ck-card-right a:hover { background:#094DB6; transform:translateY(-1px); }
/* 3) SUBPAGES — CKRAS UI KIT (Scoped to .ck-page)
========================================================= */
.ck-page { max-width: 1200px; margin: 0 auto; }
/* Subpage Links: Dezent & Minimal */
.ck-page a:not(.ck-btn):not(.image) {
color: #0B65E9;
border-bottom: 1px solid rgba(11,101,233,.22);
transition: .15s ease;
}
.ck-page a:hover { border-bottom-color: #094DB6; color: #094DB6; }
/* Buttons Subpages */
.ck-btn {
display: inline-flex; align-items: center; justify-content: center;
padding: 10px 16px; border-radius: 12px; font-weight: 800; font-size: 13px;
border: 1px solid transparent; transition: .18s ease; white-space: nowrap;
}
.ck-btn-primary { background: #0B65E9; color: #FFFFFF !important; border-bottom: none !important; }
.ck-btn-primary:hover { background: #094DB6; transform: translateY(-1px); }
.ck-btn-ghost { background: #111827; border-color: #334155; color: #E2E8F0 !important; border-bottom: none !important; }
.ck-btn-ghost:hover { border-color: rgba(56,189,248,.55); }
/* SUBPAGE HERO (Dark SaaS Style) */
.ck-page .ck-hero {
margin: 14px 0 24px;
padding: 26px 28px;
border-radius: 22px;
background: linear-gradient(135deg,#0f172a,#1e293b) !important;
border: 1px solid rgba(255,255,255,.08) !important;
}
.ck-page .ck-hero-inner { display: flex; gap: 20px; align-items: flex-start; text-align: left; }
/* Hero Logo Tile */
.ck-page .ck-hero-logo {
width: 110px; height: 110px; border-radius: 22px; flex-shrink: 0;
background: rgba(255,255,255,.06) !important;
border: 1px solid rgba(255,255,255,.1) !important;
display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.ck-page .ck-hero-logo img { width: 90px !important; height: 90px !important; object-fit: contain; }
/* Hero Typography Details */
.ck-page .ck-hero-title {
font-size: 28px; font-weight: 900; color: #38BDF8 !important;
margin: 0 0 6px !important; letter-spacing: -0.3px; line-height: 1.1;
}
.ck-page .ck-hero-sub {
font-size: 14.5px; color: #94A3B8 !important; line-height: 1.55; margin-bottom: 10px;
}
.ck-page .ck-hero-meta {
font-size: 13.5px; color: #E2E8F0 !important; line-height: 1.55; margin-bottom: 14px;
}
/* Reset Hero Inner Box Look */
.ck-page .ck-hero-sub,
.ck-page .ck-hero-meta,
.ck-page .ck-hero-actions {
background: transparent !important; border: none !important;
outline: none !important; box-shadow: none !important; padding: 0 !important;
}
.ck-page .ck-hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
/* Tables CKRAS CI */
.ck-page table.wikitable {
width: 100%; border-collapse: separate; border-spacing: 0;
border: 1px solid #DBEAFE; border-radius: 14px; overflow: hidden; background: #FFF;
}
.ck-page table.wikitable th {
background: #EFF6FF; color: #0F172A; font-weight: 900;
padding: 12px; text-align: left; border-bottom: 1px solid #DBEAFE;
}
.ck-page table.wikitable td { padding: 12px; border-bottom: 1px solid #EFF6FF; color: #0F172A; }
.ck-page table.wikitable tr:nth-child(even) td { background: #F8FAFF; }
.ck-page table.wikitable tr:last-child td { border-bottom: none; }
/* Callouts & Jumpboxes */
.ck-page .ck-callout, .ck-page .ck-jump, .ck-page .ck-tocbox {
margin: 16px 0; padding: 14px; border-radius: 14px; border: 1px solid #E2E8F0; background: #F8FAFC;
}
.ck-page .ck-callout { border-left: 5px solid #0EA5E9; }
.ck-page .ck-callout--amber { background:#FFF7ED; border-color:#FED7AA; border-left-color:#F59E0B; }
.ck-page .ck-callout--ok { background: #ECFDF5; border-color:#D1FAE5; border-left-color: #10B981; }
/* Subpage Headings cleanup */
.ck-page h2 { margin-top: 26px; font-size: 22px; font-weight: 900; color: #0F172A; border: none !important; }
.ck-page h3 { margin-top: 18px; font-size: 18px; font-weight: 900; color: #0F172A; border: none !important; }
/* 4) RESPONSIVE PATCHES
========================================================= */
@media (max-width: 900px) {
/* Main Page Mobile */
.page-Main_Page .mw-body-content { padding: 0 16px !important; }
.page-Main_Page .ck-card-inner { flex-direction: column; align-items: stretch; padding: 22px 18px !important; }
.page-Main_Page .ck-card-top { flex-direction: column; align-items: flex-start; }
.page-Main_Page .ck-card-right, .page-Main_Page .ck-card-right a { width: 100% !important; margin-top: 6px; }
/* Subpage Mobile */
.ck-page .ck-hero { padding: 16px; }
.ck-page .ck-hero-inner { flex-direction: column; align-items: flex-start; }
.ck-page .ck-hero-logo { width: 96px; height: 96px; }
.ck-page .ck-hero-logo img { width: 80px !important; height: 80px !important; }
}