rule34 dark theme

theme for rule34 that is dark

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

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

}