Skip to content

SEP Solarised Light by xayiver

Screenshot of SEP Solarised Light

Details

Authorxayiver

LicenseCC0

Categoryplato.stanford.edu

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Uses solarised light colours for the Stanford Encyclopedia of Philosophy

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           SEP Solarised Light
@namespace      plato.stanford.edu
@version        1.0.0
@description    Solarised light for SEP
@author         Xayiver
@license        CC0
==/UserStyle== */

@-moz-document url-prefix("https://plato.stanford.edu") {
    /* Declares the colors */
    * {
        --base03: #002b36;
        --base02: #073642;
        --base01: #586e75;
        --base00: #657b83;
        --base0: #839496;
        --base1: #93a1a1;
        --base2: #eee8d5;
        --base3: #fdf6e3;
        --yellow: #b58900;
        --orange: #cb4b16;
        --red: #dc322f;
        --magenta: #d33682;
        --violet: #6c71c4;
        --blue: #268bd2;
        --cyan: #2aa198;
        --green: #859900;
    }
    body {
        background: var(--base03)
    }
    #article {
        background-color: var(--base3) !important;
    }
    #container {
        background: var(--base2);
        box-shadow: 0 10px 10px var(--base1)
    }
    #article-sidebar .navbar .nav {
        background: var(--base3) !important
    }
    #aueditable {
        color: var(--base00) !important
    }
    #search input[type="search"] {
        background: var(--base3)
    }
    #article-sidebar .navbar .nav > li > a {
        background: var(--base3)
    }
    a:link,
    a:visited {
        color: var(--base03)
    }
    .notice,
    #mission {
        background: var(--base3)
    }
    .dropdown-menu > li > a {
        background: var(--base3)
    }
    .dropdown-menu {
        background: var(--base3)
    }
    .search_results,
    #style_guide {
        background: var(--base3)
    }
}

Reviews

No reviews yet.