Dark Animopron

Dark theme for animopron.com

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

/* ==UserStyle==
@name         Dark Animopron
@description  Dark theme for animopron.com
@namespace    Hentaidup
@version      1.0.1
@author       Hentiedup
@license      unlicense
@preprocessor stylus
==/UserStyle== */
@-moz-document domain("animopron.com") {
    html,
    body {
        background-color: #151515;
        color: #CCC;
    }
    #main,
    .hentry {
        background-color: #252525;
        color: #CCC;
    }
    .hentry {
        border-bottom: 1px solid #444;
    }

    .hentry h1 a {
        color: #c96d03;
    }

    .site-footer,
    .site-info {
        background-color: #252525;
    }

    .below-post,
    #commentform,
    h1.page-title {
        background-color: rgba(0, 0, 0, 0);
    }

    .commentlist .fn,
    .pinglist .ping-link {
        color: #FFF;
    }
    .commentlist .comment-body p {
        color: #DDD;
    }

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    textarea,
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    textarea:focus {
        background-color: #353535;
        color: #CCC;
    }
    #submit {
        background-color: darkgreen;
    }

    .imgur-embed-iframe-pub {
        border: none;
        box-shadow: none;
    }
}

@-moz-document domain("imgur.com") {
    html[stylus-iframe*="animopron.com"] body {
        background-color: #303030;
    }
    html[stylus-iframe*="animopron.com"] body .embed-footer #title-text {
        color: #DDD;
    }
}