Skip to content

Fanfiction.net: Slate by passcod

Details

Authorpasscod

LicenseCC-BY-4.0

Categoryfanfiction.net

Created

Updated

Size1.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Slate blue dark theme for Fanfiction.net. You should probably still switch to dark mode on the site.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Fanfiction.net: Slate
@namespace      fanfiction.net
@version        1.0.0
@description    Slate blue dark theme
@author         Félix Saparelli
==/UserStyle== */

@-moz-document domain("fanfiction.net") {
    #content_wrapper.xcontrast {
        background-color: #2F343F !important;
        color: white;
    }
    #content_parent.xcontrast_outer,
    body {
        background-color: #272B35 !important;
    }
    #storytext {
        padding: 1em;
        padding-top: 2em;
        border: 1px solid #272B35;
        border-top: none;
        box-shadow: 0 0 5em 1em rgba(0, 0, 0, 0.1);
    }
    #profile_top {
        background-color: #2F343F !important;
        min-height: calc(112px + 3em) !important;
    }
    a:link {
        color: #5091DE;
    }
    a.stitle {
        border-bottom: 1px dashed #5091DE !important;
    }
    a.stitle:visited {
        color: #5091DE;
        border-bottom-color: red !important;
    }
    .lc-wrapper {
        height: 0;
        margin-top: 0 !important;
    }
    .lc-wrapper ~ div[style^=height] {
        height: 0 !important;
    }
    .lc-wrapper ~ span[style^=float] {
        margin-top: -3em;
    }
    .lc {
        background-color: transparent !important;
        left: 0;
        position: absolute;
        top: -2.5em;
        padding: 0;
    }
    #storytextp ~ div[style^=clear] {
        text-align: center !important;
        margin: 2em;
    }
    #review {
        margin-top: 5em;
    }
    #review > table {
        width: 72% !important;
    }
    #review_review {
        background: transparent;
        border-color: #272B35;
        height: 10em;
        margin-bottom: 1em;
        color: white;
    }
    #review ~ .lc-wrapper {
        height: 0 !important;
        overflow: hidden;
    }
    #alert_subs {
        font-size: 0.8em;
    }
}

Reviews

No reviews yet.