Skip to content

DC Records - Dark Mode by werewire

Screenshot of DC Records - Dark Mode

Details

Authorwerewire

LicenseCC0 - Public Domain

Categorydcrecords.tj09.net

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A dark mode for dragon cave records.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           DC Records - Dark Mode
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A dark mode for dragon cave records.
@author         Werewire
==/UserStyle== */

@-moz-document domain("dcrecords.tj09.net") {
    body {
  background: #333;
  color: #FFF;
}
    #wrapper {
  background: #000;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}
    #wrapper > h1 {
  background: #000;
  background-image: linear-gradient(#303030, #9b9b9b);
}
    #nav {
  background: #000;
  background-image: linear-gradient(#333, #9b9b9b);
}
    #nav li:hover a {
  text-shadow: rgb(0, 0, 0) 1px -1px 0px;
  color: #fff;
}
    #nav li:hover {
	background: #000;
	background-image: linear-gradient(#000, #65717d);
}
    h2 {
  color: #FFF;
  background: #6097CF;
  background-image: linear-gradient(#333, #9b9b9b);
}
    a {
  color: #6097CF;
  text-decoration: underline;
}
    a:visited {
  color: #2f7ac5;
}
    a:hover {
  color: #a8c6e3;
}
    tr:nth-child(2n) {
  background-color: #0000;
}
    input {
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #fff;
  background: #222;
}
    input[type="submit"] {
  color: #FFF;
  background: #000;
  background-image: linear-gradient(#303030, #9b9b9b);
}
}

Reviews

No reviews yet.