Dark Animopron

Dark theme for animopron.com

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

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

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

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.

(Zateb bir user-style yöneticim var, yükleyeyim!)

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