Version Description
Download this release
Release Info
Developer | niteo |
Plugin | CMP – Coming Soon & Maintenance Plugin by NiteoThemes |
Version | 2.6.5 |
Comparing to | |
See all releases |
Code changes from version 2.6.4 to 2.6.5
- cmp-advanced.php +1 -1
- cmp-help.php +1 -1
- cmp-settings.php +1 -1
- cmp-subscribers.php +1 -1
- cmp-translate.php +1 -1
- cmp-upload.php +1 -1
- css/cmp-settings-style.css +234 -242
- css/cmp-settings-style.min.css +1 -1
- css/preview-iframe.css +1 -1
- img/thumbnails/eclipse/screenshot1.jpg +0 -0
- img/thumbnails/eclipse/screenshot2.jpg +0 -0
- img/thumbnails/fifty/screenshot1.jpg +0 -0
- img/thumbnails/fifty/screenshot2.jpg +0 -0
- img/thumbnails/frame/screenshot1.jpg +0 -0
- img/thumbnails/orbit/screenshot1.jpg +0 -0
- img/thumbnails/orbit/screenshot2.jpg +0 -0
- img/thumbnails/orbit/screenshot3.jpg +0 -0
- img/thumbnails/stylo/screenshot1.jpg +0 -0
- img/thumbnails/stylo/screenshot2.jpg +0 -0
- img/thumbnails/stylo/screenshot3.jpg +0 -0
- img/thumbnails/stylo/screenshot4.jpg +0 -0
- img/thumbnails/stylo/screenshot5.jpg +0 -0
- niteo-cmp.php +2 -2
- readme.txt +6 -2
- themes/hardwork/hardwork-theme.php +1 -1
cmp-advanced.php
CHANGED
@@ -140,7 +140,7 @@ $bypass_expire = get_option('niteoCS_bypass_expire', '172800');
|
|
140 |
|
141 |
?>
|
142 |
|
143 |
-
<div class="wrap">
|
144 |
|
145 |
<h1></h1>
|
146 |
<div id="icon-users" class="icon32"></div>
|
140 |
|
141 |
?>
|
142 |
|
143 |
+
<div class="wrap cmp-coming-soon-maintenance">
|
144 |
|
145 |
<h1></h1>
|
146 |
<div id="icon-users" class="icon32"></div>
|
cmp-help.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
|
3 |
?>
|
4 |
|
5 |
-
<div class="wrap">
|
6 |
|
7 |
<h1></h1>
|
8 |
<div id="icon-users" class="icon32"></div>
|
2 |
defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
|
3 |
?>
|
4 |
|
5 |
+
<div class="wrap cmp-coming-soon-maintenance">
|
6 |
|
7 |
<h1></h1>
|
8 |
<div id="icon-users" class="icon32"></div>
|
cmp-settings.php
CHANGED
@@ -407,7 +407,7 @@ add_thickbox();
|
|
407 |
|
408 |
|
409 |
|
410 |
-
<div class="wrap">
|
411 |
|
412 |
<h1></h1>
|
413 |
|
407 |
|
408 |
|
409 |
|
410 |
+
<div class="wrap cmp-coming-soon-maintenance">
|
411 |
|
412 |
<h1></h1>
|
413 |
|
cmp-subscribers.php
CHANGED
@@ -16,7 +16,7 @@ $cmp_subs_list_table = new cmp_subs_list_table();
|
|
16 |
$cmp_subs_list_table->prepare_items();
|
17 |
?>
|
18 |
|
19 |
-
<div class="wrap">
|
20 |
<h1></h1>
|
21 |
<div id="icon-users" class="icon32"></div>
|
22 |
<div class="cmp-inputs-wrapper subscribers-settings">
|
16 |
$cmp_subs_list_table->prepare_items();
|
17 |
?>
|
18 |
|
19 |
+
<div class="wrap cmp-coming-soon-maintenance">
|
20 |
<h1></h1>
|
21 |
<div id="icon-users" class="icon32"></div>
|
22 |
<div class="cmp-inputs-wrapper subscribers-settings">
|
cmp-translate.php
CHANGED
@@ -61,7 +61,7 @@ $cmp_translate_table = new cmp_translate_table();
|
|
61 |
$cmp_translate_table->prepare_items();
|
62 |
?>
|
63 |
|
64 |
-
<div class="wrap">
|
65 |
<h1></h1>
|
66 |
<div id="icon-users" class="icon32"></div>
|
67 |
<div class="cmp-inputs-wrapper translate-settings">
|
61 |
$cmp_translate_table->prepare_items();
|
62 |
?>
|
63 |
|
64 |
+
<div class="wrap cmp-coming-soon-maintenance">
|
65 |
<h1></h1>
|
66 |
<div id="icon-users" class="icon32"></div>
|
67 |
<div class="cmp-inputs-wrapper translate-settings">
|
cmp-upload.php
CHANGED
@@ -3,7 +3,7 @@ defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
|
|
3 |
|
4 |
?>
|
5 |
|
6 |
-
<div class="wrap">
|
7 |
<h1></h1>
|
8 |
<div id="icon-users" class="icon32"></div>
|
9 |
|
3 |
|
4 |
?>
|
5 |
|
6 |
+
<div class="wrap cmp-coming-soon-maintenance">
|
7 |
<h1></h1>
|
8 |
<div id="icon-users" class="icon32"></div>
|
9 |
|
css/cmp-settings-style.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
overflow-x: hidden
|
3 |
}
|
4 |
|
@@ -6,33 +6,33 @@
|
|
6 |
margin: 0
|
7 |
}
|
8 |
|
9 |
-
.cmp-settings-wrapper {
|
10 |
position: relative;
|
11 |
margin-top: 1em
|
12 |
}
|
13 |
|
14 |
-
.wrapper-disabled {
|
15 |
opacity: .4
|
16 |
}
|
17 |
|
18 |
-
.comingsoon-error,
|
19 |
-
.comingsoon-success {
|
20 |
padding: 1em;
|
21 |
width: calc(100% - 4em);
|
22 |
border-left: 4px solid red;
|
23 |
background-color: #fff
|
24 |
}
|
25 |
|
26 |
-
.comingsoon-success {
|
27 |
border-left: 4px solid #00d221
|
28 |
}
|
29 |
|
30 |
-
.padding-bottom {
|
31 |
padding-bottom: 10px
|
32 |
}
|
33 |
|
34 |
-
.select2-container--default .select2-selection--single,
|
35 |
-
input[type=text] {
|
36 |
border: 1px solid #d4d4d4;
|
37 |
border-radius: 4px;
|
38 |
line-height: 2.5em;
|
@@ -41,23 +41,23 @@ input[type=text] {
|
|
41 |
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .03)
|
42 |
}
|
43 |
|
44 |
-
.select2-container .select2-selection--single {
|
45 |
height: 35px
|
46 |
}
|
47 |
|
48 |
-
.select2-container--default .select2-selection--single .select2-selection__rendered {
|
49 |
line-height: 35px
|
50 |
}
|
51 |
|
52 |
-
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
53 |
top: 4px
|
54 |
}
|
55 |
|
56 |
-
.select2-container:not(.select2-container--open) {
|
57 |
width: 100%!important;
|
58 |
}
|
59 |
|
60 |
-
input[type=range] {
|
61 |
display: block;
|
62 |
-webkit-appearance: none;
|
63 |
background-color: #dedede;
|
@@ -68,7 +68,7 @@ input[type=range] {
|
|
68 |
outline: 0
|
69 |
}
|
70 |
|
71 |
-
input[type=range]::-webkit-slider-thumb {
|
72 |
-webkit-appearance: none;
|
73 |
background-color: #0085ba;
|
74 |
width: 17px;
|
@@ -80,102 +80,102 @@ input[type=range]::-webkit-slider-thumb {
|
|
80 |
transition: .3s ease-in-out
|
81 |
}
|
82 |
|
83 |
-
|
84 |
background-color: #006799;
|
85 |
border: 2px solid #0085ba
|
86 |
}
|
87 |
|
88 |
-
input[type=range]::-webkit-slider-thumb:active {
|
89 |
-webkit-transform: scale(1.2);
|
90 |
transform: scale(1.2)
|
91 |
}
|
92 |
|
93 |
-
input[type=text],
|
94 |
-
textarea {
|
95 |
width: 100%
|
96 |
}
|
97 |
|
98 |
-
#niteoCS_countdown_redirect,
|
99 |
-
#niteoCS_countdown_text,
|
100 |
-
.table-wrapper.content,
|
101 |
-
.table-wrapper.install,
|
102 |
-
.table-wrapper.seo,
|
103 |
-
.table-wrapper.theme-setup {
|
104 |
display: none
|
105 |
}
|
106 |
|
107 |
-
.wp-upload-form.cmp {
|
108 |
padding: 4em;
|
109 |
display: block
|
110 |
}
|
111 |
|
112 |
-
.cmp-status legend {
|
113 |
width: 95%;
|
114 |
padding: 10px;
|
115 |
cursor: pointer
|
116 |
}
|
117 |
|
118 |
-
.cmp-status .active {
|
119 |
background-color: #ddd
|
120 |
}
|
121 |
|
122 |
-
.redirect {
|
123 |
margin-bottom: 0
|
124 |
}
|
125 |
|
126 |
-
.help-settings,
|
127 |
-
.subscribers-settings,
|
128 |
-
.table-wrapper,
|
129 |
-
.translate-settings {
|
130 |
background-color: #fff;
|
131 |
border: 1px solid #dedede;
|
132 |
margin: 0 0 1em;
|
133 |
max-width: 920px
|
134 |
}
|
135 |
|
136 |
-
div.custom_css {
|
137 |
padding-bottom: 2em;
|
138 |
padding-right: 3em;
|
139 |
background: white;
|
140 |
border: 1px solid #dedede;
|
141 |
}
|
142 |
|
143 |
-
.CodeMirror-wrap {
|
144 |
border-right: 1px solid #dedede;
|
145 |
}
|
146 |
|
147 |
-
.custom_css .cmp-submit {
|
148 |
padding-left: 1em;
|
149 |
border-top: 1px solid #dedede;
|
150 |
padding-top: 2em;
|
151 |
}
|
152 |
|
153 |
-
.cmp-inputs-wrapper .translation input,
|
154 |
-
.cmp-inputs-wrapper .translation textarea {
|
155 |
width: 100%;
|
156 |
}
|
157 |
|
158 |
-
.cmp-inputs-wrapper {
|
159 |
display: inline-block;
|
160 |
max-width: 920px;
|
161 |
min-width: 920px
|
162 |
}
|
163 |
|
164 |
-
.table-wrapper.closed table,
|
165 |
-
.translate-settings tfoot {
|
166 |
display: none
|
167 |
}
|
168 |
|
169 |
-
.help-settings,
|
170 |
-
.subscribers-settings,
|
171 |
-
.translate-settings {
|
172 |
max-width: calc(920px - 2em);
|
173 |
min-width: calc(920px - 2em);
|
174 |
padding: 1em
|
175 |
}
|
176 |
|
177 |
-
.table-wrapper h3,
|
178 |
-
.custom_css h3 {
|
179 |
position: relative;
|
180 |
padding: .5em 0 .5em 1em;
|
181 |
margin: 0;
|
@@ -183,13 +183,13 @@ div.custom_css {
|
|
183 |
text-align: left
|
184 |
}
|
185 |
|
186 |
-
#unsplash-media,
|
187 |
-
.background-media td fieldset,
|
188 |
-
.cmp-logo-switch.graphic {
|
189 |
padding-top: 1em
|
190 |
}
|
191 |
|
192 |
-
.table-wrapper h3:not(.no-icon):not(.notice-title):not(#heading-example)::after {
|
193 |
font-family: fontAwesome;
|
194 |
content: "\f147";
|
195 |
position: absolute;
|
@@ -201,70 +201,70 @@ div.custom_css {
|
|
201 |
-moz-osx-font-smoothing: grayscale
|
202 |
}
|
203 |
|
204 |
-
#niteoCS-text-logo,
|
205 |
-
.theme-title,
|
206 |
-
th label {
|
207 |
font-weight: 600
|
208 |
}
|
209 |
|
210 |
-
.table-wrapper.closed h3:not(.no-icon):not(.notice-title)::after {
|
211 |
content: "\f196"
|
212 |
}
|
213 |
|
214 |
-
.table-wrapper h4 {
|
215 |
margin: 0
|
216 |
}
|
217 |
|
218 |
-
.table-wrapper table {
|
219 |
padding: 1em;
|
220 |
height: auto;
|
221 |
width: 90%
|
222 |
}
|
223 |
|
224 |
-
.table-wrapper .theme-selector {
|
225 |
width: 100%
|
226 |
}
|
227 |
|
228 |
-
.table-wrapper select {
|
229 |
margin-bottom: 10px;
|
230 |
width: 100%
|
231 |
}
|
232 |
|
233 |
-
.table-wrapper td {
|
234 |
width: 100%;
|
235 |
max-width: 600px;
|
236 |
margin-bottom: 1em;
|
237 |
display: block
|
238 |
}
|
239 |
|
240 |
-
#unsplash_img,
|
241 |
-
.table-wrapper td.theme-selector {
|
242 |
max-width: 100%
|
243 |
}
|
244 |
|
245 |
-
.table-wrapper th {
|
246 |
vertical-align: top;
|
247 |
width: 180px;
|
248 |
text-align: left
|
249 |
}
|
250 |
|
251 |
-
#delete-banner,
|
252 |
-
#delete-favicon,
|
253 |
-
#delete-logo,
|
254 |
-
#delete-video-thumb {
|
255 |
display: none
|
256 |
}
|
257 |
|
258 |
-
.social-media {
|
259 |
margin-top: 0;
|
260 |
margin-bottom: 3em
|
261 |
}
|
262 |
|
263 |
-
.social-inputs {
|
264 |
position: relative
|
265 |
}
|
266 |
|
267 |
-
.social-inputs .label {
|
268 |
display: none;
|
269 |
font-weight: 600;
|
270 |
position: absolute;
|
@@ -272,62 +272,62 @@ th label {
|
|
272 |
left: -8px
|
273 |
}
|
274 |
|
275 |
-
#niteoCS-text-logo {
|
276 |
border: none;
|
277 |
-webkit-box-shadow: none;
|
278 |
box-shadow: none;
|
279 |
font-size: 3em
|
280 |
}
|
281 |
|
282 |
-
.social-description {
|
283 |
margin-top: 0
|
284 |
}
|
285 |
|
286 |
-
.social-inputs .label:nth-of-type(2) {
|
287 |
left: 62px
|
288 |
}
|
289 |
|
290 |
-
.social-inputs .label:nth-of-type(3) {
|
291 |
left: 148px
|
292 |
}
|
293 |
|
294 |
-
.social-media li {
|
295 |
display: inline-block;
|
296 |
padding-right: 1.5em;
|
297 |
padding-bottom: 1em
|
298 |
}
|
299 |
|
300 |
-
.social-media i {
|
301 |
font-size: 2.45em;
|
302 |
cursor: pointer
|
303 |
}
|
304 |
|
305 |
-
.social-media i.active {
|
306 |
color: #d54e21
|
307 |
}
|
308 |
|
309 |
-
.social-inputs li {
|
310 |
display: none;
|
311 |
width: 100%
|
312 |
}
|
313 |
|
314 |
-
.social-inputs li.active {
|
315 |
display: inline-block
|
316 |
}
|
317 |
|
318 |
-
#custom_content_font,
|
319 |
-
#custom_headings_font,
|
320 |
-
.unsplash-feed {
|
321 |
display: none
|
322 |
}
|
323 |
|
324 |
-
.social-inputs p {
|
325 |
position: relative;
|
326 |
padding-left: 50px;
|
327 |
height: 50px
|
328 |
}
|
329 |
|
330 |
-
.social-inputs p i {
|
331 |
position: absolute;
|
332 |
left: 0;
|
333 |
top: 20px;
|
@@ -336,21 +336,21 @@ th label {
|
|
336 |
cursor: move
|
337 |
}
|
338 |
|
339 |
-
.theme-details,
|
340 |
-
.toggle {
|
341 |
cursor: pointer
|
342 |
}
|
343 |
|
344 |
-
.social-inputs label {
|
345 |
padding-left: 100px
|
346 |
}
|
347 |
|
348 |
-
.social-inputs input[type=text] {
|
349 |
margin-left: 100px;
|
350 |
width: calc(100% - 100px)
|
351 |
}
|
352 |
|
353 |
-
.social-inputs input[type=checkbox] {
|
354 |
position: absolute;
|
355 |
width: 26px;
|
356 |
height: 26px;
|
@@ -358,98 +358,98 @@ th label {
|
|
358 |
left: 65px
|
359 |
}
|
360 |
|
361 |
-
.social-inputs input[type=checkbox]:checked:before {
|
362 |
margin: 3px 0 0 1px
|
363 |
}
|
364 |
|
365 |
-
#unsplash_img {
|
366 |
display: none
|
367 |
}
|
368 |
|
369 |
-
.color-preview,
|
370 |
-
.gradient-preview,
|
371 |
-
.pattern-wrapper {
|
372 |
background-repeat: repeat;
|
373 |
height: 200px;
|
374 |
border: 1px solid #ededed;
|
375 |
margin-top: 1em
|
376 |
}
|
377 |
|
378 |
-
.theme-overlay .screenshot,
|
379 |
-
.thumbnail-holder {
|
380 |
position: relative;
|
381 |
background-size: cover;
|
382 |
background-repeat: no-repeat;
|
383 |
background-position: center
|
384 |
}
|
385 |
|
386 |
-
.video-wrapper {
|
387 |
position: relative;
|
388 |
width: 100%;
|
389 |
margin-top: 1em
|
390 |
}
|
391 |
|
392 |
|
393 |
-
#add-pattern {
|
394 |
margin-bottom: 1em
|
395 |
}
|
396 |
|
397 |
-
.info {
|
398 |
font-size: 12px
|
399 |
}
|
400 |
|
401 |
-
.nav-tab i {
|
402 |
padding-right: 3px
|
403 |
}
|
404 |
|
405 |
-
.banner-wrapper,
|
406 |
-
.favicon-wrapper,
|
407 |
-
.logo-wrapper {
|
408 |
margin: 1em 0
|
409 |
}
|
410 |
|
411 |
-
.favicon-wrapper img,
|
412 |
-
.logo-wrapper img {
|
413 |
background-color: #efefef;
|
414 |
padding: 1em
|
415 |
}
|
416 |
|
417 |
-
.favicon-wrapper img {
|
418 |
max-width: 32px
|
419 |
}
|
420 |
|
421 |
-
.background-media img,
|
422 |
-
.logo-wrapper img {
|
423 |
max-width: 100%;
|
424 |
width: 100%
|
425 |
}
|
426 |
|
427 |
-
.logo-wrapper img {
|
428 |
max-height: 150px;
|
429 |
width: auto
|
430 |
}
|
431 |
|
432 |
-
#font-example-wrapper {
|
433 |
padding: 1em;
|
434 |
border: 1px solid #dedede;
|
435 |
overflow: hidden
|
436 |
}
|
437 |
|
438 |
-
#heading-example {
|
439 |
border-bottom: none;
|
440 |
line-height: 1.5;
|
441 |
padding: 0
|
442 |
}
|
443 |
|
444 |
-
.font-selector td:first-of-type {
|
445 |
padding-bottom: 2em
|
446 |
}
|
447 |
|
448 |
-
.font-selector fieldset {
|
449 |
padding: .5em 0
|
450 |
}
|
451 |
|
452 |
-
.theme-wrapper {
|
453 |
display: inline-block;
|
454 |
/* padding: .5em; */
|
455 |
margin: 2em 1em 2em 0;
|
@@ -460,22 +460,22 @@ th label {
|
|
460 |
position: relative;
|
461 |
}
|
462 |
|
463 |
-
.theme-wrapper:nth-of-type(3n) {
|
464 |
margin-right: 0;
|
465 |
}
|
466 |
|
467 |
-
.theme-wrapper.active {
|
468 |
background-color: #ddd
|
469 |
}
|
470 |
|
471 |
-
.thumbnail-holder {
|
472 |
width: 100%;
|
473 |
/* margin-bottom: 2em; */
|
474 |
border-top-left-radius: 5px;
|
475 |
border-top-right-radius: 5px
|
476 |
}
|
477 |
|
478 |
-
.thumbnail-holder::before {
|
479 |
content: '';
|
480 |
display: block;
|
481 |
padding-top: 56.25%;
|
@@ -485,39 +485,39 @@ th label {
|
|
485 |
border-top-right-radius: 5px;
|
486 |
}
|
487 |
|
488 |
-
.theme-wrapper:hover .thumbnail-holder::before {
|
489 |
background-color: rgba(0, 0, 0, 0.7);
|
490 |
}
|
491 |
|
492 |
|
493 |
-
.toggle,
|
494 |
-
.toggle-wrapper {
|
495 |
display: inline-block
|
496 |
}
|
497 |
|
498 |
-
.theme-title {
|
499 |
float: left;
|
500 |
text-transform: uppercase
|
501 |
}
|
502 |
|
503 |
-
.theme-version {
|
504 |
float: right
|
505 |
}
|
506 |
|
507 |
-
.theme-wrapper .hide:not(.selected) {
|
508 |
opacity: 0;
|
509 |
-webkit-transition: opacity .1s, background-color .1s;
|
510 |
transition: opacity .1s, background-color .1s;
|
511 |
}
|
512 |
|
513 |
-
.theme-wrapper:hover .hide {
|
514 |
opacity: 1;
|
515 |
-webkit-transition: opacity .1s, background-color .1s;
|
516 |
transition: opacity .1s, background-color .1s;
|
517 |
}
|
518 |
|
519 |
|
520 |
-
.theme-inputs {
|
521 |
position: absolute;
|
522 |
bottom: -36px;
|
523 |
right: 0px;
|
@@ -531,15 +531,15 @@ th label {
|
|
531 |
color: white;
|
532 |
}
|
533 |
|
534 |
-
.active .theme-inputs {
|
535 |
background: #27ae60;
|
536 |
}
|
537 |
|
538 |
-
.theme-inputs .italic {
|
539 |
font-style: italic;
|
540 |
}
|
541 |
|
542 |
-
.theme-wrapper .buttons-wrapper {
|
543 |
position: absolute;
|
544 |
top: 50%;
|
545 |
left: 0;
|
@@ -548,9 +548,9 @@ th label {
|
|
548 |
transform: translateY(-50%);
|
549 |
}
|
550 |
|
551 |
-
.cmp-button,
|
552 |
-
.cmp-preview,
|
553 |
-
.theme-wrapper .button {
|
554 |
height: 28px;
|
555 |
line-height: 28px;
|
556 |
padding: 0 10px;
|
@@ -568,8 +568,8 @@ th label {
|
|
568 |
text-transform: uppercase;
|
569 |
}
|
570 |
|
571 |
-
.cmp-button.submit,
|
572 |
-
.theme-actions .activate {
|
573 |
background-color: #c0392b;
|
574 |
color: #fff;
|
575 |
border: none;
|
@@ -577,28 +577,28 @@ th label {
|
|
577 |
transition: background-color .5s
|
578 |
}
|
579 |
|
580 |
-
.theme-wrapper a.button:visited,
|
581 |
-
.theme-wrapper a.button:focus {
|
582 |
background: transparent;
|
583 |
-webkit-box-shadow: none;
|
584 |
box-shadow: none;
|
585 |
}
|
586 |
|
587 |
-
.theme-wrapper a.button.theme-purchase {
|
588 |
background-color: #ff3284;
|
589 |
}
|
590 |
|
591 |
|
592 |
-
.cmp-button.submit:focus,
|
593 |
-
.cmp-button.submit:hover,
|
594 |
-
.theme-actions .activate:focus,
|
595 |
-
.theme-actions .activate:hover {
|
596 |
background-color: #e74c3c;
|
597 |
color: #fff;
|
598 |
border: none
|
599 |
}
|
600 |
|
601 |
-
.theme-wrapper .button {
|
602 |
border: 2px solid #ffffff!important;
|
603 |
background: transparent;
|
604 |
width: 180px;
|
@@ -606,7 +606,7 @@ th label {
|
|
606 |
height: 3em;
|
607 |
}
|
608 |
|
609 |
-
.theme-wrapper .button.theme-select input[type=radio] {
|
610 |
position: relative;
|
611 |
background: transparent;
|
612 |
border: none;
|
@@ -615,11 +615,11 @@ th label {
|
|
615 |
box-shadow: none;
|
616 |
}
|
617 |
|
618 |
-
.theme-wrapper .button.theme-select input[type=radio]::before {
|
619 |
content: none;
|
620 |
}
|
621 |
|
622 |
-
.theme-wrapper .button.theme-select input[type=radio]::after {
|
623 |
content: '';
|
624 |
font-family: fontAwesome;
|
625 |
content: "\f096";
|
@@ -630,56 +630,53 @@ th label {
|
|
630 |
color: #ffffff;
|
631 |
}
|
632 |
|
633 |
-
.theme-wrapper .selected.button.theme-select input[type=radio]::after {
|
634 |
content: "\f046";
|
635 |
color: #23282d;
|
636 |
}
|
637 |
|
638 |
-
.theme-wrapper.active .button.theme-select input[type=radio]::after {
|
639 |
content: "\f046";
|
640 |
}
|
641 |
|
642 |
|
643 |
-
.theme-wrapper .button:hover,
|
644 |
-
.theme-wrapper a.button:hover {
|
645 |
background: #fff;
|
646 |
color: #23282d!important;
|
647 |
}
|
648 |
|
649 |
-
.theme-wrapper .button.theme-select:hover input[type=radio]::after,
|
650 |
-
.selected.button {
|
651 |
color: #23282d!important;
|
652 |
}
|
653 |
|
654 |
|
655 |
-
|
656 |
-
.theme-wrapper .theme-
|
657 |
-
.theme-wrapper .theme-
|
658 |
-
.theme-wrapper .theme-purchase {
|
659 |
margin-bottom: 5px;
|
660 |
}
|
661 |
|
662 |
-
.theme-wrapper .theme-select.selected {
|
663 |
background-color: #32b2ff;
|
664 |
}
|
665 |
|
666 |
-
.theme-wrapper .theme-details.button {
|
667 |
line-height: 0em;
|
668 |
|
669 |
}
|
670 |
|
671 |
-
|
672 |
-
|
673 |
-
.cmp-preview {
|
674 |
background-color: #2485bf!important;
|
675 |
}
|
676 |
|
677 |
-
.cmp-preview:active,
|
678 |
-
.cmp-preview:hover {
|
679 |
background-color: #32b2ff!important;
|
680 |
}
|
681 |
|
682 |
-
.theme-info .theme-purchase {
|
683 |
width: auto;
|
684 |
min-width: 40%;
|
685 |
height: 55px;
|
@@ -688,35 +685,35 @@ th label {
|
|
688 |
border: none
|
689 |
}
|
690 |
|
691 |
-
.theme-info .theme-purchase:focus,
|
692 |
-
.theme-info .theme-purchase:hover {
|
693 |
background-color: #34495e;
|
694 |
}
|
695 |
|
696 |
-
.button i {
|
697 |
margin-right: 5px
|
698 |
}
|
699 |
|
700 |
-
.theme-purchase a,
|
701 |
-
.theme-purchase a:hover,
|
702 |
-
.theme-purchase a:visited {
|
703 |
color: #fff;
|
704 |
text-decoration: none
|
705 |
}
|
706 |
|
707 |
-
p.cmp-submit {
|
708 |
margin: 0;
|
709 |
padding-top: 0;
|
710 |
font-weight: 400;
|
711 |
text-align: left
|
712 |
}
|
713 |
|
714 |
-
.theme-overlay .screenshot {
|
715 |
-webkit-transition: background-image .2s ease-in-out;
|
716 |
transition: background-image .2s ease-in-out
|
717 |
}
|
718 |
|
719 |
-
.theme-overlay .screenshots-nav {
|
720 |
position: absolute;
|
721 |
right: 0;
|
722 |
top: 0;
|
@@ -724,7 +721,7 @@ p.cmp-submit {
|
|
724 |
cursor: pointer
|
725 |
}
|
726 |
|
727 |
-
.theme-overlay .screenshots-nav div {
|
728 |
width: 40px;
|
729 |
height: 40px;
|
730 |
background-color: #000;
|
@@ -734,52 +731,52 @@ p.cmp-submit {
|
|
734 |
transition: opacity .5s
|
735 |
}
|
736 |
|
737 |
-
.fifty-layout input:checked+img,
|
738 |
-
.theme-overlay .screenshots-nav div:hover {
|
739 |
opacity: 1
|
740 |
}
|
741 |
|
742 |
-
.toggle,
|
743 |
-
.toggle:after,
|
744 |
-
.toggle:before {
|
745 |
-webkit-transition: all .2s ease-in-out
|
746 |
}
|
747 |
|
748 |
-
.theme-overlay .screenshots-nav .left {
|
749 |
float: left
|
750 |
}
|
751 |
|
752 |
-
.theme-overlay .screenshots-nav .right {
|
753 |
float: right
|
754 |
}
|
755 |
|
756 |
-
.theme-description ul {
|
757 |
list-style: none;
|
758 |
padding-left: 2em
|
759 |
}
|
760 |
|
761 |
-
.theme-description h4,
|
762 |
-
.theme-description li {
|
763 |
font-size: 13px
|
764 |
}
|
765 |
|
766 |
-
.theme-description .supported i {
|
767 |
color: green
|
768 |
}
|
769 |
|
770 |
-
.theme-description .not-supported i {
|
771 |
color: red
|
772 |
}
|
773 |
|
774 |
-
.wp-list-table .column-id {
|
775 |
width: 5%
|
776 |
}
|
777 |
|
778 |
-
.cmp-status {
|
779 |
margin-bottom: 3em
|
780 |
}
|
781 |
|
782 |
-
.toggle {
|
783 |
position: relative;
|
784 |
width: 200px;
|
785 |
height: 30px;
|
@@ -791,8 +788,8 @@ p.cmp-submit {
|
|
791 |
border-radius: 15px
|
792 |
}
|
793 |
|
794 |
-
.toggle:after,
|
795 |
-
.toggle:before {
|
796 |
position: absolute;
|
797 |
line-height: 30px;
|
798 |
font-size: 14px;
|
@@ -801,11 +798,11 @@ p.cmp-submit {
|
|
801 |
transition: all .2s ease-in-out
|
802 |
}
|
803 |
|
804 |
-
input[type=checkbox].toggle-checkbox {
|
805 |
display: none
|
806 |
}
|
807 |
|
808 |
-
.toggle_handler {
|
809 |
display: inline-block;
|
810 |
position: relative;
|
811 |
z-index: 1;
|
@@ -821,7 +818,7 @@ input[type=checkbox].toggle-checkbox {
|
|
821 |
border-radius: 10px 0 0 10px
|
822 |
}
|
823 |
|
824 |
-
.toggle-checkbox:checked+.toggle .toggle_handler {
|
825 |
width: 90px;
|
826 |
-webkit-transform: translateX(100px);
|
827 |
transform: translateX(100px);
|
@@ -829,48 +826,48 @@ input[type=checkbox].toggle-checkbox {
|
|
829 |
border-radius: 0 10px 10px 0
|
830 |
}
|
831 |
|
832 |
-
.toggle-wrapper:hover .toggle_handler {
|
833 |
background: #e74c3c
|
834 |
}
|
835 |
|
836 |
-
.toggle-wrapper:hover .toggle-checkbox:checked+.toggle .toggle_handler {
|
837 |
background: #2ecc71
|
838 |
}
|
839 |
|
840 |
-
.toggle:before {
|
841 |
content: "Disabled";
|
842 |
left: 22px;
|
843 |
color: #fff
|
844 |
}
|
845 |
|
846 |
-
.toggle-checkbox:checked+.toggle:before,
|
847 |
-
.toggle:after {
|
848 |
color: #23282d
|
849 |
}
|
850 |
|
851 |
-
.toggle:after {
|
852 |
content: "Enabled";
|
853 |
right: 26px
|
854 |
}
|
855 |
|
856 |
-
.toggle-checkbox:checked+.toggle:after {
|
857 |
color: #fff
|
858 |
}
|
859 |
|
860 |
-
.fifty-layout label {
|
861 |
display: block;
|
862 |
position: relative;
|
863 |
padding-bottom: 1em;
|
864 |
margin-top: 1em
|
865 |
}
|
866 |
|
867 |
-
.fifty-layout input {
|
868 |
visibility: hidden;
|
869 |
position: absolute;
|
870 |
margin: 0
|
871 |
}
|
872 |
|
873 |
-
.fifty-layout img {
|
874 |
display: block;
|
875 |
opacity: .3;
|
876 |
outline: solid 1px;
|
@@ -879,7 +876,7 @@ input[type=checkbox].toggle-checkbox {
|
|
879 |
margin-top: 5px;
|
880 |
}
|
881 |
|
882 |
-
.cmp-sidebar-wrapper {
|
883 |
display: inline-block;
|
884 |
width: calc(100% - 6em - 920px);
|
885 |
max-width: 350px;
|
@@ -890,86 +887,82 @@ input[type=checkbox].toggle-checkbox {
|
|
890 |
text-align: center
|
891 |
}
|
892 |
|
893 |
-
.cmp-sidebar-wrapper .widget {
|
894 |
padding: 2em;
|
895 |
border: 1px solid #dedede;
|
896 |
background: #fff
|
897 |
}
|
898 |
|
899 |
-
.widget.donate img {
|
900 |
max-width: 50px
|
901 |
}
|
902 |
|
903 |
-
.widget.donate img.niteo-logo {
|
904 |
max-width: 120px
|
905 |
}
|
906 |
|
907 |
-
.cmp-rate-us .button,
|
908 |
-
.cmp-rate-us a {
|
909 |
display: block;
|
910 |
text-align: center
|
911 |
}
|
912 |
|
913 |
-
.cmp-rate-us a {
|
914 |
padding: 1em 0
|
915 |
}
|
916 |
|
917 |
-
.cmp-rate-us .button {
|
918 |
max-width: 150px;
|
919 |
margin: 0 auto 1em
|
920 |
}
|
921 |
|
922 |
-
.cmp-rate-us form {
|
923 |
text-align: center
|
924 |
}
|
925 |
|
926 |
-
.subscribers .column-id {
|
927 |
width: 5%
|
928 |
}
|
929 |
|
930 |
@media screen and (max-width:1450px) {
|
931 |
-
.cmp-inputs-wrapper {
|
932 |
min-width: 70%
|
933 |
}
|
934 |
-
.cmp-sidebar-wrapper {
|
935 |
width: calc(30% - 2em + 7px)
|
936 |
}
|
937 |
-
.theme-wrapper,
|
938 |
-
.theme-wrapper.premium {
|
939 |
width: calc(50% - 3em - 5px)
|
940 |
}
|
941 |
}
|
942 |
|
943 |
@media screen and (max-width:1270px) {
|
944 |
-
.cmp-inputs-wrapper {
|
945 |
min-width: 100%
|
946 |
}
|
947 |
}
|
948 |
|
949 |
@media screen and (max-width:1110px) {
|
950 |
-
.theme-wrapper,
|
951 |
-
.theme-wrapper.premium {
|
952 |
margin-right: 0;
|
953 |
width: calc(100% - 5px)
|
954 |
}
|
955 |
-
.table-wrapper th {
|
956 |
display: block
|
957 |
}
|
958 |
-
.cmp-sidebar-wrapper .widget {
|
959 |
padding: 1em
|
960 |
}
|
961 |
|
962 |
-
/* .theme-wrapper .hide:not(.selected),
|
963 |
-
.theme-wrapper.hide {
|
964 |
-
opacity: 1
|
965 |
-
} */
|
966 |
}
|
967 |
|
968 |
@media screen and (max-width:1024px) {
|
969 |
-
.table-wrapper table {
|
970 |
width: 100%
|
971 |
}
|
972 |
-
.table-wrapper th {
|
973 |
width: 140px
|
974 |
}
|
975 |
|
@@ -977,53 +970,52 @@ input[type=checkbox].toggle-checkbox {
|
|
977 |
}
|
978 |
|
979 |
@media screen and (max-width:782px) {
|
980 |
-
.social-inputs input[type=checkbox]:checked:before {
|
981 |
margin: -1px 0 0 -4px
|
982 |
}
|
983 |
-
.cmp-inputs-wrapper,
|
984 |
-
.cmp-sidebar-wrapper {
|
985 |
display: block;
|
986 |
max-width: 100%;
|
987 |
width: 100%;
|
988 |
margin: 0
|
989 |
}
|
990 |
-
.cmp-sidebar-wrapper .widget {
|
991 |
padding: 2em;
|
992 |
margin-bottom: 1em!important
|
993 |
}
|
994 |
|
995 |
-
.theme-overlay .theme-info,
|
996 |
-
.theme-overlay .theme-screenshots {
|
997 |
width: 100%;
|
998 |
float: none
|
999 |
}
|
1000 |
-
input[type=text],
|
1001 |
-
textarea {
|
1002 |
font-size: 13px
|
1003 |
}
|
1004 |
}
|
1005 |
|
1006 |
@media screen and (max-width:560px) {
|
1007 |
-
.social-inputs .label:nth-of-type(2) {
|
1008 |
left: 50px
|
1009 |
}
|
1010 |
-
.social-inputs .label:nth-of-type(3) {
|
1011 |
left: 105px
|
1012 |
}
|
1013 |
-
.social-inputs p i {
|
1014 |
top: 22px
|
1015 |
}
|
1016 |
-
.social-inputs input[type=checkbox] {
|
1017 |
top: 28px;
|
1018 |
left: 53px
|
1019 |
}
|
1020 |
-
.social-inputs label {
|
1021 |
padding-left: 55px
|
1022 |
}
|
1023 |
-
.social-inputs input[type=text] {
|
1024 |
margin-left: 55px;
|
1025 |
width: calc(100% - 55px)
|
1026 |
}
|
1027 |
}
|
1028 |
-
}
|
1029 |
|
1 |
+
.cmp-coming-soon-maintenance {
|
2 |
overflow-x: hidden
|
3 |
}
|
4 |
|
6 |
margin: 0
|
7 |
}
|
8 |
|
9 |
+
.cmp-coming-soon-maintenance .cmp-settings-wrapper {
|
10 |
position: relative;
|
11 |
margin-top: 1em
|
12 |
}
|
13 |
|
14 |
+
.cmp-coming-soon-maintenance .wrapper-disabled {
|
15 |
opacity: .4
|
16 |
}
|
17 |
|
18 |
+
.cmp-coming-soon-maintenance .comingsoon-error,
|
19 |
+
.cmp-coming-soon-maintenance .comingsoon-success {
|
20 |
padding: 1em;
|
21 |
width: calc(100% - 4em);
|
22 |
border-left: 4px solid red;
|
23 |
background-color: #fff
|
24 |
}
|
25 |
|
26 |
+
.cmp-coming-soon-maintenance .comingsoon-success {
|
27 |
border-left: 4px solid #00d221
|
28 |
}
|
29 |
|
30 |
+
.cmp-coming-soon-maintenance .padding-bottom {
|
31 |
padding-bottom: 10px
|
32 |
}
|
33 |
|
34 |
+
.cmp-coming-soon-maintenance .select2-container--default .select2-selection--single,
|
35 |
+
.cmp-coming-soon-maintenance input[type=text] {
|
36 |
border: 1px solid #d4d4d4;
|
37 |
border-radius: 4px;
|
38 |
line-height: 2.5em;
|
41 |
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .03)
|
42 |
}
|
43 |
|
44 |
+
.cmp-coming-soon-maintenance .select2-container .select2-selection--single {
|
45 |
height: 35px
|
46 |
}
|
47 |
|
48 |
+
.cmp-coming-soon-maintenance .select2-container--default .select2-selection--single .select2-selection__rendered {
|
49 |
line-height: 35px
|
50 |
}
|
51 |
|
52 |
+
.cmp-coming-soon-maintenance .select2-container--default .select2-selection--single .select2-selection__arrow {
|
53 |
top: 4px
|
54 |
}
|
55 |
|
56 |
+
.cmp-coming-soon-maintenance .select2-container:not(.select2-container--open) {
|
57 |
width: 100%!important;
|
58 |
}
|
59 |
|
60 |
+
.cmp-coming-soon-maintenance input[type=range] {
|
61 |
display: block;
|
62 |
-webkit-appearance: none;
|
63 |
background-color: #dedede;
|
68 |
outline: 0
|
69 |
}
|
70 |
|
71 |
+
.cmp-coming-soon-maintenance input[type=range]::-webkit-slider-thumb {
|
72 |
-webkit-appearance: none;
|
73 |
background-color: #0085ba;
|
74 |
width: 17px;
|
80 |
transition: .3s ease-in-out
|
81 |
}
|
82 |
|
83 |
+
.cmp-coming-soon-maintenance input[type=range]::-webkit-slider-thumb:hover {
|
84 |
background-color: #006799;
|
85 |
border: 2px solid #0085ba
|
86 |
}
|
87 |
|
88 |
+
.cmp-coming-soon-maintenance input[type=range]::-webkit-slider-thumb:active {
|
89 |
-webkit-transform: scale(1.2);
|
90 |
transform: scale(1.2)
|
91 |
}
|
92 |
|
93 |
+
.cmp-coming-soon-maintenance input[type=text],
|
94 |
+
.cmp-coming-soon-maintenance textarea {
|
95 |
width: 100%
|
96 |
}
|
97 |
|
98 |
+
.cmp-coming-soon-maintenance #niteoCS_countdown_redirect,
|
99 |
+
.cmp-coming-soon-maintenance #niteoCS_countdown_text,
|
100 |
+
.cmp-coming-soon-maintenance .table-wrapper.content,
|
101 |
+
.cmp-coming-soon-maintenance .table-wrapper.install,
|
102 |
+
.cmp-coming-soon-maintenance .table-wrapper.seo,
|
103 |
+
.cmp-coming-soon-maintenance .table-wrapper.theme-setup {
|
104 |
display: none
|
105 |
}
|
106 |
|
107 |
+
.cmp-coming-soon-maintenance .wp-upload-form.cmp {
|
108 |
padding: 4em;
|
109 |
display: block
|
110 |
}
|
111 |
|
112 |
+
.cmp-coming-soon-maintenance .cmp-status legend {
|
113 |
width: 95%;
|
114 |
padding: 10px;
|
115 |
cursor: pointer
|
116 |
}
|
117 |
|
118 |
+
.cmp-coming-soon-maintenance .cmp-status .active {
|
119 |
background-color: #ddd
|
120 |
}
|
121 |
|
122 |
+
.cmp-coming-soon-maintenance .redirect {
|
123 |
margin-bottom: 0
|
124 |
}
|
125 |
|
126 |
+
.cmp-coming-soon-maintenance .help-settings,
|
127 |
+
.cmp-coming-soon-maintenance .subscribers-settings,
|
128 |
+
.cmp-coming-soon-maintenance .table-wrapper,
|
129 |
+
.cmp-coming-soon-maintenance .translate-settings {
|
130 |
background-color: #fff;
|
131 |
border: 1px solid #dedede;
|
132 |
margin: 0 0 1em;
|
133 |
max-width: 920px
|
134 |
}
|
135 |
|
136 |
+
.cmp-coming-soon-maintenance div.custom_css {
|
137 |
padding-bottom: 2em;
|
138 |
padding-right: 3em;
|
139 |
background: white;
|
140 |
border: 1px solid #dedede;
|
141 |
}
|
142 |
|
143 |
+
.cmp-coming-soon-maintenance .CodeMirror-wrap {
|
144 |
border-right: 1px solid #dedede;
|
145 |
}
|
146 |
|
147 |
+
.cmp-coming-soon-maintenance .custom_css .cmp-submit {
|
148 |
padding-left: 1em;
|
149 |
border-top: 1px solid #dedede;
|
150 |
padding-top: 2em;
|
151 |
}
|
152 |
|
153 |
+
.cmp-coming-soon-maintenance .cmp-inputs-wrapper .translation input,
|
154 |
+
.cmp-coming-soon-maintenance .cmp-inputs-wrapper .translation textarea {
|
155 |
width: 100%;
|
156 |
}
|
157 |
|
158 |
+
.cmp-coming-soon-maintenance .cmp-inputs-wrapper {
|
159 |
display: inline-block;
|
160 |
max-width: 920px;
|
161 |
min-width: 920px
|
162 |
}
|
163 |
|
164 |
+
.cmp-coming-soon-maintenance .table-wrapper.closed table,
|
165 |
+
.cmp-coming-soon-maintenance .translate-settings tfoot {
|
166 |
display: none
|
167 |
}
|
168 |
|
169 |
+
.cmp-coming-soon-maintenance .help-settings,
|
170 |
+
.cmp-coming-soon-maintenance .subscribers-settings,
|
171 |
+
.cmp-coming-soon-maintenance .translate-settings {
|
172 |
max-width: calc(920px - 2em);
|
173 |
min-width: calc(920px - 2em);
|
174 |
padding: 1em
|
175 |
}
|
176 |
|
177 |
+
.cmp-coming-soon-maintenance .table-wrapper h3,
|
178 |
+
.cmp-coming-soon-maintenance .custom_css h3 {
|
179 |
position: relative;
|
180 |
padding: .5em 0 .5em 1em;
|
181 |
margin: 0;
|
183 |
text-align: left
|
184 |
}
|
185 |
|
186 |
+
.cmp-coming-soon-maintenance #unsplash-media,
|
187 |
+
.cmp-coming-soon-maintenance .background-media td fieldset,
|
188 |
+
.cmp-coming-soon-maintenance .cmp-logo-switch.graphic {
|
189 |
padding-top: 1em
|
190 |
}
|
191 |
|
192 |
+
.cmp-coming-soon-maintenance .table-wrapper h3:not(.no-icon):not(.notice-title):not(#heading-example)::after {
|
193 |
font-family: fontAwesome;
|
194 |
content: "\f147";
|
195 |
position: absolute;
|
201 |
-moz-osx-font-smoothing: grayscale
|
202 |
}
|
203 |
|
204 |
+
.cmp-coming-soon-maintenance #niteoCS-text-logo,
|
205 |
+
.cmp-coming-soon-maintenance .theme-title,
|
206 |
+
.cmp-coming-soon-maintenance th label {
|
207 |
font-weight: 600
|
208 |
}
|
209 |
|
210 |
+
.cmp-coming-soon-maintenance .table-wrapper.closed h3:not(.no-icon):not(.notice-title)::after {
|
211 |
content: "\f196"
|
212 |
}
|
213 |
|
214 |
+
.cmp-coming-soon-maintenance .table-wrapper h4 {
|
215 |
margin: 0
|
216 |
}
|
217 |
|
218 |
+
.cmp-coming-soon-maintenance .table-wrapper table {
|
219 |
padding: 1em;
|
220 |
height: auto;
|
221 |
width: 90%
|
222 |
}
|
223 |
|
224 |
+
.cmp-coming-soon-maintenance .table-wrapper .theme-selector {
|
225 |
width: 100%
|
226 |
}
|
227 |
|
228 |
+
.cmp-coming-soon-maintenance .table-wrapper select {
|
229 |
margin-bottom: 10px;
|
230 |
width: 100%
|
231 |
}
|
232 |
|
233 |
+
.cmp-coming-soon-maintenance .table-wrapper td {
|
234 |
width: 100%;
|
235 |
max-width: 600px;
|
236 |
margin-bottom: 1em;
|
237 |
display: block
|
238 |
}
|
239 |
|
240 |
+
.cmp-coming-soon-maintenance #unsplash_img,
|
241 |
+
.cmp-coming-soon-maintenance .table-wrapper td.theme-selector {
|
242 |
max-width: 100%
|
243 |
}
|
244 |
|
245 |
+
.cmp-coming-soon-maintenance .table-wrapper th {
|
246 |
vertical-align: top;
|
247 |
width: 180px;
|
248 |
text-align: left
|
249 |
}
|
250 |
|
251 |
+
.cmp-coming-soon-maintenance #delete-banner,
|
252 |
+
.cmp-coming-soon-maintenance #delete-favicon,
|
253 |
+
.cmp-coming-soon-maintenance #delete-logo,
|
254 |
+
.cmp-coming-soon-maintenance #delete-video-thumb {
|
255 |
display: none
|
256 |
}
|
257 |
|
258 |
+
.cmp-coming-soon-maintenance .social-media {
|
259 |
margin-top: 0;
|
260 |
margin-bottom: 3em
|
261 |
}
|
262 |
|
263 |
+
.cmp-coming-soon-maintenance .social-inputs {
|
264 |
position: relative
|
265 |
}
|
266 |
|
267 |
+
.cmp-coming-soon-maintenance .social-inputs .label {
|
268 |
display: none;
|
269 |
font-weight: 600;
|
270 |
position: absolute;
|
272 |
left: -8px
|
273 |
}
|
274 |
|
275 |
+
.cmp-coming-soon-maintenance #niteoCS-text-logo {
|
276 |
border: none;
|
277 |
-webkit-box-shadow: none;
|
278 |
box-shadow: none;
|
279 |
font-size: 3em
|
280 |
}
|
281 |
|
282 |
+
.cmp-coming-soon-maintenance .social-description {
|
283 |
margin-top: 0
|
284 |
}
|
285 |
|
286 |
+
.cmp-coming-soon-maintenance .social-inputs .label:nth-of-type(2) {
|
287 |
left: 62px
|
288 |
}
|
289 |
|
290 |
+
.cmp-coming-soon-maintenance .social-inputs .label:nth-of-type(3) {
|
291 |
left: 148px
|
292 |
}
|
293 |
|
294 |
+
.cmp-coming-soon-maintenance .social-media li {
|
295 |
display: inline-block;
|
296 |
padding-right: 1.5em;
|
297 |
padding-bottom: 1em
|
298 |
}
|
299 |
|
300 |
+
.cmp-coming-soon-maintenance .social-media i {
|
301 |
font-size: 2.45em;
|
302 |
cursor: pointer
|
303 |
}
|
304 |
|
305 |
+
.cmp-coming-soon-maintenance .social-media i.active {
|
306 |
color: #d54e21
|
307 |
}
|
308 |
|
309 |
+
.cmp-coming-soon-maintenance .social-inputs li {
|
310 |
display: none;
|
311 |
width: 100%
|
312 |
}
|
313 |
|
314 |
+
.cmp-coming-soon-maintenance .social-inputs li.active {
|
315 |
display: inline-block
|
316 |
}
|
317 |
|
318 |
+
.cmp-coming-soon-maintenance #custom_content_font,
|
319 |
+
.cmp-coming-soon-maintenance #custom_headings_font,
|
320 |
+
.cmp-coming-soon-maintenance .unsplash-feed {
|
321 |
display: none
|
322 |
}
|
323 |
|
324 |
+
.cmp-coming-soon-maintenance .social-inputs p {
|
325 |
position: relative;
|
326 |
padding-left: 50px;
|
327 |
height: 50px
|
328 |
}
|
329 |
|
330 |
+
.cmp-coming-soon-maintenance .social-inputs p i {
|
331 |
position: absolute;
|
332 |
left: 0;
|
333 |
top: 20px;
|
336 |
cursor: move
|
337 |
}
|
338 |
|
339 |
+
.cmp-coming-soon-maintenance .theme-details,
|
340 |
+
.cmp-coming-soon-maintenance .toggle {
|
341 |
cursor: pointer
|
342 |
}
|
343 |
|
344 |
+
.cmp-coming-soon-maintenance .social-inputs label {
|
345 |
padding-left: 100px
|
346 |
}
|
347 |
|
348 |
+
.cmp-coming-soon-maintenance .social-inputs input[type=text] {
|
349 |
margin-left: 100px;
|
350 |
width: calc(100% - 100px)
|
351 |
}
|
352 |
|
353 |
+
.cmp-coming-soon-maintenance .social-inputs input[type=checkbox] {
|
354 |
position: absolute;
|
355 |
width: 26px;
|
356 |
height: 26px;
|
358 |
left: 65px
|
359 |
}
|
360 |
|
361 |
+
.cmp-coming-soon-maintenance .social-inputs input[type=checkbox]:checked:before {
|
362 |
margin: 3px 0 0 1px
|
363 |
}
|
364 |
|
365 |
+
.cmp-coming-soon-maintenance #unsplash_img {
|
366 |
display: none
|
367 |
}
|
368 |
|
369 |
+
.cmp-coming-soon-maintenance .color-preview,
|
370 |
+
.cmp-coming-soon-maintenance .gradient-preview,
|
371 |
+
.cmp-coming-soon-maintenance .pattern-wrapper {
|
372 |
background-repeat: repeat;
|
373 |
height: 200px;
|
374 |
border: 1px solid #ededed;
|
375 |
margin-top: 1em
|
376 |
}
|
377 |
|
378 |
+
.cmp-coming-soon-maintenance .theme-overlay .screenshot,
|
379 |
+
.cmp-coming-soon-maintenance .thumbnail-holder {
|
380 |
position: relative;
|
381 |
background-size: cover;
|
382 |
background-repeat: no-repeat;
|
383 |
background-position: center
|
384 |
}
|
385 |
|
386 |
+
.cmp-coming-soon-maintenance .video-wrapper {
|
387 |
position: relative;
|
388 |
width: 100%;
|
389 |
margin-top: 1em
|
390 |
}
|
391 |
|
392 |
|
393 |
+
.cmp-coming-soon-maintenance #add-pattern {
|
394 |
margin-bottom: 1em
|
395 |
}
|
396 |
|
397 |
+
.cmp-coming-soon-maintenance .info {
|
398 |
font-size: 12px
|
399 |
}
|
400 |
|
401 |
+
.cmp-coming-soon-maintenance .nav-tab i {
|
402 |
padding-right: 3px
|
403 |
}
|
404 |
|
405 |
+
.cmp-coming-soon-maintenance .banner-wrapper,
|
406 |
+
.cmp-coming-soon-maintenance .favicon-wrapper,
|
407 |
+
.cmp-coming-soon-maintenance .logo-wrapper {
|
408 |
margin: 1em 0
|
409 |
}
|
410 |
|
411 |
+
.cmp-coming-soon-maintenance .favicon-wrapper img,
|
412 |
+
.cmp-coming-soon-maintenance .logo-wrapper img {
|
413 |
background-color: #efefef;
|
414 |
padding: 1em
|
415 |
}
|
416 |
|
417 |
+
.cmp-coming-soon-maintenance .favicon-wrapper img {
|
418 |
max-width: 32px
|
419 |
}
|
420 |
|
421 |
+
.cmp-coming-soon-maintenance .background-media img,
|
422 |
+
.cmp-coming-soon-maintenance .logo-wrapper img {
|
423 |
max-width: 100%;
|
424 |
width: 100%
|
425 |
}
|
426 |
|
427 |
+
.cmp-coming-soon-maintenance .logo-wrapper img {
|
428 |
max-height: 150px;
|
429 |
width: auto
|
430 |
}
|
431 |
|
432 |
+
.cmp-coming-soon-maintenance #font-example-wrapper {
|
433 |
padding: 1em;
|
434 |
border: 1px solid #dedede;
|
435 |
overflow: hidden
|
436 |
}
|
437 |
|
438 |
+
.cmp-coming-soon-maintenance #heading-example {
|
439 |
border-bottom: none;
|
440 |
line-height: 1.5;
|
441 |
padding: 0
|
442 |
}
|
443 |
|
444 |
+
.cmp-coming-soon-maintenance .font-selector td:first-of-type {
|
445 |
padding-bottom: 2em
|
446 |
}
|
447 |
|
448 |
+
.cmp-coming-soon-maintenance .font-selector fieldset {
|
449 |
padding: .5em 0
|
450 |
}
|
451 |
|
452 |
+
.cmp-coming-soon-maintenance .theme-wrapper {
|
453 |
display: inline-block;
|
454 |
/* padding: .5em; */
|
455 |
margin: 2em 1em 2em 0;
|
460 |
position: relative;
|
461 |
}
|
462 |
|
463 |
+
.cmp-coming-soon-maintenance .theme-wrapper:nth-of-type(3n) {
|
464 |
margin-right: 0;
|
465 |
}
|
466 |
|
467 |
+
.cmp-coming-soon-maintenance .theme-wrapper.active {
|
468 |
background-color: #ddd
|
469 |
}
|
470 |
|
471 |
+
.cmp-coming-soon-maintenance .thumbnail-holder {
|
472 |
width: 100%;
|
473 |
/* margin-bottom: 2em; */
|
474 |
border-top-left-radius: 5px;
|
475 |
border-top-right-radius: 5px
|
476 |
}
|
477 |
|
478 |
+
.cmp-coming-soon-maintenance .thumbnail-holder::before {
|
479 |
content: '';
|
480 |
display: block;
|
481 |
padding-top: 56.25%;
|
485 |
border-top-right-radius: 5px;
|
486 |
}
|
487 |
|
488 |
+
.cmp-coming-soon-maintenance .theme-wrapper:hover .thumbnail-holder::before {
|
489 |
background-color: rgba(0, 0, 0, 0.7);
|
490 |
}
|
491 |
|
492 |
|
493 |
+
.cmp-coming-soon-maintenance .toggle,
|
494 |
+
.cmp-coming-soon-maintenance .toggle-wrapper {
|
495 |
display: inline-block
|
496 |
}
|
497 |
|
498 |
+
.cmp-coming-soon-maintenance .theme-title {
|
499 |
float: left;
|
500 |
text-transform: uppercase
|
501 |
}
|
502 |
|
503 |
+
.cmp-coming-soon-maintenance .theme-version {
|
504 |
float: right
|
505 |
}
|
506 |
|
507 |
+
.cmp-coming-soon-maintenance .theme-wrapper .hide:not(.selected) {
|
508 |
opacity: 0;
|
509 |
-webkit-transition: opacity .1s, background-color .1s;
|
510 |
transition: opacity .1s, background-color .1s;
|
511 |
}
|
512 |
|
513 |
+
.cmp-coming-soon-maintenance .theme-wrapper:hover .hide {
|
514 |
opacity: 1;
|
515 |
-webkit-transition: opacity .1s, background-color .1s;
|
516 |
transition: opacity .1s, background-color .1s;
|
517 |
}
|
518 |
|
519 |
|
520 |
+
.cmp-coming-soon-maintenance .theme-inputs {
|
521 |
position: absolute;
|
522 |
bottom: -36px;
|
523 |
right: 0px;
|
531 |
color: white;
|
532 |
}
|
533 |
|
534 |
+
.cmp-coming-soon-maintenance .active .theme-inputs {
|
535 |
background: #27ae60;
|
536 |
}
|
537 |
|
538 |
+
.cmp-coming-soon-maintenance .theme-inputs .italic {
|
539 |
font-style: italic;
|
540 |
}
|
541 |
|
542 |
+
.cmp-coming-soon-maintenance .theme-wrapper .buttons-wrapper {
|
543 |
position: absolute;
|
544 |
top: 50%;
|
545 |
left: 0;
|
548 |
transform: translateY(-50%);
|
549 |
}
|
550 |
|
551 |
+
.cmp-coming-soon-maintenance .cmp-button,
|
552 |
+
.cmp-coming-soon-maintenance .cmp-preview,
|
553 |
+
.cmp-coming-soon-maintenance .theme-wrapper .button {
|
554 |
height: 28px;
|
555 |
line-height: 28px;
|
556 |
padding: 0 10px;
|
568 |
text-transform: uppercase;
|
569 |
}
|
570 |
|
571 |
+
.cmp-coming-soon-maintenance .cmp-button.submit,
|
572 |
+
.cmp-coming-soon-maintenance .theme-actions .activate {
|
573 |
background-color: #c0392b;
|
574 |
color: #fff;
|
575 |
border: none;
|
577 |
transition: background-color .5s
|
578 |
}
|
579 |
|
580 |
+
.cmp-coming-soon-maintenance .theme-wrapper a.button:visited,
|
581 |
+
.cmp-coming-soon-maintenance .theme-wrapper a.button:focus {
|
582 |
background: transparent;
|
583 |
-webkit-box-shadow: none;
|
584 |
box-shadow: none;
|
585 |
}
|
586 |
|
587 |
+
.cmp-coming-soon-maintenance .theme-wrapper a.button.theme-purchase {
|
588 |
background-color: #ff3284;
|
589 |
}
|
590 |
|
591 |
|
592 |
+
.cmp-coming-soon-maintenance .cmp-button.submit:focus,
|
593 |
+
.cmp-coming-soon-maintenance .cmp-button.submit:hover,
|
594 |
+
.cmp-coming-soon-maintenance .theme-actions .activate:focus,
|
595 |
+
.cmp-coming-soon-maintenance .theme-actions .activate:hover {
|
596 |
background-color: #e74c3c;
|
597 |
color: #fff;
|
598 |
border: none
|
599 |
}
|
600 |
|
601 |
+
.cmp-coming-soon-maintenance .theme-wrapper .button {
|
602 |
border: 2px solid #ffffff!important;
|
603 |
background: transparent;
|
604 |
width: 180px;
|
606 |
height: 3em;
|
607 |
}
|
608 |
|
609 |
+
.cmp-coming-soon-maintenance .theme-wrapper .button.theme-select input[type=radio] {
|
610 |
position: relative;
|
611 |
background: transparent;
|
612 |
border: none;
|
615 |
box-shadow: none;
|
616 |
}
|
617 |
|
618 |
+
.cmp-coming-soon-maintenance .theme-wrapper .button.theme-select input[type=radio]::before {
|
619 |
content: none;
|
620 |
}
|
621 |
|
622 |
+
.cmp-coming-soon-maintenance .theme-wrapper .button.theme-select input[type=radio]::after {
|
623 |
content: '';
|
624 |
font-family: fontAwesome;
|
625 |
content: "\f096";
|
630 |
color: #ffffff;
|
631 |
}
|
632 |
|
633 |
+
.cmp-coming-soon-maintenance .theme-wrapper .selected.button.theme-select input[type=radio]::after {
|
634 |
content: "\f046";
|
635 |
color: #23282d;
|
636 |
}
|
637 |
|
638 |
+
.cmp-coming-soon-maintenance .theme-wrapper.active .button.theme-select input[type=radio]::after {
|
639 |
content: "\f046";
|
640 |
}
|
641 |
|
642 |
|
643 |
+
.cmp-coming-soon-maintenance .theme-wrapper .button:hover,
|
644 |
+
.cmp-coming-soon-maintenance .theme-wrapper a.button:hover {
|
645 |
background: #fff;
|
646 |
color: #23282d!important;
|
647 |
}
|
648 |
|
649 |
+
.cmp-coming-soon-maintenance .theme-wrapper .button.theme-select:hover input[type=radio]::after,
|
650 |
+
.cmp-coming-soon-maintenance .selected.button {
|
651 |
color: #23282d!important;
|
652 |
}
|
653 |
|
654 |
|
655 |
+
.cmp-coming-soon-maintenance .theme-wrapper .theme-select,
|
656 |
+
.cmp-coming-soon-maintenance .theme-wrapper .theme-preview,
|
657 |
+
.cmp-coming-soon-maintenance .theme-wrapper .theme-purchase {
|
|
|
658 |
margin-bottom: 5px;
|
659 |
}
|
660 |
|
661 |
+
.cmp-coming-soon-maintenance .theme-wrapper .theme-select.selected {
|
662 |
background-color: #32b2ff;
|
663 |
}
|
664 |
|
665 |
+
.cmp-coming-soon-maintenance .theme-wrapper .theme-details.button {
|
666 |
line-height: 0em;
|
667 |
|
668 |
}
|
669 |
|
670 |
+
.cmp-coming-soon-maintenance .cmp-preview {
|
|
|
|
|
671 |
background-color: #2485bf!important;
|
672 |
}
|
673 |
|
674 |
+
.cmp-coming-soon-maintenance .cmp-preview:active,
|
675 |
+
.cmp-coming-soon-maintenance .cmp-preview:hover {
|
676 |
background-color: #32b2ff!important;
|
677 |
}
|
678 |
|
679 |
+
.cmp-coming-soon-maintenance .theme-info .theme-purchase {
|
680 |
width: auto;
|
681 |
min-width: 40%;
|
682 |
height: 55px;
|
685 |
border: none
|
686 |
}
|
687 |
|
688 |
+
.cmp-coming-soon-maintenance .theme-info .theme-purchase:focus,
|
689 |
+
.cmp-coming-soon-maintenance .theme-info .theme-purchase:hover {
|
690 |
background-color: #34495e;
|
691 |
}
|
692 |
|
693 |
+
.cmp-coming-soon-maintenance .button i {
|
694 |
margin-right: 5px
|
695 |
}
|
696 |
|
697 |
+
.cmp-coming-soon-maintenance .theme-purchase a,
|
698 |
+
.cmp-coming-soon-maintenance .theme-purchase a:hover,
|
699 |
+
.cmp-coming-soon-maintenance .theme-purchase a:visited {
|
700 |
color: #fff;
|
701 |
text-decoration: none
|
702 |
}
|
703 |
|
704 |
+
.cmp-coming-soon-maintenance p.cmp-submit {
|
705 |
margin: 0;
|
706 |
padding-top: 0;
|
707 |
font-weight: 400;
|
708 |
text-align: left
|
709 |
}
|
710 |
|
711 |
+
.cmp-coming-soon-maintenance .theme-overlay .screenshot {
|
712 |
-webkit-transition: background-image .2s ease-in-out;
|
713 |
transition: background-image .2s ease-in-out
|
714 |
}
|
715 |
|
716 |
+
.cmp-coming-soon-maintenance .theme-overlay .screenshots-nav {
|
717 |
position: absolute;
|
718 |
right: 0;
|
719 |
top: 0;
|
721 |
cursor: pointer
|
722 |
}
|
723 |
|
724 |
+
.cmp-coming-soon-maintenance .theme-overlay .screenshots-nav div {
|
725 |
width: 40px;
|
726 |
height: 40px;
|
727 |
background-color: #000;
|
731 |
transition: opacity .5s
|
732 |
}
|
733 |
|
734 |
+
.cmp-coming-soon-maintenance .fifty-layout input:checked+img,
|
735 |
+
.cmp-coming-soon-maintenance .theme-overlay .screenshots-nav div:hover {
|
736 |
opacity: 1
|
737 |
}
|
738 |
|
739 |
+
.cmp-coming-soon-maintenance .toggle,
|
740 |
+
.cmp-coming-soon-maintenance .toggle:after,
|
741 |
+
.cmp-coming-soon-maintenance .toggle:before {
|
742 |
-webkit-transition: all .2s ease-in-out
|
743 |
}
|
744 |
|
745 |
+
.cmp-coming-soon-maintenance .theme-overlay .screenshots-nav .left {
|
746 |
float: left
|
747 |
}
|
748 |
|
749 |
+
.cmp-coming-soon-maintenance .theme-overlay .screenshots-nav .right {
|
750 |
float: right
|
751 |
}
|
752 |
|
753 |
+
.cmp-coming-soon-maintenance .theme-description ul {
|
754 |
list-style: none;
|
755 |
padding-left: 2em
|
756 |
}
|
757 |
|
758 |
+
.cmp-coming-soon-maintenance .theme-description h4,
|
759 |
+
.cmp-coming-soon-maintenance .theme-description li {
|
760 |
font-size: 13px
|
761 |
}
|
762 |
|
763 |
+
.cmp-coming-soon-maintenance .theme-description .supported i {
|
764 |
color: green
|
765 |
}
|
766 |
|
767 |
+
.cmp-coming-soon-maintenance .theme-description .not-supported i {
|
768 |
color: red
|
769 |
}
|
770 |
|
771 |
+
.cmp-coming-soon-maintenance .wp-list-table .column-id {
|
772 |
width: 5%
|
773 |
}
|
774 |
|
775 |
+
.cmp-coming-soon-maintenance .cmp-status {
|
776 |
margin-bottom: 3em
|
777 |
}
|
778 |
|
779 |
+
.cmp-coming-soon-maintenance .toggle {
|
780 |
position: relative;
|
781 |
width: 200px;
|
782 |
height: 30px;
|
788 |
border-radius: 15px
|
789 |
}
|
790 |
|
791 |
+
.cmp-coming-soon-maintenance .toggle:after,
|
792 |
+
.cmp-coming-soon-maintenance .toggle:before {
|
793 |
position: absolute;
|
794 |
line-height: 30px;
|
795 |
font-size: 14px;
|
798 |
transition: all .2s ease-in-out
|
799 |
}
|
800 |
|
801 |
+
.cmp-coming-soon-maintenance input[type=checkbox].toggle-checkbox {
|
802 |
display: none
|
803 |
}
|
804 |
|
805 |
+
.cmp-coming-soon-maintenance .toggle_handler {
|
806 |
display: inline-block;
|
807 |
position: relative;
|
808 |
z-index: 1;
|
818 |
border-radius: 10px 0 0 10px
|
819 |
}
|
820 |
|
821 |
+
.cmp-coming-soon-maintenance .toggle-checkbox:checked+.toggle .toggle_handler {
|
822 |
width: 90px;
|
823 |
-webkit-transform: translateX(100px);
|
824 |
transform: translateX(100px);
|
826 |
border-radius: 0 10px 10px 0
|
827 |
}
|
828 |
|
829 |
+
.cmp-coming-soon-maintenance .toggle-wrapper:hover .toggle_handler {
|
830 |
background: #e74c3c
|
831 |
}
|
832 |
|
833 |
+
.cmp-coming-soon-maintenance .toggle-wrapper:hover .toggle-checkbox:checked+.toggle .toggle_handler {
|
834 |
background: #2ecc71
|
835 |
}
|
836 |
|
837 |
+
.cmp-coming-soon-maintenance .toggle:before {
|
838 |
content: "Disabled";
|
839 |
left: 22px;
|
840 |
color: #fff
|
841 |
}
|
842 |
|
843 |
+
.cmp-coming-soon-maintenance .toggle-checkbox:checked+.toggle:before,
|
844 |
+
.cmp-coming-soon-maintenance .toggle:after {
|
845 |
color: #23282d
|
846 |
}
|
847 |
|
848 |
+
.cmp-coming-soon-maintenance .toggle:after {
|
849 |
content: "Enabled";
|
850 |
right: 26px
|
851 |
}
|
852 |
|
853 |
+
.cmp-coming-soon-maintenance .toggle-checkbox:checked+.toggle:after {
|
854 |
color: #fff
|
855 |
}
|
856 |
|
857 |
+
.cmp-coming-soon-maintenance .fifty-layout label {
|
858 |
display: block;
|
859 |
position: relative;
|
860 |
padding-bottom: 1em;
|
861 |
margin-top: 1em
|
862 |
}
|
863 |
|
864 |
+
.cmp-coming-soon-maintenance .fifty-layout input {
|
865 |
visibility: hidden;
|
866 |
position: absolute;
|
867 |
margin: 0
|
868 |
}
|
869 |
|
870 |
+
.cmp-coming-soon-maintenance .fifty-layout img {
|
871 |
display: block;
|
872 |
opacity: .3;
|
873 |
outline: solid 1px;
|
876 |
margin-top: 5px;
|
877 |
}
|
878 |
|
879 |
+
.cmp-coming-soon-maintenance .cmp-sidebar-wrapper {
|
880 |
display: inline-block;
|
881 |
width: calc(100% - 6em - 920px);
|
882 |
max-width: 350px;
|
887 |
text-align: center
|
888 |
}
|
889 |
|
890 |
+
.cmp-coming-soon-maintenance .cmp-sidebar-wrapper .widget {
|
891 |
padding: 2em;
|
892 |
border: 1px solid #dedede;
|
893 |
background: #fff
|
894 |
}
|
895 |
|
896 |
+
.cmp-coming-soon-maintenance .widget.donate img {
|
897 |
max-width: 50px
|
898 |
}
|
899 |
|
900 |
+
.cmp-coming-soon-maintenance .widget.donate img.niteo-logo {
|
901 |
max-width: 120px
|
902 |
}
|
903 |
|
904 |
+
.cmp-coming-soon-maintenance .cmp-rate-us .button,
|
905 |
+
.cmp-coming-soon-maintenance .cmp-rate-us a {
|
906 |
display: block;
|
907 |
text-align: center
|
908 |
}
|
909 |
|
910 |
+
.cmp-coming-soon-maintenance .cmp-rate-us a {
|
911 |
padding: 1em 0
|
912 |
}
|
913 |
|
914 |
+
.cmp-coming-soon-maintenance .cmp-rate-us .button {
|
915 |
max-width: 150px;
|
916 |
margin: 0 auto 1em
|
917 |
}
|
918 |
|
919 |
+
.cmp-coming-soon-maintenance .cmp-rate-us form {
|
920 |
text-align: center
|
921 |
}
|
922 |
|
923 |
+
.cmp-coming-soon-maintenance .subscribers .column-id {
|
924 |
width: 5%
|
925 |
}
|
926 |
|
927 |
@media screen and (max-width:1450px) {
|
928 |
+
.cmp-coming-soon-maintenance .cmp-inputs-wrapper {
|
929 |
min-width: 70%
|
930 |
}
|
931 |
+
.cmp-coming-soon-maintenance .cmp-sidebar-wrapper {
|
932 |
width: calc(30% - 2em + 7px)
|
933 |
}
|
934 |
+
.cmp-coming-soon-maintenance .theme-wrapper,
|
935 |
+
.cmp-coming-soon-maintenance .theme-wrapper.premium {
|
936 |
width: calc(50% - 3em - 5px)
|
937 |
}
|
938 |
}
|
939 |
|
940 |
@media screen and (max-width:1270px) {
|
941 |
+
.cmp-coming-soon-maintenance .cmp-inputs-wrapper {
|
942 |
min-width: 100%
|
943 |
}
|
944 |
}
|
945 |
|
946 |
@media screen and (max-width:1110px) {
|
947 |
+
.cmp-coming-soon-maintenance .theme-wrapper,
|
948 |
+
.cmp-coming-soon-maintenance .theme-wrapper.premium {
|
949 |
margin-right: 0;
|
950 |
width: calc(100% - 5px)
|
951 |
}
|
952 |
+
.cmp-coming-soon-maintenance .table-wrapper th {
|
953 |
display: block
|
954 |
}
|
955 |
+
.cmp-coming-soon-maintenance .cmp-sidebar-wrapper .widget {
|
956 |
padding: 1em
|
957 |
}
|
958 |
|
|
|
|
|
|
|
|
|
959 |
}
|
960 |
|
961 |
@media screen and (max-width:1024px) {
|
962 |
+
.cmp-coming-soon-maintenance .table-wrapper table {
|
963 |
width: 100%
|
964 |
}
|
965 |
+
.cmp-coming-soon-maintenance .table-wrapper th {
|
966 |
width: 140px
|
967 |
}
|
968 |
|
970 |
}
|
971 |
|
972 |
@media screen and (max-width:782px) {
|
973 |
+
.cmp-coming-soon-maintenance .social-inputs input[type=checkbox]:checked:before {
|
974 |
margin: -1px 0 0 -4px
|
975 |
}
|
976 |
+
.cmp-coming-soon-maintenance .cmp-inputs-wrapper,
|
977 |
+
.cmp-coming-soon-maintenance .cmp-sidebar-wrapper {
|
978 |
display: block;
|
979 |
max-width: 100%;
|
980 |
width: 100%;
|
981 |
margin: 0
|
982 |
}
|
983 |
+
.cmp-coming-soon-maintenance .cmp-sidebar-wrapper .widget {
|
984 |
padding: 2em;
|
985 |
margin-bottom: 1em!important
|
986 |
}
|
987 |
|
988 |
+
.cmp-coming-soon-maintenance .theme-overlay .theme-info,
|
989 |
+
.cmp-coming-soon-maintenance .theme-overlay .theme-screenshots {
|
990 |
width: 100%;
|
991 |
float: none
|
992 |
}
|
993 |
+
.cmp-coming-soon-maintenance input[type=text],
|
994 |
+
.cmp-coming-soon-maintenance textarea {
|
995 |
font-size: 13px
|
996 |
}
|
997 |
}
|
998 |
|
999 |
@media screen and (max-width:560px) {
|
1000 |
+
.cmp-coming-soon-maintenance .social-inputs .label:nth-of-type(2) {
|
1001 |
left: 50px
|
1002 |
}
|
1003 |
+
.cmp-coming-soon-maintenance .social-inputs .label:nth-of-type(3) {
|
1004 |
left: 105px
|
1005 |
}
|
1006 |
+
.cmp-coming-soon-maintenance .social-inputs p i {
|
1007 |
top: 22px
|
1008 |
}
|
1009 |
+
.cmp-coming-soon-maintenance .social-inputs input[type=checkbox] {
|
1010 |
top: 28px;
|
1011 |
left: 53px
|
1012 |
}
|
1013 |
+
.cmp-coming-soon-maintenance .social-inputs label {
|
1014 |
padding-left: 55px
|
1015 |
}
|
1016 |
+
.cmp-coming-soon-maintenance .social-inputs input[type=text] {
|
1017 |
margin-left: 55px;
|
1018 |
width: calc(100% - 55px)
|
1019 |
}
|
1020 |
}
|
|
|
1021 |
|
css/cmp-settings-style.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
#wpwrap{overflow-x:hidden}.no-margin{margin:0}.cmp-settings-wrapper{position:relative;margin-top:1em}.wrapper-disabled{opacity:.4}.comingsoon-error,.comingsoon-success{padding:1em;width:calc(100% - 4em);border-left:4px solid red;background-color:#fff}.comingsoon-success{border-left:4px solid #00d221}.padding-bottom{padding-bottom:10px}.select2-container--default .select2-selection--single,input[type=text]{border:1px solid #d4d4d4;border-radius:4px;line-height:2.5em;height:2.5em;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.03);box-shadow:inset 0 1px 2px rgba(0,0,0,.03)}.select2-container .select2-selection--single{height:35px}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:35px}.select2-container--default .select2-selection--single .select2-selection__arrow{top:4px}.select2-container:not(.select2-container--open){width:100%!important}input[type=range]{display:block;-webkit-appearance:none;background-color:#dedede;width:100%;height:5px;border-radius:5px;margin:10px auto 0;outline:0}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background-color:#0085ba;width:17px;height:17px;border-radius:50%;border:1px solid #d4d4d4;cursor:pointer;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}input[type=range]::-webkit-slider-thumb:hover{background-color:#006799;border:2px solid #0085ba}input[type=range]::-webkit-slider-thumb:active{-webkit-transform:scale(1.2);transform:scale(1.2)}input[type=text],textarea{width:100%}#niteoCS_countdown_redirect,#niteoCS_countdown_text,.table-wrapper.content,.table-wrapper.install,.table-wrapper.seo,.table-wrapper.theme-setup{display:none}.wp-upload-form.cmp{padding:4em;display:block}.cmp-status legend{width:95%;padding:10px;cursor:pointer}.cmp-status .active{background-color:#ddd}.redirect{margin-bottom:0}.help-settings,.subscribers-settings,.table-wrapper,.translate-settings{background-color:#fff;border:1px solid #dedede;margin:0 0 1em;max-width:920px}div.custom_css{padding-bottom:2em;padding-right:3em;background:white;border:1px solid #dedede}.CodeMirror-wrap{border-right:1px solid #dedede}.custom_css .cmp-submit{padding-left:1em;border-top:1px solid #dedede;padding-top:2em}.cmp-inputs-wrapper .translation input,.cmp-inputs-wrapper .translation textarea{width:100%}.cmp-inputs-wrapper{display:inline-block;max-width:920px;min-width:920px}.table-wrapper.closed table,.translate-settings tfoot{display:none}.help-settings,.subscribers-settings,.translate-settings{max-width:calc(920px - 2em);min-width:calc(920px - 2em);padding:1em}.table-wrapper h3,.custom_css h3{position:relative;padding:.5em 0 .5em 1em;margin:0;border-bottom:1px solid #dedede;text-align:left}#unsplash-media,.background-media td fieldset,.cmp-logo-switch.graphic{padding-top:1em}.table-wrapper h3:not(.no-icon):not(.notice-title):not(#heading-example)::after{font-family:fontAwesome;content:"\f147";position:absolute;right:10px;font-weight:400;opacity:.6;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#niteoCS-text-logo,.theme-title,th label{font-weight:600}.table-wrapper.closed h3:not(.no-icon):not(.notice-title)::after{content:"\f196"}.table-wrapper h4{margin:0}.table-wrapper table{padding:1em;height:auto;width:90%}.table-wrapper .theme-selector{width:100%}.table-wrapper select{margin-bottom:10px;width:100%}.table-wrapper td{width:100%;max-width:600px;margin-bottom:1em;display:block}#unsplash_img,.table-wrapper td.theme-selector{max-width:100%}.table-wrapper th{vertical-align:top;width:180px;text-align:left}#delete-banner,#delete-favicon,#delete-logo,#delete-video-thumb{display:none}.social-media{margin-top:0;margin-bottom:3em}.social-inputs{position:relative}.social-inputs .label{display:none;font-weight:600;position:absolute;top:-20px;left:-8px}#niteoCS-text-logo{border:none;-webkit-box-shadow:none;box-shadow:none;font-size:3em}.social-description{margin-top:0}.social-inputs .label:nth-of-type(2){left:62px}.social-inputs .label:nth-of-type(3){left:148px}.social-media li{display:inline-block;padding-right:1.5em;padding-bottom:1em}.social-media i{font-size:2.45em;cursor:pointer}.social-media i.active{color:#d54e21}.social-inputs li{display:none;width:100%}.social-inputs li.active{display:inline-block}#custom_content_font,#custom_headings_font,.unsplash-feed{display:none}.social-inputs p{position:relative;padding-left:50px;height:50px}.social-inputs p i{position:absolute;left:0;top:20px;font-size:30px;width:30px;cursor:move}.theme-details,.toggle{cursor:pointer}.social-inputs label{padding-left:100px}.social-inputs input[type=text]{margin-left:100px;width:calc(100% - 100px)}.social-inputs input[type=checkbox]{position:absolute;width:26px;height:26px;top:23px;left:65px}.social-inputs input[type=checkbox]:checked:before{margin:3px 0 0 1px}#unsplash_img{display:none}.color-preview,.gradient-preview,.pattern-wrapper{background-repeat:repeat;height:200px;border:1px solid #ededed;margin-top:1em}.theme-overlay .screenshot,.thumbnail-holder{position:relative;background-size:cover;background-repeat:no-repeat;background-position:center}.video-wrapper{position:relative;width:100%;margin-top:1em}#add-pattern{margin-bottom:1em}.info{font-size:12px}.nav-tab i{padding-right:3px}.banner-wrapper,.favicon-wrapper,.logo-wrapper{margin:1em 0}.favicon-wrapper img,.logo-wrapper img{background-color:#efefef;padding:1em}.favicon-wrapper img{max-width:32px}.background-media img,.logo-wrapper img{max-width:100%;width:100%}.logo-wrapper img{max-height:150px;width:auto}#font-example-wrapper{padding:1em;border:1px solid #dedede;overflow:hidden}#heading-example{border-bottom:none;line-height:1.5;padding:0}.font-selector td:first-of-type{padding-bottom:2em}.font-selector fieldset{padding:.5em 0}.theme-wrapper{display:inline-block;margin:2em 1em 2em 0;width:calc(33.33% - 1.5em + 6px);text-align:center;border:1px solid #efefef;border-radius:6px;position:relative}.theme-wrapper:nth-of-type(3n){margin-right:0}.theme-wrapper.active{background-color:#ddd}.thumbnail-holder{width:100%;border-top-left-radius:5px;border-top-right-radius:5px}.thumbnail-holder::before{content:'';display:block;padding-top:56.25%;-webkit-transition:background-color .1s;transition:background-color .1s;border-top-left-radius:5px;border-top-right-radius:5px}.theme-wrapper:hover .thumbnail-holder::before{background-color:rgba(0,0,0,.7)}.toggle,.toggle-wrapper{display:inline-block}.theme-title{float:left;text-transform:uppercase}.theme-version{float:right}.theme-wrapper .hide:not(.selected){opacity:0;-webkit-transition:opacity .1s,background-color .1s;transition:opacity .1s,background-color .1s}.theme-wrapper:hover .hide{opacity:1;-webkit-transition:opacity .1s,background-color .1s;transition:opacity .1s,background-color .1s}.theme-inputs{position:absolute;bottom:-36px;right:0;left:0;padding:5px;height:2em;background:#656565;line-height:2em;padding-right:10px;color:white}.active .theme-inputs{background:#27ae60}.theme-inputs .italic{font-style:italic}.theme-wrapper .buttons-wrapper{position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.cmp-button,.cmp-preview,.theme-wrapper .button{height:28px;line-height:28px;padding:0 10px;min-width:80px;border-radius:3px;color:#fff!important;-moz-appearance:none;-webkit-appearance:none;-webkit-transition:background-color .5s;transition:background-color .5s;border:none!important;box-shadow:none;-webkit-box-shadow:none;text-shadow:none;text-transform:uppercase}.cmp-button.submit,.theme-actions .activate{background-color:#c0392b;color:#fff;border:none;-webkit-transition:background-color .5s;transition:background-color .5s}.theme-wrapper a.button:visited,.theme-wrapper a.button:focus{background:transparent;-webkit-box-shadow:none;box-shadow:none}.theme-wrapper a.button.theme-purchase{background-color:#ff3284}.cmp-button.submit:focus,.cmp-button.submit:hover,.theme-actions .activate:focus,.theme-actions .activate:hover{background-color:#e74c3c;color:#fff;border:none}.theme-wrapper .button{border:2px solid #ffffff!important;background:transparent;width:180px;line-height:2.5em;height:3em}.theme-wrapper .button.theme-select input[type=radio]{position:relative;background:transparent;border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.theme-wrapper .button.theme-select input[type=radio]::before{content:none}.theme-wrapper .button.theme-select input[type=radio]::after{content:'';font-family:fontAwesome;content:"\f096";position:absolute;top:3px;left:0;opacity:1;color:#fff}.theme-wrapper .selected.button.theme-select input[type=radio]::after{content:"\f046";color:#23282d}.theme-wrapper.active .button.theme-select input[type=radio]::after{content:"\f046"}.theme-wrapper .button:hover,.theme-wrapper a.button:hover{background:#fff;color:#23282d!important}.theme-wrapper .button.theme-select:hover input[type=radio]::after,.selected.button{color:#23282d!important}.theme-wrapper .theme-select,.theme-wrapper .theme-preview,.theme-wrapper .theme-purchase{margin-bottom:5px}.theme-wrapper .theme-select.selected{background-color:#32b2ff}.theme-wrapper .theme-details.button{line-height:0em}.cmp-preview{background-color:#2485bf!important}.cmp-preview:active,.cmp-preview:hover{background-color:#32b2ff!important}.theme-info .theme-purchase{width:auto;min-width:40%;height:55px;font-size:2em;background-color:#2c3e50;border:none}.theme-info .theme-purchase:focus,.theme-info .theme-purchase:hover{background-color:#34495e}.button i{margin-right:5px}.theme-purchase a,.theme-purchase a:hover,.theme-purchase a:visited{color:#fff;text-decoration:none}p.cmp-submit{margin:0;padding-top:0;font-weight:400;text-align:left}.theme-overlay .screenshot{-webkit-transition:background-image .2s ease-in-out;transition:background-image .2s ease-in-out}.theme-overlay .screenshots-nav{position:absolute;right:0;top:0;color:#fff;cursor:pointer}.theme-overlay .screenshots-nav div{width:40px;height:40px;background-color:#000;line-height:40px;opacity:.7;-webkit-transition:opacity .5s;transition:opacity .5s}.fifty-layout input:checked+img,.theme-overlay .screenshots-nav div:hover{opacity:1}.toggle,.toggle:after,.toggle:before{-webkit-transition:all .2s ease-in-out}.theme-overlay .screenshots-nav .left{float:left}.theme-overlay .screenshots-nav .right{float:right}.theme-description ul{list-style:none;padding-left:2em}.theme-description h4,.theme-description li{font-size:13px}.theme-description .supported i{color:green}.theme-description .not-supported i{color:red}.wp-list-table .column-id{width:5%}.cmp-status{margin-bottom:3em}.toggle{position:relative;width:200px;height:30px;font-weight:600;background:0 0;border:2px solid #f1f1f1;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border-radius:15px}.toggle:after,.toggle:before{position:absolute;line-height:30px;font-size:14px;z-index:2;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}input[type=checkbox].toggle-checkbox{display:none}.toggle_handler{display:inline-block;position:relative;z-index:1;background:#c0392b;width:90px;height:24px;top:3px;left:5px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform:translateX(0);transform:translateX(0);border-radius:10px 0 0 10px}.toggle-checkbox:checked+.toggle .toggle_handler{width:90px;-webkit-transform:translateX(100px);transform:translateX(100px);background:#27ae60;border-radius:0 10px 10px 0}.toggle-wrapper:hover .toggle_handler{background:#e74c3c}.toggle-wrapper:hover .toggle-checkbox:checked+.toggle .toggle_handler{background:#2ecc71}.toggle:before{content:"Disabled";left:22px;color:#fff}.toggle-checkbox:checked+.toggle:before,.toggle:after{color:#23282d}.toggle:after{content:"Enabled";right:26px}.toggle-checkbox:checked+.toggle:after{color:#fff}.fifty-layout label{display:block;position:relative;padding-bottom:1em;margin-top:1em}.fifty-layout input{visibility:hidden;position:absolute;margin:0}.fifty-layout img{display:block;opacity:.3;outline:solid 1px;padding:2px;margin-left:5px;margin-top:5px}.cmp-sidebar-wrapper{display:inline-block;width:calc(100% - 6em - 920px);max-width:350px;min-width:300px;margin-left:1em;padding-top:0;vertical-align:top;text-align:center}.cmp-sidebar-wrapper .widget{padding:2em;border:1px solid #dedede;background:#fff}.widget.donate img{max-width:50px}.widget.donate img.niteo-logo{max-width:120px}.cmp-rate-us .button,.cmp-rate-us a{display:block;text-align:center}.cmp-rate-us a{padding:1em 0}.cmp-rate-us .button{max-width:150px;margin:0 auto 1em}.cmp-rate-us form{text-align:center}.subscribers .column-id{width:5%}@media screen and (max-width:1450px){.cmp-inputs-wrapper{min-width:70%}.cmp-sidebar-wrapper{width:calc(30% - 2em + 7px)}.theme-wrapper,.theme-wrapper.premium{width:calc(50% - 3em - 5px)}}@media screen and (max-width:1270px){.cmp-inputs-wrapper{min-width:100%}}@media screen and (max-width:1110px){.theme-wrapper,.theme-wrapper.premium{margin-right:0;width:calc(100% - 5px)}.table-wrapper th{display:block}.cmp-sidebar-wrapper .widget{padding:1em}}@media screen and (max-width:1024px){.table-wrapper table{width:100%}.table-wrapper th{width:140px}}@media screen and (max-width:782px){.social-inputs input[type=checkbox]:checked:before{margin:-1px 0 0 -4px}.cmp-inputs-wrapper,.cmp-sidebar-wrapper{display:block;max-width:100%;width:100%;margin:0}.cmp-sidebar-wrapper .widget{padding:2em;margin-bottom:1em!important}.theme-overlay .theme-info,.theme-overlay .theme-screenshots{width:100%;float:none}input[type=text],textarea{font-size:13px}}@media screen and (max-width:560px){.social-inputs .label:nth-of-type(2){left:50px}.social-inputs .label:nth-of-type(3){left:105px}.social-inputs p i{top:22px}.social-inputs input[type=checkbox]{top:28px;left:53px}.social-inputs label{padding-left:55px}.social-inputs input[type=text]{margin-left:55px;width:calc(100% - 55px)}}}
|
1 |
+
.cmp-coming-soon-maintenance{overflow-x:hidden}.no-margin{margin:0}.cmp-coming-soon-maintenance .cmp-settings-wrapper{position:relative;margin-top:1em}.cmp-coming-soon-maintenance .wrapper-disabled{opacity:.4}.cmp-coming-soon-maintenance .comingsoon-error,.cmp-coming-soon-maintenance .comingsoon-success{padding:1em;width:calc(100% - 4em);border-left:4px solid red;background-color:#fff}.cmp-coming-soon-maintenance .comingsoon-success{border-left:4px solid #00d221}.cmp-coming-soon-maintenance .padding-bottom{padding-bottom:10px}.cmp-coming-soon-maintenance .select2-container--default .select2-selection--single,.cmp-coming-soon-maintenance input[type=text]{border:1px solid #d4d4d4;border-radius:4px;line-height:2.5em;height:2.5em;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.03);box-shadow:inset 0 1px 2px rgba(0,0,0,.03)}.cmp-coming-soon-maintenance .select2-container .select2-selection--single{height:35px}.cmp-coming-soon-maintenance .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:35px}.cmp-coming-soon-maintenance .select2-container--default .select2-selection--single .select2-selection__arrow{top:4px}.cmp-coming-soon-maintenance .select2-container:not(.select2-container--open){width:100%!important}.cmp-coming-soon-maintenance input[type=range]{display:block;-webkit-appearance:none;background-color:#dedede;width:100%;height:5px;border-radius:5px;margin:10px auto 0;outline:0}.cmp-coming-soon-maintenance input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background-color:#0085ba;width:17px;height:17px;border-radius:50%;border:1px solid #d4d4d4;cursor:pointer;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.cmp-coming-soon-maintenance input[type=range]::-webkit-slider-thumb:hover{background-color:#006799;border:2px solid #0085ba}.cmp-coming-soon-maintenance input[type=range]::-webkit-slider-thumb:active{-webkit-transform:scale(1.2);transform:scale(1.2)}.cmp-coming-soon-maintenance input[type=text],.cmp-coming-soon-maintenance textarea{width:100%}.cmp-coming-soon-maintenance #niteoCS_countdown_redirect,.cmp-coming-soon-maintenance #niteoCS_countdown_text,.cmp-coming-soon-maintenance .table-wrapper.content,.cmp-coming-soon-maintenance .table-wrapper.install,.cmp-coming-soon-maintenance .table-wrapper.seo,.cmp-coming-soon-maintenance .table-wrapper.theme-setup{display:none}.cmp-coming-soon-maintenance .wp-upload-form.cmp{padding:4em;display:block}.cmp-coming-soon-maintenance .cmp-status legend{width:95%;padding:10px;cursor:pointer}.cmp-coming-soon-maintenance .cmp-status .active{background-color:#ddd}.cmp-coming-soon-maintenance .redirect{margin-bottom:0}.cmp-coming-soon-maintenance .help-settings,.cmp-coming-soon-maintenance .subscribers-settings,.cmp-coming-soon-maintenance .table-wrapper,.cmp-coming-soon-maintenance .translate-settings{background-color:#fff;border:1px solid #dedede;margin:0 0 1em;max-width:920px}.cmp-coming-soon-maintenance div.custom_css{padding-bottom:2em;padding-right:3em;background:#fff;border:1px solid #dedede}.cmp-coming-soon-maintenance .CodeMirror-wrap{border-right:1px solid #dedede}.cmp-coming-soon-maintenance .custom_css .cmp-submit{padding-left:1em;border-top:1px solid #dedede;padding-top:2em}.cmp-coming-soon-maintenance .cmp-inputs-wrapper .translation input,.cmp-coming-soon-maintenance .cmp-inputs-wrapper .translation textarea{width:100%}.cmp-coming-soon-maintenance .cmp-inputs-wrapper{display:inline-block;max-width:920px;min-width:920px}.cmp-coming-soon-maintenance .table-wrapper.closed table,.cmp-coming-soon-maintenance .translate-settings tfoot{display:none}.cmp-coming-soon-maintenance .help-settings,.cmp-coming-soon-maintenance .subscribers-settings,.cmp-coming-soon-maintenance .translate-settings{max-width:calc(920px - 2em);min-width:calc(920px - 2em);padding:1em}.cmp-coming-soon-maintenance .custom_css h3,.cmp-coming-soon-maintenance .table-wrapper h3{position:relative;padding:.5em 0 .5em 1em;margin:0;border-bottom:1px solid #dedede;text-align:left}.cmp-coming-soon-maintenance #unsplash-media,.cmp-coming-soon-maintenance .background-media td fieldset,.cmp-coming-soon-maintenance .cmp-logo-switch.graphic{padding-top:1em}.cmp-coming-soon-maintenance .table-wrapper h3:not(.no-icon):not(.notice-title):not(#heading-example)::after{font-family:fontAwesome;content:"\f147";position:absolute;right:10px;font-weight:400;opacity:.6;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cmp-coming-soon-maintenance #niteoCS-text-logo,.cmp-coming-soon-maintenance .theme-title,.cmp-coming-soon-maintenance th label{font-weight:600}.cmp-coming-soon-maintenance .table-wrapper.closed h3:not(.no-icon):not(.notice-title)::after{content:"\f196"}.cmp-coming-soon-maintenance .table-wrapper h4{margin:0}.cmp-coming-soon-maintenance .table-wrapper table{padding:1em;height:auto;width:90%}.cmp-coming-soon-maintenance .table-wrapper .theme-selector{width:100%}.cmp-coming-soon-maintenance .table-wrapper select{margin-bottom:10px;width:100%}.cmp-coming-soon-maintenance .table-wrapper td{width:100%;max-width:600px;margin-bottom:1em;display:block}.cmp-coming-soon-maintenance #unsplash_img,.cmp-coming-soon-maintenance .table-wrapper td.theme-selector{max-width:100%}.cmp-coming-soon-maintenance .table-wrapper th{vertical-align:top;width:180px;text-align:left}.cmp-coming-soon-maintenance #delete-banner,.cmp-coming-soon-maintenance #delete-favicon,.cmp-coming-soon-maintenance #delete-logo,.cmp-coming-soon-maintenance #delete-video-thumb{display:none}.cmp-coming-soon-maintenance .social-media{margin-top:0;margin-bottom:3em}.cmp-coming-soon-maintenance .social-inputs{position:relative}.cmp-coming-soon-maintenance .social-inputs .label{display:none;font-weight:600;position:absolute;top:-20px;left:-8px}.cmp-coming-soon-maintenance #niteoCS-text-logo{border:none;-webkit-box-shadow:none;box-shadow:none;font-size:3em}.cmp-coming-soon-maintenance .social-description{margin-top:0}.cmp-coming-soon-maintenance .social-inputs .label:nth-of-type(2){left:62px}.cmp-coming-soon-maintenance .social-inputs .label:nth-of-type(3){left:148px}.cmp-coming-soon-maintenance .social-media li{display:inline-block;padding-right:1.5em;padding-bottom:1em}.cmp-coming-soon-maintenance .social-media i{font-size:2.45em;cursor:pointer}.cmp-coming-soon-maintenance .social-media i.active{color:#d54e21}.cmp-coming-soon-maintenance .social-inputs li{display:none;width:100%}.cmp-coming-soon-maintenance .social-inputs li.active{display:inline-block}.cmp-coming-soon-maintenance #custom_content_font,.cmp-coming-soon-maintenance #custom_headings_font,.cmp-coming-soon-maintenance #unsplash_img,.cmp-coming-soon-maintenance .unsplash-feed{display:none}.cmp-coming-soon-maintenance .social-inputs p{position:relative;padding-left:50px;height:50px}.cmp-coming-soon-maintenance .social-inputs p i{position:absolute;left:0;top:20px;font-size:30px;width:30px;cursor:move}.cmp-coming-soon-maintenance .theme-details,.cmp-coming-soon-maintenance .toggle{cursor:pointer}.cmp-coming-soon-maintenance .social-inputs label{padding-left:100px}.cmp-coming-soon-maintenance .social-inputs input[type=text]{margin-left:100px;width:calc(100% - 100px)}.cmp-coming-soon-maintenance .social-inputs input[type=checkbox]{position:absolute;width:26px;height:26px;top:23px;left:65px}.cmp-coming-soon-maintenance .social-inputs input[type=checkbox]:checked:before{margin:3px 0 0 1px}.cmp-coming-soon-maintenance .color-preview,.cmp-coming-soon-maintenance .gradient-preview,.cmp-coming-soon-maintenance .pattern-wrapper{background-repeat:repeat;height:200px;border:1px solid #ededed;margin-top:1em}.cmp-coming-soon-maintenance .theme-overlay .screenshot,.cmp-coming-soon-maintenance .thumbnail-holder{position:relative;background-size:cover;background-repeat:no-repeat;background-position:center}.cmp-coming-soon-maintenance .video-wrapper{position:relative;width:100%;margin-top:1em}.cmp-coming-soon-maintenance #add-pattern{margin-bottom:1em}.cmp-coming-soon-maintenance .info{font-size:12px}.cmp-coming-soon-maintenance .nav-tab i{padding-right:3px}.cmp-coming-soon-maintenance .banner-wrapper,.cmp-coming-soon-maintenance .favicon-wrapper,.cmp-coming-soon-maintenance .logo-wrapper{margin:1em 0}.cmp-coming-soon-maintenance .favicon-wrapper img,.cmp-coming-soon-maintenance .logo-wrapper img{background-color:#efefef;padding:1em}.cmp-coming-soon-maintenance .favicon-wrapper img{max-width:32px}.cmp-coming-soon-maintenance .background-media img,.cmp-coming-soon-maintenance .logo-wrapper img{max-width:100%;width:100%}.cmp-coming-soon-maintenance .logo-wrapper img{max-height:150px;width:auto}.cmp-coming-soon-maintenance #font-example-wrapper{padding:1em;border:1px solid #dedede;overflow:hidden}.cmp-coming-soon-maintenance #heading-example{border-bottom:none;line-height:1.5;padding:0}.cmp-coming-soon-maintenance .font-selector td:first-of-type{padding-bottom:2em}.cmp-coming-soon-maintenance .font-selector fieldset{padding:.5em 0}.cmp-coming-soon-maintenance .theme-wrapper{display:inline-block;margin:2em 1em 2em 0;width:calc(33.33% - 1.5em + 6px);text-align:center;border:1px solid #efefef;border-radius:6px;position:relative}.cmp-coming-soon-maintenance .theme-wrapper:nth-of-type(3n){margin-right:0}.cmp-coming-soon-maintenance .theme-wrapper.active{background-color:#ddd}.cmp-coming-soon-maintenance .thumbnail-holder{width:100%;border-top-left-radius:5px;border-top-right-radius:5px}.cmp-coming-soon-maintenance .thumbnail-holder::before{content:'';display:block;padding-top:56.25%;-webkit-transition:background-color .1s;transition:background-color .1s;border-top-left-radius:5px;border-top-right-radius:5px}.cmp-coming-soon-maintenance .theme-wrapper:hover .thumbnail-holder::before{background-color:rgba(0,0,0,.7)}.cmp-coming-soon-maintenance .toggle,.cmp-coming-soon-maintenance .toggle-wrapper{display:inline-block}.cmp-coming-soon-maintenance .theme-title{float:left;text-transform:uppercase}.cmp-coming-soon-maintenance .theme-version{float:right}.cmp-coming-soon-maintenance .theme-wrapper .hide:not(.selected){opacity:0;-webkit-transition:opacity .1s,background-color .1s;transition:opacity .1s,background-color .1s}.cmp-coming-soon-maintenance .theme-wrapper:hover .hide{opacity:1;-webkit-transition:opacity .1s,background-color .1s;transition:opacity .1s,background-color .1s}.cmp-coming-soon-maintenance .theme-inputs{position:absolute;bottom:-36px;right:0;left:0;padding:5px 10px 5px 5px;height:2em;background:#656565;line-height:2em;color:#fff}.cmp-coming-soon-maintenance .active .theme-inputs{background:#27ae60}.cmp-coming-soon-maintenance .theme-inputs .italic{font-style:italic}.cmp-coming-soon-maintenance .theme-wrapper .buttons-wrapper{position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.cmp-coming-soon-maintenance .cmp-button,.cmp-coming-soon-maintenance .cmp-preview,.cmp-coming-soon-maintenance .theme-wrapper .button{height:28px;line-height:28px;padding:0 10px;min-width:80px;border-radius:3px;color:#fff!important;-moz-appearance:none;-webkit-appearance:none;-webkit-transition:background-color .5s;transition:background-color .5s;border:none!important;box-shadow:none;-webkit-box-shadow:none;text-shadow:none;text-transform:uppercase}.cmp-coming-soon-maintenance .cmp-button.submit,.cmp-coming-soon-maintenance .theme-actions .activate{background-color:#c0392b;color:#fff;border:none;-webkit-transition:background-color .5s;transition:background-color .5s}.cmp-coming-soon-maintenance .theme-wrapper a.button:focus,.cmp-coming-soon-maintenance .theme-wrapper a.button:visited{background:0 0;-webkit-box-shadow:none;box-shadow:none}.cmp-coming-soon-maintenance .theme-wrapper a.button.theme-purchase{background-color:#ff3284}.cmp-coming-soon-maintenance .cmp-button.submit:focus,.cmp-coming-soon-maintenance .cmp-button.submit:hover,.cmp-coming-soon-maintenance .theme-actions .activate:focus,.cmp-coming-soon-maintenance .theme-actions .activate:hover{background-color:#e74c3c;color:#fff;border:none}.cmp-coming-soon-maintenance .theme-wrapper .button{border:2px solid #fff!important;background:0 0;width:180px;line-height:2.5em;height:3em}.cmp-coming-soon-maintenance .theme-wrapper .button.theme-select input[type=radio]{position:relative;background:0 0;border:none;outline:0;-webkit-box-shadow:none;box-shadow:none}.cmp-coming-soon-maintenance .theme-wrapper .button.theme-select input[type=radio]::before{content:none}.cmp-coming-soon-maintenance .theme-wrapper .button.theme-select input[type=radio]::after{font-family:fontAwesome;content:"\f096";position:absolute;top:3px;left:0;opacity:1;color:#fff}.cmp-coming-soon-maintenance .theme-wrapper .selected.button.theme-select input[type=radio]::after{content:"\f046";color:#23282d}.cmp-coming-soon-maintenance .theme-wrapper.active .button.theme-select input[type=radio]::after{content:"\f046"}.cmp-coming-soon-maintenance .theme-wrapper .button:hover,.cmp-coming-soon-maintenance .theme-wrapper a.button:hover{background:#fff;color:#23282d!important}.cmp-coming-soon-maintenance .selected.button,.cmp-coming-soon-maintenance .theme-wrapper .button.theme-select:hover input[type=radio]::after{color:#23282d!important}.cmp-coming-soon-maintenance .theme-wrapper .theme-preview,.cmp-coming-soon-maintenance .theme-wrapper .theme-purchase,.cmp-coming-soon-maintenance .theme-wrapper .theme-select{margin-bottom:5px}.cmp-coming-soon-maintenance .theme-wrapper .theme-select.selected{background-color:#32b2ff}.cmp-coming-soon-maintenance .theme-wrapper .theme-details.button{line-height:0}.cmp-coming-soon-maintenance .cmp-preview{background-color:#2485bf!important}.cmp-coming-soon-maintenance .cmp-preview:active,.cmp-coming-soon-maintenance .cmp-preview:hover{background-color:#32b2ff!important}.cmp-coming-soon-maintenance .theme-info .theme-purchase{width:auto;min-width:40%;height:55px;font-size:2em;background-color:#2c3e50;border:none}.cmp-coming-soon-maintenance .theme-info .theme-purchase:focus,.cmp-coming-soon-maintenance .theme-info .theme-purchase:hover{background-color:#34495e}.cmp-coming-soon-maintenance .button i{margin-right:5px}.cmp-coming-soon-maintenance .theme-purchase a,.cmp-coming-soon-maintenance .theme-purchase a:hover,.cmp-coming-soon-maintenance .theme-purchase a:visited{color:#fff;text-decoration:none}.cmp-coming-soon-maintenance p.cmp-submit{margin:0;padding-top:0;font-weight:400;text-align:left}.cmp-coming-soon-maintenance .theme-overlay .screenshot{-webkit-transition:background-image .2s ease-in-out;transition:background-image .2s ease-in-out}.cmp-coming-soon-maintenance .theme-overlay .screenshots-nav{position:absolute;right:0;top:0;color:#fff;cursor:pointer}.cmp-coming-soon-maintenance .theme-overlay .screenshots-nav div{width:40px;height:40px;background-color:#000;line-height:40px;opacity:.7;-webkit-transition:opacity .5s;transition:opacity .5s}.cmp-coming-soon-maintenance .fifty-layout input:checked+img,.cmp-coming-soon-maintenance .theme-overlay .screenshots-nav div:hover{opacity:1}.cmp-coming-soon-maintenance .theme-overlay .screenshots-nav .left{float:left}.cmp-coming-soon-maintenance .theme-overlay .screenshots-nav .right{float:right}.cmp-coming-soon-maintenance .theme-description ul{list-style:none;padding-left:2em}.cmp-coming-soon-maintenance .theme-description h4,.cmp-coming-soon-maintenance .theme-description li{font-size:13px}.cmp-coming-soon-maintenance .theme-description .supported i{color:green}.cmp-coming-soon-maintenance .theme-description .not-supported i{color:red}.cmp-coming-soon-maintenance .wp-list-table .column-id{width:5%}.cmp-coming-soon-maintenance .cmp-status{margin-bottom:3em}.cmp-coming-soon-maintenance .toggle{position:relative;width:200px;height:30px;font-weight:600;background:0 0;border:2px solid #f1f1f1;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border-radius:15px}.cmp-coming-soon-maintenance .toggle:after,.cmp-coming-soon-maintenance .toggle:before{position:absolute;line-height:30px;font-size:14px;z-index:2;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.cmp-coming-soon-maintenance input[type=checkbox].toggle-checkbox{display:none}.cmp-coming-soon-maintenance .toggle_handler{display:inline-block;position:relative;z-index:1;background:#c0392b;width:90px;height:24px;top:3px;left:5px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform:translateX(0);transform:translateX(0);border-radius:10px 0 0 10px}.cmp-coming-soon-maintenance .toggle-checkbox:checked+.toggle .toggle_handler{width:90px;-webkit-transform:translateX(100px);transform:translateX(100px);background:#27ae60;border-radius:0 10px 10px 0}.cmp-coming-soon-maintenance .toggle-wrapper:hover .toggle_handler{background:#e74c3c}.cmp-coming-soon-maintenance .toggle-wrapper:hover .toggle-checkbox:checked+.toggle .toggle_handler{background:#2ecc71}.cmp-coming-soon-maintenance .toggle:before{content:"Disabled";left:22px;color:#fff}.cmp-coming-soon-maintenance .toggle-checkbox:checked+.toggle:before,.cmp-coming-soon-maintenance .toggle:after{color:#23282d}.cmp-coming-soon-maintenance .toggle:after{content:"Enabled";right:26px}.cmp-coming-soon-maintenance .toggle-checkbox:checked+.toggle:after{color:#fff}.cmp-coming-soon-maintenance .fifty-layout label{display:block;position:relative;padding-bottom:1em;margin-top:1em}.cmp-coming-soon-maintenance .fifty-layout input{visibility:hidden;position:absolute;margin:0}.cmp-coming-soon-maintenance .fifty-layout img{display:block;opacity:.3;outline:solid 1px;padding:2px;margin-left:5px;margin-top:5px}.cmp-coming-soon-maintenance .cmp-sidebar-wrapper{display:inline-block;width:calc(100% - 6em - 920px);max-width:350px;min-width:300px;margin-left:1em;padding-top:0;vertical-align:top;text-align:center}.cmp-coming-soon-maintenance .cmp-sidebar-wrapper .widget{padding:2em;border:1px solid #dedede;background:#fff}.cmp-coming-soon-maintenance .widget.donate img{max-width:50px}.cmp-coming-soon-maintenance .widget.donate img.niteo-logo{max-width:120px}.cmp-coming-soon-maintenance .cmp-rate-us .button,.cmp-coming-soon-maintenance .cmp-rate-us a{display:block;text-align:center}.cmp-coming-soon-maintenance .cmp-rate-us a{padding:1em 0}.cmp-coming-soon-maintenance .cmp-rate-us .button{max-width:150px;margin:0 auto 1em}.cmp-coming-soon-maintenance .cmp-rate-us form{text-align:center}.cmp-coming-soon-maintenance .subscribers .column-id{width:5%}@media screen and (max-width:1450px){.cmp-coming-soon-maintenance .cmp-inputs-wrapper{min-width:70%}.cmp-coming-soon-maintenance .cmp-sidebar-wrapper{width:calc(30% - 2em + 7px)}.cmp-coming-soon-maintenance .theme-wrapper,.cmp-coming-soon-maintenance .theme-wrapper.premium{width:calc(50% - 3em - 5px)}}@media screen and (max-width:1270px){.cmp-coming-soon-maintenance .cmp-inputs-wrapper{min-width:100%}}@media screen and (max-width:1110px){.cmp-coming-soon-maintenance .theme-wrapper,.cmp-coming-soon-maintenance .theme-wrapper.premium{margin-right:0;width:calc(100% - 5px)}.cmp-coming-soon-maintenance .table-wrapper th{display:block}.cmp-coming-soon-maintenance .cmp-sidebar-wrapper .widget{padding:1em}}@media screen and (max-width:1024px){.cmp-coming-soon-maintenance .table-wrapper table{width:100%}.cmp-coming-soon-maintenance .table-wrapper th{width:140px}}@media screen and (max-width:782px){.cmp-coming-soon-maintenance .social-inputs input[type=checkbox]:checked:before{margin:-1px 0 0 -4px}.cmp-coming-soon-maintenance .cmp-inputs-wrapper,.cmp-coming-soon-maintenance .cmp-sidebar-wrapper{display:block;max-width:100%;width:100%;margin:0}.cmp-coming-soon-maintenance .cmp-sidebar-wrapper .widget{padding:2em;margin-bottom:1em!important}.cmp-coming-soon-maintenance .theme-overlay .theme-info,.cmp-coming-soon-maintenance .theme-overlay .theme-screenshots{width:100%;float:none}.cmp-coming-soon-maintenance input[type=text],.cmp-coming-soon-maintenance textarea{font-size:13px}}@media screen and (max-width:560px){.cmp-coming-soon-maintenance .social-inputs .label:nth-of-type(2){left:50px}.cmp-coming-soon-maintenance .social-inputs .label:nth-of-type(3){left:105px}.cmp-coming-soon-maintenance .social-inputs p i{top:22px}.cmp-coming-soon-maintenance .social-inputs input[type=checkbox]{top:28px;left:53px}.cmp-coming-soon-maintenance .social-inputs label{padding-left:55px}.cmp-coming-soon-maintenance .social-inputs input[type=text]{margin-left:55px;width:calc(100% - 55px)}}
|
css/preview-iframe.css
CHANGED
@@ -11,7 +11,7 @@ iframe {
|
|
11 |
height: 100vh;
|
12 |
min-height: 100%;
|
13 |
background-color: rgba(0, 0, 0, 0.5);
|
14 |
-
opacity:
|
15 |
-webkit-transition: opacity 300ms ease-in-out;
|
16 |
transition: opacity 300ms ease-in-out;
|
17 |
}
|
11 |
height: 100vh;
|
12 |
min-height: 100%;
|
13 |
background-color: rgba(0, 0, 0, 0.5);
|
14 |
+
opacity: 0;
|
15 |
-webkit-transition: opacity 300ms ease-in-out;
|
16 |
transition: opacity 300ms ease-in-out;
|
17 |
}
|
img/thumbnails/eclipse/screenshot1.jpg
CHANGED
Binary file
|
img/thumbnails/eclipse/screenshot2.jpg
CHANGED
Binary file
|
img/thumbnails/fifty/screenshot1.jpg
CHANGED
Binary file
|
img/thumbnails/fifty/screenshot2.jpg
CHANGED
Binary file
|
img/thumbnails/frame/screenshot1.jpg
CHANGED
Binary file
|
img/thumbnails/orbit/screenshot1.jpg
CHANGED
Binary file
|
img/thumbnails/orbit/screenshot2.jpg
CHANGED
Binary file
|
img/thumbnails/orbit/screenshot3.jpg
CHANGED
Binary file
|
img/thumbnails/stylo/screenshot1.jpg
CHANGED
Binary file
|
img/thumbnails/stylo/screenshot2.jpg
CHANGED
Binary file
|
img/thumbnails/stylo/screenshot3.jpg
CHANGED
Binary file
|
img/thumbnails/stylo/screenshot4.jpg
CHANGED
Binary file
|
img/thumbnails/stylo/screenshot5.jpg
CHANGED
Binary file
|
niteo-cmp.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: CMP - Coming Soon & Maintenance Plugin
|
4 |
Plugin URI: https://wordpress.org/plugins/cmp-coming-soon-maintenance/
|
5 |
Description: Display customizable landing page for Coming Soon, Maintenance & Under Construction page.
|
6 |
-
Version: 2.6.
|
7 |
Author: NiteoThemes
|
8 |
Author URI: https://www.niteothemes.com
|
9 |
Text Domain: cmp-coming-soon-maintenance
|
@@ -18,7 +18,7 @@ class niteo_cmp {
|
|
18 |
public function __construct() {
|
19 |
$this->author = 'NiteoThemes';
|
20 |
$this->author_homepage = 'https://niteothemes.com';
|
21 |
-
$this->version = '2.6.
|
22 |
$this->dev = false;
|
23 |
$this->plugins_dir_path = plugin_dir_path( __DIR__ );
|
24 |
if ( $this->plugins_dir_path == './') {
|
3 |
Plugin Name: CMP - Coming Soon & Maintenance Plugin
|
4 |
Plugin URI: https://wordpress.org/plugins/cmp-coming-soon-maintenance/
|
5 |
Description: Display customizable landing page for Coming Soon, Maintenance & Under Construction page.
|
6 |
+
Version: 2.6.5
|
7 |
Author: NiteoThemes
|
8 |
Author URI: https://www.niteothemes.com
|
9 |
Text Domain: cmp-coming-soon-maintenance
|
18 |
public function __construct() {
|
19 |
$this->author = 'NiteoThemes';
|
20 |
$this->author_homepage = 'https://niteothemes.com';
|
21 |
+
$this->version = '2.6.5';
|
22 |
$this->dev = false;
|
23 |
$this->plugins_dir_path = plugin_dir_path( __DIR__ );
|
24 |
if ( $this->plugins_dir_path == './') {
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KV2JF
|
|
4 |
Tags: under construction, construction page, maintenance mode, landing page, launch page, launching, security, coming soon, customizable, offline, offline page, unavailable, free, unsplash, subscribe form
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.9
|
7 |
-
Stable tag: 2.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -112,12 +112,16 @@ CMP plugin offers premium features for free, no PRO versions! With blazing speed
|
|
112 |
<p>Everyone loves supports and great feedback! If you find our plugin helpful, you can go to wordpress.org and rate it! alternatively you can click on Donate button :)</p>
|
113 |
|
114 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
115 |
<h4>CMP 2.6.4 - sorry for this guys!</h4>
|
116 |
<ul>
|
117 |
<li>Reverting back the changes due to SiteOrigin plugin issues. Shortocodes for embeded local videos should be working tho!</li>
|
118 |
</ul>
|
119 |
|
120 |
-
|
121 |
<h4>CMP 2.6.3</h4>
|
122 |
<ul>
|
123 |
<li>Change in content generation to hopefully resolved issue with SiteOrigin and CMP content.</li>
|
4 |
Tags: under construction, construction page, maintenance mode, landing page, launch page, launching, security, coming soon, customizable, offline, offline page, unavailable, free, unsplash, subscribe form
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 2.6.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
112 |
<p>Everyone loves supports and great feedback! If you find our plugin helpful, you can go to wordpress.org and rate it! alternatively you can click on Donate button :)</p>
|
113 |
|
114 |
== Changelog ==
|
115 |
+
<h4>CMP 2.6.5 - maintenance update</h4>
|
116 |
+
<ul>
|
117 |
+
<li>Updated CMP admin style to resolve issue on with admin bar on small screens. - requested by @hubmacfan and @trifo13</li>
|
118 |
+
</ul>
|
119 |
+
|
120 |
<h4>CMP 2.6.4 - sorry for this guys!</h4>
|
121 |
<ul>
|
122 |
<li>Reverting back the changes due to SiteOrigin plugin issues. Shortocodes for embeded local videos should be working tho!</li>
|
123 |
</ul>
|
124 |
|
|
|
125 |
<h4>CMP 2.6.3</h4>
|
126 |
<ul>
|
127 |
<li>Change in content generation to hopefully resolved issue with SiteOrigin and CMP content.</li>
|
themes/hardwork/hardwork-theme.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
if ( method_exists ( $html, 'cmp_get_fonts' ) ) {
|
23 |
echo $html->cmp_get_fonts( $heading_font, $content_font );
|
24 |
}
|
25 |
-
|
26 |
?>
|
27 |
|
28 |
|
22 |
if ( method_exists ( $html, 'cmp_get_fonts' ) ) {
|
23 |
echo $html->cmp_get_fonts( $heading_font, $content_font );
|
24 |
}
|
25 |
+
|
26 |
?>
|
27 |
|
28 |
|