Dark Animopron

Dark theme for animopron.com

Από την 01/05/2020. Δείτε την τελευταία έκδοση.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

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

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

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.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

/* ==UserStyle==
@name         Dark Animopron
@description  Dark theme for animopron.com
@namespace    Hentaidup
@version      1.0.0
@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;
}
}