MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* ============================================================
KINTARA WIKI — Blue theme (matches kintara.gg)
Base/UI: blue #5da1d6 | CTA/accent: orange #ff9c48
Skin: Vector legacy (same as OSRS)
============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Cinzel:wght@600;700&display=swap');
:root {
--kin-blue: #5da1d6;
--kin-blue-deep: #3a7cb5;
--kin-blue-dark: #2b5e8c;
--kin-orange: #ff9c48;
--kin-orange-dk: #d9731f;
--kin-line: #cfe0ee;
--kin-ink: #1f2d3a;
}
/* ---- Page background (blue, like the game) ---- */
body {
font-family: 'Inter', -apple-system, system-ui, sans-serif !important;
background: linear-gradient(180deg, #6fb0e0 0%, #5da1d6 40%, #4f93cb 100%) !important;
background-attachment: fixed !important;
color: var(--kin-ink);
}
/* let the blue show through Vector's white header strips */
#mw-page-base, #mw-head-base { background: transparent !important; }
/* ---- Top header ---- */
#mw-head { background: transparent; }
#p-search #searchInput,
#p-search input[type="search"] {
border: 1px solid #fff !important;
border-radius: 20px !important;
padding: 3px 12px !important;
background: rgba(255,255,255,0.92);
}
.vector-menu-tabs li.selected a { color: var(--kin-orange-dk) !important; font-weight: 600; }
/* ---- Left sidebar (light text on blue) ---- */
#mw-panel .vector-menu-heading {
color: #ffe0c2 !important; font-weight: 700;
text-transform: uppercase; font-size: 0.72em; letter-spacing: 0.05em;
}
#mw-panel a { color: #f2f8fd !important; }
#mw-panel a:hover { color: #ffd09e !important; text-decoration: none; }
/* ---- Content as a white card on the blue ---- */
#content {
background: #ffffff !important;
border: 1px solid var(--kin-line) !important;
border-radius: 10px !important;
box-shadow: 0 6px 22px rgba(20,50,80,0.18) !important;
}
#firstHeading {
font-weight: 700; color: var(--kin-blue-dark);
border-bottom: 3px solid var(--kin-orange); padding-bottom: 6px;
}
#mw-content-text h2 { border-bottom: 1px solid var(--kin-line); padding-bottom: 3px; }
/* Links: orange (the action color), red links stay red */
#mw-content-text a:not(.image):not(.new),
#mw-content-text a:visited:not(.image):not(.new) { color: var(--kin-orange-dk); }
#mw-content-text a.new { color: #c0392b; }
/* Footer (sits on blue) */
#footer, #footer a, #footer li { color: #eaf4fb !important; }
/* ============ INFOBOXES (blue header, white text) ============ */
.infobox {
float:right; clear:right; margin:0 0 1em 1.5em;
border:1px solid var(--kin-line); background:#f7fbfe;
font-size:0.88em; width:270px; border-collapse:collapse;
border-radius:8px; overflow:hidden; box-shadow:0 2px 8px rgba(20,50,80,0.1);
}
.infobox-title, .infobox-title a, .infobox-title a:visited {
background:var(--kin-blue-deep); color:#fff !important; font-weight:700;
font-size:1.05em; text-align:center; padding:8px 10px;
text-shadow:0 1px 1px rgba(0,0,0,0.25);
}
.infobox-image { background:#eaf4fb; text-align:center; padding:12px; border-bottom:1px solid var(--kin-line); }
.infobox-image img { max-width:150px; image-rendering:pixelated; image-rendering:crisp-edges; }
.infobox th { background:#dcecf9; background:#daeaf6; color:#1f4d72; padding:5px 9px; width:40%; font-weight:600; vertical-align:top; border-top:1px solid var(--kin-line); font-size:0.85em; }
.infobox td { background:#f7fbfe; color:#222; padding:5px 9px; vertical-align:top; border-top:1px solid var(--kin-line); }
/* category accents */
.infobox-monster .infobox-title { background:#b5443a; }
.infobox-location .infobox-title { background:#3e8c5a; }
.infobox-npc .infobox-title { background:#6a5fc0; }
.infobox-skill .infobox-title { background:#2b87a0; }
.infobox-mount .infobox-title { background:#c77f2a; }
.zone-safe{color:#1a7a1a;font-weight:bold}.zone-pvp{color:#aa2222;font-weight:bold}.zone-calm{color:#1a5a9a;font-weight:bold}
/* ============ TABLES (blue header) ============ */
.wikitable { border-collapse:collapse; background:#fff; margin:1em 0; font-size:0.9em; border-radius:8px; overflow:hidden; }
.wikitable th { background:var(--kin-blue-deep); color:#fff; border:1px solid var(--kin-blue-dark); padding:6px 10px; }
.wikitable td { border:1px solid var(--kin-line); padding:5px 9px; }
.wikitable tr:nth-child(even) td { background:#f0f7fc; }
/* ============ MAIN PAGE ============ */
.kin-hero {
background: linear-gradient(135deg, #6fb0e0 0%, #4f93cb 60%, #3a7cb5 100%);
border-radius:14px; padding:36px 24px; text-align:center; color:#fff;
margin:0 0 18px; box-shadow:0 6px 20px rgba(20,50,80,0.2);
}
.kin-hero h1 { font-family:'Cinzel',serif; font-size:2.7em; letter-spacing:5px; margin:0; color:#fff; border:0; }
.kin-hero p { font-size:1.05em; opacity:0.95; margin:8px 0 0; }
.kin-social { display:flex; gap:10px; justify-content:center; margin:18px 0 0; flex-wrap:wrap; }
/* Discord / X: translucent. Play Now: solid orange CTA. */
.kin-social a {
display:inline-flex; align-items:center; gap:6px;
background:rgba(255,255,255,0.18); border:1px solid rgba(255,255,255,0.5);
color:#fff !important; padding:9px 20px; border-radius:24px;
font-weight:600; text-decoration:none; font-size:0.92em; transition:.15s;
}
.kin-social a:hover { background:#fff; color:var(--kin-blue-dark) !important; }
.kin-social a.cta { background:var(--kin-orange); border-color:var(--kin-orange); }
.kin-social a.cta:hover { background:var(--kin-orange-dk); color:#fff !important; }
.kin-cards { display:grid; grid-template-columns:repeat(auto-fill,minmax(150px,1fr)); gap:12px; margin:1em 0; }
.kin-card {
border:1px solid var(--kin-line); background:#f7fbfe;
border-radius:10px; padding:16px 10px; text-align:center; transition:.15s;
}
.kin-card:hover { border-color:var(--kin-orange); box-shadow:0 4px 14px rgba(93,161,214,0.25); transform:translateY(-2px); }
.kin-card a { color:var(--kin-blue-deep) !important; font-weight:700; text-decoration:none; font-size:1.05em; }
.kin-card:hover a { color:var(--kin-orange-dk) !important; }
.kin-card .kc-sub { display:block; color:#7a8a99; font-size:0.8em; font-weight:400; margin-top:3px; }
/* ---- Mobile ---- */
@media(max-width:720px){
.kin-hero h1{font-size:1.9em}
.infobox{float:none;width:auto;margin:0 0 1em}
}