MediaWiki:Vector-2022.css: Difference between revisions

From Winds Of Valen Wiki
Jump to navigation Jump to search
WoV OSRS theme v3 - based on OSRS CSS patterns
Sidebar blend + logo + Discord styles
 
Line 1: Line 1:
/* ============================================================
/* ============================================================
   WINDS OF VALEN WIKI — OSRS-Inspired Theme v3
   WINDS OF VALEN WIKI — Vector 2022 Skin Overrides
   Based on the official OSRS Wiki CSS variable pattern.
   OSRS-inspired parchment theme
   ============================================================ */
   ============================================================ */


/* --- 1. COLOR SYSTEM (following OSRS CSS variable pattern) --- */
/* --- CSS Variables (OSRS palette) --- */
:root {
body.skin-vector-2022 {
    /* Core palette - warm parchment tones */
     --body-main: #e2dbc8;
     --body-main: #e2dbc8;
     --body-light: #d8ccb4;
     --body-light: #d8ccb4;
Line 13: Line 12:
     --body-border: #94866d;
     --body-border: #94866d;
     --body-background-color: #c0a886;
     --body-background-color: #c0a886;
     --sidebar: #cfc08d;
     --button-background: #605443;
 
    --button-color: #fff;
     /* Text and links */
    --button-border: #3c352a;
     --button-dark: #18140c;
    --button-light: #3a301d;
    --link-color: #936039;
    --background-link-color: #52351e;
     --text-color: #000;
     --text-color: #000;
    --link-color: #936039;
    --redlink-color: #ba0000;
     --byline-color: #4c4c4c;
     --byline-color: #4c4c4c;
     --subtle-color: #777;
     --subtle-color: #777;
     --background-text-color: #444;
     --thumb-bg: var(--body-light);
    --background-link-color: #52351e;
     --thumb-caption-bg: var(--body-mid);
 
    /* Buttons */
    --button-background: #605443;
    --button-color: #fff;
    --button-border: #3c352a;
 
    /* Search */
    --search-box: #efeee6;
 
    /* Wiki page background image */
    --body-background-image: url('/images/valen_banner.png');
 
    /* === Override MediaWiki's own CSS variables to match our palette === */
    --background-color-base: var(--body-main);
    --background-color-neutral: var(--body-light);
     --background-color-neutral-subtle: var(--body-mid);
    --color-base: var(--text-color);
    --color-subtle: var(--byline-color);
    --border-color-base: var(--body-border);
    --border-color-emphasized: var(--body-border);
    --color-progressive: var(--button-background);
    --color-progressive--hover: #7e6e58;
 
    /* Force light mode */
    color-scheme: light !important;
}
}


/* --- 2. PAGE BACKGROUND with banner fading down --- */
/* --- Page background (gradient sky into parchment) --- */
body.skin-vector-2022 {
body.skin-vector-2022 {
     background-color: var(--body-background-color) !important;
     background-color: var(--body-main);
     background-image:
     color: var(--text-color);
        linear-gradient(
     color-scheme: light;
            to bottom,
            transparent 0%,
            transparent 180px,
            var(--body-background-color) 340px
        ),
        var(--body-background-image) !important;
     background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: 100% auto !important;
}
}


/* --- 3. CLEAR #mw-page-base (like OSRS does) --- */
/* --- Header banner with background image bleed --- */
#mw-page-base {
body.skin-vector-2022 .vector-header,
    background: none !important;
}
 
/* --- 4. TRANSPARENT HEADER so banner shows through --- */
body.skin-vector-2022 .vector-header-container,
body.skin-vector-2022 .mw-header {
body.skin-vector-2022 .mw-header {
     background: transparent !important;
     background: linear-gradient(to bottom,
     border-bottom: none !important;
        rgba(30, 24, 18, 0.92) 0%,
     box-shadow: none !important;
        rgba(80, 60, 35, 0.78) 60%,
        rgba(160, 120, 70, 0.55) 100%);
     background-size: cover;
    background-position: center top;
     min-height: 54px;
}
}


body.skin-vector-2022 .vector-header-start,
/* --- Make the logo bigger in the top bar --- */
body.skin-vector-2022 .vector-header-end {
body.skin-vector-2022 #p-logo {
     background: transparent !important;
     width: 66px !important;
    padding: 6px 4px;
}
}
 
body.skin-vector-2022 #p-logo .mw-logo-icon {
/* Logo text hidden, show icon only */
     width: 54px !important;
body.skin-vector-2022 .mw-logo-container {
    height: 54px !important;
     display: none !important;
}
}


/* User links — white text over banner */
/* --- Tab bar (Main page | Discussion) --- */
body.skin-vector-2022 .vector-user-links a,
body.skin-vector-2022 .vector-page-tabs .mw-list-item a {
body.skin-vector-2022 #pt-createaccount a,
    background: transparent;
body.skin-vector-2022 #pt-login a {
    border-bottom: none;
     color: #f5e8c8 !important;
    color: var(--body-main);
     text-shadow: 0 1px 3px rgba(0,0,0,0.9) !important;
     font-size: 0.82em;
     letter-spacing: 0.02em;
}
}
 
body.skin-vector-2022 .vector-page-tabs .mw-list-item.selected a,
/* Search box */
body.skin-vector-2022 .vector-page-tabs .mw-list-item a:hover {
body.skin-vector-2022 .cdx-text-input__input,
     color: #fff;
body.skin-vector-2022 #searchInput {
    background-color: var(--search-box) !important;
    border-color: var(--body-border) !important;
     color: var(--text-color) !important;
}
}
/* --- 5. PAGE TOOLBAR TABS (Article | Discussion | Read | Edit...) --- */
body.skin-vector-2022 .vector-page-toolbar {
body.skin-vector-2022 .vector-page-toolbar {
     background: rgba(15, 10, 3, 0.5) !important;
     background: rgba(30, 22, 12, 0.72);
     border-bottom: 1px solid rgba(200,160,80,0.3) !important;
     border-bottom: 1px solid rgba(180, 140, 80, 0.45);
    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;
}
}


body.skin-vector-2022 .vector-page-toolbar-container {
/* ============================================================
  SIDEBAR — blend into the page like OSRS
  ============================================================ */
 
/* Kill the white background on the sidebar container */
body.skin-vector-2022 #vector-main-menu-pinned-container,
body.skin-vector-2022 .vector-main-menu,
body.skin-vector-2022 #vector-main-menu {
     background: transparent !important;
     background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
}


body.skin-vector-2022 #p-associated-pages a,
/* Hide the "Main menu / hide" header — logo replaces it */
body.skin-vector-2022 #p-views a,
body.skin-vector-2022 .vector-pinnable-header {
body.skin-vector-2022 #p-cactions a {
     display: none !important;
     color: #f0ddb0 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.9) !important;
    background: transparent !important;
}
}


body.skin-vector-2022 #ca-nstab-main.selected a,
/* Section headings (Navigation, Guides, Community…) */
body.skin-vector-2022 .selected.vector-tab-noicon a {
body.skin-vector-2022 .vector-main-menu .mw-portlet h3,
     color: #ffd700 !important;
body.skin-vector-2022 #vector-main-menu .mw-portlet h3 {
     border-bottom: 2px solid #ffd700 !important;
    font-family: 'PT Serif', Georgia, serif;
     font-weight: bold !important;
    font-size: 0.83em;
    font-weight: bold;
    text-transform: none;
     color: var(--text-color);
    border: none;
     border-bottom: 1px solid var(--body-border);
    padding: 8px 12px 4px 12px;
    margin: 6px 0 0 0;
     background: none;
}
}


/* --- 6. PAGE CONTAINER - transparent so background shows --- */
/* Nav links */
body.skin-vector-2022 .mw-page-container,
body.skin-vector-2022 .vector-main-menu .mw-portlet-body ul,
body.skin-vector-2022 .mw-page-container-inner {
body.skin-vector-2022 #vector-main-menu .mw-portlet-body ul {
     background: transparent !important;
    list-style: none;
     max-width: none !important;
    margin: 0;
    padding: 2px 0 6px 0;
}
body.skin-vector-2022 .vector-main-menu .mw-portlet-body ul li,
body.skin-vector-2022 #vector-main-menu .mw-portlet-body ul li {
    margin: 0;
    padding: 0;
}
body.skin-vector-2022 .vector-main-menu .mw-portlet-body ul li a,
body.skin-vector-2022 #vector-main-menu .mw-portlet-body ul li a {
     display: block;
    padding: 2px 12px;
    color: var(--link-color);
    font-size: 0.85em;
     text-decoration: none;
    line-height: 1.7;
}
body.skin-vector-2022 .vector-main-menu .mw-portlet-body ul li a:hover,
body.skin-vector-2022 #vector-main-menu .mw-portlet-body ul li a:hover {
    color: var(--background-link-color);
    text-decoration: underline;
}
}


/* --- 7. LEFT SIDEBAR NAVIGATION --- */
/* Toolbox section */
body.skin-vector-2022 .vector-column-start,
body.skin-vector-2022 #vector-main-menu .mw-portlet-body {
body.skin-vector-2022 .vector-main-menu-container,
     padding: 0;
body.skin-vector-2022 #vector-main-menu,
body.skin-vector-2022 #mw-panel {
     background: transparent !important;
}
}


body.skin-vector-2022 .vector-menu-heading {
/* ============================================================
     color: var(--background-text-color) !important;
  LOGO BANNER (injected via JS above sidebar)
     font-weight: bold !important;
  ============================================================ */
     font-size: 0.8em !important;
body.skin-vector-2022 .wov-sidebar-logo {
     text-transform: uppercase !important;
     background: linear-gradient(160deg, #2c1d0d 0%, #4a3018 50%, #2c1d0d 100%);
     letter-spacing: 0.06em !important;
     border-bottom: 3px solid #8a6234;
     border-bottom: 1px solid var(--body-border) !important;
     padding: 20px 10px 16px;
    padding-bottom: 2px !important;
     text-align: center;
    margin-bottom: 4px !important;
     position: relative;
     overflow: hidden;
}
}
 
body.skin-vector-2016 .wov-sidebar-logo::before,
body.skin-vector-2022 .vector-menu-content-list li a {
body.skin-vector-2022 .wov-sidebar-logo::before {
     color: var(--background-link-color) !important;
    content: '';
     font-size: 0.9em !important;
    position: absolute;
     inset: 0;
    background: radial-gradient(ellipse at 50% 30%, rgba(255,200,80,0.12) 0%, transparent 70%);
     pointer-events: none;
}
}
 
body.skin-vector-2022 .wov-sidebar-logo a {
body.skin-vector-2022 .vector-menu-content-list li a:hover {
     text-decoration: none;
    color: var(--link-color) !important;
     text-decoration: underline !important;
}
}
 
body.skin-vector-2022 .wov-sidebar-logo img {
/* --- 8. MAIN CONTENT BODY (exactly like OSRS .mw-body rule) --- */
     display: block;
body.skin-vector-2022 #content.mw-body {
    margin: 0 auto 8px;
     background-color: var(--body-main) !important;
     width: 72px;
     color: var(--text-color) !important;
     height: 72px;
     border-color: transparent !important;
     filter: drop-shadow(0 2px 8px rgba(255,190,60,0.35));
     box-shadow: 0 0 7px rgba(0,0,0,0.15) !important;
    margin-top: 0 !important;
}
}
 
body.skin-vector-2022 .wov-sidebar-logo-title {
body.skin-vector-2022 .mw-content-container {
     font-family: 'Cinzel', 'PT Serif', Georgia, serif;
     background: transparent !important;
    font-size: 0.95em;
    font-weight: 700;
    color: #e8c878;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 0 10px rgba(255,200,80,0.4), 0 1px 2px rgba(0,0,0,0.8);
    line-height: 1.3;
}
}
 
body.skin-vector-2022 .wov-sidebar-logo-sub {
/* --- 9. HEADINGS --- */
     font-family: 'PT Serif', Georgia, serif;
body.skin-vector-2022 .mw-body h1,
    font-size: 0.78em;
body.skin-vector-2022 .mw-body .mw-heading1,
     color: #c9a86c;
body.skin-vector-2022 .mw-body-content h1,
    letter-spacing: 3px;
body.skin-vector-2022 .mw-body-content h2,
    text-transform: uppercase;
body.skin-vector-2022 .mw-body-content h3,
    margin-top: 2px;
body.skin-vector-2022 .mw-body-content h4,
    text-shadow: 0 1px 3px rgba(0,0,0,0.7);
body.skin-vector-2022 .mw-body-content h5,
body.skin-vector-2022 .mw-body-content h6 {
     font-family: 'PT Serif', 'Palatino', 'Georgia', serif !important;
     color: var(--text-color) !important;
}
}


body.skin-vector-2022 h1, body.skin-vector-2022 h2 {
/* ============================================================
     border-color: var(--sidebar) !important;
  DISCORD BUTTON (injected via JS below logo)
  ============================================================ */
body.skin-vector-2022 .wov-discord-btn {
     padding: 8px 10px 6px;
}
}
 
body.skin-vector-2022 .wov-discord-btn a {
/* --- 10. LINKS --- */
    display: flex;
body.skin-vector-2022 a,
    align-items: center;
body.skin-vector-2022 a:visited,
    justify-content: center;
body.skin-vector-2022 a:active,
    gap: 8px;
body.skin-vector-2022 a:hover {
    background: #5865F2;
     color: var(--link-color) !important;
    border: 1px solid #4752c4;
    border-radius: 5px;
     color: #fff !important;
    font-size: 0.87em;
    font-weight: bold;
    padding: 7px 10px;
    text-decoration: none !important;
    transition: background 0.15s ease;
    box-shadow: 0 2px 6px rgba(88,101,242,0.3);
}
}
 
body.skin-vector-2022 .wov-discord-btn a:hover {
body.skin-vector-2022 a.new {
     background: #4752c4;
     color: var(--redlink-color) !important;
    text-decoration: none !important;
}
}
 
body.skin-vector-2022 .wov-discord-btn svg {
/* --- 11. HIDE MAIN PAGE TITLE --- */
    flex-shrink: 0;
body.skin-vector-2022.page-Main_Page .mw-first-heading,
    width: 20px;
body.skin-vector-2022.page-Main_Page #firstHeading {
     height: 20px;
     display: none !important;
}
}


/* --- 12. HIDE APPEARANCE PANEL --- */
/* ============================================================
body.skin-vector-2022 .vector-appearance-landmark,
  CONTENT AREA
body.skin-vector-2022 #vector-appearance-dropdown {
  ============================================================ */
     display: none !important;
body.skin-vector-2022 .mw-body,
body.skin-vector-2022 #content {
    background: var(--body-main);
    border: 1px solid var(--body-border);
     border-radius: 0;
}
}


/* --- 13. WIKITABLE (following OSRS .wikitable pattern) --- */
/* Make wikitables look like OSRS */
body.skin-vector-2022 .wikitable {
body.skin-vector-2022 table.wikitable {
     background: var(--body-light) !important;
     background-color: var(--body-light);
     color: var(--text-color) !important;
     border: 1px solid var(--body-border);
     border-color: var(--body-border) !important;
     color: var(--text-color);
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.1) !important;
}
}
 
body.skin-vector-2022 table.wikitable th {
body.skin-vector-2022 .wikitable > * > tr > th {
     background-color: var(--body-dark);
     background-color: var(--body-dark) !important;
     border: 1px solid var(--body-border);
     color: var(--text-color) !important;
     color: var(--text-color);
     border-color: var(--body-border) !important;
}
}
 
body.skin-vector-2022 table.wikitable td {
body.skin-vector-2022 .wikitable > * > tr > td {
     background-color: var(--body-main);
     border-color: var(--body-border) !important;
    border: 1px solid var(--body-border);
}
}


/* --- 14. FOOTER --- */
/* Links */
body.skin-vector-2022 .mw-footer {
body.skin-vector-2022 a {
     color: var(--background-text-color) !important;
     color: var(--link-color);
}
}
 
body.skin-vector-2022 a:hover {
body.skin-vector-2022 .mw-footer a,
     color: var(--background-link-color);
body.skin-vector-2022 .mw-footer a:visited,
body.skin-vector-2022 .mw-footer a:hover {
     color: var(--background-link-color) !important;
}
}


/* --- 15. CATEGORY LINKS --- */
/* Headings */
body.skin-vector-2022 .catlinks {
body.skin-vector-2022 h1,
     background: var(--body-light) !important;
body.skin-vector-2022 h2,
     border: 1px solid var(--body-dark) !important;
body.skin-vector-2022 h3 {
     font-family: 'PT Serif', Georgia, serif;
     border-bottom-color: var(--body-border);
}
}

Latest revision as of 01:04, 11 July 2026

/* ============================================================
   WINDS OF VALEN WIKI — Vector 2022 Skin Overrides
   OSRS-inspired parchment theme
   ============================================================ */

/* --- CSS Variables (OSRS palette) --- */
body.skin-vector-2022 {
    --body-main: #e2dbc8;
    --body-light: #d8ccb4;
    --body-mid: #d0bd97;
    --body-dark: #b8a282;
    --body-border: #94866d;
    --body-background-color: #c0a886;
    --button-background: #605443;
    --button-color: #fff;
    --button-border: #3c352a;
    --button-dark: #18140c;
    --button-light: #3a301d;
    --link-color: #936039;
    --background-link-color: #52351e;
    --text-color: #000;
    --byline-color: #4c4c4c;
    --subtle-color: #777;
    --thumb-bg: var(--body-light);
    --thumb-caption-bg: var(--body-mid);
}

/* --- Page background (gradient sky into parchment) --- */
body.skin-vector-2022 {
    background-color: var(--body-main);
    color: var(--text-color);
    color-scheme: light;
}

/* --- Header banner with background image bleed --- */
body.skin-vector-2022 .vector-header,
body.skin-vector-2022 .mw-header {
    background: linear-gradient(to bottom,
        rgba(30, 24, 18, 0.92) 0%,
        rgba(80, 60, 35, 0.78) 60%,
        rgba(160, 120, 70, 0.55) 100%);
    background-size: cover;
    background-position: center top;
    min-height: 54px;
}

/* --- Make the logo bigger in the top bar --- */
body.skin-vector-2022 #p-logo {
    width: 66px !important;
    padding: 6px 4px;
}
body.skin-vector-2022 #p-logo .mw-logo-icon {
    width: 54px !important;
    height: 54px !important;
}

/* --- Tab bar (Main page | Discussion) --- */
body.skin-vector-2022 .vector-page-tabs .mw-list-item a {
    background: transparent;
    border-bottom: none;
    color: var(--body-main);
    font-size: 0.82em;
    letter-spacing: 0.02em;
}
body.skin-vector-2022 .vector-page-tabs .mw-list-item.selected a,
body.skin-vector-2022 .vector-page-tabs .mw-list-item a:hover {
    color: #fff;
}
body.skin-vector-2022 .vector-page-toolbar {
    background: rgba(30, 22, 12, 0.72);
    border-bottom: 1px solid rgba(180, 140, 80, 0.45);
}

/* ============================================================
   SIDEBAR — blend into the page like OSRS
   ============================================================ */

/* Kill the white background on the sidebar container */
body.skin-vector-2022 #vector-main-menu-pinned-container,
body.skin-vector-2022 .vector-main-menu,
body.skin-vector-2022 #vector-main-menu {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Hide the "Main menu / hide" header — logo replaces it */
body.skin-vector-2022 .vector-pinnable-header {
    display: none !important;
}

/* Section headings (Navigation, Guides, Community…) */
body.skin-vector-2022 .vector-main-menu .mw-portlet h3,
body.skin-vector-2022 #vector-main-menu .mw-portlet h3 {
    font-family: 'PT Serif', Georgia, serif;
    font-size: 0.83em;
    font-weight: bold;
    text-transform: none;
    color: var(--text-color);
    border: none;
    border-bottom: 1px solid var(--body-border);
    padding: 8px 12px 4px 12px;
    margin: 6px 0 0 0;
    background: none;
}

/* Nav links */
body.skin-vector-2022 .vector-main-menu .mw-portlet-body ul,
body.skin-vector-2022 #vector-main-menu .mw-portlet-body ul {
    list-style: none;
    margin: 0;
    padding: 2px 0 6px 0;
}
body.skin-vector-2022 .vector-main-menu .mw-portlet-body ul li,
body.skin-vector-2022 #vector-main-menu .mw-portlet-body ul li {
    margin: 0;
    padding: 0;
}
body.skin-vector-2022 .vector-main-menu .mw-portlet-body ul li a,
body.skin-vector-2022 #vector-main-menu .mw-portlet-body ul li a {
    display: block;
    padding: 2px 12px;
    color: var(--link-color);
    font-size: 0.85em;
    text-decoration: none;
    line-height: 1.7;
}
body.skin-vector-2022 .vector-main-menu .mw-portlet-body ul li a:hover,
body.skin-vector-2022 #vector-main-menu .mw-portlet-body ul li a:hover {
    color: var(--background-link-color);
    text-decoration: underline;
}

/* Toolbox section */
body.skin-vector-2022 #vector-main-menu .mw-portlet-body {
    padding: 0;
}

/* ============================================================
   LOGO BANNER (injected via JS above sidebar)
   ============================================================ */
body.skin-vector-2022 .wov-sidebar-logo {
    background: linear-gradient(160deg, #2c1d0d 0%, #4a3018 50%, #2c1d0d 100%);
    border-bottom: 3px solid #8a6234;
    padding: 20px 10px 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
body.skin-vector-2016 .wov-sidebar-logo::before,
body.skin-vector-2022 .wov-sidebar-logo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 30%, rgba(255,200,80,0.12) 0%, transparent 70%);
    pointer-events: none;
}
body.skin-vector-2022 .wov-sidebar-logo a {
    text-decoration: none;
}
body.skin-vector-2022 .wov-sidebar-logo img {
    display: block;
    margin: 0 auto 8px;
    width: 72px;
    height: 72px;
    filter: drop-shadow(0 2px 8px rgba(255,190,60,0.35));
}
body.skin-vector-2022 .wov-sidebar-logo-title {
    font-family: 'Cinzel', 'PT Serif', Georgia, serif;
    font-size: 0.95em;
    font-weight: 700;
    color: #e8c878;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 0 10px rgba(255,200,80,0.4), 0 1px 2px rgba(0,0,0,0.8);
    line-height: 1.3;
}
body.skin-vector-2022 .wov-sidebar-logo-sub {
    font-family: 'PT Serif', Georgia, serif;
    font-size: 0.78em;
    color: #c9a86c;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 2px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.7);
}

/* ============================================================
   DISCORD BUTTON (injected via JS below logo)
   ============================================================ */
body.skin-vector-2022 .wov-discord-btn {
    padding: 8px 10px 6px;
}
body.skin-vector-2022 .wov-discord-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #5865F2;
    border: 1px solid #4752c4;
    border-radius: 5px;
    color: #fff !important;
    font-size: 0.87em;
    font-weight: bold;
    padding: 7px 10px;
    text-decoration: none !important;
    transition: background 0.15s ease;
    box-shadow: 0 2px 6px rgba(88,101,242,0.3);
}
body.skin-vector-2022 .wov-discord-btn a:hover {
    background: #4752c4;
    text-decoration: none !important;
}
body.skin-vector-2022 .wov-discord-btn svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

/* ============================================================
   CONTENT AREA
   ============================================================ */
body.skin-vector-2022 .mw-body,
body.skin-vector-2022 #content {
    background: var(--body-main);
    border: 1px solid var(--body-border);
    border-radius: 0;
}

/* Make wikitables look like OSRS */
body.skin-vector-2022 table.wikitable {
    background-color: var(--body-light);
    border: 1px solid var(--body-border);
    color: var(--text-color);
}
body.skin-vector-2022 table.wikitable th {
    background-color: var(--body-dark);
    border: 1px solid var(--body-border);
    color: var(--text-color);
}
body.skin-vector-2022 table.wikitable td {
    background-color: var(--body-main);
    border: 1px solid var(--body-border);
}

/* Links */
body.skin-vector-2022 a {
    color: var(--link-color);
}
body.skin-vector-2022 a:hover {
    color: var(--background-link-color);
}

/* Headings */
body.skin-vector-2022 h1,
body.skin-vector-2022 h2,
body.skin-vector-2022 h3 {
    font-family: 'PT Serif', Georgia, serif;
    border-bottom-color: var(--body-border);
}