Dark Animopron

Dark theme for animopron.com

/* ==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;
    }
}