Skip to content

GlobeCirca'12 Light by AlexGoodhart

Details

AuthorAlexGoodhart

LicenseNo License

Categoryglobal

Created

Updated

Code size1.8 kB

Code checksum67d3339a

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A global-reaching consortium of early 20th century dignity

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         1912 New Yorker Global
@namespace    github.com/yourname
@version      1.0.0
@description  Make the web feel like 1912 New York
@author       Alex
==/UserStyle== */

@-moz-document url-prefix("http") {
  html, body {
    background-color: #f5f0e6 !important;
    color: #2e2e2e !important;
    font-family: "Georgia", "Garamond", "Times New Roman", serif !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    letter-spacing: 0.02em;
    margin: 0 !important;
    padding: 0 !important;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: "Didot", "Baskerville", "Garamond", serif !important;
    font-weight: normal !important;
    text-transform: none !important;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
  }

  a {
    color: #00264d !important;
    text-decoration: underline dotted !important;
  }

  a:hover {
    background-color: #ece0c8 !important;
    text-decoration: underline solid !important;
  }

  img, video, iframe {
    filter: sepia(20%) grayscale(10%) contrast(1.1);
    border-radius: 2px;
  }

  ::selection {
    background: #c9bfa4;
    color: #000;
  }

  code, pre {
    background-color: #eae4d3 !important;
    font-family: "Courier New", Courier, monospace !important;
    padding: 0.2em 0.4em;
    border-radius: 2px;
  }

  button, input, select, textarea {
    font-family: "Georgia", serif !important;
    background-color: #f5f0e6 !important;
    border: 1px solid #ccc !important;
    color: #2e2e2e !important;
  }

  ::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f0e6;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #b0a58a;
    border-radius: 4px;
  }
}

Reviews

No reviews yet.