-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathseiga-illusts-dark.user.css
67 lines (66 loc) · 2.06 KB
/
seiga-illusts-dark.user.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/* ==UserStyle==
@name Seiga Illusts Dark
@namespace github.com/neofuji
@version 1.1.0
@license CC-BY-SA-4.0
@description Darker NicoNico Seiga illust pages
@author Toru Higuruma (https://github.com/neofuji)
@homepageURL https://github.com/neofuji/niconico-usercss
@supportURL https://github.com/neofuji/niconico-usercss/issues
@updateURL https://raw.githubusercontent.com/neofuji/niconico-usercss/master/seiga-illusts-dark.user.css
==/UserStyle== */
@-moz-document
url-prefix("http://seiga.nicovideo.jp/illust/list"),
url-prefix("https://seiga.nicovideo.jp/illust/list"),
url-prefix("http://seiga.nicovideo.jp/seiga/"),
url-prefix("https://seiga.nicovideo.jp/seiga/"),
url-prefix("http://seiga.nicovideo.jp/tag/"),
url-prefix("https://seiga.nicovideo.jp/tag/"),
url-prefix("http://seiga.nicovideo.jp/user/illust/"),
url-prefix("https://seiga.nicovideo.jp/user/illust/") {
body:not(.seiga) {
background: #404040;
}
body:not(.seiga) #wrapper > #main {
color: #CCCCCC;
}
body:not(.seiga) #wrapper > #main a,
.sort_form:not(:hover) .dummy {
color: #FFFFFF;
}
.report a,
#content.list #side h2,
#content.list .controll .sort,
#content.list .controll .page_count {
color: #DDDDDD;
}
#content.list #side .refine_list li:nth-child(n) a {
border-color: #666666;
color: #FFFFFF;
}
#content.list #side .refine_list li a.selected {
background: #EEEEEE;
color: #000000;
}
#content.list #side .refine_list li a.selected::after {
border-left-color: #EEEEEE;
}
.pager li:not(.next):not(.prev) a:not(:hover) {
color: #FFFFFF;
text-shadow: 1px 1px 0 #000000;
}
.pager li.current_index {
background: #EEEEEE;
color: #000000;
text-shadow: 1px 1px 0 #EFEFEF;
}
.pager li.disabled {
border-color: #666666;
color: #888888;
}
.level_ad,
.related_info .sub_info_side .side_ad {
background: #666666;
border-color: #888888;
}
}