MediaWiki:Vector.css: Difference between revisions

From aurawatch
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
#footer-places-about,
#footer-places-privacy,
#footer-places-disclaimers {
  display: none !important;
}
div.vectorTabs ul li#ca-history {
div.vectorTabs ul li#ca-history {
     display: none;
     display: none;
Line 90: Line 96:




/* =========================================================
/* =========================================================
  HL2 dark thumbnails — Complete solution for all MediaWiki thumbnail types
  - Handles both figure and div.thumb containers
  - Outer frame wraps image + caption
  - Thin inner line on the image
  - Dark caption styling
  Colors: outer bg #2f2f2f, outer border #444, inner #6a6a6a, caption #c0c0c0
========================================================= */
/* ---------- PARSOID / VE (figure markup) ---------- */
/* (A) Outer frame on figure containers - FORCE proper wrapping */
/* (A) Outer frame on figure containers - FORCE proper wrapping */
.mw-parser-output figure[typeof*="mw:File/Thumb"],
.mw-parser-output figure[typeof*="mw:File/Thumb"],
Line 191: Line 181:
}
}


/* ---------- HIDE CAPTION ICONS ---------- */
.mw-parser-output .magnify,
.mw-parser-output .magnify,
.mw-parser-output .metadata,
.mw-parser-output .metadata,
Line 240: Line 229:




:root{
  --ui-bg-1: rgba(26,28,33,.72);      /* smoky grey glass */
  --ui-bg-2: rgba(18,20,24,.42);
  --ui-stroke: rgba(180,195,210,.22);  /* hairline */
  --ui-glow: rgba(90,180,255,.55);    /* blue glow */
  --ui-accent: #6ec3ff;                /* neon blue */
  --ui-text: #e6eaef;
}


/* H2 — inline chamfered plate + data rail */
.mw-parser-output h2{
  color: var(--ui-text);
  margin: 1.8rem 0 .9rem;
  font-weight: 760;
  letter-spacing:.02em;
}


.mw-parser-output h2 .mw-headline{
  position: relative;
  display: inline-block;      /* panel hugs text only */
  padding: .18em .75em .18em .7em;
  line-height: 1.15;
  text-transform: none;
  isolation: isolate;
}


/* Sidebar (left) navigation link colors — Vector (new) + Vector legacy */
/* chamfered “HUD plate” behind text (not full width) */
 
.mw-parser-output h2 .mw-headline::before{
/* normal state */
  content:"";
#mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a,
  position:absolute; inset:-.18em -.65em;
.skin-vector-legacy #mw-panel .portal .body li a {
  background: linear-gradient(180deg,var(--ui-bg-1),var(--ui-bg-2));
   color: #8BB9E0 !important;       /* light blue */
  box-shadow:
   background: transparent !important;
    inset 0 0 0 1px var(--ui-stroke),
   text-decoration: none !important;
    0 0 0 1px rgba(0,0,0,.35);
   clip-path: polygon(
    10px 0%, 100% 0%,
    calc(100% - 10px) 100%, 0% 100%
  ); /* tiny notches top-left/bottom-right */
   backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index:-1;
   pointer-events:none;
}
}


/* visited */
/* thin neon rail underline */
#mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a:visited,
.mw-parser-output h2 .mw-headline::after{
.skin-vector-legacy #mw-panel .portal .body li a:visited {
  content:"";
   color: #74A8D4 !important;       /* keep blue, not purple */
  position:absolute; left:0; right:0; bottom:-.45em; height:2px;
  background:
    linear-gradient(90deg, transparent, var(--ui-accent) 25%, #bfe6ff 50%, var(--ui-accent) 75%, transparent);
   filter: drop-shadow(0 0 6px var(--ui-glow));
}
}


/* hover & focus */
/* subtle scanline flicker across the plate */
#mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a:hover,
@keyframes ui-scan {
#mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a:focus,
  0%{opacity:.0; transform: translateY(-120%);}
.skin-vector-legacy #mw-panel .portal .body li a:hover,
   100%{opacity:.14; transform: translateY(120%);}
.skin-vector-legacy #mw-panel .portal .body li a:focus {
   color: #BFD9F2 !important;       /* brighter on hover */
  text-decoration: underline !important;
}
}
 
.mw-parser-output h2 .mw-headline::before{
/* active (mouse down) */
   overflow:hidden; /* for scan overlay below */
#mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a:active,
.skin-vector-legacy #mw-panel .portal .body li a:active {
   color: #E6F2FF !important;
}
}
 
.mw-parser-output h2 .mw-headline > em{ /* optional: wrap a word in <em> to pulse */
.mw-body, .mw-body-content, .mw-parser-output {
   text-shadow: 0 0 8px var(--ui-glow);
  font-size: 16px !important;      /* was ~14–15px */
   line-height: 1.6 !important;
}
}
 
.mw-parser-output h2 .mw-headline > span.scan{
/* Sidebar / left nav */
  position:absolute; left:0; right:0; top:-40%; bottom:-40%;
#mw-panel,
   background: linear-gradient(180deg, transparent, rgba(255,255,255,.08), transparent);
#mw-panel .vector-menu-portal .vector-menu-content {
  animation: ui-scan 3.5s linear infinite;
   font-size: 15px !important;
   pointer-events:none;
   line-height: 1.5 !important;
}
}


/* TOC, captions, small UI text */
.mw-parser-output h3{
.toc, .thumbcaption, .catlinks,
  color: var(--ui-text);
.mw-ui-message, .mw-message-box {
   margin: 1.2rem 0 .5rem;
   font-size: 15px !important;
   font-weight: 680;
   line-height: 1.5 !important;
}
}


/* Code blocks / preformatted */
.mw-parser-output h3 .mw-headline{
pre, code, kbd, samp, .mw-code {
   position:relative; display:inline-block; padding:.05em .5em .05em .85em;
   font-size: 15px !important;
  line-height: 1.5 !important;
}
}
 
.mw-parser-output h3 .mw-headline::before{
/* Tabs (Read / View source / History) & top menus */
  content:"";
#mw-head .vectorTabs li a,
  position:absolute; left:-.55em; top:0; bottom:0; width:2px;
.vector-menu-tabs a,
  background: linear-gradient(180deg, var(--ui-accent), transparent);
.vector-menu-tabs-legacy a {
  box-shadow: 0 0 10px var(--ui-glow);
   font-size: 15px !important;
  transform: skewY(-8deg);
   border-radius: 1px;
}
}


/* Make sure headings scale nicely (relative to new base) */
.mw-parser-output h2 .mw-editsection,
.mw-body h1 { font-size: 2.0em !important; }
.mw-parser-output h3 .mw-editsection{ opacity:0; transition:opacity .15s }
.mw-body h2 { font-size: 1.6em !important; }
.mw-parser-output h2:hover .mw-editsection,
.mw-body h3 { font-size: 1.35em !important; }
.mw-parser-output h3:hover .mw-editsection{ opacity:1 }
.mw-body h4 { font-size: 1.15em !important; }


/* Optional: slightly smaller on narrow screens */
.mw-parser-output h2 + ul,
@media (max-width: 768px) {
.mw-parser-output h3 + ul{
  .mw-body, .mw-body-content, .mw-parser-output { font-size: 16px !important; }
  margin-top:.35rem;
  padding-left: 0;
  list-style: none;
  border-left: 2px solid rgba(130,160,190,.12);
}
}
 
.mw-parser-output h2 + ul > li,
 
.mw-parser-output h3 + ul > li{
 
  position:relative;
 
  padding:.4rem .4rem .4rem 1rem;
 
  margin:.05rem 0;
 
  color:#dfe6ee;
 
}
 
.mw-parser-output h2 + ul > li::before,
 
.mw-parser-output h3 + ul > li::before{
 
  content: "›";            /* thin chevron bullet */
 
  position:absolute; left:.2rem; top:.3rem;
 
  color: var(--ui-accent);
 
  text-shadow: 0 0 6px var(--ui-glow);
 
  font-weight:800;
 
}
 
.mw-parser-output h2 + ul > li a{
.mw-parser-output h2 {
  color:#e9f3ff; text-decoration:none; border-bottom:1px dotted rgba(150,190,230,.25);
    position: relative;
    background: none;
    color: #ffffff;
    padding: 8px 0;
    margin: 25px 0 15px 0;
    border: none;
    font-weight: 500;
    font-size: 1.4em;
    z-index: 1;
}
}
 
.mw-parser-output h2 + ul > li a:hover{
/* Subtle tech backdrop */
  color:#ffffff; border-bottom-color: var(--ui-accent); filter: drop-shadow(0 0 4px var(--ui-glow));
.mw-parser-output h2::before {
    content: '';
    position: absolute;
    left: -20px;
    right: -20px;
    top: -5px;
    bottom: -5px;
    background:  
        linear-gradient(90deg, transparent 0%, rgba(0, 212, 255, 0.1) 20%, rgba(0, 212, 255, 0.05) 80%, transparent 100%),
        linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
    border-left: 2px solid rgba(0, 212, 255, 0.6);
    z-index: -1;
}
}


/* Animated scan line effect */
.skin-vector .mw-body,
.mw-parser-output h2::after {
.skin-vector-2022 .mw-body {
     content: '';
  background-image:
     position: absolute;
     /* remove the bloom or make it barely there */
     left: 0;
     radial-gradient(1000px 380px at 75% -200px, rgba(110,195,255,.02), transparent 80%),
     right: 0;
     /* faint grid lines */
    top: 50%;
     repeating-linear-gradient(0deg,  rgba(255,255,255,.012) 0 1px, transparent 1px 24px),
    height: 1px;
     repeating-linear-gradient(90deg, rgba(255,255,255,.008) 0 1px, transparent 1px 24px);
     background: linear-gradient(90deg, transparent, #00d4ff, transparent);
  background-blend-mode: screen;
    opacity: 0.7;
    animation: scanLine 3s ease-in-out infinite;
}
}


@keyframes scanLine {
    0%, 100% { transform: scaleX(0); opacity: 0; }
    50% { transform: scaleX(1); opacity: 0.7; }
}


/* Alternative: Matrix/terminal style */
.mw-parser-output h2.terminal {
    font-family: 'Courier New', monospace;
    color: #00ff41;
    text-shadow: 0 0 5px #00ff41;
    background: none;
}


.mw-parser-output h2.terminal::before {
    background:
        linear-gradient(90deg, transparent, rgba(0, 255, 65, 0.05), transparent),
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 255, 65, 0.03) 2px, rgba(0, 255, 65, 0.03) 4px);
    border-left: 2px solid #00ff41;
    border-right: 1px solid rgba(0, 255, 65, 0.3);
}


/* Circuit board pattern backdrop */
.mw-parser-output h2.circuit {
    color: #60a5fa;
}


.mw-parser-output h2.circuit::before {
    background:
        radial-gradient(circle at 20% 50%, rgba(96, 165, 250, 0.1) 2px, transparent 2px),
        radial-gradient(circle at 80% 50%, rgba(96, 165, 250, 0.1) 2px, transparent 2px),
        linear-gradient(90deg, transparent 0%, rgba(96, 165, 250, 0.05) 50%, transparent 100%);
    border-left: 2px solid rgba(96, 165, 250, 0.8);
    border-top: 1px solid rgba(96, 165, 250, 0.2);
    border-bottom: 1px solid rgba(96, 165, 250, 0.2);
}


/* Holographic effect */
.mw-parser-output h2.holo {
    color: #a78bfa;
    text-shadow: 0 0 8px rgba(167, 139, 250, 0.5);
}


.mw-parser-output h2.holo::before {
    background:
        linear-gradient(45deg, transparent 30%, rgba(167, 139, 250, 0.1) 50%, transparent 70%),
        linear-gradient(-45deg, transparent 30%, rgba(167, 139, 250, 0.05) 50%, transparent 70%);
    border-left: 2px solid rgba(167, 139, 250, 0.6);
    animation: holoShimmer 4s ease-in-out infinite;
}


@keyframes holoShimmer {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}


/* Minimal underline approach */
.mw-parser-output h2.minimal {
    background: none;
    border-bottom: 2px solid #00d4ff;
    padding-bottom: 5px;
    position: relative;
}


.mw-parser-output h2.minimal::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 30%;
    height: 2px;
    background: linear-gradient(90deg, #00d4ff, transparent);
    animation: underlineGlow 2s ease-in-out infinite alternate;
}


@keyframes underlineGlow {
    from { box-shadow: 0 0 5px #00d4ff; }
    to { box-shadow: 0 0 15px #00d4ff; }
}


/* Edit links - keep them subtle */
.mw-parser-output h2 .mw-editsection {
    float: right;
    margin-left: 10px;
}


.mw-parser-output h2 .mw-editsection a {
/* Sidebar (left) navigation link colors — Vector (new) + Vector legacy */
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 0.7em;
    padding: 2px 6px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 2px;
    transition: all 0.3s ease;
}


.mw-parser-output h2 .mw-editsection a:hover {
/* normal state */
    color: #00d4ff;
#mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a,
    border-color: #00d4ff;
.skin-vector-legacy #mw-panel .portal .body li a {
  color: #8BB9E0 !important;      /* light blue */
  background: transparent !important;
  text-decoration: none !important;
}
}


/* Subsections - even more minimal */
/* visited */
.mw-parser-output h3 {
#mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a:visited,
    color: #94a3b8;
.skin-vector-legacy #mw-panel .portal .body li a:visited {
    border-left: 3px solid rgba(148, 163, 184, 0.5);
  color: #74A8D4 !important;       /* keep blue, not purple */
    padding-left: 12px;
    margin: 15px 0 10px 0;
    background: none;
}
}


/* Content-specific themes */
/* hover & focus */
.mw-parser-output h2[id*="Rules"]::before,
#mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a:hover,
.mw-parser-output h2[id*="rules"]::before {
#mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a:focus,
    border-left-color: #ef4444;
.skin-vector-legacy #mw-panel .portal .body li a:hover,
    background: linear-gradient(90deg, transparent 0%, rgba(239, 68, 68, 0.1) 20%, rgba(239, 68, 68, 0.05) 80%, transparent 100%);
.skin-vector-legacy #mw-panel .portal .body li a:focus {
  color: #BFD9F2 !important;       /* brighter on hover */
  text-decoration: underline !important;
}
}


.mw-parser-output h2[id*="Gamemode"]::before,
/* active (mouse down) */
.mw-parser-output h2[id*="gamemode"]::before {
#mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a:active,
    border-left-color: #10b981;
.skin-vector-legacy #mw-panel .portal .body li a:active {
    background: linear-gradient(90deg, transparent 0%, rgba(16, 185, 129, 0.1) 20%, rgba(16, 185, 129, 0.05) 80%, transparent 100%);
  color: #E6F2FF !important;
}
}

Latest revision as of 04:51, 19 September 2025

#footer-places-about,
#footer-places-privacy,
#footer-places-disclaimers {
  display: none !important;
}

div.vectorTabs ul li#ca-history {
    display: none;
}
.vector-menu-tabs-legacy li {
    background-color: transparent !important;
    color: #72777d;
    cursor: pointer;
}
.new.mw-list-item {
    background-color: transparent !important;
}
.new.mw-list-item a {
    background-color: transparent !important;
    color: #72777d;
    cursor: pointer;
    font-size: 0.8em;
}
.ca-talk {
    background-color: transparent !important;
    color: #72777d;
    cursor: pointer;
    font-size: 0.8em;
}
.vector-menu-portal .vector-menu-content li a,
.vector-menu-portal .vector-menu-content li a:visited {
    color: #72777d;
}
/* Additional rules to ensure transparency */
.vector-menu-tabs,
.vector-menu-tabs ul,
.vector-menu-tabs li,
.vector-menu-tabs a,
.vector-menu-tabs-legacy,
.vector-menu-tabs-legacy ul,
.vector-menu-tabs-legacy li,
.vector-menu-tabs-legacy a,
#p-namespaces,
#p-namespaces li,
#p-namespaces a,
#ca-nstab-main,
#ca-talk,
.vector-tab-noicon,
.mw-list-item-js {
    background-color: transparent !important;
    background: transparent !important;
    background-image: none !important;
}


.vector-menu-portal,
#mw-panel,
.vector-menu-portal .vector-menu-content {
    background-color: #202020 !important;
}

.vector-menu-portal .vector-menu-heading {
    color: #cccccc;  /* Light gray for headers */
}

/* For the links */
.vector-menu-portal .vector-menu-content a {
    color: #3366bb;  /* Blue color for links */
}

/* Remove any borders that might be present */
.vector-menu-portal {
    border: none !important;
}


body {
    background-image: url('https://i.imgur.com/9GQ16Re.png') !important;
    background-color: rgba(0, 0, 0, 0.6) !important; /* Semi-transparent black */
    background-blend-mode: overlay !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}


#ca-view a, #ca-edit a, #ca-history a {
  color: inherit !important;
  background-color: transparent !important;
}






/* (A) Outer frame on figure containers - FORCE proper wrapping */
.mw-parser-output figure[typeof*="mw:File/Thumb"],
.mw-parser-output figure[typeof*="mw:Image/Thumb"],
.mw-parser-output figure[typeof*="mw:File/Frame"],
.mw-parser-output figure[typeof*="mw:Image/Frame"] {
    background-color: #2f2f2f !important;
    border: 1px solid #444 !important;
    padding: 3px !important;
    box-shadow: none !important;
    display: block !important;
    overflow: hidden !important; /* Force container to wrap content */
    width: auto !important; /* Let it size to content */
    box-sizing: border-box !important;
}

/* (B) Remove border from link wrapper in figures */
.mw-parser-output figure[typeof*="mw:"] > a.mw-file-description,
.mw-parser-output figure[typeof*="mw:"] > span:first-child > a.mw-file-description {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* (C) Thin inner line on images in figures */
.mw-parser-output figure[typeof*="mw:"] img.mw-file-element {
    border: 1px solid #6a6a6a !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* ---------- LEGACY / CLASSIC (div.thumb markup) ---------- */
/* (D) Outer frame on div.thumb containers - FORCE proper wrapping */
.mw-parser-output div.thumb,
.mw-parser-output .thumb {
    background-color: #2f2f2f !important;
    border: 1px solid #444 !important;
    padding: 3px !important;
    box-shadow: none !important;
    display: block !important;
    overflow: hidden !important; /* Force container to wrap content */
    width: auto !important; /* Let it size to content */
    box-sizing: border-box !important;
}

/* (E) Remove border from thumbinner */
.mw-parser-output .thumbinner {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* (F) Thin inner line on images in div.thumb */
.mw-parser-output .thumbimage {
    border: 1px solid #6a6a6a !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* ---------- CAPTION STYLING (both types) ---------- */
.mw-parser-output figure figcaption {
    background-color: #2f2f2f !important;
    color: #c0c0c0 !important;
    border: 0 !important;
    padding: 4px 2px 2px 2px !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
}

/* (H) Dark caption styling for div.thumb - prevent overflow */
.mw-parser-output .thumbcaption {
    background-color: #2f2f2f !important;
    color: #c0c0c0 !important;
    border: 0 !important;
    padding: 4px 2px 2px 2px !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
}

.mw-parser-output .magnify,
.mw-parser-output .metadata,
.mw-parser-output .magnify a,
.mw-parser-output .magnify img,
.mw-parser-output .thumbcaption .magnify,
.mw-parser-output figcaption .magnify,
.mw-parser-output .mw-file-description + .magnify,
.mw-parser-output .thumbinner .magnify,
.mw-parser-output [class*="magnify"],
.mw-parser-output .thumb .internal,
.mw-parser-output .thumbcaption .internal,
.mw-parser-output .enlarge,
.mw-parser-output .mw-file-info {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* (J) Hide pseudo-element icons on file description links */
.mw-parser-output a.mw-file-description::after,
.mw-parser-output a.mw-file-description::before,
.mw-parser-output .mw-file-description::after,
.mw-parser-output .mw-file-description::before {
    display: none !important;
    content: none !important;
    visibility: hidden !important;
}
/* ============================================================ */

















:root{
  --ui-bg-1: rgba(26,28,33,.72);      /* smoky grey glass */
  --ui-bg-2: rgba(18,20,24,.42);
  --ui-stroke: rgba(180,195,210,.22);  /* hairline */
  --ui-glow: rgba(90,180,255,.55);     /* blue glow */
  --ui-accent: #6ec3ff;                /* neon blue */
  --ui-text: #e6eaef;
}

/* H2 — inline chamfered plate + data rail */
.mw-parser-output h2{
  color: var(--ui-text);
  margin: 1.8rem 0 .9rem;
  font-weight: 760;
  letter-spacing:.02em;
}

.mw-parser-output h2 .mw-headline{
  position: relative;
  display: inline-block;       /* panel hugs text only */
  padding: .18em .75em .18em .7em;
  line-height: 1.15;
  text-transform: none;
  isolation: isolate;
}

/* chamfered “HUD plate” behind text (not full width) */
.mw-parser-output h2 .mw-headline::before{
  content:"";
  position:absolute; inset:-.18em -.65em;
  background: linear-gradient(180deg,var(--ui-bg-1),var(--ui-bg-2));
  box-shadow:
    inset 0 0 0 1px var(--ui-stroke),
    0 0 0 1px rgba(0,0,0,.35);
  clip-path: polygon(
     10px 0%, 100% 0%,
     calc(100% - 10px) 100%, 0% 100%
  ); /* tiny notches top-left/bottom-right */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index:-1;
  pointer-events:none;
}

/* thin neon rail underline */
.mw-parser-output h2 .mw-headline::after{
  content:"";
  position:absolute; left:0; right:0; bottom:-.45em; height:2px;
  background:
    linear-gradient(90deg, transparent, var(--ui-accent) 25%, #bfe6ff 50%, var(--ui-accent) 75%, transparent);
  filter: drop-shadow(0 0 6px var(--ui-glow));
}

/* subtle scanline flicker across the plate */
@keyframes ui-scan {
  0%{opacity:.0; transform: translateY(-120%);}
  100%{opacity:.14; transform: translateY(120%);}
}
.mw-parser-output h2 .mw-headline::before{
  overflow:hidden; /* for scan overlay below */
}
.mw-parser-output h2 .mw-headline > em{ /* optional: wrap a word in <em> to pulse */
  text-shadow: 0 0 8px var(--ui-glow);
}
.mw-parser-output h2 .mw-headline > span.scan{
  position:absolute; left:0; right:0; top:-40%; bottom:-40%;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.08), transparent);
  animation: ui-scan 3.5s linear infinite;
  pointer-events:none;
}

.mw-parser-output h3{
  color: var(--ui-text);
  margin: 1.2rem 0 .5rem;
  font-weight: 680;
}

.mw-parser-output h3 .mw-headline{
  position:relative; display:inline-block; padding:.05em .5em .05em .85em;
}
.mw-parser-output h3 .mw-headline::before{
  content:"";
  position:absolute; left:-.55em; top:0; bottom:0; width:2px;
  background: linear-gradient(180deg, var(--ui-accent), transparent);
  box-shadow: 0 0 10px var(--ui-glow);
  transform: skewY(-8deg);
  border-radius: 1px;
}

.mw-parser-output h2 .mw-editsection,
.mw-parser-output h3 .mw-editsection{ opacity:0; transition:opacity .15s }
.mw-parser-output h2:hover .mw-editsection,
.mw-parser-output h3:hover .mw-editsection{ opacity:1 }

.mw-parser-output h2 + ul,
.mw-parser-output h3 + ul{
  margin-top:.35rem;
  padding-left: 0;
  list-style: none;
  border-left: 2px solid rgba(130,160,190,.12);
}
.mw-parser-output h2 + ul > li,
.mw-parser-output h3 + ul > li{
  position:relative;
  padding:.4rem .4rem .4rem 1rem;
  margin:.05rem 0;
  color:#dfe6ee;
}
.mw-parser-output h2 + ul > li::before,
.mw-parser-output h3 + ul > li::before{
  content: "›";             /* thin chevron bullet */
  position:absolute; left:.2rem; top:.3rem;
  color: var(--ui-accent);
  text-shadow: 0 0 6px var(--ui-glow);
  font-weight:800;
}
.mw-parser-output h2 + ul > li a{
  color:#e9f3ff; text-decoration:none; border-bottom:1px dotted rgba(150,190,230,.25);
}
.mw-parser-output h2 + ul > li a:hover{
  color:#ffffff; border-bottom-color: var(--ui-accent); filter: drop-shadow(0 0 4px var(--ui-glow));
}

.skin-vector .mw-body,
.skin-vector-2022 .mw-body {
  background-image:
    /* remove the bloom or make it barely there */
    radial-gradient(1000px 380px at 75% -200px, rgba(110,195,255,.02), transparent 80%),
    /* faint grid lines */
    repeating-linear-gradient(0deg,  rgba(255,255,255,.012) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.008) 0 1px, transparent 1px 24px);
  background-blend-mode: screen;
}













/* Sidebar (left) navigation link colors — Vector (new) + Vector legacy */

/* normal state */
#mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a,
.skin-vector-legacy #mw-panel .portal .body li a {
  color: #8BB9E0 !important;       /* light blue */
  background: transparent !important;
  text-decoration: none !important;
}

/* visited */
#mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a:visited,
.skin-vector-legacy #mw-panel .portal .body li a:visited {
  color: #74A8D4 !important;       /* keep blue, not purple */
}

/* hover & focus */
#mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a:hover,
#mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a:focus,
.skin-vector-legacy #mw-panel .portal .body li a:hover,
.skin-vector-legacy #mw-panel .portal .body li a:focus {
  color: #BFD9F2 !important;       /* brighter on hover */
  text-decoration: underline !important;
}

/* active (mouse down) */
#mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a:active,
.skin-vector-legacy #mw-panel .portal .body li a:active {
  color: #E6F2FF !important;
}