rule34 dark theme

theme for rule34 that is dark

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           rule34 dark theme
@namespace      4g9yab218390h9oea49y.xyz/ua984btah4b9
@version        1.0.0
@description    theme for rule34 that is dark
@author         anonymous
@license        public domain
==/UserStyle== */

@-moz-document domain("rule34.xxx") {
/* dark background */
body {
    background: #202124 !important;
}

/* text */
body, a ,
.tag-count ,
table.form th
{
    color: #aadc96 !important;
}

/* lighter background */
div#header ul#subnavbar ,
tr.tableheader ,
thead tr ,
div#header ul#navbar li.current-page ,
table.highlightable tr:hover ,
div#paginator a:hover
{
    background: #303134 !important;
}

/* some images have inline style for blue border */
img.preview[style] {
    border: #303134 !important;
}

/* make table border consistent across high and low dpi */
table.highlightable td {
    border: 1px solid !important;
    border-color: #657f5d !important;
}

}