dark mode for wiki.vg
wiki.vg - Dark by zefir-git

Details
Authorzefir-git
LicenseNo License
Categorywiki.vg
Created
Updated
Code size2.7 kB
Code checksum414b1187
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name wiki.vg - Jun 2024
@version 20240606.01.32
@namespace ?
==/UserStyle== */
@-moz-document domain("wiki.vg") {
:root {
color-scheme: dark;
}
a {
font-weight: 600;
}
.mw-body,
.parsoid-body {
border: 0;
}
.toc,
.mw-warning,
.toccolours,
.wikitable > tr > th,
.wikitable > * > tr > th,
.wikitable > tr > th,
.wikitable > tr > td,
.wikitable > * > tr > th,
.wikitable > * > tr > td,
div.thumbinner,
.catlinks,
code,
#simpleSearch input {
border-color: #ffffff1a;
}
.toc,
.mw-warning,
.toccolours {
border-radius: 1rem;
}
.vectorTabs span a {
padding: 0 .5rem;
}
.mw-body,
.parsoid-body {
padding: 1.25rem;
}
.toc,
.mw-warning,
.toccolours {
padding: 1rem;
}
#contentSub,
#contentSub2 {
margin: 0;
}
.mw-body-content {
max-width: 72rem;
}
.mw-body-content {
margin: 0 auto;
}
body,
#mw-page-base,
.vectorTabs li {
background-color: #0a0a0a;
}
.mw-body,
.parsoid-body,
.vectorTabs .selected {
background-color: #171717;
}
#mw-page-base,
#mw-panel .portal .body,
.vectorTabs,
.vectorTabs span,
#mw-head .vectorMenu h3,
.vectorTabs li {
background-image: none;
}
.toc,
.mw-warning,
.toccolours,
.wikitable > tr > th,
.wikitable > * > tr > th,
div.thumbinner,
.catlinks,
code {
background-color: #262626;
}
.warningbox,
[style*="background:#FFF3BD;"] {
background-color: #fbbf24 !important;
}
table[style*="background-color: #ffffff"],
table[style*="background-color: #ffffff"] td[style*="background-color: #ffffff"],
.wikitable {
background-color: transparent !important;
}
h1, h2, h3, h4, h5, h6,
code,
.vectorTabs .selected a,
.vectorTabs .selected a:visited,
#simpleSearch input {
color: #fff;
}
.mw-body,
.tocnumber,
.wikitable {
color: #e5e5e5;
}
#mw-panel .portal h3,
#footer li,
.vectorTabs li a {
color: #a3a3a3;
}
.warningbox a:not(.new),
[style*="background:#FFF3BD;"],
[style*="background:#FFF3BD;"] a {
color: #171717 !important;
}
a,
a:visited,
#mw-panel .portal .body li a,
#mw-panel .portal .body li a:visited,
.mw-parser-output a.extiw,
.mw-parser-output a.extiw:active,
.mw-parser-output a.extiw:visited,
.mw-parser-output a.external,
.mw-parser-output a.external:visited {
color: #60a5fa;
}
.thumbinner {
position: relative;
}
.vectorTabs span {
display: flex;
place-items: center;
}
.thumbinner {
z-index: 10;
}
pre, .mw-code {
filter: invert(1);
}
img[src="/images/3/3e/Banner_beta.png"] {
width: 100%;
height: auto;
}
}