MediaWiki:Vector.css: Difference between revisions

From aurawatch
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
 
(167 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 {
  visibility: hidden;
    display: none;
}
.vector-menu-tabs-legacy li {
    background-color: transparent !important;
    color: #72777d;
    cursor: pointer;
}
}
/* Stripes background */
.new.mw-list-item {
.infoboxheading, .infoboxsubheading, .article-template,
    background-color: transparent !important;
.errorbox, .warningbox, .successbox,
}
.alertbox, .alertbox2, .alertbox3, .alertbox4,
.new.mw-list-item a {
.navtempsec, .navtemp th {
    background-color: transparent !important;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAyCAYAAAB70nrOAAAAkUlEQVR4AdWMSwrCQBQEO9Fo1PgXjZ/7X3PkNb2ojQewoaDqMYwkfZTBEzi8GTNDCb70OgcOL5M9C7zUnIAneHiY7G6w2w/XNXiX4J0NdmqtqSgX4mgShyKufYGXmhCTEDuT2BZxbQr+MSJGIdYmsSriGgr+wRiEWJrEoogn8EeP6MUwia6wMwoh7GIUDvLHhy9BWxckqkJhEwAAAABJRU5ErkJggg==') !important;
    color: #72777d;
  background-repeat: repeat-x !important;
    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;
}
}


/* WikiEditor link colors */
 
.wikiEditor-ui-tabs div a,
.vector-menu-portal,
.wikiEditor-ui-toolbar .tabs span.tab a,
#mw-panel,
.wikiEditor-ui-toolbar .tabs span.tab a:visited {
.vector-menu-portal .vector-menu-content {
  color: #d46007;
    background-color: #202020 !important;
}
}


/* Wikitable padding reset to its value from older MediaWiki, primarily for achievement icons */
.vector-menu-portal .vector-menu-heading {
table.wikitable > tr > th,
    color: #cccccc; /* Light gray for headers */
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
  padding: 0.2em;
}
}


/* Full-width action status boxes */
/* For the links */
.errorbox, .warningbox, .successbox {
.vector-menu-portal .vector-menu-content a {
  display: block;
    color: #3366bb; /* Blue color for links */
}
}


/* Legacy class used on OverWiki */
/* Remove any borders that might be present */
.fullwidth {
.vector-menu-portal {
  width: 100%;
    border: none !important;
}
}


/* Ugly hack to remove unsupported "other resolutions" on video pages */
 
body[class*="_webm "] .mw-filepage-other-resolutions {
body {
  display: none;
    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;
}
}


/* Sound element leaves some weird bottom margin in Chrome and Firefox */
 
audio {
#ca-view a, #ca-edit a, #ca-history a {
   margin-top: 5px;
   color: inherit !important;
  background-color: transparent !important;
}
}


/*
* "Main article"-like notes (copied from Wikipedia)
*/


.hatnote {
 
  font-style: italic;
 
 
 
/* (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;
}
}


div.hatnote {
/* (B) Remove border from link wrapper in figures */
  margin-bottom: 0.5em;
.mw-parser-output figure[typeof*="mw:"] > a.mw-file-description,
  padding-left: 1.6em;
.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 */
* Infobox
.mw-parser-output figure[typeof*="mw:"] img.mw-file-element {
*/
    border: 1px solid #6a6a6a !important;
    background: transparent !important;
    box-shadow: none !important;
}


.infobox {  
/* ---------- LEGACY / CLASSIC (div.thumb markup) ---------- */
  position: relative;
/* (D) Outer frame on div.thumb containers - FORCE proper wrapping */
  float: right;
.mw-parser-output div.thumb,
  clear: right;
.mw-parser-output .thumb {
  /* Margins from the recent changes legend, relative to the smaller font size */
    background-color: #2f2f2f !important;
  margin-left: 1em;
    border: 1px solid #444 !important;
  margin-bottom: 0.5em;
    padding: 3px !important;
  width: 250px;
    box-shadow: none !important;
  border: 1px solid #999999;
    display: block !important;
  font-size: smaller;
    overflow: hidden !important; /* Force container to wrap content */
  line-height: 1.5;
    width: auto !important; /* Let it size to content */
    box-sizing: border-box !important;
}
}


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


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


.infoboxheading {
/* ---------- CAPTION STYLING (both types) ---------- */
  font-size: larger;
.mw-parser-output figure figcaption {
  font-weight: bold;
    background-color: #2f2f2f !important;
  color: white;
    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;
}
}


.infoboxsubheading {
/* (H) Dark caption styling for div.thumb - prevent overflow */
  text-align: left;
.mw-parser-output .thumbcaption {
  font-weight: normal;
    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;
}
}


.infoboxlabel, .infoboxcell {
.mw-parser-output .magnify,
  vertical-align: top;
.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;
}
}


.infoboxcell p, .infoboxcell ul {
/* (J) Hide pseudo-element icons on file description links */
  margin-top: 0;
.mw-parser-output a.mw-file-description::after,
  margin-bottom: 0;
.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;
}
}
/* ============================================================ */


/* For TimedMediaHandler, not used anymore - the player has weird vertical positioning that moves it 2px up */
/*.infoboxsound .mediaContainer {
  margin: 2px auto 0;
} */


.infoboxsound {
  text-align: center;
}


.infobox .plainlinks, .infobox .plainlinks a {
  color: white;
}


/*
* Alert box
*/


.alertbox, .alertbox2, .alertbox3 {
  width: 100%;
  border: 1px solid #d9d9d9;
  font-size: 9pt;
}


.alertbox, .alertbox4 {
  background-color: #cfebff;
}


.alertbox2, .alertbox3 {
  background-color: #d3ffd3;
}


.alertbox, .alertbox2 {
  font-size: x-small;
}


.alertbox th, .alertbox2 th {
  width: 100%;
  text-align: left;
}


.alertbox4 {
  margin-bottom: .8em;
  padding: .5em;
  border: solid 1px #d9d9d9;
}


/*
* Navigation template and similar things
*/


.tableholder, .navtemp {
  background-color: #f9f9f9;
  border: 1px solid #aaa;
  padding: 5px;
}


.navtemp, .fileinfo {
  width: 100%;
}


.navtemp {
  font-size: smaller;
}


.fileinfo {
  font-size: small;
}


.navtemp th {
  color: white;
  padding: 3px 7px;
}


.navtemp th a {
:root{
   color: white;
  --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;
}
}


.navtemp th .selflink {
/* H2 — inline chamfered plate + data rail */
   font-weight: bold; /* Not bolder so it's not too bold on category pages */
.mw-parser-output h2{
  color: var(--ui-text);
  margin: 1.8rem 0 .9rem;
   font-weight: 760;
  letter-spacing:.02em;
}
}


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


.navtemp td {
/* chamfered “HUD plate” behind text (not full width) */
   padding-left: 3px;
.mw-parser-output h2 .mw-headline::before{
   padding-right: 3px;
   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;
}
}


.navtemp td.navtempsec, .fileinfo td.fileinfosec { /* .navtempsec doesn't have enough priority */
/* thin neon rail underline */
   font-weight: bold;
.mw-parser-output h2 .mw-headline::after{
   white-space: nowrap;
  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));
}
}


.navtemp td.navtempsec {
/* subtle scanline flicker across the plate */
   padding-left: 5px;
@keyframes ui-scan {
   padding-right: 5px;
   0%{opacity:.0; transform: translateY(-120%);}
   100%{opacity:.14; transform: translateY(120%);}
}
}
 
.mw-parser-output h2 .mw-headline::before{
.fileinfo td.fileinfosec {
   overflow:hidden; /* for scan overlay below */
  padding-left: 3px;
  padding-right: 3px;
   text-align: right;
}
}
 
.mw-parser-output h2 .mw-headline > em{ /* optional: wrap a word in <em> to pulse */
.navtemptoggle {
   text-shadow: 0 0 8px var(--ui-glow);
  display: inline-block;
  float: right;
  font-weight: normal;
  width: 4em; /* Prevent the header from moving to the left/right when toggling */
   text-align: right;
}
}
 
.mw-parser-output h2 .mw-headline > span.scan{
.navtempshow, .navtemphide {
  position:absolute; left:0; right:0; top:-40%; bottom:-40%;
   cursor: pointer;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.08), transparent);
  animation: ui-scan 3.5s linear infinite;
   pointer-events:none;
}
}


.navtempshow, .navtempcoll .navtemphide, .navtempcoll tr {
.mw-parser-output h3{
   display: none;
  color: var(--ui-text);
  margin: 1.2rem 0 .5rem;
   font-weight: 680;
}
}


.navtempcoll .navtempshow {
.mw-parser-output h3 .mw-headline{
   display: inline;
   position:relative; display:inline-block; padding:.05em .5em .05em .85em;
}
}
 
.mw-parser-output h3 .mw-headline::before{
.navtempcoll tr:first-child {
  content:"";
   display: table-row;
  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,
* Code block reset and font
.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 }


code {
.mw-parser-output h2 + ul,
   background: none;
.mw-parser-output h3 + ul{
   border: none;
   margin-top:.35rem;
   color: inherit;
  padding-left: 0;
   padding: 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));
}
}


pre, code, tt, kbd, samp, .mw-code {
.skin-vector .mw-body,
  font-family: "Consolas", "Lucida Console", monospace, "Courier";
.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;
}
}


/*
* Main page
*/


/* Hide the title */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading,
body.page-Main_Page_pl.action-view h1.firstHeading, body.page-Main_Page_pl.action-submit h1.firstHeading {
  display: none;
}


/* Hide breadcrumbs */


body.page-Main_Page_pl.action-view span.subpages, body.page-Main_Page_pl.action-submit span.subpages {
  display: none;
}


.mainpageblock {
  margin-bottom: .8em;
  padding: .5em;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAABACAMAAABMUIWcAAAAVFBMVEXIyMj////IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjN8byXAAAAHHRSTlMAAAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaKunIwQAAAMxJREFUeAGtytlugzAYROFTbLODWUKX9v3fs6BEhBEXvyz5u5wzKOY/Nefuvyp3n37UlLnHbxVz9y+Vu4+fagRl9JFNDKhhw+gbj4tb3zeM/mA99ah+PWD0FaOvLE+3vrxg9IX50KG6+cS0a1Ht9IbRJ2K89XiF0SMNqhkVRm8Sez2oOrX3KrVXnapAe6tSe9moMnMPtQqpvVKpnVJ5lMfoJeHKoVwIGD1g9IA/3bo/YHSP0T3uqUAV7gWjO4zuKHa3foHRC4xe8GEwD/+Gujn8M+UftQAAAABJRU5ErkJggg==') !important;
  background-repeat: repeat-x !important;
  background-color: #f0f0f0;
  border: solid 1px #999;
}


#main-page-bubbles {
  font-size: 90%;
}


.main-page-right-column {
  padding-left:.8em;
}


/* Hide mobile indicator replacements */


.mobile-indicator {
  display: none;
}


/* VWN template formatting */


.vwn-text {
  width: 100%;
}


/* Audio player size */


.audioplayer img {
/* Sidebar (left) navigation link colors — Vector (new) + Vector legacy */
    width: 300px;
 
    height: auto;
/* 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;
}
}


/* CollapsedBio width
/* visited */
 
#mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a:visited,
.mw-collapsible {
.skin-vector-legacy #mw-panel .portal .body li a:visited {
    width: 800px;
  color: #74A8D4 !important;       /* keep blue, not purple */
} */
}
 
/* Grey background class for galleries */


.greybackground li.gallerybox div.thumb div a img {
/* hover & focus */
  background-color: #3a3a3a;
#mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a:hover,
  padding: 5px;
#mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a:focus,
   margin-bottom: -5px;
.skin-vector-legacy #mw-panel .portal .body li a:hover,
   margin-top: -5px;
.skin-vector-legacy #mw-panel .portal .body li a:focus {
   color: #BFD9F2 !important;       /* brighter on hover */
   text-decoration: underline !important;
}
}


.merged-galleries {
/* active (mouse down) */
  display: flex;
#mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a:active,
  flex-direction: row;
.skin-vector-legacy #mw-panel .portal .body li a:active {
   flex-wrap: wrap;
   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;
}