MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Cinzel:wght@600;700&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Cinzel:wght@600;700&display=swap'); | ||
:root { | :root { | ||
--kin-blue:#5da1d6; --kin-blue-deep:# | --kin-blue: #5da1d6; | ||
--kin-orange:#ff9c48; --kin-orange- | --kin-blue-light: #eaf6fd; | ||
--kin-line:#cfe0ee; --kin-ink:# | --kin-blue-panel: #d8e8f3; | ||
--kin-blue-table: #b9cfe0; | |||
--kin-blue-deep: #2b5e8c; | |||
--kin-blue-dark: #173f63; | |||
--kin-orange: #ff9c48; | |||
--kin-orange-dark: #d9731f; | |||
--kin-line: #9fb5c6; | |||
--kin-line-soft: #cfe0ee; | |||
--kin-ink: #101820; | |||
--kin-white: #f8fcff; | |||
} | } | ||
/* | /* Site frame */ | ||
body { | body { | ||
font-family:'Inter',-apple-system,system-ui,sans-serif !important; | font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif !important; | ||
background:linear-gradient(180deg,#6fb0e0 0%,#5da1d6 | background: linear-gradient(180deg, #6fb0e0 0%, #5da1d6 42%, #4f93cb 100%) !important; | ||
background-attachment:fixed !important; color:var(--kin-ink); | background-attachment: fixed !important; | ||
color: var(--kin-ink); | |||
} | } | ||
#mw-page-base, | |||
#mw-head-base, | |||
#mw-head { | |||
background: transparent !important; | |||
} | |||
#content { | |||
background: #ffffff !important; | |||
border: 1px solid var(--kin-line-soft) !important; | |||
border-radius: 0 !important; | |||
box-shadow: 0 6px 22px rgba(20, 50, 80, 0.16) !important; | |||
} | } | ||
#firstHeading { | |||
padding- | color: var(--kin-blue-dark) !important; | ||
border-bottom: 3px solid var(--kin-orange) !important; | |||
padding-bottom: 7px !important; | |||
font-weight: 700 !important; | |||
} | } | ||
#footer, | |||
#footer a, | |||
#footer li { | |||
color: #eaf4fb !important; | |||
} | } | ||
/* Sidebar */ | |||
color: # | #mw-panel .vector-menu-heading { | ||
color: #ffe0c2 !important; | |||
font-size: 0.72em !important; | |||
font-weight: 800 !important; | |||
letter-spacing: 0.05em !important; | |||
text-transform: uppercase !important; | |||
} | } | ||
#mw-panel a { | |||
color: #f2f8fd !important; | |||
text-decoration: none !important; | |||
} | } | ||
#mw-panel a:hover { | |||
color: # | color: #ffd09e !important; | ||
text-decoration: none !important; | |||
} | } | ||
/* Search */ | |||
#p-search #searchInput, | |||
#p-search input[type='search'] { | |||
background: rgba(255, 255, 255, 0.94) !important; | |||
border: 1px solid #ffffff !important; | |||
border-radius: 20px !important; | |||
padding: 3px 12px !important; | |||
} | } | ||
/* Top page tabs */ | |||
/* | |||
body.skin-vector-legacy .vector-menu-tabs, | body.skin-vector-legacy .vector-menu-tabs, | ||
body.skin-vector-legacy .vector-menu-tabs ul, | body.skin-vector-legacy .vector-menu-tabs ul, | ||
| Line 166: | Line 90: | ||
} | } | ||
body.skin-vector-legacy .vector-menu-tabs li { | body.skin-vector-legacy #mw-head .vector-menu-tabs li { | ||
background: | background: rgba(255, 255, 255, 0.72) !important; | ||
border: | border: 0 !important; | ||
border-radius: 0 !important; | border-radius: 0 !important; | ||
box-shadow: inset 0 3px 0 rgba(93, 161, 214, 0.45) !important; | |||
margin: 0 3px 0 0 !important; | margin: 0 3px 0 0 !important; | ||
} | } | ||
body.skin-vector-legacy .vector-menu-tabs li a { | body.skin-vector-legacy #mw-head .vector-menu-tabs li a { | ||
color: #24547f !important; | color: #24547f !important; | ||
font-weight: 700 !important; | |||
height: auto !important; | height: auto !important; | ||
line-height: 1 !important; | line-height: 1 !important; | ||
padding: 13px 15px 12px !important; | |||
text-decoration: none !important; | text-decoration: none !important; | ||
} | } | ||
body.skin-vector-legacy .vector-menu-tabs li.selected { | body.skin-vector-legacy #mw-head .vector-menu-tabs li.selected { | ||
background: #ffffff !important; | background: #ffffff !important; | ||
box-shadow: inset 0 3px 0 | box-shadow: inset 0 3px 0 var(--kin-orange) !important; | ||
} | } | ||
body.skin-vector-legacy #mw-head .vector-menu-tabs li.selected a { | |||
color: var(--kin-orange-dark) !important; | |||
body.skin-vector-legacy #mw-head .vector-menu-tabs li | |||
} | } | ||
body.skin-vector-legacy #mw-head .vector-menu-tabs li:not(.selected):hover { | body.skin-vector-legacy #mw-head .vector-menu-tabs li:not(.selected):hover { | ||
background: #fff3e7 !important; | background: #fff3e7 !important; | ||
box-shadow: inset 0 3px 0 | box-shadow: inset 0 3px 0 var(--kin-orange) !important; | ||
} | } | ||
| Line 308: | Line 130: | ||
} | } | ||
/* Watch/star tab */ | |||
/* | |||
/ | |||
body.skin-vector-legacy #mw-head .vector-menu-tabs .mw-watchlink.icon { | body.skin-vector-legacy #mw-head .vector-menu-tabs .mw-watchlink.icon { | ||
width: 38px !important; | width: 38px !important; | ||
overflow: hidden !important; | overflow: hidden !important; | ||
} | } | ||
| Line 390: | Line 139: | ||
width: 38px !important; | width: 38px !important; | ||
height: 37px !important; | height: 37px !important; | ||
overflow: hidden !important; | |||
padding: 0 !important; | padding: 0 !important; | ||
text-indent: -9999px !important; | text-indent: -9999px !important; | ||
} | } | ||
| Line 398: | Line 147: | ||
top: 12px !important; | top: 12px !important; | ||
left: 12px !important; | left: 12px !important; | ||
} | } | ||
/* Shared content elements */ | |||
#mw-content-text a:not(.image):not(.new), | |||
#mw-content-text a:visited:not(.image):not(.new) { | |||
color: var(--kin-orange-dark) !important; | |||
color: | |||
} | } | ||
#mw-content-text a:hover { | |||
color: var(--kin-orange-dark) !important; | |||
} | } | ||
#mw-content-text a.new { | |||
color: #c0392b !important; | |||
} | } | ||
.wikitable { | |||
background: # | background: #dbe9f3 !important; | ||
border- | border: 1px solid #8fa8ba !important; | ||
border-collapse: collapse !important; | |||
border-radius: 0 !important; | |||
box-shadow: none !important; | |||
color: #111111 !important; | |||
font-size: 0.92em !important; | |||
margin: 1em 0 !important; | |||
} | } | ||
.wikitable th { | |||
background: var(--kin-blue-table) !important; | |||
color: # | border: 1px solid #8fa8ba !important; | ||
color: #111111 !important; | |||
font-weight: 700 !important; | |||
padding: 7px 10px !important; | |||
} | } | ||
.wikitable td { | |||
background: #eef6fc !important; | |||
border: 1px solid var(--kin-line) !important; | |||
color: # | color: #111111 !important; | ||
padding: 7px 10px !important; | |||
} | } | ||
.wikitable tr:nth-child(even) td { | |||
background: #dfeef8 !important; | |||
} | } | ||
.wikitable img, | |||
.infobox img, | |||
.kin-card img, | |||
.kin-skill img { | |||
image-rendering: pixelated; | |||
image-rendering: crisp-edges; | |||
} | } | ||
/* Table of contents */ | |||
.toc { | |||
background: var(--kin-blue-panel) !important; | |||
border: 1px solid #a9bfd0 !important; | |||
border-radius: 0 !important; | border-radius: 0 !important; | ||
box-shadow: none !important; | |||
font-size: 0. | display: inline-block; | ||
font-size: 0.92em; | |||
margin: 0.4em 0 1em; | |||
min-width: 260px !important; | |||
padding: 10px 16px 12px; | |||
} | } | ||
.toc .toctitle { | |||
text-align: left; | |||
} | } | ||
.toc .toctitle h2 { | |||
border: 0 !important; | |||
color: #111111 !important; | |||
border | |||
color: # | |||
font-family: Georgia, 'Times New Roman', serif !important; | font-family: Georgia, 'Times New Roman', serif !important; | ||
font-size: | font-size: 1em !important; | ||
font-weight: 700 !important; | font-weight: 700 !important; | ||
margin: 0 0 6px !important; | |||
} | } | ||
.toc ul { | |||
list-style: none; | |||
margin: 0; | |||
padding: 0; | |||
} | } | ||
.toc ul ul { | |||
margin-left: 14px; | |||
} | } | ||
.toc li { | |||
margin: 3px 0; | |||
} | } | ||
.toc a { | |||
color: var(--kin-orange-dark) !important; | |||
text-decoration: none !important; | |||
} | } | ||
.toc a:hover { | |||
text-decoration: underline !important; | |||
} | } | ||
.toc .tocnumber { | |||
color: #7a8a99; | |||
margin-right: 5px; | |||
} | } | ||
#toc, | |||
#toc * { | |||
-webkit-user-select: none; | |||
user-select: none; | |||
} | } | ||
#toc .toctogglelabel:focus, | |||
#toc .toctogglelabel:focus-visible { | |||
box-shadow: none; | |||
outline: 1px solid var(--kin-orange-dark); | |||
outline-offset: 2px; | |||
} | } | ||
/* Infoboxes */ | |||
.infobox { | |||
background: var(--kin-white) !important; | |||
border: 1px solid #a9bfd0 !important; | |||
border-collapse: collapse !important; | |||
border-radius: 0 !important; | |||
box-shadow: none !important; | |||
clear: right; | |||
float: right; | |||
font-size: 0.88em; | |||
margin: 0 0 1em 1.5em; | |||
overflow: hidden; | |||
position: relative !important; | |||
width: 270px; | |||
} | } | ||
.infobox::before { | |||
background: var(--kin-orange); | |||
content: ''; | |||
height: 4px; | |||
left: -1px; | |||
position: absolute; | |||
right: -1px; | |||
top: 0; | |||
z-index: 2; | |||
} | } | ||
.infobox-title, | |||
color: | .infobox-title a, | ||
font-weight: 800; | .infobox-title a:visited { | ||
text- | background: #d7e9f5 !important; | ||
color: var(--kin-blue-dark) !important; | |||
font-weight: 800 !important; | |||
padding: 10px 10px 8px !important; | |||
text-align: center; | |||
text-shadow: none !important; | |||
} | } | ||
.infobox-image { | |||
background: var(--kin-blue-light) !important; | |||
text- | border-bottom: 1px solid #a9bfd0 !important; | ||
padding: 16px 10px !important; | |||
text-align: center !important; | |||
vertical-align: middle !important; | |||
} | } | ||
.infobox .infobox-image > span[typeof='mw:File'], | |||
.infobox .infobox-image > span[typeof='mw:File'] > span { | |||
align-items: center !important; | |||
display: inline-flex !important; | |||
justify-content: center !important; | |||
} | } | ||
.infobox .infobox-image > span[typeof='mw:File'] { | |||
width: 100% !important; | |||
} | } | ||
.infobox .infobox-image img { | |||
display: block !important; | |||
margin: 0 auto !important; | |||
max-height: 150px !important; | |||
max-width: 150px !important; | |||
} | } | ||
.infobox th { | |||
background: #d7e9f5 !important; | |||
border-top: 1px solid #b0c3d2 !important; | |||
color: var(--kin-blue-dark) !important; | |||
font-size: 0.85em; | |||
font-weight: 700 !important; | |||
padding: 5px 9px; | |||
vertical-align: top; | |||
width: 40%; | |||
} | } | ||
.infobox td { | |||
background: #f4fbff !important; | |||
border-top: 1px solid #b0c3d2 !important; | |||
color: #222222 !important; | |||
padding: 5px 9px; | |||
vertical-align: top; | |||
} | } | ||
.infobox tr:nth-child(even) td { | |||
background: var(--kin-blue-light) !important; | |||
} | } | ||
.infobox-skill .infobox-image img { | |||
max-height: 64px !important; | |||
max-width: 64px !important; | |||
} | } | ||
.zone-safe, | |||
.zone-calm { | |||
color: #1a5a9a; | |||
font-weight: 700; | |||
} | } | ||
.zone-pvp { | |||
color: #aa2222; | |||
font-weight: 700; | |||
} | } | ||
body.page-Main_Page . | /* Article and category pages */ | ||
body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) #content, | |||
body.skin-vector-legacy.action-view.ns-14 #content { | |||
background: var(--kin-blue-light) !important; | |||
border-color: #9fc8e3 !important; | |||
border-radius: 0 !important; | |||
} | } | ||
body.page-Main_Page . | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) #mw-content-text, | ||
body.skin-vector-legacy.action-view.ns-14 #mw-content-text { | |||
color: var(--kin-ink); | |||
font-size: 0.96em; | |||
line-height: 1.55; | |||
} | } | ||
body.page-Main_Page . | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) #mw-content-text h2, | ||
body.skin-vector-legacy.action-view.ns-14 #mw-content-text h2 { | |||
border-bottom: 1px solid #9fb9cc !important; | |||
color: #111111 !important; | |||
font-family: Georgia, 'Times New Roman', serif !important; | |||
font-size: 1.45em !important; | |||
font-weight: 700 !important; | |||
padding-bottom: 4px !important; | |||
} | } | ||
body.page-Main_Page . | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) #mw-content-text a:not(.new), | ||
body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) #mw-content-text a:visited:not(.new), | |||
body.skin-vector-legacy.action-view.ns-14 #mw-content-text a:not(.new), | |||
body.skin-vector-legacy.action-view.ns-14 #mw-content-text a:visited:not(.new) { | |||
color: var(--kin-orange-dark) !important; | |||
} | } | ||
body.page-Main_Page | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) #mw-content-text a:hover, | ||
body.skin-vector-legacy.action-view.ns-14 #mw-content-text a:hover { | |||
color: var(--kin-orange-dark) !important; | |||
color: | text-decoration: underline; | ||
} | } | ||
/* Notes and navboxes */ | |||
background: var(-- | .kin-note { | ||
background: #dff0fb !important; | |||
border-left: 5px solid var(--kin-orange) !important; | |||
border-radius: 0 !important; | |||
color: var(--kin-blue-dark) !important; | |||
font-size: 0.94em; | |||
margin: 1em 0; | |||
padding: 10px 14px; | |||
margin: 0 | |||
padding: | |||
} | } | ||
.kin-note .kin-note-label { | |||
color: | color: var(--kin-orange-dark); | ||
font-weight: 800; | font-weight: 800; | ||
margin-right: 5px; | |||
} | } | ||
.kin-navbox { | |||
border: 1px solid #a9bfd0 !important; | |||
border-collapse: collapse; | |||
border-radius: 0 !important; | |||
font-size: 0.86em; | |||
margin: 1.8em 0 0; | |||
overflow: hidden; | overflow: hidden; | ||
width: 100%; | |||
} | } | ||
.kin-navbox .nb-title { | |||
background: var(--kin-blue-deep) !important; | |||
border-top: 3px solid var(--kin-orange) !important; | |||
color: #ffffff; | color: #ffffff; | ||
font-size: 1.02em; | |||
font-weight: 800; | font-weight: 800; | ||
padding: 8px 10px; | |||
text-align: center; | |||
} | } | ||
.kin-navbox .nb-group { | |||
background: var(--kin-blue-panel) !important; | |||
border-top: 1px solid var(--kin-line-soft); | |||
color: var(--kin-blue-dark); | |||
font-weight: 800; | |||
padding: 6px 12px; | |||
align | text-align: right; | ||
vertical-align: middle; | |||
white-space: nowrap; | |||
width: 1%; | |||
} | } | ||
.kin-navbox .nb-list { | |||
background: var(--kin-white) !important; | |||
border-top: 1px solid var(--kin-line-soft); | |||
line-height: 1.7; | |||
padding: 6px 12px; | |||
} | } | ||
body.page-Main_Page . | /* Main page */ | ||
body.page-Main_Page #firstHeading, | |||
body.page-Main_Page #siteSub, | |||
body.page-Main_Page #contentSub, | |||
body.page-Main_Page #contentSub2, | |||
body.page-Main_Page #toc { | |||
display: none !important; | |||
} | } | ||
body.page-Main_Page | body.page-Main_Page #content { | ||
border-radius: 0 !important; | |||
padding-top: 1.35em !important; | |||
padding | |||
} | } | ||
.kin-hero { | |||
background: # | background: linear-gradient(135deg, #6fb0e0 0%, #4f93cb 60%, #3a7cb5 100%); | ||
color: # | border-radius: 14px; | ||
box-shadow: 0 6px 20px rgba(20, 50, 80, 0.2); | |||
color: #ffffff; | |||
margin: 0 0 18px; | |||
padding: 34px 24px 32px; | |||
text-align: center; | |||
} | } | ||
.kin-hero h1, | |||
.kin-hero .kin-title { | |||
border: 0; | border: 0; | ||
color: #ffffff; | color: #ffffff; | ||
font-family: 'Cinzel', serif; | |||
font-size: 2.45em; | |||
font-weight: 700; | |||
letter-spacing: 5px; | |||
line-height: 1.15; | |||
margin: 0; | |||
} | } | ||
.kin-hero p { | |||
color: #ffffff; | color: #ffffff; | ||
font-size: 1.05em; | |||
margin: 9px 0 0 !important; | |||
opacity: 0.96; | |||
} | } | ||
.kin-main2 { | |||
border-collapse: collapse; | |||
margin-top: 4px; | |||
width: 100%; | |||
} | } | ||
.kin-main2 > tbody > tr > td { | |||
background: transparent; | |||
border: 0; | |||
padding: 0; | padding: 0; | ||
vertical-align: top; | |||
} | } | ||
.kin-main2 td.kin-col-left { | |||
padding-right: 18px; | |||
padding: | width: 66%; | ||
} | } | ||
.kin-main2 td.kin-col-right { | |||
width: 31%; | |||
} | } | ||
.kin-box { | |||
background: #fbfdff !important; | |||
border: 1px solid #c8d9e7 !important; | |||
border-radius: 3px !important; | |||
margin | box-shadow: none !important; | ||
margin: 0 0 14px; | |||
padding: 20px 24px 22px !important; | |||
} | } | ||
.kin-box h2 { | |||
border-bottom: 1px solid #b9cbd9 !important; | |||
color: var(--kin-blue-dark) !important; | |||
font-weight: 700; | font-family: Georgia, 'Times New Roman', serif !important; | ||
font-size: 1.55em !important; | |||
font-weight: 700 !important; | |||
margin: 0 0 14px !important; | |||
padding: 0 0 9px !important; | |||
} | } | ||
.kin-guide p { | |||
color: # | color: #243747; | ||
margin: 0 0 14px !important; | |||
} | } | ||
.kin-guide-grid { | |||
display: grid; | |||
gap: 10px; | |||
grid-template-columns: repeat(2, 1fr); | |||
} | } | ||
.kin-guide-grid div { | |||
background: #eef6fc; | |||
border-left: 4px solid var(--kin-blue); | |||
padding: 10px 12px; | |||
} | } | ||
.kin-guide-grid b { | |||
color: var(--kin-blue-deep); | |||
display: block; | |||
margin-bottom: 3px; | |||
} | } | ||
.kin-guide-grid span { | |||
color: #34495a; | |||
display: block; | |||
font-size: 0.9em; | |||
} | } | ||
.kin-pop { | |||
. | display: grid !important; | ||
gap: 8px !important; | |||
grid-template-columns: repeat(3, 1fr) !important; | |||
margin: 0 !important; | |||
} | } | ||
.kin-pop p { | |||
.kin- | display: contents; | ||
} | } | ||
.kin-pop div, | |||
.kin- | .kin-pop a { | ||
display: block; | |||
} | } | ||
.kin-pop a { | |||
background: # | background: #4178a4 !important; | ||
border-radius: 0 !important; | border-radius: 0 !important; | ||
color: #ffffff !important; | |||
font-size: 0.9em !important; | |||
font-weight: 800 !important; | |||
padding: 13px 8px !important; | |||
text-align: center; | |||
text-decoration: none !important; | |||
} | } | ||
.kin-pop a:hover { | |||
background: var(--kin-orange-dark) !important; | |||
color: #ffffff !important; | |||
} | } | ||
.kin-skillgrid { | |||
display: grid; | |||
gap: 8px 18px; | |||
grid-template-columns: repeat(3, 1fr); | |||
} | } | ||
.kin-skill { | |||
align-items: center; | |||
display: flex; | |||
gap: 9px; | |||
min-height: 42px; | |||
padding: 4px 8px; | |||
position: relative; | |||
} | } | ||
.kin-skill:hover { | |||
background: #fff3e7; | |||
background: # | |||
} | } | ||
.kin-skill .kin-skill-text > a::after { | |||
content: ''; | |||
inset: 0; | |||
position: absolute; | |||
z-index: 3; | |||
} | } | ||
.kin-skill a { | |||
color: var(--kin-orange-dark) !important; | |||
font-weight: 800; | |||
text-decoration: none !important; | |||
} | } | ||
.kin-skill img { | |||
max-height: 34px; | |||
max-width: 34px; | |||
} | } | ||
.kin-currency-table { | |||
width: 100%; | |||
} | } | ||
/* Right rail and social modules */ | |||
.kin-promo { | |||
border-radius: 10px; | |||
box-shadow: 0 2px 10px rgba(20, 50, 80, 0.16); | |||
margin: 0 0 14px; | |||
overflow: hidden; | |||
} | } | ||
.kin-promo .pbody { | |||
align-items: center; | |||
color: #ffffff; | |||
display: flex; | |||
font-size: 1.04em; | |||
font-weight: 800; | |||
gap: 12px; | |||
line-height: 1.25; | |||
padding: 15px 16px; | |||
} | } | ||
.kin-promo .pbody a, | |||
.kin-promo .pbody a:visited { | |||
color: #ffffff !important; | |||
text-decoration: none !important; | |||
} | } | ||
.kin-promo .pbody small { | |||
display: block; | |||
font-size: 0.8em; | |||
font-weight: 500; | |||
margin-top: 2px; | |||
opacity: 0.92; | |||
} | } | ||
.kin-promo .pfoot { | |||
background: rgba(0, 0, 0, 0.22); | |||
color: #ffffff; | |||
font-size: 0.72em; | |||
font-weight: 800; | |||
letter-spacing: 0.06em; | |||
padding: 9px 16px; | |||
text-transform: uppercase; | |||
} | } | ||
.kin-promo.discord { | |||
background: # | background: #5865f2; | ||
} | } | ||
.kin-promo.xbox { | |||
background: #0b0b0b; | |||
background: # | |||
} | } | ||
.kin-helpbox-pro { | |||
background: #3a7cb5; | |||
border-radius: 0 | border: 0; | ||
border-radius: 2px; | |||
box-shadow: 0 2px 8px rgba(20, 50, 80, 0.18); | |||
overflow: hidden; | |||
} | } | ||
.kin-helpbox-pro .kin-help-top { | |||
color: #ffffff; | |||
padding: 14px 20px 13px !important; | |||
} | } | ||
.kin-helpbox-pro h2 { | |||
border: 0 !important; | |||
color: #ffffff !important; | |||
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important; | |||
font-size: 1.08em !important; | |||
font-weight: 800 !important; | |||
line-height: 1.2 !important; | |||
margin: 0 0 8px !important; | |||
padding: 0 !important; | |||
} | } | ||
.kin-helpbox-pro p { | |||
color: #ffffff; | |||
font-size: 0.86em !important; | |||
line-height: 1.45 !important; | |||
margin: 0; | |||
} | } | ||
.kin-helpbox-pro .kin-help-bottom { | |||
background: rgba(43, 94, 140, 0.45); | |||
padding: 13px 20px 14px !important; | |||
} | } | ||
.kin-helpbox-pro ul { | |||
list-style: none; | |||
margin: 0; | |||
padding: 0; | |||
} | } | ||
.kin-helpbox-pro li { | |||
font-size: 0.86em !important; | |||
line-height: 1.35; | |||
margin: 0 0 6px !important; | |||
padding: | padding: 0; | ||
} | } | ||
.kin-helpbox-pro li::before { | |||
color: #d8ecfb; | |||
content: '›'; | |||
font-weight: 900; | |||
margin-right: 8px; | |||
} | } | ||
.kin-helpbox-pro a, | |||
.kin-helpbox-pro a:visited { | |||
color: #ffffff !important; | |||
font-weight: 800; | |||
text-decoration: none !important; | |||
} | } | ||
.kin-helpbox-pro a:hover { | |||
color: #ffe0c2 !important; | |||
} | } | ||
/* | /* Utility cards retained for older main-page modules */ | ||
.kin-cards { | |||
display: grid; | |||
gap: 14px; | |||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); | |||
margin: 1em 0; | |||
} | } | ||
.kin-card { | |||
background: #ffffff; | |||
border: 1px solid var(--kin-line-soft); | |||
border-radius: 10px; | |||
display: flex; | |||
flex-direction: column; | |||
overflow: hidden; | |||
text-align: center; | |||
transition: 0.15s; | |||
} | } | ||
.kin-card:hover { | |||
border-color: var(--kin-orange); | |||
box-shadow: 0 6px 16px rgba(93, 161, 214, 0.28); | |||
transform: translateY(-3px); | |||
} | } | ||
.kin-card a.image { | |||
align-items: center; | |||
background: linear-gradient(160deg, #eef6fc, #d6e9f7); | |||
display: flex; | |||
height: 128px; | |||
justify-content: center; | |||
padding: 0; | |||
padding | |||
} | } | ||
.kin-card a.image img { | |||
height: auto !important; | |||
max-height: 96px !important; | |||
max-width: 78% !important; | |||
width: auto !important; | |||
} | } | ||
.kin-card .kc-label { | |||
border-top: 1px solid var(--kin-line-soft); | |||
flex: 1; | |||
padding: 12px 8px 14px; | |||
padding: | |||
} | } | ||
.kin-card .kc-label a { | |||
color: var(--kin-blue-deep) !important; | |||
font-size: 1.08em; | |||
font-weight: 800; | |||
text-decoration: none; | |||
} | } | ||
.kin-card:hover .kc-label a { | |||
color: var(--kin-orange-dark) !important; | |||
} | } | ||
.kin-card .kc-sub { | |||
display: block | color: #7a8a99; | ||
display: block; | |||
font-size: 0.78em; | |||
font-weight: 500; | |||
margin-top: 2px; | |||
} | } | ||
/* Special-page cleanup */ | |||
#feedlinks { | |||
display: none !important; | |||
/* | |||
} | } | ||
/* Responsive */ | |||
@media (max-width: 820px) { | |||
.kin-main2, | |||
.kin-main2 > tbody, | |||
} | .kin-main2 > tbody > tr, | ||
.kin-main2 > tbody > tr > td { | |||
display: block; | |||
padding: 0 !important; | |||
width: 100% !important; | |||
} | |||
.kin-main2 td.kin-col-left { | |||
margin-bottom: 14px; | |||
} | |||
} | |||
.kin-skillgrid, | |||
.kin-guide-grid { | |||
grid-template-columns: 1fr !important; | |||
} | |||
} | } | ||
@media (max-width: 560px) { | |||
.kin-cards { | |||
grid-template-columns: repeat(2, 1fr); | |||
} | |||
} | |||
.kin-card a.image { | |||
height: 108px; | |||
} | |||
} | |||
.kin-card a.image img { | |||
max-height: 78px !important; | |||
} | |||
} | |||
.kin-hero h1, | |||
.kin-hero .kin-title { | |||
font-size: 1.8em; | |||
letter-spacing: 3px; | |||
} | |||
} | |||
} | } | ||
Revision as of 21:19, 19 June 2026
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Cinzel:wght@600;700&display=swap');
:root {
--kin-blue: #5da1d6;
--kin-blue-light: #eaf6fd;
--kin-blue-panel: #d8e8f3;
--kin-blue-table: #b9cfe0;
--kin-blue-deep: #2b5e8c;
--kin-blue-dark: #173f63;
--kin-orange: #ff9c48;
--kin-orange-dark: #d9731f;
--kin-line: #9fb5c6;
--kin-line-soft: #cfe0ee;
--kin-ink: #101820;
--kin-white: #f8fcff;
}
/* Site frame */
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif !important;
background: linear-gradient(180deg, #6fb0e0 0%, #5da1d6 42%, #4f93cb 100%) !important;
background-attachment: fixed !important;
color: var(--kin-ink);
}
#mw-page-base,
#mw-head-base,
#mw-head {
background: transparent !important;
}
#content {
background: #ffffff !important;
border: 1px solid var(--kin-line-soft) !important;
border-radius: 0 !important;
box-shadow: 0 6px 22px rgba(20, 50, 80, 0.16) !important;
}
#firstHeading {
color: var(--kin-blue-dark) !important;
border-bottom: 3px solid var(--kin-orange) !important;
padding-bottom: 7px !important;
font-weight: 700 !important;
}
#footer,
#footer a,
#footer li {
color: #eaf4fb !important;
}
/* Sidebar */
#mw-panel .vector-menu-heading {
color: #ffe0c2 !important;
font-size: 0.72em !important;
font-weight: 800 !important;
letter-spacing: 0.05em !important;
text-transform: uppercase !important;
}
#mw-panel a {
color: #f2f8fd !important;
text-decoration: none !important;
}
#mw-panel a:hover {
color: #ffd09e !important;
text-decoration: none !important;
}
/* Search */
#p-search #searchInput,
#p-search input[type='search'] {
background: rgba(255, 255, 255, 0.94) !important;
border: 1px solid #ffffff !important;
border-radius: 20px !important;
padding: 3px 12px !important;
}
/* Top page tabs */
body.skin-vector-legacy .vector-menu-tabs,
body.skin-vector-legacy .vector-menu-tabs ul,
body.skin-vector-legacy .vector-menu-tabs li,
body.skin-vector-legacy .vector-menu-tabs li a {
background-image: none !important;
}
body.skin-vector-legacy .vector-menu-tabs {
padding-left: 0 !important;
}
body.skin-vector-legacy #mw-head .vector-menu-tabs li {
background: rgba(255, 255, 255, 0.72) !important;
border: 0 !important;
border-radius: 0 !important;
box-shadow: inset 0 3px 0 rgba(93, 161, 214, 0.45) !important;
margin: 0 3px 0 0 !important;
}
body.skin-vector-legacy #mw-head .vector-menu-tabs li a {
color: #24547f !important;
font-weight: 700 !important;
height: auto !important;
line-height: 1 !important;
padding: 13px 15px 12px !important;
text-decoration: none !important;
}
body.skin-vector-legacy #mw-head .vector-menu-tabs li.selected {
background: #ffffff !important;
box-shadow: inset 0 3px 0 var(--kin-orange) !important;
}
body.skin-vector-legacy #mw-head .vector-menu-tabs li.selected a {
color: var(--kin-orange-dark) !important;
}
body.skin-vector-legacy #mw-head .vector-menu-tabs li:not(.selected):hover {
background: #fff3e7 !important;
box-shadow: inset 0 3px 0 var(--kin-orange) !important;
}
body.skin-vector-legacy #mw-head .vector-menu-tabs li:not(.selected):hover > a,
body.skin-vector-legacy #mw-head .vector-menu-tabs li:not(.selected):hover > a:visited,
body.skin-vector-legacy #mw-head .vector-menu-tabs li:not(.selected):hover > a:hover,
body.skin-vector-legacy #mw-head .vector-menu-tabs li:not(.selected):hover > a:focus,
body.skin-vector-legacy #mw-head .vector-menu-tabs li:not(.selected):hover > a span {
color: #24547f !important;
text-decoration: none !important;
}
/* Watch/star tab */
body.skin-vector-legacy #mw-head .vector-menu-tabs .mw-watchlink.icon {
width: 38px !important;
overflow: hidden !important;
}
body.skin-vector-legacy #mw-head .vector-menu-tabs .mw-watchlink.icon a {
width: 38px !important;
height: 37px !important;
overflow: hidden !important;
padding: 0 !important;
text-indent: -9999px !important;
}
body.skin-vector-legacy #mw-head .vector-menu-tabs .mw-watchlink.icon a::before {
top: 12px !important;
left: 12px !important;
}
/* Shared content elements */
#mw-content-text a:not(.image):not(.new),
#mw-content-text a:visited:not(.image):not(.new) {
color: var(--kin-orange-dark) !important;
}
#mw-content-text a:hover {
color: var(--kin-orange-dark) !important;
}
#mw-content-text a.new {
color: #c0392b !important;
}
.wikitable {
background: #dbe9f3 !important;
border: 1px solid #8fa8ba !important;
border-collapse: collapse !important;
border-radius: 0 !important;
box-shadow: none !important;
color: #111111 !important;
font-size: 0.92em !important;
margin: 1em 0 !important;
}
.wikitable th {
background: var(--kin-blue-table) !important;
border: 1px solid #8fa8ba !important;
color: #111111 !important;
font-weight: 700 !important;
padding: 7px 10px !important;
}
.wikitable td {
background: #eef6fc !important;
border: 1px solid var(--kin-line) !important;
color: #111111 !important;
padding: 7px 10px !important;
}
.wikitable tr:nth-child(even) td {
background: #dfeef8 !important;
}
.wikitable img,
.infobox img,
.kin-card img,
.kin-skill img {
image-rendering: pixelated;
image-rendering: crisp-edges;
}
/* Table of contents */
.toc {
background: var(--kin-blue-panel) !important;
border: 1px solid #a9bfd0 !important;
border-radius: 0 !important;
box-shadow: none !important;
display: inline-block;
font-size: 0.92em;
margin: 0.4em 0 1em;
min-width: 260px !important;
padding: 10px 16px 12px;
}
.toc .toctitle {
text-align: left;
}
.toc .toctitle h2 {
border: 0 !important;
color: #111111 !important;
font-family: Georgia, 'Times New Roman', serif !important;
font-size: 1em !important;
font-weight: 700 !important;
margin: 0 0 6px !important;
}
.toc ul {
list-style: none;
margin: 0;
padding: 0;
}
.toc ul ul {
margin-left: 14px;
}
.toc li {
margin: 3px 0;
}
.toc a {
color: var(--kin-orange-dark) !important;
text-decoration: none !important;
}
.toc a:hover {
text-decoration: underline !important;
}
.toc .tocnumber {
color: #7a8a99;
margin-right: 5px;
}
#toc,
#toc * {
-webkit-user-select: none;
user-select: none;
}
#toc .toctogglelabel:focus,
#toc .toctogglelabel:focus-visible {
box-shadow: none;
outline: 1px solid var(--kin-orange-dark);
outline-offset: 2px;
}
/* Infoboxes */
.infobox {
background: var(--kin-white) !important;
border: 1px solid #a9bfd0 !important;
border-collapse: collapse !important;
border-radius: 0 !important;
box-shadow: none !important;
clear: right;
float: right;
font-size: 0.88em;
margin: 0 0 1em 1.5em;
overflow: hidden;
position: relative !important;
width: 270px;
}
.infobox::before {
background: var(--kin-orange);
content: '';
height: 4px;
left: -1px;
position: absolute;
right: -1px;
top: 0;
z-index: 2;
}
.infobox-title,
.infobox-title a,
.infobox-title a:visited {
background: #d7e9f5 !important;
color: var(--kin-blue-dark) !important;
font-weight: 800 !important;
padding: 10px 10px 8px !important;
text-align: center;
text-shadow: none !important;
}
.infobox-image {
background: var(--kin-blue-light) !important;
border-bottom: 1px solid #a9bfd0 !important;
padding: 16px 10px !important;
text-align: center !important;
vertical-align: middle !important;
}
.infobox .infobox-image > span[typeof='mw:File'],
.infobox .infobox-image > span[typeof='mw:File'] > span {
align-items: center !important;
display: inline-flex !important;
justify-content: center !important;
}
.infobox .infobox-image > span[typeof='mw:File'] {
width: 100% !important;
}
.infobox .infobox-image img {
display: block !important;
margin: 0 auto !important;
max-height: 150px !important;
max-width: 150px !important;
}
.infobox th {
background: #d7e9f5 !important;
border-top: 1px solid #b0c3d2 !important;
color: var(--kin-blue-dark) !important;
font-size: 0.85em;
font-weight: 700 !important;
padding: 5px 9px;
vertical-align: top;
width: 40%;
}
.infobox td {
background: #f4fbff !important;
border-top: 1px solid #b0c3d2 !important;
color: #222222 !important;
padding: 5px 9px;
vertical-align: top;
}
.infobox tr:nth-child(even) td {
background: var(--kin-blue-light) !important;
}
.infobox-skill .infobox-image img {
max-height: 64px !important;
max-width: 64px !important;
}
.zone-safe,
.zone-calm {
color: #1a5a9a;
font-weight: 700;
}
.zone-pvp {
color: #aa2222;
font-weight: 700;
}
/* Article and category pages */
body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) #content,
body.skin-vector-legacy.action-view.ns-14 #content {
background: var(--kin-blue-light) !important;
border-color: #9fc8e3 !important;
border-radius: 0 !important;
}
body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) #mw-content-text,
body.skin-vector-legacy.action-view.ns-14 #mw-content-text {
color: var(--kin-ink);
font-size: 0.96em;
line-height: 1.55;
}
body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) #mw-content-text h2,
body.skin-vector-legacy.action-view.ns-14 #mw-content-text h2 {
border-bottom: 1px solid #9fb9cc !important;
color: #111111 !important;
font-family: Georgia, 'Times New Roman', serif !important;
font-size: 1.45em !important;
font-weight: 700 !important;
padding-bottom: 4px !important;
}
body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) #mw-content-text a:not(.new),
body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) #mw-content-text a:visited:not(.new),
body.skin-vector-legacy.action-view.ns-14 #mw-content-text a:not(.new),
body.skin-vector-legacy.action-view.ns-14 #mw-content-text a:visited:not(.new) {
color: var(--kin-orange-dark) !important;
}
body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) #mw-content-text a:hover,
body.skin-vector-legacy.action-view.ns-14 #mw-content-text a:hover {
color: var(--kin-orange-dark) !important;
text-decoration: underline;
}
/* Notes and navboxes */
.kin-note {
background: #dff0fb !important;
border-left: 5px solid var(--kin-orange) !important;
border-radius: 0 !important;
color: var(--kin-blue-dark) !important;
font-size: 0.94em;
margin: 1em 0;
padding: 10px 14px;
}
.kin-note .kin-note-label {
color: var(--kin-orange-dark);
font-weight: 800;
margin-right: 5px;
}
.kin-navbox {
border: 1px solid #a9bfd0 !important;
border-collapse: collapse;
border-radius: 0 !important;
font-size: 0.86em;
margin: 1.8em 0 0;
overflow: hidden;
width: 100%;
}
.kin-navbox .nb-title {
background: var(--kin-blue-deep) !important;
border-top: 3px solid var(--kin-orange) !important;
color: #ffffff;
font-size: 1.02em;
font-weight: 800;
padding: 8px 10px;
text-align: center;
}
.kin-navbox .nb-group {
background: var(--kin-blue-panel) !important;
border-top: 1px solid var(--kin-line-soft);
color: var(--kin-blue-dark);
font-weight: 800;
padding: 6px 12px;
text-align: right;
vertical-align: middle;
white-space: nowrap;
width: 1%;
}
.kin-navbox .nb-list {
background: var(--kin-white) !important;
border-top: 1px solid var(--kin-line-soft);
line-height: 1.7;
padding: 6px 12px;
}
/* Main page */
body.page-Main_Page #firstHeading,
body.page-Main_Page #siteSub,
body.page-Main_Page #contentSub,
body.page-Main_Page #contentSub2,
body.page-Main_Page #toc {
display: none !important;
}
body.page-Main_Page #content {
border-radius: 0 !important;
padding-top: 1.35em !important;
}
.kin-hero {
background: linear-gradient(135deg, #6fb0e0 0%, #4f93cb 60%, #3a7cb5 100%);
border-radius: 14px;
box-shadow: 0 6px 20px rgba(20, 50, 80, 0.2);
color: #ffffff;
margin: 0 0 18px;
padding: 34px 24px 32px;
text-align: center;
}
.kin-hero h1,
.kin-hero .kin-title {
border: 0;
color: #ffffff;
font-family: 'Cinzel', serif;
font-size: 2.45em;
font-weight: 700;
letter-spacing: 5px;
line-height: 1.15;
margin: 0;
}
.kin-hero p {
color: #ffffff;
font-size: 1.05em;
margin: 9px 0 0 !important;
opacity: 0.96;
}
.kin-main2 {
border-collapse: collapse;
margin-top: 4px;
width: 100%;
}
.kin-main2 > tbody > tr > td {
background: transparent;
border: 0;
padding: 0;
vertical-align: top;
}
.kin-main2 td.kin-col-left {
padding-right: 18px;
width: 66%;
}
.kin-main2 td.kin-col-right {
width: 31%;
}
.kin-box {
background: #fbfdff !important;
border: 1px solid #c8d9e7 !important;
border-radius: 3px !important;
box-shadow: none !important;
margin: 0 0 14px;
padding: 20px 24px 22px !important;
}
.kin-box h2 {
border-bottom: 1px solid #b9cbd9 !important;
color: var(--kin-blue-dark) !important;
font-family: Georgia, 'Times New Roman', serif !important;
font-size: 1.55em !important;
font-weight: 700 !important;
margin: 0 0 14px !important;
padding: 0 0 9px !important;
}
.kin-guide p {
color: #243747;
margin: 0 0 14px !important;
}
.kin-guide-grid {
display: grid;
gap: 10px;
grid-template-columns: repeat(2, 1fr);
}
.kin-guide-grid div {
background: #eef6fc;
border-left: 4px solid var(--kin-blue);
padding: 10px 12px;
}
.kin-guide-grid b {
color: var(--kin-blue-deep);
display: block;
margin-bottom: 3px;
}
.kin-guide-grid span {
color: #34495a;
display: block;
font-size: 0.9em;
}
.kin-pop {
display: grid !important;
gap: 8px !important;
grid-template-columns: repeat(3, 1fr) !important;
margin: 0 !important;
}
.kin-pop p {
display: contents;
}
.kin-pop div,
.kin-pop a {
display: block;
}
.kin-pop a {
background: #4178a4 !important;
border-radius: 0 !important;
color: #ffffff !important;
font-size: 0.9em !important;
font-weight: 800 !important;
padding: 13px 8px !important;
text-align: center;
text-decoration: none !important;
}
.kin-pop a:hover {
background: var(--kin-orange-dark) !important;
color: #ffffff !important;
}
.kin-skillgrid {
display: grid;
gap: 8px 18px;
grid-template-columns: repeat(3, 1fr);
}
.kin-skill {
align-items: center;
display: flex;
gap: 9px;
min-height: 42px;
padding: 4px 8px;
position: relative;
}
.kin-skill:hover {
background: #fff3e7;
}
.kin-skill .kin-skill-text > a::after {
content: '';
inset: 0;
position: absolute;
z-index: 3;
}
.kin-skill a {
color: var(--kin-orange-dark) !important;
font-weight: 800;
text-decoration: none !important;
}
.kin-skill img {
max-height: 34px;
max-width: 34px;
}
.kin-currency-table {
width: 100%;
}
/* Right rail and social modules */
.kin-promo {
border-radius: 10px;
box-shadow: 0 2px 10px rgba(20, 50, 80, 0.16);
margin: 0 0 14px;
overflow: hidden;
}
.kin-promo .pbody {
align-items: center;
color: #ffffff;
display: flex;
font-size: 1.04em;
font-weight: 800;
gap: 12px;
line-height: 1.25;
padding: 15px 16px;
}
.kin-promo .pbody a,
.kin-promo .pbody a:visited {
color: #ffffff !important;
text-decoration: none !important;
}
.kin-promo .pbody small {
display: block;
font-size: 0.8em;
font-weight: 500;
margin-top: 2px;
opacity: 0.92;
}
.kin-promo .pfoot {
background: rgba(0, 0, 0, 0.22);
color: #ffffff;
font-size: 0.72em;
font-weight: 800;
letter-spacing: 0.06em;
padding: 9px 16px;
text-transform: uppercase;
}
.kin-promo.discord {
background: #5865f2;
}
.kin-promo.xbox {
background: #0b0b0b;
}
.kin-helpbox-pro {
background: #3a7cb5;
border: 0;
border-radius: 2px;
box-shadow: 0 2px 8px rgba(20, 50, 80, 0.18);
overflow: hidden;
}
.kin-helpbox-pro .kin-help-top {
color: #ffffff;
padding: 14px 20px 13px !important;
}
.kin-helpbox-pro h2 {
border: 0 !important;
color: #ffffff !important;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
font-size: 1.08em !important;
font-weight: 800 !important;
line-height: 1.2 !important;
margin: 0 0 8px !important;
padding: 0 !important;
}
.kin-helpbox-pro p {
color: #ffffff;
font-size: 0.86em !important;
line-height: 1.45 !important;
margin: 0;
}
.kin-helpbox-pro .kin-help-bottom {
background: rgba(43, 94, 140, 0.45);
padding: 13px 20px 14px !important;
}
.kin-helpbox-pro ul {
list-style: none;
margin: 0;
padding: 0;
}
.kin-helpbox-pro li {
font-size: 0.86em !important;
line-height: 1.35;
margin: 0 0 6px !important;
padding: 0;
}
.kin-helpbox-pro li::before {
color: #d8ecfb;
content: '›';
font-weight: 900;
margin-right: 8px;
}
.kin-helpbox-pro a,
.kin-helpbox-pro a:visited {
color: #ffffff !important;
font-weight: 800;
text-decoration: none !important;
}
.kin-helpbox-pro a:hover {
color: #ffe0c2 !important;
}
/* Utility cards retained for older main-page modules */
.kin-cards {
display: grid;
gap: 14px;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
margin: 1em 0;
}
.kin-card {
background: #ffffff;
border: 1px solid var(--kin-line-soft);
border-radius: 10px;
display: flex;
flex-direction: column;
overflow: hidden;
text-align: center;
transition: 0.15s;
}
.kin-card:hover {
border-color: var(--kin-orange);
box-shadow: 0 6px 16px rgba(93, 161, 214, 0.28);
transform: translateY(-3px);
}
.kin-card a.image {
align-items: center;
background: linear-gradient(160deg, #eef6fc, #d6e9f7);
display: flex;
height: 128px;
justify-content: center;
padding: 0;
}
.kin-card a.image img {
height: auto !important;
max-height: 96px !important;
max-width: 78% !important;
width: auto !important;
}
.kin-card .kc-label {
border-top: 1px solid var(--kin-line-soft);
flex: 1;
padding: 12px 8px 14px;
}
.kin-card .kc-label a {
color: var(--kin-blue-deep) !important;
font-size: 1.08em;
font-weight: 800;
text-decoration: none;
}
.kin-card:hover .kc-label a {
color: var(--kin-orange-dark) !important;
}
.kin-card .kc-sub {
color: #7a8a99;
display: block;
font-size: 0.78em;
font-weight: 500;
margin-top: 2px;
}
/* Special-page cleanup */
#feedlinks {
display: none !important;
}
/* Responsive */
@media (max-width: 820px) {
.kin-main2,
.kin-main2 > tbody,
.kin-main2 > tbody > tr,
.kin-main2 > tbody > tr > td {
display: block;
padding: 0 !important;
width: 100% !important;
}
.kin-main2 td.kin-col-left {
margin-bottom: 14px;
}
.kin-skillgrid,
.kin-guide-grid {
grid-template-columns: 1fr !important;
}
}
@media (max-width: 560px) {
.kin-cards {
grid-template-columns: repeat(2, 1fr);
}
.kin-card a.image {
height: 108px;
}
.kin-card a.image img {
max-height: 78px !important;
}
.kin-hero h1,
.kin-hero .kin-title {
font-size: 1.8em;
letter-spacing: 3px;
}
}