-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlight.css
More file actions
220 lines (186 loc) · 12.1 KB
/
light.css
File metadata and controls
220 lines (186 loc) · 12.1 KB
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
210
211
212
213
214
215
216
217
218
219
220
/* base */
body:where(.light) { color: rgba(0,0,0,0.6); }
body:where(.light) a { color: rgba(0,0,0,0.7); }
body:where(.light) a:hover { color: #000; }
body:where(.light) #wrapper,
body:where(.light) #header { background: #fff; }
body:where(.light) #header,
body:where(.light) .subheader,
body:where(.light) .list-card { border-bottom: 1px solid rgba(0,0,0,0.06); }
body:where(.light) #footer,
body:where(.light) .right-sidebar,
body:where(.light) .sticky-heading { background: #f4f4f4; }
body:where(.light) .sticky-heading-alt { background: #fff; }
body:where(.light.invert-light-logo) .site-title a img,
body:where(.light.invert-light-logo) .site-title a svg { filter: invert(1); }
body:where(.light) .toggle-search.active,
body:where(.light) .search-expand { background: #f4f4f4; }
body:where(.light) .toggle-search .svg-icon,
body:where(.light) .toggle-search.active #svg-close { fill: #000; }
body:where(.light) .toggle-search:focus #svg-search,
body:where(.light) .toggle-search:focus #svg-close { fill: rgba(0,0,0,0.5); }
body:where(.light) .toggle-search { border-right: 1px solid rgba(0,0,0,0.06); }
body:where(.light) .social-links .social-tooltip:hover { color: #000; }
body:where(.light) .social-links .social-tooltip:hover:after { background: #000; color: #fff; }
body:where(.light) .social-links .social-tooltip:hover:before { border-color: #000 transparent; }
body:where(.light) .main-header { background: linear-gradient(0deg, #f4f4f4 0%, #fff 100%); }
body:where(.light) .main-header-single-grad { background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 100%); }
body:where(.light) .featured-card,
body:where(.light) .featured-card:hover { background: #fff; }
body:where(.light) .featured-card:after { border: 1px solid rgba(0,0,0,0.1); transition: all 0.3s ease; }
body:where(.light) .featured-card:hover:after { border: 1px solid rgba(0,0,0,0.16); box-shadow: 0 0 20px rgba(0,0,0,0.16); }
body:where(.light) .entry { color: rgba(0,0,0,0.85); }
body:where(.light) .site-title a,
body:where(.light) h1,
body:where(.light) h2,
body:where(.light) h3,
body:where(.light) h4,
body:where(.light) h5,
body:where(.light) h6,
body:where(.light) .featured-card-title a,
body:where(.light) .list-card-title a { color: #000; }
body:where(.light) .list-card:hover { background-color: #f4f4f4; border-color: rgba(0,0,0,0.06); }
body:where(.light) .list-card-category a { color: rgba(0,0,0,0.5); }
body:where(.light) .featured-card-category { color: rgba(0,0,0,0.5); }
body:where(.light) .featured-card-category a { color: rgba(0,0,0,0.5); }
body:where(.light) .slick-featured-alt a:hover { color: #fff; }
body:where(.light) .left-sidebar { border-right: 1px solid rgba(0,0,0,0.06); }
body:where(.light) .sticky-heading a { color: rgba(0,0,0,0.1); }
body:where(.light) .sticky-heading:after { background: rgba(0,0,0,0.06); }
body:where(.light) .sidebar .post-nav li a i { background: #fff; color: #000; }
body:where(.light) .sidebar .post-nav li a { border-bottom: 1px solid rgba(0,0,0,0.06); }
body:where(.light) .post-nav li a span { color: #000; }
body:where(.light) .post-nav li a:hover span { color: rgba(0,0,0,0.7); }
body:where(.light) .post-nav li a strong { color: rgba(0,0,0,0.5); }
body:where(.light) .small-heading,
body:where(.light) .widget > h3,
body:where(.light) .widget .wp-block-heading { color: rgba(0,0,0,0.4); }
body:where(.light) .small-heading:after,
body:where(.light) .widget > h3:after,
body:where(.light) .widget .wp-block-heading:after { background: rgba(0,0,0,0.1); }
body:where(.light) .author-bio-image { background: linear-gradient(0deg, #e5e5e5 0%, #fff 100%); }
body:where(.light) .author-bio-name { background: #fff; color: #000; }
body:where(.light) .author-bio-name:after { border-bottom-color: #fff; }
body:where(.light) .author-bio-description { color: rgba(0,0,0,0.75); }
body:where(.light) .alx-tabs-nav:after { border: 1px solid rgba(0,0,0,0.06); }
body:where(.light) .alx-tab .tab-item-category a,
body:where(.light) .alx-posts .post-item-category a,
body:where(.light) .alx-tab li:hover .tab-item-title a,
body:where(.light) .alx-tab li:hover .tab-item-comment a,
body:where(.light) .alx-posts li:hover .post-item-title a { color: rgba(0,0,0,0.5); }
body:where(.light) .alx-tab .tab-item-category,
body:where(.light) .alx-posts .post-item-category { color: rgba(0,0,0,0.5); }
body:where(.light) .alx-tab .tab-item-title a,
body:where(.light) .alx-tab .tab-item-comment a,
body:where(.light) .alx-posts .post-item-title a { color: #000; }
body:where(.light) .alx-tab .tab-item-category a:hover,
body:where(.light) .alx-posts .post-item-category a:hover { color: #000!important; }
body:where(.light) .alx-posts > li { background: #fff; }
body:where(.light) .alx-posts > li:hover { background: #fff; }
body:where(.light) .alx-posts > li:after { border: 1px solid rgba(0,0,0,0.1); }
body:where(.light) .alx-posts > li:hover:after { border-color: rgba(0,0,0,0.16); box-shadow: 0 0 20px rgba(0,0,0,0.16); }
body:where(.light) .alx-posts > li:hover .post-item-title a { color: #000; }
body:where(.light) .main-header-single::after { border: 1px solid rgba(0,0,0,0.08); }
body:where(.light) .main-header-single-meta { box-shadow: 0 -1px 0 rgba(0,0,0,0.1); }
body:where(.light) .main-header-single-meta:after { background: linear-gradient(0deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%); }
body:where(.light) .main-header-single-meta .single-meta-text { color: #000; }
body:where(.light) .main-header-single-meta .single-meta-icon { color: rgba(0,0,0,0.4); }
body:where(.light) .main-header-single-meta .single-meta-text span,
body:where(.light) .main-header-single-meta .single-meta-text a { color: rgba(0,0,0,0.5); }
body:where(.light) .alx-tabs-nav { background: rgba(0,0,0,0.08); }
body:where(.light) .alx-tabs-nav li a { color: rgba(0,0,0,0.4); }
body:where(.light) .alx-tabs-nav li a:hover { }
body:where(.light) .pagination ul li a { background: #f4f4f4; color: #000; }
body:where(.light) #footer-bottom #back-to-top { border: 1px solid rgba(0,0,0,0.06); }
@media only screen and (max-width: 719px) {
body:where(.light) .main-header-single-meta li { border-bottom: 1px solid rgba(0,0,0,0.06); }
}
body:where(.light) .post-tags a { background: #eee; }
/* entry */
body:where(.light) .entry .wp-caption { background: #f4f4f4; }
body:where(.light) .entry table td,
body:where(.light) .entry table th { border: 1px solid rgba(0,0,0,0.12); }
/* blocks */
body:where(.light) .entry .wp-block-separator { background: rgba(0,0,0,0.12); }
body:where(.light) .entry .wp-block-button a { background: #eee; color: #000; }
body:where(.light) .entry .wp-block-calendar caption { background: rgba(0,0,0,0.06); color: #000; }
body:where(.light) .entry .wp-block-calendar th { background: rgba(0,0,0,0.12); color: #000; }
body:where(.light) .entry .wp-block-calendar td { color: rgba(0,0,0,0.5); }
/* comments */
body:where(.light) .commentlist .fn { color: #000; }
body:where(.light) .commentlist .comment-metadata a,
body:where(.light) .commentlist .comment-metadata:before { color: rgba(0,0,0,0.4); }
body:where(.light) .comment-awaiting-moderation { color: #000; }
/* forms */
body:where(.light) .themeform input:not([type="submit"]):not([type="checkbox"]),
body:where(.light) .themeform textarea { background: transparent; color: rgba(0,0,0,0.5); border: 1px solid rgba(0,0,0,0.15); }
body:where(.light) .themeform input[type="submit"] { background: #000; color: #fff; }
body:where(.light) .themeform textarea:focus,
body:where(.light) .themeform input:not([type="submit"]):focus { outline: 1px solid rgba(0,0,0,0.3); border-color: rgba(0,0,0,0.3); color: rgba(0,0,0,0.75); }
body:where(.light) .themeform.searchform div:after { color: rgba(0,0,0,0.4) }
/* widgets */
body:where(.light) .widget > h3 a,
body:where(.light) .widget > h3 a:hover,
body:where(.light) .widget .wp-block-heading a,
body:where(.light) .widget .wp-block-heading a:hover { color: rgba(0,0,0,0.4); }
body:where(.light) .widget > ul li:before,
body:where(.light) .widget > ul li a:before,
body:where(.light) .widget > div > ul li a:before,
body:where(.light) .widget_calendar caption:before { color: rgba(0,0,0,0.4); }
body:where(.light) .widget > ul li a:hover:before { color: rgba(0,0,0,0.7); }
body:where(.light) .widget_archive ul li,
body:where(.light) .widget_categories ul li,
body:where(.light) .widget_links ul li { color: rgba(0,0,0,0.3); }
body:where(.light) .widget_recent_comments ul li,
body:where(.light) .widget_recent_entries ul li { color: rgba(0,0,0,0.5); }
body:where(.light) .widget_rss ul li a { color: rgba(0,0,0,0.9); }
body:where(.light) .widget_rss ul li span.rss-date { color: rgba(0,0,0,0.5); }
body:where(.light) .widget_rss ul li cite { color: rgba(0,0,0,0.3); }
body:where(.light) .widget_calendar a { color: #000; }
body:where(.light) .widget_calendar a:hover { color: #000!important; }
body:where(.light) .widget_calendar caption { background: rgba(0,0,0,0.1); color: #000; }
body:where(.light) .widget_calendar caption:before { color: rgba(0,0,0,0.7); }
body:where(.light) .widget_calendar thead { background: rgba(0,0,0,0.06); box-shadow: inset 0 -1px 0 rgba(0,0,0,0.04); }
body:where(.light) .widget_calendar th,
body:where(.light) .widget_calendar td { border: 1px solid rgba(0,0,0,0.12); }
/* menu styling */
body:where(.light) .menu-toggle-icon span { background: #000; }
body:where(.light) .nav-menu.mobile button:focus,
body:where(.light) .menu-toggle:focus { background: rgba(0,0,0,0.04); }
body:where(.light) .nav-menu a { color: #000; }
body:where(.light) .nav-menu .svg-icon { fill: #000; }
body:where(.light) .nav-menu:not(.mobile) .menu ul { background: #000; color: #000; }
body:where(.light) .nav-menu:not(.mobile) .menu ul:after { border-bottom-color: #000; }
body:where(.light) .nav-menu:not(.mobile) .menu ul ul:after { border-right-color: #000; }
body:where(.light) .nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul:after { border-left-color: #000; border-bottom-color: transparent; }
body:where(.light) .nav-menu:not(.mobile) a { color: rgba(0,0,0,0.6); }
body:where(.light) .nav-menu:not(.mobile) a:hover { color: #000; }
body:where(.light) .nav-menu:not(.mobile) ul ul a:hover { color: #999; }
body:where(.light) .nav-menu:not(.mobile) ul ul > li:hover > span { background: rgba(0,0,0,0.1); }
body:where(.light) .nav-menu:not(.mobile) ul ul a { color: #eee; }
body:where(.light) .nav-menu:not(.mobile) ul ul span { border-bottom: 1px solid #222; }
body:where(.light) .nav-menu:not(.mobile) button { color: #666; }
body:where(.light) .nav-menu:not(.mobile) button.active { background: rgba(0,0,0,0.1); color: rgba(0,0,0,0.5); }
body:where(.light) .nav-menu:not(.mobile) button .svg-icon { fill: rgba(0,0,0,0.3); }
body:where(.light) .nav-menu:not(.mobile) ul ul button { color: #eee; }
body:where(.light) .nav-menu:not(.mobile) ul ul button.active { background: #222; color: rgba(0,0,0,0.5); }
body:where(.light) .nav-menu:not(.mobile) ul ul button .svg-icon { fill: rgba(255,255,255,0.5); }
body:where(.light) .nav-menu:not(.mobile) ul ul li.current_page_item > span > a,
body:where(.light) .nav-menu:not(.mobile) ul ul li.current-menu-item > span > a,
body:where(.light) .nav-menu:not(.mobile) ul ul li.current-menu-ancestor > span > a,
body:where(.light) .nav-menu:not(.mobile) ul ul li.current-post-parent > span > a { color: #999; }
body:where(.light) .nav-menu.mobile { }
body:where(.light) .nav-menu.mobile button.active .svg-icon { fill: #000; }
body:where(.light) .nav-menu.mobile ul ul { background: rgba(0,0,0,0.04); }
body:where(.light) .nav-menu.mobile ul li .menu-item-wrapper,
body:where(.light) .nav-menu.mobile ul ul li .menu-item-wrapper { border-bottom: 1px solid rgba(0,0,0,0.07); }
body:where(.light) .nav-menu.mobile ul li a { color: #000; }
body:where(.light) .nav-menu.mobile ul button,
body:where(.light) .nav-menu.mobile ul ul button { border-left: 1px solid rgba(0,0,0,0.07); }
body:where(.light) .nav-menu.mobile > div > ul { border-top: 1px solid rgba(0,0,0,0.07); }
/* wp-pagenavi */
body:where(.light) .wp-pagenavi span { color: rgba(0,0,0,0.4); }
body:where(.light) .wp-pagenavi a { background: #eee; color: #333; }
body:where(.light) .wp-pagenavi a:hover,
body:where(.light) .wp-pagenavi a:active,
body:where(.light) .wp-pagenavi span.current { color: #fff; }