-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdark.css
209 lines (180 loc) · 13.1 KB
/
dark.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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
/* base */
body:where(.dark),
body:where(.dark) .canvas-top,
body:where(.dark) .canvas-bottom { background: #000; }
body:where(.dark) .canvas-inner { background: #1e1e1e; }
body:where(.dark) .stickywrap .stickywrap-heading-inner { border-color: #1e1e1e; }
body:where(.dark.invert-dark-logo) .site-title a img,
body:where(.dark.invert-dark-logo) .site-title a svg,
body:where(.dark.invert-dark-logo) #footer-logo { filter: invert(1); }
body:where(.dark) { color: rgba(255,255,255,0.6); }
body:where(.dark) a,
body:where(.dark) .site-title a,
body:where(.dark) h1,
body:where(.dark) h2,
body:where(.dark) h3,
body:where(.dark) h4,
body:where(.dark) h5,
body:where(.dark) h6 { color: #fff; }
body:where(.dark) a:hover { color: rgba(255,255,255,0.7); }
body:where(.dark) .entry { color: rgba(255,255,255,0.85); }
body:where(.dark) .stickywrap:before { border-left-color: rgba(255,255,255,0.1); border-bottom-color: rgba(255,255,255,0.1); }
body:where(.dark) .pagination ul li a,
body:where(.dark) #footer-bottom #back-to-top { background: rgba(255,255,255,0.08); box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); }
body:where(.dark) .featured-card,
body:where(.dark) .blog-card { border-bottom: 1px solid rgba(255,255,255,0.06); }
body:where(.dark) .intro-card-thumb,
body:where(.dark) .featured-card-thumb,
body:where(.dark) .blog-card-thumb,
body:where(.dark) .entry-header .entry-featured-image { border: 1px solid rgba(255,255,255,0.06); }
body:where(.dark) .featured-card-thumb-empty,
body:where(.dark) .featured-card-thumb-empty:hover,
body:where(.dark) .blog-card-thumb-empty,
body:where(.dark) .blog-card-thumb-empty:hover { color: rgba(255,255,255,0.2); }
body:where(.dark) .stickywrap:after { background-image: url(img/dot-pattern-light-2x.png); }
body:where(.dark) .stickywrap .stickywrap-heading-inside { background: transparent; box-shadow: 0 0 2px rgba(255,255,255,0.3); }
body:where(.dark) .stickywrap .stickywrap-heading-inside,
body:where(.dark) .stickywrap .stickywrap-heading a { color: rgba(255,255,255,0.2); }
body:where(.dark) .stickywrap .stickywrap-heading:after { border: 1px solid rgba(255,255,255,0.12); }
body:where(.dark) .stickywrap .stickywrap-heading-inside:after { border-color: transparent transparent transparent rgba(255,255,255,0.1); }
body:where(.dark) .blog-card-date,
body:where(.dark) .blog-card-category a,
body:where(.dark) .card-comments,
body:where(.dark) .card-comments:hover { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.7); box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); }
body:where(.dark) .stickywrap:before { background: radial-gradient(at bottom left, rgba(255,255,255,0.04), transparent, transparent); }
body:where(.dark) .stickywrap-inner:after { background: rgba(255,255,255,0.1); }
body:where(.dark) .sharrre-header .sharrre .box { border-color: rgba(255,255,255,0.06); }
body:where(.dark) .commentlist .fn { color: #fff; }
body:where(.dark) .commentlist .comment-metadata:before { color: rgba(255,255,255,0.4); }
body:where(.dark) .commentlist .comment-metadata a { color: rgba(255,255,255,0.4); }
body:where(.dark) .comment-awaiting-moderation { color: #fff; }
body:where(.dark) .post-nav li i { color: rgba(255,255,255,0.4); }
body:where(.dark) .post-nav li a strong { color: rgba(255,255,255,0.5); }
body:where(.dark) .post-nav li a span,
body:where(.dark) .post-nav li a:hover span { color: #fff; }
body:where(.dark) .post-nav li a:hover i { color: rgba(255,255,255,0.4); }
body:where(.dark) .small-heading:after { background: rgba(255,255,255,0.06); }
body:where(.dark) .themeform input:not([type="submit"]):not([type="checkbox"]),
body:where(.dark) .themeform textarea { color: rgba(255,255,255,0.5); border: 1px solid rgba(255,255,255,0.1); }
body:where(.dark) .themeform textarea:focus,
body:where(.dark) .themeform input:not([type="submit"]):focus { outline: 1px solid rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.75); }
body:where(.dark) .themeform.searchform div input:not([type="submit"]):not([type="checkbox"]) { background: transparent; }
body:where(.dark) .themeform.searchform div:after { color: rgba(255,255,255,0.4); }
body:where(.dark) .social-links .social-tooltip:hover:after { background: #fff; color: #000; }
body:where(.dark) .social-links .social-tooltip:hover:before { border-color: #fff transparent; }
body:where(.dark) #footer { background: rgba(255,255,255,0.08); box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); }
body:where(.dark) .featured-card-large-inner { background: rgba(255,255,255,0.1); box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); }
body:where(.dark) .featured-card-large-thumb { background-color: rgba(255,255,255,0.1); box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }
body:where(.dark) .featured-card-large-thumb i { color: rgba(255,255,255,0.2); }
body:where(.dark) .slick-featured .slick-dots li button { background: rgba(255,255,255,0.06); box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); }
body:where(.dark) .slick-featured .slick-dots .slick-active button { background: rgba(255,255,255,0.2); }
body:where(.dark) .author-bio { background-color: rgba(255,255,255,0.1); box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }
body:where(.dark) .author-bio .bio-name { color: #fff; }
body:where(.dark) .author-bio .bio-desc { color: rgba(255,255,255,0.5); }
body:where(.dark) .post-nav { border-bottom-color: rgba(255,255,255,0.06); background-color: rgba(255,255,255,0.1); box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }
body:where(.dark) .post-tags a { background: rgba(255,255,255,0.1); box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); }
body:where(.dark) .post-tags a:hover { background: #fff; color: #000; }
body:where(.dark) .wp-pagenavi a,
body:where(.dark) .wp-pagenavi span { color: rgba(255,255,255,0.4); }
body:where(.dark) .wp-pagenavi a { background: rgba(255,255,255,0.08); box-shadow: inset 0 1px 0 rgba(255,255,255,0.08); color: #fff; }
body:where(.dark) .wp-pagenavi a:hover,
body:where(.dark) .wp-pagenavi a:active,
body:where(.dark) .wp-pagenavi span.current { background: #fff; color: #000; }
body:where(.dark) .entry .wp-caption { background: rgba(255,255,255,0.06); }
body:where(.dark) .entry hr { background: rgba(255,255,255,0.12); }
body:where(.dark) .entry dt { color: #fff; }
body:where(.dark) .entry pre { border: 1px solid rgba(255,255,255,0.12); }
body:where(.dark) .entry code { background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.9); }
body:where(.dark) .entry ins { background: rgba(255,255,255,0.12); }
body:where(.dark) .entry table td { border-color: rgba(255,255,255,0.08); }
body:where(.dark) .entry .wp-block-button a { background: rgba(255,255,255,0.12); color: #fff; }
body:where(.dark) .entry .wp-block-calendar caption { background: rgba(255,255,255,0.06); color: #fff; }
body:where(.dark) .entry .wp-block-calendar th { background: rgba(255,255,255,0.12); color: #fff; }
body:where(.dark) .entry .wp-block-calendar td { color: rgba(255,255,255,0.5); }
body:where(.dark) .widget > h3,
body:where(.dark) .widget > h3 a,
body:where(.dark) .widget > h3 a:hover,
body:where(.dark) .widget .wp-block-heading,
body:where(.dark) .widget .wp-block-heading a,
body:where(.dark) .widget .wp-block-heading a:hover { color: rgba(255,255,255,0.4); }
body:where(.dark) .widget > h3:after,
body:where(.dark) .widget .wp-block-heading:after { background: rgba(255,255,255,0.06); }
body:where(.dark) .widget > ul li:before,
body:where(.dark) .widget > ul li a:before,
body:where(.dark) .widget > div > ul li a:before,
body:where(.dark) .widget_calendar caption:before { color: rgba(255,255,255,0.4); }
body:where(.dark) .widget > ul li a:hover:before { color: rgba(255,255,255,0.7); }
body:where(.dark) .widget_archive ul li,
body:where(.dark) .widget_categories ul li,
body:where(.dark) .widget_links ul li { color: rgba(255,255,255,0.3); }
body:where(.dark) .widget_recent_comments ul li,
body:where(.dark) .widget_recent_entries ul li { color: rgba(255,255,255,0.5); }
body:where(.dark) .widget_rss ul li a { color: rgba(255,255,255,0.9); }
body:where(.dark) .widget_rss ul li span.rss-date { color: rgba(255,255,255,0.5); }
body:where(.dark) .widget_rss ul li cite { color: rgba(255,255,255,0.3); }
body:where(.dark) .widget_calendar a { color: #fff; }
body:where(.dark) .widget_calendar a:hover { color: #fff!important; }
body:where(.dark) .widget_calendar caption { background: rgba(255,255,255,0.1); color: #fff; }
body:where(.dark) .widget_calendar caption:before { color: rgba(255,255,255,0.7); }
body:where(.dark) .widget_calendar thead { background: rgba(255,255,255,0.06); box-shadow: inset 0 -1px 0 rgba(255,255,255,0.04); }
body:where(.dark) .widget_calendar th,
body:where(.dark) .widget_calendar td { border: 1px solid rgba(255,255,255,0.12); }
body:where(.dark) .alx-tabs-nav { background: rgba(255,255,255,0.1); }
body:where(.dark) .alx-tabs-nav li a { color: rgba(255,255,255,0.6); border-left: 1px solid rgba(255,255,255,0.06); }
body:where(.dark) .alx-tabs-nav li a:hover { color: #fff; }
body:where(.dark) .alx-tabs-nav li.active a { background: #fff; color: #000; }
body:where(.dark) .alx-tab .tab-item-category a,
body:where(.dark) .alx-posts .post-item-category a,
body:where(.dark) .alx-tab li:hover .tab-item-title a,
body:where(.dark) .alx-tab li:hover .tab-item-comment a,
body:where(.dark) .alx-posts li:hover .post-item-title a { color: rgba(255,255,255,0.5); }
body:where(.dark) .alx-tab .tab-item-category,
body:where(.dark) .alx-posts .post-item-category { color: rgba(255,255,255,0.5); }
body:where(.dark) .alx-tab .tab-item-title a,
body:where(.dark) .alx-tab .tab-item-comment a,
body:where(.dark) .alx-posts .post-item-title a { color: #fff; }
body:where(.dark) .alx-tab .tab-item-category a:hover,
body:where(.dark) .alx-posts .post-item-category a:hover { color: #fff!important; }
/* menu styling */
body:where(.dark) .menu-toggle-icon span { background: #fff; }
body:where(.dark) .nav-menu.mobile button:focus,
body:where(.dark) .menu-toggle:focus { background: rgba(255,255,255,0.04); }
body:where(.dark) .nav-menu a { color: #fff; }
body:where(.dark) .nav-menu .svg-icon { fill: #fff; }
body:where(.dark) .nav-menu:not(.mobile) .menu ul { background: #fff; color: #fff; }
body:where(.dark) .nav-menu:not(.mobile) .menu ul:after { border-bottom-color: #fff; }
body:where(.dark) .nav-menu:not(.mobile) .menu ul ul:after { border-right-color: #fff; }
body:where(.dark) .nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul:after { border-left-color: #fff; border-bottom-color: transparent; }
body:where(.dark) .nav-menu:not(.mobile) a { color: rgba(255,255,255,0.6); }
body:where(.dark) .nav-menu:not(.mobile) a:hover { color: #fff; }
body:where(.dark) .nav-menu:not(.mobile) ul ul a:hover { color: #000; }
body:where(.dark) .nav-menu:not(.mobile) ul ul > li:hover > span { background: rgba(255,255,255,0.1); }
body:where(.dark) .nav-menu:not(.mobile) ul ul a { color: #333; }
body:where(.dark) .nav-menu:not(.mobile) ul ul span { border-bottom: 1px solid #eee; }
body:where(.dark) .nav-menu:not(.mobile) button { color: #666; }
body:where(.dark) .nav-menu:not(.mobile) button.active { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.5); }
body:where(.dark) .nav-menu:not(.mobile) button .svg-icon { fill: rgba(255,255,255,0.3); }
body:where(.dark) .nav-menu:not(.mobile) ul ul button { color: #eee; }
body:where(.dark) .nav-menu:not(.mobile) ul ul button.active { background: #eee; color: rgba(0,0,0,0.5); }
body:where(.dark) .nav-menu:not(.mobile) ul ul button .svg-icon { fill: rgba(0,0,0,0.5); }
body:where(.dark) .nav-menu:not(.mobile) li.current_page_item > span > a,
body:where(.dark) .nav-menu:not(.mobile) li.current-menu-item > span > a,
body:where(.dark) .nav-menu:not(.mobile) li.current-menu-ancestor > span > a,
body:where(.dark) .nav-menu:not(.mobile) li.current-post-parent > span > a { color: #fff; }
body:where(.dark) .nav-menu:not(.mobile) ul ul li.current_page_item > span > a,
body:where(.dark) .nav-menu:not(.mobile) ul ul li.current-menu-item > span > a,
body:where(.dark) .nav-menu:not(.mobile) ul ul li.current-menu-ancestor > span > a,
body:where(.dark) .nav-menu:not(.mobile) ul ul li.current-post-parent > span > a { color: #999; }
body:where(.dark) .nav-menu.mobile { border-bottom-color: rgba(255,255,255,0.06); }
body:where(.dark) .nav-menu.mobile button.active .svg-icon { fill: #fff; }
body:where(.dark) .nav-menu.mobile ul ul { background: rgba(255,255,255,0.04); }
body:where(.dark) .nav-menu.mobile ul li .menu-item-wrapper,
body:where(.dark) .nav-menu.mobile ul ul li .menu-item-wrapper { border-bottom: 1px solid rgba(255,255,255,0.07); }
body:where(.dark) .nav-menu.mobile ul li a { color: #fff; }
body:where(.dark) .nav-menu.mobile ul button,
body:where(.dark) .nav-menu.mobile ul ul button { border-left: 1px solid rgba(255,255,255,0.07); }
body:where(.dark) .nav-menu.mobile > div > ul { border-top: 1px solid rgba(255,255,255,0.07); }
@media only screen and (max-width: 719px) {
body:where(.dark) .site-title { border-bottom: 1px solid rgba(255,255,255,0.06); }
body:where(.dark) .post-nav li { border-bottom: 1px solid rgba(255,255,255,0.06); }
}