rule34 dark theme

theme for rule34 that is dark

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

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

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

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

}