PluginProbe ʕ •ᴥ•ʔ
Hustle – Email Marketing, Lead Generation, Optins, Popups / 4.7.1.1
Hustle – Email Marketing, Lead Generation, Optins, Popups v4.7.1.1
7.8.14.2 7.8.14 7.8.14.1 7.8.13 7.8.13.1 trunk 3.0 3.1 3.1.1 3.1.2 3.1.3 3.1.4 4.3.2 4.4.4 4.4.5 4.4.5.1 4.4.5.4 4.6 4.6.1.1 4.6.1.4 4.7.0.2 4.7.0.3 4.7.0.7 4.7.0.9 4.7.1.0 4.7.1.1 4.8.0.0 5.0.0 5.0.1 5.0.1.1 5.0.1.2 5.1 5.1.1 5.1.2 5.1.3 5.1.3.1 5.1.3.2 5.1.4 5.1.5 6.0 6.0.1 6.0.2 6.0.3 6.0.4.2 6.0.5 6.0.6.1 6.0.7 6.0.8.1 6.0.9 7.0.0.1 7.0.2 7.0.3 7.0.4 7.1.0 7.1.1 7.2.0 7.2.1 7.3.0 7.3.1 7.3.3 7.3.5 7.3.6 7.3.7 7.4.0 7.4.1 7.4.11 7.4.13 7.4.13.1 7.4.2 7.4.3 7.4.4 7.4.5 7.4.5.1 7.4.5.2 7.4.6 7.4.7 7.5.0 7.6.0 7.6.1 7.6.3 7.6.4 7.6.6 7.7.0 7.7.1 7.8.0 7.8.1 7.8.10 7.8.10.1 7.8.10.2 7.8.11 7.8.12 7.8.12.1 7.8.2 7.8.3 7.8.4 7.8.5 7.8.6 7.8.7 7.8.8 7.8.9 7.8.9.1 7.8.9.2 7.8.9.3
wordpress-popup / css / popup-admin.css
wordpress-popup / css Last commit date
tpl 11 years ago vendor 11 years ago animate.css 11 years ago animate.min.css 11 years ago popup-admin.css 11 years ago popup-admin.min.css 11 years ago
popup-admin.css
1159 lines
1 /*====================================*\
2 ========================================
3 == ==
4 == GENERAL STYLES ==
5 == ==
6 ========================================
7 \*====================================*/
8 .post-type-inc_popup .status-icon {
9 color: #CCC;
10 width: 30px;
11 font-size: 16px;
12 line-height: 20px;
13 height: 20px;
14 }
15 .post-type-inc_popup .status-icon:before {
16 content: "\f153";
17 }
18 .post-type-inc_popup .status-active .status-icon,
19 .post-type-inc_popup .status-publish .status-icon {
20 color: #090;
21 font-size: 30px;
22 }
23 .post-type-inc_popup .status-active .status-icon:before,
24 .post-type-inc_popup .status-publish .status-icon:before {
25 content: "\f147";
26 }
27 .post-type-inc_popup .status-trash .status-icon:before {
28 content: "\f182";
29 }
30
31 select.block,
32 textarea.block,
33 input.block {
34 margin-left: 0;
35 margin-right: 0;
36 display: block;
37 width: 100%;
38 }
39
40 textarea.block {
41 height: 7.2em;
42 }
43
44 .wp-admin select {
45 vertical-align: top;
46 margin-top: 0;
47 }
48
49 .inp-small {
50 width: 75px;
51 }
52
53 .inp-row {
54 min-height: 32px;
55 }
56 .inp-row label.inp-height {
57 margin: 7px 0 0;
58 display: inline-block;
59 }
60
61 .inactive {
62 opacity: .35;
63 position: relative;
64 }
65 .inactive:before {
66 content: '';
67 position: absolute;
68 top: 0;
69 left: 0;
70 right: 0;
71 bottom: 0;
72 z-index: 10000;
73 }
74
75 .inactive-anim {
76 transition: opacity .3s;
77 }
78
79 fieldset {
80 border: 1px solid #DDD;
81 padding: 8px;
82 margin: 0 0 10px;
83 }
84 fieldset:last-child {
85 margin-bottom: 0;
86 }
87
88 div.msg-ok,
89 div.msg-err {
90 padding: 0 0.6em;
91 padding: 1px 12px;
92 background-color: #FAFAFA;
93 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
94 clear: both;
95 margin: 15px 0 0;
96 }
97
98 div.msg-ok {
99 border-left: 4px solid #7AD03A;
100 }
101
102 div.msg-err {
103 border-left: 4px solid #DD3D36;
104 }
105
106 /*==============================*\
107 ==================================
108 == ==
109 == SETTINGS ==
110 == ==
111 ==================================
112 \*==============================*/
113 .tbl-shortcodes {
114 margin-top: 20px;
115 max-width: 920px;
116 }
117 .tbl-shortcodes .flag {
118 width: 12%;
119 overflow: visible;
120 }
121 .tbl-shortcodes .flag [data-tooltip] {
122 text-align: center;
123 cursor: default;
124 }
125 .tbl-shortcodes .flag .wpmui-tip {
126 text-align: center;
127 min-width: 135px;
128 }
129 .tbl-shortcodes tbody .flag {
130 text-align: center;
131 }
132 .tbl-shortcodes tbody td {
133 border-bottom: 1px solid #F0F0F0;
134 }
135 .tbl-shortcodes tbody tr:hover td {
136 background: #FCFCFC;
137 }
138 .tbl-shortcodes .shortcode .icon:before {
139 content: "\f153";
140 color: #CCC;
141 font-size: 14px;
142 width: 24px;
143 display: inline-block;
144 }
145 .tbl-shortcodes .shortcode.sc-admin .sc-admin .icon:before, .tbl-shortcodes .shortcode.sc-front .sc-front .icon:before {
146 content: "\f147";
147 color: #000;
148 font-size: 24px;
149 }
150 .tbl-shortcodes .shortcode.sc-admin.sc-limited .sc-admin .icon:before, .tbl-shortcodes .shortcode.sc-front.sc-limited .load-front .icon:before {
151 color: #D90;
152 }
153 .tbl-shortcodes .legend {
154 float: left;
155 margin: 10px 10px 10px 0;
156 }
157 .tbl-shortcodes.load-footer .load-footer, .tbl-shortcodes.load-ajax .load-ajax, .tbl-shortcodes.load-front .load-front, .tbl-shortcodes.load-anonymous .load-anonymous {
158 background: #f0f0f0;
159 }
160
161 .tbl-addons tbody td,
162 .tbl-addons tbody th {
163 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
164 }
165 .tbl-addons code {
166 display: inline-block;
167 margin: 0 1px 1px 0;
168 font-size: 12px;
169 }
170 .tbl-addons .column-name {
171 width: 35%;
172 }
173 @media screen and (max-width: 900px) {
174 .tbl-addons .column-name {
175 width: 50%;
176 }
177 }
178
179 .locked td,
180 .locked th {
181 color: #AAA;
182 }
183 .locked td .locked-msg,
184 .locked th .locked-msg {
185 color: #333;
186 }
187 .locked td .locked-msg:before,
188 .locked th .locked-msg:before {
189 content: '- ';
190 }
191 .locked td .locked-msg:after,
192 .locked th .locked-msg:after {
193 content: ' -';
194 }
195
196 /*================================*\
197 ====================================
198 == ==
199 == POPUP LIST ==
200 == ==
201 ====================================
202 \*================================*/
203 .post-type-inc_popup {
204 /* Hide the date-filter which is always included by WordPress */
205 }
206 .post-type-inc_popup .view-switch {
207 display: none;
208 }
209 .post-type-inc_popup .tablenav .alignleft.actions #post-query-submit,
210 .post-type-inc_popup .tablenav .alignleft.actions select[name="m"] {
211 display: none;
212 }
213 .post-type-inc_popup [for="po_name-hide"] {
214 display: none;
215 }
216 .post-type-inc_popup .wp-list-table tbody td,
217 .post-type-inc_popup .wp-list-table tbody th {
218 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
219 padding-top: 15px;
220 padding-bottom: 15px;
221 }
222 .post-type-inc_popup .wp-list-table .column-po_order {
223 width: 10px;
224 }
225 .post-type-inc_popup .wp-list-table tbody tr:hover .column-po_order {
226 cursor: move;
227 cursor: ns-resize;
228 }
229 .post-type-inc_popup .wp-list-table tbody tr:hover .column-po_order:before {
230 content: "\f333";
231 width: 20px;
232 height: 20px;
233 font-size: 20px;
234 line-height: 1;
235 font-family: dashicons;
236 text-decoration: inherit;
237 font-weight: normal;
238 font-style: normal;
239 vertical-align: top;
240 text-align: center;
241 transition: color 0.1s ease-in 0ms;
242 -webkit-transition: color 0.1s ease-in 0ms;
243 -webkit-font-smoothing: antialiased;
244 }
245 .post-type-inc_popup .wp-list-table .column-po_name .the-title {
246 display: block;
247 white-space: nowrap;
248 overflow: hidden;
249 text-overflow: ellipsis;
250 font-weight: bold;
251 }
252 .post-type-inc_popup .wp-list-table .column-po_cond {
253 width: 55%;
254 }
255 @media screen and (max-width: 600px) {
256 .post-type-inc_popup .wp-list-table .column-po_cond {
257 width: 40%;
258 }
259 }
260 .post-type-inc_popup .wp-list-table .column-po_pos {
261 width: 30px;
262 text-align: center;
263 white-space: nowrap;
264 }
265 .post-type-inc_popup .wp-list-table .column-po_state {
266 width: 60px;
267 text-align: center;
268 }
269 .post-type-inc_popup .wp-list-table .rule,
270 .post-type-inc_popup .wp-list-table .rule-always {
271 color: #FFF;
272 padding: 1px 6px;
273 border-radius: 3px;
274 margin: 0 4px 1px 0;
275 font-size: 12px;
276 float: left;
277 }
278 .post-type-inc_popup .wp-list-table .rule {
279 background: #999;
280 }
281 .post-type-inc_popup .wp-list-table .rule-always {
282 background: #CCC;
283 }
284 .post-type-inc_popup .wp-list-table #the-list tr:nth-child(odd) {
285 background-color: #FFF !important;
286 }
287 .post-type-inc_popup .wp-list-table #the-list tr:nth-child(even) {
288 background-color: #F9F9F9 !important;
289 }
290 .post-type-inc_popup .wp-list-table tr.ui-sortable-helper {
291 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
292 }
293 .post-type-inc_popup .wp-list-table .ui-sortable-placeholder {
294 position: relative;
295 }
296 .post-type-inc_popup .wp-list-table .ui-sortable-placeholder .column-po_order:before {
297 content: 'X';
298 display: block;
299 position: absolute;
300 background: red;
301 width: 20px;
302 height: 20px;
303 }
304 .post-type-inc_popup .wp-list-table .ui-sortable-placeholder td {
305 background: #DDD;
306 height: 70px;
307 padding: 0;
308 }
309
310 /*============================*\
311 ================================
312 == ==
313 == EDITOR ==
314 == ==
315 ================================
316 \*============================*/
317 .sticky-submit #submitdiv.closed,
318 .sticky-submit #submitdiv {
319 position: fixed;
320 right: 0;
321 z-index: 10;
322 top: 0;
323 left: 160px;
324 box-shadow: 0 5px 7px -3px rgba(0, 0, 0, 0.2);
325 background: #F5F5F5;
326 }
327 .sticky-submit #submitdiv.closed .inside,
328 .sticky-submit #submitdiv .inside {
329 display: block;
330 }
331 .sticky-submit #submitdiv.closed .hndle,
332 .sticky-submit #submitdiv.closed .handlediv,
333 .sticky-submit #submitdiv .hndle,
334 .sticky-submit #submitdiv .handlediv {
335 display: none;
336 }
337 .sticky-submit #submitdiv.closed #misc-publishing-actions,
338 .sticky-submit #submitdiv #misc-publishing-actions {
339 display: none;
340 }
341 .sticky-submit #submitdiv.closed .sticky-actions,
342 .sticky-submit #submitdiv .sticky-actions {
343 padding: 10px;
344 }
345 .sticky-submit #submitdiv.closed .delete-action,
346 .sticky-submit #submitdiv .delete-action {
347 float: left;
348 }
349 .sticky-submit #submitdiv.closed .duplicate-action,
350 .sticky-submit #submitdiv.closed .save-action,
351 .sticky-submit #submitdiv.closed .preview-action,
352 .sticky-submit #submitdiv.closed .publishing-action,
353 .sticky-submit #submitdiv .duplicate-action,
354 .sticky-submit #submitdiv .save-action,
355 .sticky-submit #submitdiv .preview-action,
356 .sticky-submit #submitdiv .publishing-action {
357 float: right;
358 margin-right: 10px;
359 }
360 .sticky-submit #submitdiv.closed .do-duplicate,
361 .sticky-submit #submitdiv .do-duplicate {
362 margin: 0;
363 }
364 .sticky-submit.folded #submitdiv {
365 left: 36px;
366 }
367 @media only screen and (max-width: 900px) {
368 .sticky-submit.auto-fold #submitdiv {
369 left: 36px;
370 }
371 }
372 .sticky-submit #post-body {
373 margin-top: 75px;
374 }
375 @media screen and (max-width: 782px) {
376 .sticky-submit #submitdiv {
377 left: 0 !important;
378 top: 46px !important;
379 }
380 }
381 @media screen and (max-width: 600px) {
382 .sticky-submit #submitdiv {
383 left: 0 !important;
384 top: 0 !important;
385 }
386 }
387
388 .wp-toolbar .sticky-submit #submitdiv {
389 top: 32px;
390 }
391 .wp-toolbar .sticky-submit #post-body {
392 margin-top: 105px;
393 }
394
395 #submitdiv #minor-publishing-actions {
396 text-align: left;
397 padding: 20px 10px;
398 }
399 #submitdiv #major-publishing-actions {
400 z-index: 10;
401 position: relative;
402 }
403 #submitdiv .handlediv,
404 #submitdiv .hndle {
405 display: none;
406 }
407 #submitdiv .preview {
408 float: none;
409 }
410 #submitdiv .status {
411 float: right;
412 position: relative;
413 width: 100px;
414 top: -6px;
415 }
416 #submitdiv .status > label {
417 float: left;
418 line-height: 26px;
419 margin-right: 10px;
420 }
421 #submitdiv .status-hint-box {
422 float: right;
423 }
424 #submitdiv .status-switch {
425 width: 40px;
426 margin: 0;
427 padding: 0;
428 float: left;
429 }
430 #submitdiv .status-switch input {
431 position: absolute;
432 left: -3000px;
433 top: -3000px;
434 display: none;
435 }
436 #submitdiv .status-switch .label-active,
437 #submitdiv .status-switch .label-inactive {
438 position: absolute;
439 top: 18px;
440 right: 0;
441 left: 0;
442 text-align: left;
443 z-index: 0;
444 transition: all .3s;
445 }
446 #submitdiv .status-switch .status-box {
447 background: #AAA;
448 border-radius: 20px;
449 height: 16px;
450 padding: 0;
451 cursor: pointer;
452 display: block;
453 }
454 #submitdiv .status-switch .status-box .label-active {
455 display: none;
456 }
457 #submitdiv .status-switch .status-box .label-inactive {
458 display: block;
459 }
460 #submitdiv .status-switch .status-box .indicator {
461 width: 10px;
462 height: 10px;
463 position: absolute;
464 left: 3px;
465 top: 3px;
466 background: #FFF;
467 border-radius: 20px;
468 transition: right .2s, left .2s;
469 }
470 #submitdiv .status-switch input:checked + .status-box {
471 background: #3A3;
472 }
473 #submitdiv .status-switch input:checked + .status-box .indicator {
474 left: 26px;
475 }
476 #submitdiv .status-switch input:checked + .status-box .label-active {
477 display: block;
478 }
479 #submitdiv .status-switch input:checked + .status-box .label-inactive {
480 display: none;
481 }
482 #submitdiv .preview-action .spinner,
483 #submitdiv .publishing-action .spinner,
484 #submitdiv .save-action .spinner {
485 float: left;
486 }
487 #submitdiv .submitdelete.disabled {
488 color: #AAA !important;
489 cursor: default;
490 }
491 #submitdiv .delete-action {
492 line-height: 28px;
493 vertical-align: middle;
494 text-align: left;
495 float: left;
496 }
497 #submitdiv .publishing-action {
498 text-align: right;
499 float: right;
500 line-height: 23px;
501 }
502 #submitdiv .do-duplicate {
503 margin: 0 10px 0 0;
504 line-height: 28px;
505 display: inline-block;
506 }
507
508 .post-type-inc_popup #post #post-body-content {
509 height: 75px;
510 }
511 .post-type-inc_popup #post .columns-2 #postbox-container-1 {
512 padding-top: 75px;
513 }
514 .post-type-inc_popup #post #normal-sortables {
515 min-height: 0;
516 }
517 .post-type-inc_popup #post #titlediv label {
518 font-weight: bold;
519 margin: 5px 0;
520 display: block;
521 }
522 .post-type-inc_popup #post #titlediv #po_name {
523 width: 100%;
524 max-width: 800px;
525 }
526 .post-type-inc_popup #post .postbox-container .postbox {
527 clear: both;
528 }
529 .post-type-inc_popup #post .postbox-container #meta-appearance {
530 float: left;
531 width: 49%;
532 }
533 @media screen and (max-width: 900px) {
534 .post-type-inc_popup #post .postbox-container #meta-appearance {
535 width: 100%;
536 float: none;
537 }
538 }
539 .post-type-inc_popup #post .postbox-container #meta-behavior {
540 float: right;
541 width: 49%;
542 clear: none;
543 }
544 @media screen and (max-width: 900px) {
545 .post-type-inc_popup #post .postbox-container #meta-behavior {
546 width: 100%;
547 float: none;
548 }
549 }
550 .post-type-inc_popup #post .postbox-container #meta-content,
551 .post-type-inc_popup #post .postbox-container #meta-rules {
552 clear: both;
553 }
554 .post-type-inc_popup #post .content-main {
555 margin-right: 270px;
556 min-height: 400px;
557 }
558 .post-type-inc_popup #post .content-image {
559 position: absolute;
560 width: 250px;
561 top: 0;
562 right: 12px;
563 }
564 .post-type-inc_popup #post .content-image .featured-img {
565 width: 224px;
566 height: 224px;
567 margin: 10px 0;
568 background: #F8F8F8;
569 position: relative;
570 }
571 .post-type-inc_popup #post .content-image .featured-img .lbl-empty {
572 display: block;
573 height: 224px;
574 padding-top: 100px;
575 text-align: center;
576 }
577 .post-type-inc_popup #post .content-image .featured-img.has-image:hover .reset {
578 display: block;
579 }
580 .post-type-inc_popup #post .content-image img {
581 max-width: 100%;
582 max-height: 100%;
583 margin: 0 auto;
584 display: block;
585 }
586 .post-type-inc_popup #post .content-image .reset,
587 .post-type-inc_popup #post .content-image .reset .dashicons {
588 font-size: 13px;
589 text-decoration: none;
590 }
591 .post-type-inc_popup #post .content-image .reset .dashicons {
592 display: inline;
593 }
594 .post-type-inc_popup #post .content-image .reset {
595 position: absolute;
596 display: none;
597 z-index: 10;
598 margin-top: -36px;
599 background: rgba(255, 255, 255, 0.85);
600 padding: 5px;
601 height: 26px;
602 left: 0;
603 right: 0;
604 bottom: 0;
605 color: #666;
606 }
607 .post-type-inc_popup #post .content-image .reset:hover {
608 color: #000;
609 }
610 .post-type-inc_popup #post .img-pos {
611 text-align: center;
612 margin: 10px 0;
613 }
614 .post-type-inc_popup #post .img-pos .option {
615 display: inline-block;
616 background: #F1F1F1;
617 padding: 12px 10px;
618 text-align: left;
619 margin: 2px;
620 cursor: pointer;
621 position: relative;
622 overflow: hidden;
623 }
624 .post-type-inc_popup #post .img-pos .option:hover {
625 background: #DDD;
626 }
627 .post-type-inc_popup #post .img-pos .option .image {
628 color: #000;
629 padding: 4px;
630 display: inline-block;
631 border: 1px solid #666;
632 margin: -5px;
633 background: #FFF;
634 }
635 .post-type-inc_popup #post .img-pos .option .image.left {
636 margin-right: 0;
637 }
638 .post-type-inc_popup #post .img-pos .option .image.right {
639 margin-left: 0;
640 }
641 .post-type-inc_popup #post .img-pos .option.selected {
642 background: #0074A2;
643 color: #FFF;
644 }
645 .post-type-inc_popup #post .img-pos .option input {
646 position: absolute;
647 left: -30px;
648 top: -30px;
649 }
650 .post-type-inc_popup #post .add_image {
651 padding-left: 5px;
652 }
653 .post-type-inc_popup #post .add_image .add-image-icon:before {
654 color: #888;
655 }
656 .post-type-inc_popup #post h3.main-content {
657 padding-bottom: 10px;
658 }
659 .post-type-inc_popup #post .wpmui-toggle {
660 width: 40px;
661 }
662 .post-type-inc_popup #post .wpmui-toggle-label {
663 border: 0;
664 height: 16px;
665 background: #CCC;
666 }
667 .post-type-inc_popup #post .wpmui-toggle-inner {
668 display: none;
669 }
670 .post-type-inc_popup #post .wpmui-toggle-switch {
671 margin: 3px;
672 width: 10px;
673 height: 10px;
674 right: 24px;
675 border: 0;
676 box-shadow: none;
677 transition: right .2s;
678 }
679 .post-type-inc_popup #post .wpmui-toggle-checkbox:checked + .wpmui-toggle-label {
680 background: #3A3;
681 }
682 .post-type-inc_popup #post .wpmui-toggle-checkbox:checked + .wpmui-toggle-label .wpmui-toggle-switch {
683 right: 0;
684 }
685 .post-type-inc_popup #post .all-rules-box,
686 .post-type-inc_popup #post .active-rules-box {
687 border: 1px solid #E5E5E5;
688 height: 400px;
689 padding: 10px;
690 overflow: scroll;
691 overflow-x: hidden;
692 overflow-y: scroll;
693 background: #FDFDFD;
694 box-shadow: 0 1px 2px #F0F0F0 inset;
695 }
696 .post-type-inc_popup #post .all-rules,
697 .post-type-inc_popup #post .active-rules {
698 list-style: none;
699 margin: 0;
700 padding: 0;
701 }
702 .post-type-inc_popup #post .all-rules > li,
703 .post-type-inc_popup #post .active-rules > li {
704 padding: 5px;
705 margin: 0 0 5px;
706 line-height: 20px;
707 min-height: 30px;
708 border-radius: 2px;
709 border: 1px solid #E5E5E5;
710 background: #FEFEFE;
711 cursor: default;
712 position: relative;
713 }
714 .post-type-inc_popup #post .all-rules > li:last-child,
715 .post-type-inc_popup #post .active-rules > li:last-child {
716 margin: 0;
717 }
718 .post-type-inc_popup #post .all-rules > li:hover,
719 .post-type-inc_popup #post .active-rules > li:hover {
720 border-color: #AAA;
721 color: #000;
722 background: #FFF;
723 box-shadow: 0 1px 3px #E9E9E9;
724 }
725 .post-type-inc_popup #post .all-rules .wpmui-toggle,
726 .post-type-inc_popup #post .active-rules .wpmui-toggle {
727 margin: 2px 6px;
728 }
729 .post-type-inc_popup #post .all-rules .rule {
730 cursor: pointer;
731 }
732 .post-type-inc_popup #post .all-rules .rule.inactive {
733 cursor: default;
734 }
735 .post-type-inc_popup #post .all-rules .rule.on {
736 background: #F7FCFE;
737 border-color: #2EA2CC;
738 }
739 .post-type-inc_popup #post .active-rules .rule.off {
740 display: none !important;
741 }
742 .post-type-inc_popup #post .active-rules .rule-title {
743 background: #E5E5E5;
744 padding: 5px;
745 margin: -5px;
746 cursor: pointer;
747 }
748 .post-type-inc_popup #post .active-rules .rule-toggle {
749 position: absolute;
750 right: 0;
751 top: 0;
752 width: 30px;
753 height: 30px;
754 cursor: pointer;
755 border-left: 1px solid #DCDCDC;
756 }
757 .post-type-inc_popup #post .active-rules .rule-toggle:before {
758 content: '\f140';
759 line-height: 30px;
760 color: #333;
761 }
762 .post-type-inc_popup #post .active-rules .rule.open .rule-toggle:before {
763 content: '\f142';
764 }
765 .post-type-inc_popup #post .active-rules .rule-inner {
766 display: none;
767 margin-top: 10px;
768 padding: 3px;
769 }
770 .post-type-inc_popup #post .active-rules .rule-form {
771 margin-top: 5px;
772 padding-top: 5px;
773 }
774 .post-type-inc_popup #post .active-rules .rule.open .rule-inner {
775 display: block;
776 }
777 .post-type-inc_popup #post .col-colorpicker {
778 width: 41.66%;
779 min-width: 260px;
780 margin-bottom: 10px;
781 }
782 .post-type-inc_popup #post .wp-picker-container {
783 width: 260px;
784 }
785 .post-type-inc_popup #post .wp-picker-container * {
786 box-sizing: content-box;
787 }
788 .post-type-inc_popup #post .wp-picker-container .wp-picker-holder {
789 position: absolute;
790 z-index: 10;
791 }
792 .post-type-inc_popup #post .wp-picker-container .iris-picker {
793 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
794 }
795 .post-type-inc_popup #post hr {
796 margin: 16px -12px 6px;
797 border-top: 0;
798 border-bottom: 1px solid #EEE;
799 }
800 .post-type-inc_popup #post .col-all-rules {
801 width: 320px;
802 z-index: 2;
803 }
804 .post-type-inc_popup #post .col-active-rules {
805 float: none;
806 display: block;
807 z-index: 1;
808 }
809 .post-type-inc_popup #post .wpmui-toggle {
810 float: right;
811 margin: 6px;
812 }
813 .post-type-inc_popup #post .slider-wrap .slider {
814 margin: 15px 10px 5px;
815 }
816 .post-type-inc_popup #post .slider-wrap .slider-data {
817 padding-bottom: 10px;
818 border-bottom: 1px solid #EEE;
819 }
820
821 #poststuff .postbox label h3 {
822 border: 0;
823 padding: 0;
824 cursor: default;
825 }
826
827 /*============================*\
828 ================================
829 == ==
830 == SLIDER ==
831 == ==
832 ================================
833 \*============================*/
834 .ui-slider {
835 position: relative;
836 text-align: left;
837 }
838
839 .ui-slider .ui-slider-handle {
840 position: absolute;
841 z-index: 2;
842 width: 1.2em;
843 height: 1.2em;
844 cursor: default;
845 -ms-touch-action: none;
846 touch-action: none;
847 }
848
849 .ui-slider .ui-slider-range {
850 position: absolute;
851 z-index: 1;
852 font-size: .7em;
853 display: block;
854 border: 0;
855 background-position: 0 0;
856 }
857
858 /* For IE8 - See #6727 */
859 .ui-slider.ui-state-disabled .ui-slider-handle,
860 .ui-slider.ui-state-disabled .ui-slider-range {
861 -webkit-filter: inherit;
862 filter: inherit;
863 }
864
865 .ui-slider-horizontal {
866 height: .8em;
867 }
868
869 .ui-slider-horizontal .ui-slider-handle {
870 top: -.3em;
871 margin-left: -.6em;
872 }
873
874 .ui-slider-horizontal .ui-slider-range {
875 top: 0;
876 height: 100%;
877 }
878
879 .ui-slider-horizontal .ui-slider-range-min {
880 left: 0;
881 }
882
883 .ui-slider-horizontal .ui-slider-range-max {
884 right: 0;
885 }
886
887 .ui-slider-vertical {
888 width: .8em;
889 height: 100px;
890 }
891
892 .ui-slider-vertical .ui-slider-handle {
893 left: -.3em;
894 margin-left: 0;
895 margin-bottom: -.6em;
896 }
897
898 .ui-slider-vertical .ui-slider-range {
899 left: 0;
900 width: 100%;
901 }
902
903 .ui-slider-vertical .ui-slider-range-min {
904 bottom: 0;
905 }
906
907 .ui-slider-vertical .ui-slider-range-max {
908 top: 0;
909 }
910
911 /* Component containers
912 ----------------------------------*/
913 .ui-widget {
914 font-family: Verdana,Arial,sans-serif;
915 font-size: 1.1em;
916 }
917
918 .ui-widget .ui-widget {
919 font-size: 1em;
920 }
921
922 .ui-widget input,
923 .ui-widget select,
924 .ui-widget textarea,
925 .ui-widget button {
926 font-family: Verdana,Arial,sans-serif;
927 font-size: 1em;
928 }
929
930 .ui-widget-content {
931 border: 1px solid #aaaaaa;
932 background: #ffffff;
933 color: #222222;
934 }
935
936 .ui-widget-content a {
937 color: #222222;
938 }
939
940 .ui-widget-header {
941 border: 1px solid #aaaaaa;
942 background: #cccccc;
943 color: #222222;
944 font-weight: bold;
945 }
946
947 .ui-widget-header a {
948 color: #222222;
949 }
950
951 /* Interaction states
952 ----------------------------------*/
953 .ui-state-default,
954 .ui-widget-content .ui-state-default,
955 .ui-widget-header .ui-state-default {
956 border: 1px solid #d3d3d3;
957 background: #e6e6e6;
958 font-weight: normal;
959 color: #555555;
960 }
961
962 .ui-state-default a,
963 .ui-state-default a:link,
964 .ui-state-default a:visited {
965 color: #555555;
966 text-decoration: none;
967 }
968
969 .ui-state-hover,
970 .ui-widget-content .ui-state-hover,
971 .ui-widget-header .ui-state-hover,
972 .ui-state-focus,
973 .ui-widget-content .ui-state-focus,
974 .ui-widget-header .ui-state-focus {
975 border: 1px solid #999999;
976 background: #dadada;
977 font-weight: normal;
978 color: #212121;
979 }
980
981 .ui-state-hover a,
982 .ui-state-hover a:hover,
983 .ui-state-hover a:link,
984 .ui-state-hover a:visited,
985 .ui-state-focus a,
986 .ui-state-focus a:hover,
987 .ui-state-focus a:link,
988 .ui-state-focus a:visited {
989 color: #212121;
990 text-decoration: none;
991 }
992
993 .ui-state-active,
994 .ui-widget-content .ui-state-active,
995 .ui-widget-header .ui-state-active {
996 border: 1px solid #aaaaaa;
997 background: #ffffff;
998 font-weight: normal;
999 color: #212121;
1000 }
1001
1002 .ui-state-active a,
1003 .ui-state-active a:link,
1004 .ui-state-active a:visited {
1005 color: #212121;
1006 text-decoration: none;
1007 }
1008
1009 /* Interaction Cues
1010 ----------------------------------*/
1011 .ui-state-highlight,
1012 .ui-widget-content .ui-state-highlight,
1013 .ui-widget-header .ui-state-highlight {
1014 border: 1px solid #fcefa1;
1015 background: #fbf9ee;
1016 color: #363636;
1017 }
1018
1019 .ui-state-highlight a,
1020 .ui-widget-content .ui-state-highlight a,
1021 .ui-widget-header .ui-state-highlight a {
1022 color: #363636;
1023 }
1024
1025 .ui-state-error,
1026 .ui-widget-content .ui-state-error,
1027 .ui-widget-header .ui-state-error {
1028 border: 1px solid #cd0a0a;
1029 background: #fef1ec;
1030 color: #cd0a0a;
1031 }
1032
1033 .ui-state-error a,
1034 .ui-widget-content .ui-state-error a,
1035 .ui-widget-header .ui-state-error a {
1036 color: #cd0a0a;
1037 }
1038
1039 .ui-state-error-text,
1040 .ui-widget-content .ui-state-error-text,
1041 .ui-widget-header .ui-state-error-text {
1042 color: #cd0a0a;
1043 }
1044
1045 .ui-priority-primary,
1046 .ui-widget-content .ui-priority-primary,
1047 .ui-widget-header .ui-priority-primary {
1048 font-weight: bold;
1049 }
1050
1051 .ui-priority-secondary,
1052 .ui-widget-content .ui-priority-secondary,
1053 .ui-widget-header .ui-priority-secondary {
1054 opacity: .7;
1055 filter: Alpha(Opacity=70);
1056 font-weight: normal;
1057 }
1058
1059 .ui-state-disabled,
1060 .ui-widget-content .ui-state-disabled,
1061 .ui-widget-header .ui-state-disabled {
1062 opacity: .35;
1063 filter: Alpha(Opacity=35);
1064 background-image: none;
1065 }
1066
1067 .ui-state-disabled .ui-icon {
1068 filter: Alpha(Opacity=35);
1069 /* For IE8 - See #6059 */
1070 }
1071
1072 /*===================================*\
1073 =======================================
1074 == ==
1075 == UPGRADE NOTES ==
1076 == ==
1077 =======================================
1078 \*===================================*/
1079 .pro-icon {
1080 display: inline-block;
1081 width: 20px;
1082 height: 20px;
1083 font-size: 20px;
1084 line-height: 1;
1085 font-family: "dashicons";
1086 text-decoration: inherit;
1087 font-weight: normal;
1088 font-style: normal;
1089 vertical-align: top;
1090 text-align: center;
1091 transition: color .1s ease-in 0;
1092 -webkit-font-smoothing: antialiased;
1093 -moz-osx-font-smoothing: grayscale;
1094 color: #DBA901;
1095 margin-left: -2px;
1096 margin-right: 4px;
1097 transition: opacity .2s;
1098 }
1099
1100 .pro-icon:before {
1101 content: "\f160";
1102 }
1103
1104 .pro-only {
1105 position: relative;
1106 margin: 3px 0;
1107 clear: both;
1108 }
1109 .pro-only:after {
1110 content: ' ';
1111 display: table;
1112 clear: both;
1113 }
1114 .pro-only .pro-note {
1115 opacity: 0;
1116 position: absolute;
1117 top: -3px;
1118 left: -3px;
1119 right: -3px;
1120 bottom: -3px;
1121 background: rgba(0, 0, 0, 0.6);
1122 color: #FFF;
1123 font-family: "Source Sans Pro", "Open Sans", sans-serif;
1124 font-weight: 100;
1125 font-size: 20px;
1126 z-index: 9999;
1127 transition: opacity .2s;
1128 }
1129 .pro-only .pro-note .text {
1130 position: absolute;
1131 left: 0;
1132 right: 0;
1133 top: 50%;
1134 margin-top: -20px;
1135 height: 40px;
1136 line-height: 40px;
1137 text-align: center;
1138 }
1139 .pro-only .pro-note .pro-icon {
1140 position: absolute;
1141 font-size: 64px;
1142 left: 10px;
1143 top: 50%;
1144 margin-top: -32px;
1145 opacity: 0.6;
1146 }
1147 .pro-only .pro-note a {
1148 color: #7ed321;
1149 }
1150 .pro-only:hover .pro-note {
1151 opacity: 1;
1152 }
1153 .pro-only:hover .pro-note .pro-icon {
1154 opacity: 0.6;
1155 }
1156 .pro-only:hover .pro-icon {
1157 opacity: 0.3;
1158 }
1159