dark terraria.wiki.gg
dark terraria.wiki.gg by GitEin11
Details
AuthorGitEin11
LicenseNo License
Categoryterraria.wiki.gg
Created
Updated
Size2.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
dark terraria.wiki.gg
Source code
/* ==UserStyle==
@name dark terraria.wiki.gg
@namespace dark terraria.wiki.gg
@version 1.0.0
@description dark terraria.wiki.gg
@author ein
==/UserStyle== */
@-moz-document url-prefix("https://terraria.wiki.gg/") {
* {
scrollbar-color: #252627aa transparent !important;
scrollbar-width: thin !important;
}
header#wikigg-header {
background-color: #1a1a1b;
border-bottom: 1px solid #343536 !important;
ul {
background-color: #1a1a1b !important;
}
a,
span {
color: #888 !important;
}
.ext-themetoggle-popup {
ul li:hover {
background: #6f8e9e !important;
a {
color: #222 !important;
}
}
border: 1px solid #343536 !important;
border-radius: 4px;
ul li:first-child:hover {
color: #222 !important;
}
}
}
footer#wikigg-footer {
background-color: #1a1a1b;
border-top: 1px solid #343536 !important;
color: #888 !important;
a {
color: #888 !important;
}
}
:root {
--theme-site-background: #0e0e0e;
--theme-widget-border-color: #343536 !important;
--theme-box-border-color: #343536 !important;
--theme-link-color: #6f8e9e !important;
--theme-heading-color: #aaa !important;
--theme-text-color: #888;
--theme-text-color-note: #888;
--theme-background: #1a1a1b !important;
--theme-dropdown-background: #1a1a1b !important;
--theme-content-background: #0000;
--theme-text-color-highlight: #888;
--theme-link-color-hover: #6f8e9e !important;
--theme-link-color-visited: #6f8e9e !important;
}
#footer {
--theme-background: #1a1a1b;
}
.infocard {
background: #222;
}
#mw-head {
--theme-tab-background-selected: #3b3b3b !important;
--theme-background: #1d1d1d;
--theme-tab-background: #0000;
--theme-tab-border-color: #0000;
}
#mw-panel .portal,
.games-showcase-header,
.content-body,
.games-showcase-footer {
background: #1a1a1b;
}
span.key kbd {
background: #6f8e9e;
box-shadow: .1em .2em .2em #0000;
border: 1px solid #aaa;
color: #222;
}
p {
color: #888 !important;
font-weight: 400 !important;
font-family: Noto Sans, Arial, sans-serif !important;
font-size: 16px;
}
span[title="Old-gen console and 3DS versions"] i,
a[title="Nintendo 3DS version"] {
background: #6f8e9e;
padding: 0 4px;
border-radius: 3px;
}
.footer-middle img,
header#wikigg-header img.header-logo {
filter: hue-rotate(225deg) contrast(.5) grayscale(.4);
}
.infocard .main-heading .hgroup {
background: #222;
}
}