-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·458 lines (357 loc) · 10.9 KB
/
style.css
File metadata and controls
executable file
·458 lines (357 loc) · 10.9 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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
/*
Theme Name: Memberlite - Dark Child Theme
Theme URI: https://memberlitetheme.com/dark/
Description: This is a Memberlite child theme.
Author: Robert DeVore, Kim Coleman
Author URI: https://paidmembershipspro.com/
Template: memberlite
Version: 1.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Scroll to top link */
a.skip-link.btn {
position: fixed;
bottom: 12px;
right: 12px;
display: none;
transition: display .35s ease-in-out;
}
a.skip-link.btn.visible {
display: -webkit-box;
}
/** Default link color */
a {
color: #FFF;
}
a:hover, a:focus, a:active {
color: rgba(255,255,255,0.7);
}
/** Remove link border bottom */
.navigation a,
.masthead p a,
.masthead .memberlite-breadcrumb a {
border-bottom: 0;
}
/** hr */
hr { background-color: rgba(0,0,0,0.3); }
.masthead hr {
background-color: rgba(255,255,255,0.1);
}
form.pmpro_form hr {
background-color: rgba(255,255,255,0.1);
}
/** Main Menu Dark Color Hover */
.main-navigation li:hover > a {
color: rgba(255,255,255,0.7);
}
/** Header - site description */
.site-branding span.site-description {
font-style: normal;
}
/** Drop down menu width issue */
.main-navigation ul.sub-menu a,
.meta-navigation ul.sub-menu a,
.header-right .widget_nav_menu ul.sub-menu a {
width: 215px;
}
/** Home page shortcode row h1 size updates */
.entry-content .columns h1.entry-title {
line-height: 2.2rem;
font-size: 2.2rem;
}
/** Border Colors for Dark Scheme (via dark.css) */
#site-navigation,
.main-navigation ul.sub-menu a,
.meta-navigation ul.sub-menu a,
.header-right .widget_nav_menu ul.sub-menu a,
.footer-navigation, .main-navigation a,
.meta-navigation li,
.header-right .widget_nav_menu li,
.footer-navigation li,
#secondary .widget-title,
.widget_calendar #wp-calendar caption,
#secondary .widget a,
#secondary .widget a:link {
border-color: #222 !important;
}
/** Footer Copyright bar links */
footer.site-footer .site-info a {
font-size: 14px;
font-style: initial;
}
/** Footer Link Colors */
footer.site-footer a,
footer.site-footer a:visited {
color: #f9f9f9;
text-decoration: none;
}
footer.site-footer a:hover {
color: #e1e1e1;
}
/** PMP Levels boxes */
#meta-navigation ul ul a,
#pmpro_levels .post h2,
.memberlite_signup h2, .pmpro_signup_form h2, .primary {
color: #FFF !important;
background: rgba(0,0,0,0.2);
border-top: 0;
border-bottom: 0;
padding: 1.45rem;
}
#pmpro_levels.pmpro_advanced_levels-div .entry-footer {
border-bottom: 0;
}
#pmpro_levels.pmpro_levels-table.pmpro_level-highlight,
#pmpro_levels.pmpro_levels-div .pmpro_level-highlight,
#pmpro_levels.pmpro_levels-2col .pmpro_level-highlight,
#pmpro_levels.pmpro_levels-3col .pmpro_level-highlight,
#pmpro_levels.pmpro_levels-4col .pmpro_level-highlight,
.memberlite_signup, .pmpro_signup_form {
border-bottom: .5rem solid #191919;
}
/** Post content bottom border color */
.page .entry-content .entry-content {
border-bottom: 1px solid rgba(255,255,255,0.1);
}
/** Sidebar recent posts thumbnail widget */
#secondary .widget.widget_recent_entries_thumbnails ul li {
padding-left: 0;
padding-right: 0;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
#secondary .widget a:hover {
color: rgba(255,255,255,0.7);
}
/** Post footer */
.entry-content, .entry-summary {
border-bottom: 0;
}
blockquote, pre, .comment.odd .child-comments .comment, #secondary .widget-title, .widget_calendar #wp-calendar caption, .post .entry-footer, .comment.even, .pingback.even, .trackback.even, .comment.even .child-comments .comment, #your-profile h3, #primary .tml-action-links, thead th, tbody tr:nth-child(even) th, tbody tr:nth-child(even) td, #bbpress-forums li.bbp-header {
background: rgba(0,0,0,0.2);
border-top: 0;
border-bottom: 0;
}
/** Entry footer */
.post .entry-footer {
font-style: initial;
font-size: 14px;
}
#primary .entry-footer a {
border: none;
color: #FFF;
}
/** PMP - paragraph Messages */
.pmpro_message.pmpro_default,
.pmpro_content_message,
#buddypress div#message p,
#sitewide-notice p {
background-color: rgba(0,0,0,0.3);
border-color: rgba(0,0,0,0.3);
}
/** Comments */
.comment-respond label {
margin-right: 0.5%;
}
/** Input fields */
#primary input[type="text"],
#primary input[type="email"],
#primary input[type="url"],
#primary input[type="password"],
#primary input[type="search"],
#primary textarea {
color: #f9f9f9;
border: 1px solid rgba(255,255,255, 0.3);
border-radius: 3px;
padding: 1.45rem;
background: rgba(0,0,0,0.2);
}
.search-form input[type="search"] {
color: #f9f9f9;
border: 1px solid rgba(255,255,255, 0.3);
border-radius: 3px;
padding: 1.0rem;
background: rgba(0,0,0,0.2);
}
/** Checkout Page */
form#pmpro_form .pmpro_checkout h3 {
background: transparent;
border-top: none;
border-bottom: 1px solid rgba(255,255,255,0.2);
padding: 1.45rem;
}
/** Page Templates */
body.page-template-fluid-width .comment-respond {
margin: 1.45rem;
}
/** Meta Links in header */
#meta-navigation a:hover {
color: rgba(255,255,255,0.1) !important;
}
.meta-navigation ul li,
.header-right .widget_nav_menu ul li,
.footer-navigation ul li {
border-right: 1px solid rgba(255,255,255,0.1) !important;
}
.meta-navigation ul li:last-child,
.header-right .widget_nav_menu ul li:last-child,
.footer-navigation ul li:last-child {
border: none !important;
}
/** Banner Action Links */
body.scheme_pink_punch #primary .banner.banner_action a,
body.scheme_purple_dinosaur #primary .banner.banner_action a,
body.scheme_city_lights #primary .banner.banner_action a,
body.scheme_cotton_candy #primary .banner.banner_action a,
body.scheme_skin_deep #primary .banner.banner_action a,
body.scheme_slate_blue #primary .banner.banner_action a {
color: #FFF;
}
body.scheme_pink_punch #primary .banner.banner_action a:active,
body.scheme_purple_dinosaur #primary .banner.banner_action a:active,
body.scheme_city_lights #primary .banner.banner_action a:active,
body.scheme_cotton_candy #primary .banner.banner_action a:active,
body.scheme_skin_deep #primary .banner.banner_action a:acive,
body.scheme_slate_blue #primary .banner.banner_action a:active,
body.scheme_pink_punch #primary .banner.banner_action a:focus,
body.scheme_purple_dinosaur #primary .banner.banner_action a:focus,
body.scheme_city_lights #primary .banner.banner_action a:focus,
body.scheme_cotton_candy #primary .banner.banner_action a:focus,
body.scheme_skin_deep #primary .banner.banner_action a:focus,
body.scheme_slate_blue #primary .banner.banner_action a:focus,
body.scheme_pink_punch #primary .banner.banner_action a:hover,
body.scheme_purple_dinosaur #primary .banner.banner_action a:hover,
body.scheme_city_lights #primary .banner.banner_action a:hover,
body.scheme_cotton_candy #primary .banner.banner_action a:hover,
body.scheme_skin_deep #primary .banner.banner_action a:hover,
body.scheme_slate_blue #primary .banner.banner_action a:hover {
color: rgba(255,255,2555,0.7);
}
/** Sidebar Signup Box */
#secondary form.pmpro_form.memberlite_signup {
margin-bottom: 2.9rem;
}
/** Sidebar widget list links */
#secondary .widget li {
border-bottom: 1px solid rgba(255,255,255,0.1);
}
/** Sidebar Form Search */
#secondary .widget_search .search-form {
padding: 1.45rem 0;
}
/** Sidebar Widget Title Links */
#secondary .widget .widget-title a {
border-color: transparent;
color: #FFF;
}
#secondary .widget .widget-title a:hover {
color: rgba(255,255,255,0.7);
}
/** Sidebar Categories Widget Links */
#secondary .widget_categories li {
border: none;
padding: 1.45rem;
}
/** Landing Pages for Memberships */
#pmpro_levels.pmpro_advanced_levels-div .post {
padding: 0;
}
/** Landing Pages for memberships */
.site-main .page-navigation {
border-top: 1px solid rgba(255,255,255,0.1);
padding-bottom: 1.45rem;
}
/** Landing Page Title Price margin */
.page-template-landing .masthead .pmpro_level-price {
margin-bottom: 1.45rem;
}
/** Landing Page Membership 2 column */
#pmpro_levels.pmpro_advanced_levels-div .pmpro_level-highlight .entry-content, #pmpro_levels.pmpro_advanced_levels-div .pmpro_level-highlight .entry-footer {
padding: 1.45rem;
}
/** Tables */
tbody th, tbody td {
border-bottom: none;
}
/** Page previous/next links */
nav#nav-below {
padding-bottom: 1.45rem;
}
/** Landing Page Compare Table */
#pmpro_levels.pmpro_advanced_levels-compare_table thead tr:last-child th,
#pmpro_levels.pmpro_advanced_levels-compare_table tbody tr:last-child td{
border-bottom: .5rem solid rgba(0,0,0,0.3);
}
#pmpro_levels.pmpro_advanced_levels-compare_table tbody tr:hover {
background: rgba(0,0,0,0.3);
}
#pmpro_levels.pmpro_advanced_levels-compare_table tbody td:hover::after,
#pmpro_levels.pmpro_advanced_levels-compare_table tbody tr:nth-child(even) td:hover::after {
background-color: rgba(0,0,0,0.3);
}
/** Member signup h2 */
.memberlite_signup h2 {
font-size: 2.75rem;
}
/** Sidebar Widget */
#secondary .widget_search input[type=search],
#secondary .widget_product_search input[type=search] {
width: 100%;
box-sizing: border-box;
border: 1px solid rgba(255,255,255,0.1);
background: rgba(0,0,0,0.3);
padding: 1.45rem;
}
/** Title border bottom removal */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .navigation a {
border-bottom: none;
}
/** Recent Posts Featured images */
#widget_memberlite_recent_posts .widget_has_thumbnail .post.hentry .entry-header .widget_post_thumbnail img {
border-radius: 50%;
margin: 0;
border: 0;
padding: 0;
}
/** Banner Title Color */
#main .banner_primary,
#main .banner_primary h1,
#main .banner_primary h2,
#main .banner_primary h3,
#main .banner_primary h4,
#main .banner_primary h5,
#main .banner_primary a,
#main .banner_primary a:link,
#main .banner_primary a:hover,
#main .banner_secondary,
#main .banner_secondary h1,
#main .banner_secondary h2,
#main .banner_secondary h3,
#main .banner_secondary h4,
#main .banner_secondary h5,
#main .banner_secondary a,
#main .banner_secondary a:link,
#main .banner_secondary a:hover {
color: rgba(255,255,255,0.7);
}
/** Meta Header Title */
.meta-navigation a:hover,
.header-right .widget_nav_menu a:hover {
border-bottom: none;
color: #FFF;
}
/** Header Sticky Navigation */
#site-navigation.visible {
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
}
/** Header - Meta member link hover */
#meta-member a:hover {
color: rgba(255,255,255,0.7);
}
/** Tabs page */
.memberlite_tabbable ul.memberlite_tabs li > a {
border: 1px solid transparent;
}