Dark background colors and orange font color.
Archive.org - Night Theme (Updated) by Nick2bad4u
Imported and mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/Archive.orgNightTheme(Updated).user.css
Details
AuthorNick2bad4u
LicenseCC-BY-NC-4.0
Categoryarchive
Created
Updated
Size4.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Archive.org - Night Theme (Updated)
@namespace https://github.com/Nick2bad4u/UserStyles
@author stylish.c0d3d.net / Nick2bad4u (Updated)
@description Dark background colors and orange font color.
@homepageURL https://github.com/Nick2bad4u/UserStyles
@version 1.0.2
@license CC-BY-NC-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document regexp("^(?!.*archive\\.org\\/web\\/\\d+\\/https?\\:\\/\\/).*archive\\.org.*$") {
body.navia.bgEEE {
background-color: #222 !important;
}
body.navia #nav-tophat {
background-color: #222;
color: #ccc;
}
body {
background: black;
}
h1,
h2,
h3,
h4 {
color: #999 !important;
}
#wrap,
#wrapper {
border-color: #333;
background: #111;
color: #999;
text-shadow: none !important;
}
.col-xs-12,
.preamble,
.preamble div {
border-color: #333;
background: #222 !important;
color: white !important;
text-shadow: none !important;
}
.welcome,
#wrap .width-max {
border: none !important;
background: #333 !important;
color: white !important;
text-shadow: none !important;
}
#theatre-controls,
.iconochive-fullscreen,
.iconochive-flash,
.iconochive-unmute {
background: #333 !important;
}
.boxy,
.item-ia {
border-width: 2px !important;
border-style: solid !important;
border-color: #444 !important;
background: #111 !important;
color: white !important;
text-shadow: none !important;
}
body.ia-module.tiles .item-ia .item-ttl .ttl {
color: white !important;
}
#favorite-button,
#share-button,
#flag-button,
.sortbar {
border: black !important;
background: #111 !important;
}
.boxy-ttl {
color: white !important;
text-shadow: none !important;
}
.small-label {
margin-top: 0 !important;
padding-top: 0 !important;
}
p .show-all {
border-color: #333 !important;
background: #f60 !important;
color: white !important;
text-shadow: none !important;
}
a,
a * {
color: #f60 !important;
text-decoration: none !important;
}
a:visited,
a:visited * {
color: #f80 !important;
}
a:hover,
a:hover * {
color: #f00 !important;
}
.about-box,
tbody,
tr,
td,
.well,
.white-box {
border-color: #333 !important;
background: #111 !important;
color: #999 !important;
text-shadow: none !important;
}
p {
border: none !important;
background: #111 !important;
color: #999 !important;
text-shadow: none !important;
}
}
@-moz-document regexp(".*archive\\.org\\/web\\/\\d+\\/https?\\:\\/\\/.*$") {
#wm-ipp-base {
filter: invert(1) hue-rotate(180deg);
}
.navia {
background-color: #222 !important;
}
.navia #nav-tophat {
background-color: #222;
color: #ccc;
}
#wrap,
#wrapper {
border-color: #333;
background: #111;
color: #999;
text-shadow: none !important;
}
.col-xs-12,
.preamble,
.preamble div {
border-color: #333;
background: #222 !important;
color: white !important;
text-shadow: none !important;
}
.welcome,
#wrap .width-max {
border: none !important;
background: #333 !important;
color: white !important;
text-shadow: none !important;
}
#theatre-controls,
.iconochive-fullscreen,
.iconochive-flash,
.iconochive-unmute {
background: #333 !important;
}
.boxy,
.item-ia {
border-width: 2px !important;
border-style: solid !important;
border-color: #444 !important;
background: #111 !important;
color: white !important;
text-shadow: none !important;
}
body.ia-module.tiles .item-ia .item-ttl .ttl {
color: white !important;
}
#favorite-button,
#share-button,
#flag-button,
.sortbar {
border: black !important;
background: #111 !important;
}
.boxy-ttl {
color: white !important;
text-shadow: none !important;
}
.small-label {
margin-top: 0 !important;
padding-top: 0 !important;
}
p .show-all {
border-color: #333 !important;
background: #f60 !important;
color: white !important;
text-shadow: none !important;
}
.about-box,
.well,
.white-box {
border-color: #333 !important;
background: #111 !important;
color: #999 !important;
text-shadow: none !important;
}
}