Dark Animopron

Dark theme for animopron.com

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

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