Skip to content

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

Screenshot of Archive.org - Night Theme (Updated)

Details

AuthorNick2bad4u

LicenseCC-BY-NC-4.0

Categoryarchive

Created

Updated

Size2.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark background colors and orange font color.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Archive.org - Night Theme (Updated)
@namespace    USO Archive
@author       stylish.c0d3d.net / Nick2bad4u (Updated)
@description  Dark background colors and orange font color.
@homepageURL  https://github.com/Nick2bad4u/UserStyles
@version      20240428.22.20
@license      CC-BY-NC-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("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 {
    color: #999;
    background: #111;
    border-color: #333;
    text-shadow: none !important;
  }

  .col-xs-12,
  .preamble,
  .preamble div {
    color: white !important;
    background: #222 !important;
    border-color: #333;
    text-shadow: none !important;
  }

  .welcome,
  #wrap .width-max {
    background: #333 !important;
    color: white !important;
    text-shadow: none !important;
    border: none !important;
  }

  #theatre-controls,
  .iconochive-fullscreen,
  .iconochive-flash,
  .iconochive-unmute {
    background: #333 !important;
  }

  .boxy,
  .item-ia {
    background: #111 !important;
    color: white !important;
    text-shadow: none !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #444 !important;
  }

  body.ia-module.tiles .item-ia .item-ttl .ttl {
    color: white !important;
  }

  #favorite-button,
  #share-button,
  #flag-button,
  .sortbar {
    background: #111 !important;
    border: black !important;
  }

  .boxy-ttl {
    color: white !important;
    text-shadow: none !important;
  }

  .small-label {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  p .show-all {
    color: white !important;
    background: #f60 !important;
    border-color: #333 !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 {
    color: #999 !important;
    background: #111 !important;
    border-color: #333 !important;
    text-shadow: none !important;
  }

  p {
    color: #999 !important;
    background: #111 !important;
    text-shadow: none !important;
    border: none !important;
  }
}

Reviews

No reviews yet.