-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdizzylab.user.css
161 lines (159 loc) · 4.17 KB
/
dizzylab.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
/* ==UserStyle==
@name dizzylab auto theme
@description dizzylab 自适应主题
@namespace the1812
@version 1.0.8
@author Grant Howard
@homepageURL https://github.com/the1812/dizzylab-auto-theme/
@supportURL https://github.com/the1812/dizzylab-auto-theme/issues
@updateURL https://cdn.jsdelivr.net/gh/the1812/dizzylab-auto-theme@master/dizzylab.user.css
@license MIT
==/UserStyle== */
@-moz-document domain("www.dizzylab.net") {
@media (prefers-color-scheme: light) {
html .bg-primary {
background-color: #fff !important;
}
html a.bg-primary:focus, html a.bg-primary:hover,
html button.bg-primary:focus,
html button.bg-primary:hover {
background-color: #ddd !important;
}
html .btn-group > .btn-primary {
color: #000 !important;
}
html .dropdown > .btn-primary:not([style*=color]),
html .btn-group > .btn-primary,
html .bignav .btn-primary,
html .navbar .btn-primary {
background-color: #ddd !important;
}
html .page-link:focus, html .page-link:hover {
color: #fff !important;
background-color: #343a40 !important;
border-color: #343a40 !important;
}
html .page-item.active .page-link {
border-color: #1a1a1a !important;
}
html .border-bottom {
border-color: #2a2a2a !important;
}
html .slick-dots li button:before,
html .slick-dots li.slick-active button:before,
html .slick-next:before,
html .slick-prev:before {
color: #444 !important;
}
html .border-dark {
border-color: #cfcfd0 !important;
}
html hr {
background-color: transparent !important;
}
html .nav.bg-dark {
background-color: #eee !important;
}
html .nav-pills .nav-link.active,
html .nav-pills .show > .nav-link {
background-color: #ddd !important;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html a,
html p,
html .text-white,
html .text-light {
color: #000 !important;
}
html .btn-outline-dark:hover {
color: #fff !important;
}
html a[style*=background-color] {
color: #fff !important;
}
html a.text-light:focus, html a.text-light:hover {
color: #000 !important;
}
html .dropdown-item:active, html .dropdown-item.active {
background-color: #eee !important;
}
html .text-muted {
color: #484f54 !important;
}
html #checkbuttons .btn-primary {
color: #fff !important;
}
html .btn:focus {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.2) !important;
}
html .btn-link {
color: #000 !important;
}
html .btn-primary[name=mail-off],
html .btn-dark {
color: #000 !important;
background-color: #eee !important;
border-color: #ddd !important;
}
html .btn-primary[name=mail-off]:hover,
html .btn-dark:hover {
background-color: #ddd !important;
}
html .btn-primary[name=mail-off]:not(:disabled):not(.disabled).active, html .btn-primary[name=mail-off]:not(:disabled):not(.disabled):active,
html .btn-dark:not(:disabled):not(.disabled).active,
html .btn-dark:not(:disabled):not(.disabled):active {
color: #000 !important;
background-color: #ddd !important;
border-color: #ddd !important;
}
html .btn-outline-light {
color: #000 !important;
border-color: #000 !important;
}
html .card-header,
html .card-body,
html .card {
background-color: transparent !important;
}
html .shadow-sm {
box-shadow: 0 0 0 1px #dfdfdf !important;
}
html .badge-primary,
html .tooltip-inner {
background-color: #eee !important;
color: #000 !important;
}
html .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
html .bs-tooltip-bottom .arrow::before {
border-bottom-color: #eee !important;
}
html .bs-tooltip-auto[x-placement^=top] .arrow::before,
html .bs-tooltip-top .arrow::before {
border-top-color: #eee !important;
}
html .plyr--audio .plyr__controls {
background-color: transparent !important;
color: #000 !important;
}
html .playlist--list {
background-color: #fff !important;
color: #1a1a1a !important;
}
html .playlist--list li {
background-color: transparent !important;
}
html .playlist--list li:hover {
background-color: #ddd !important;
color: #000 !important;
}
html .playlist--list li.active {
background-color: #eee !important;
color: #000 !important;
}
}
}