PluginProbe
WP Reset / 1.82
WP Reset v1.82
trunk 1.0 1.1 1.11 1.20 1.25 1.30 1.35 1.40 1.45 1.50 1.55 1.60 1.65 1.70 1.75 1.77 1.80 1.81 1.82 1.83 1.84 1.85 1.86 1.90 All 42 releases
wp-reset / css / wp-reset.css

wp-reset.css in WP Reset 1.82, at css/wp-reset.css

1,244 lines 24.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * WP Reset
3 * https://wpreset.com/
4 * (c) WebFactory Ltd, 2017-2020
5 */
6
7 body.tools_page_wp-reset {
8 overflow-y: scroll;
9 }
10
11 .tools_page_wp-reset #wpcontent,
12 .tools_page_wp-reset .auto-fold #wpcontent {
13 padding-left: 0;
14 }
15
16 .tools_page_wp-reset .wrap {
17 margin: 0;
18 background: #f9fbfd;
19 min-height: calc(100vh - 100px);
20 font-size: 14px;
21 padding: 0;
22 }
23
24 .tools_page_wp-reset button.loading,
25 .tools_page_wp-reset a.loading {
26 pointer-events: none;
27 cursor: wait !important;
28 opacity: 0.6;
29 }
30
31 .tools_page_wp-reset #loading-tabs {
32 padding-top: 80px;
33 text-align: center;
34 }
35
36 .tools_page_wp-reset #loading-tabs img {
37 width: 100px;
38 height: auto;
39 opacity: 0.4;
40 }
41
42 .tools_page_wp-reset .mb0 {
43 margin-bottom: 0;
44 }
45
46 #wpbody-content {
47 background: #f9fbfd;
48 }
49
50 .wpr-container {
51 margin: 0 auto;
52 max-width: 100%;
53 width: 760px;
54 }
55
56 .tools_page_wp-reset header {
57 padding: 20px 10px;
58 background: #f9fbfd;
59 }
60
61 .tools_page_wp-reset nav {
62 background: #ffffff;
63 padding: 0;
64 margin: 0 0 35px 0;
65 border-top: 1px solid #e5e5e5;
66 border-bottom: 1px solid #e5e5e5;
67 }
68
69 #wpr-content {
70 padding: 0 0 35px 0;
71 }
72
73 #wpfooter {
74 padding: 20px;
75 border-top: 1px solid #e5e5e5;
76 background-color: #ffffff;
77 }
78
79 #wpfooter a {
80 text-decoration: none;
81 }
82
83 #wpfooter span {
84 color: #ffb900;
85 }
86
87 .tooltipster-sidetip.tooltipster-punk.tooltipster-wpr .tooltipster-box {
88 border-radius: 5px;
89 border: none;
90 border-bottom: 3px solid #5d5d5d;
91 background: #5d5d5d;
92 }
93
94 .tooltipster-sidetip.tooltipster-punk.tooltipster-wpr.tooltipster-top .tooltipster-arrow-border {
95 border-top-color: #5d5d5d;
96 }
97
98 .tools_page_wp-reset .dropdown {
99 position: relative;
100 display: inline-block;
101 margin-right: 10px;
102 }
103
104 .tools_page_wp-reset .button.dropdown-toggle::after {
105 content: '\f140';
106 font-family: dashicons;
107 display: inline-block;
108 line-height: 1;
109 font-weight: 400;
110 font-style: normal;
111 text-decoration: inherit;
112 text-transform: none;
113 text-rendering: auto;
114 -webkit-font-smoothing: antialiased;
115 -moz-osx-font-smoothing: grayscale;
116 width: 20px;
117 height: 20px;
118 font-size: 20px;
119 vertical-align: text-top;
120 text-align: center;
121 }
122
123 .tools_page_wp-reset .dropdown.dropdown-right .dropdown-menu {
124 left: 0;
125 right: auto;
126 }
127
128 .tools_page_wp-reset .dropdown .dropdown-menu {
129 position: absolute;
130 top: 100%;
131 right: 0;
132 z-index: 1000;
133 display: none;
134 float: left;
135 min-width: 10rem;
136 padding: 0.5rem 0;
137 margin: 0;
138 color: #212529;
139 text-align: left;
140 list-style: none;
141 background-color: #fff;
142 background-clip: padding-box;
143 border: 1px solid rgba(0, 0, 0, 0.15);
144 }
145
146 .tools_page_wp-reset .dropdown .dropdown-menu.show {
147 display: block;
148 }
149
150 .tools_page_wp-reset .dropdown-menu .dropdown-item {
151 display: block;
152 width: 100%;
153 padding: 0.25rem 1.5rem;
154 clear: both;
155 color: #212529;
156 text-align: inherit;
157 white-space: nowrap;
158 background-color: transparent;
159 border: 0;
160 text-decoration: none;
161 box-sizing: border-box;
162 }
163
164 .tools_page_wp-reset .dropdown-menu .dropdown-item:focus,
165 .tools_page_wp-reset .dropdown-item:hover {
166 color: #16181b;
167 text-decoration: none;
168 background-color: #f8f9fa;
169 }
170
171 .tools_page_wp-reset #wp_reset_confirm,
172 .tools_page_wp-reset #nuclear_reset_confirm {
173 vertical-align: top;
174 }
175
176 .tools_page_wp-reset h1 span {
177 font-size: 13px;
178 vertical-align: super;
179 font-style: italic;
180 }
181
182 .tools_page_wp-reset .textcenter {
183 text-align: center;
184 }
185
186 .tools_page_wp-reset .half {
187 width: 50%;
188 display: inline-block;
189 vertical-align: top;
190 }
191
192 .tools_page_wp-reset .third {
193 width: 32.9%;
194 display: inline-block;
195 vertical-align: top;
196 }
197
198 .tools_page_wp-reset .thirdx2 {
199 width: 65.8%;
200 display: inline-block;
201 vertical-align: top;
202 }
203
204 .tools_page_wp-reset .button.disabled {
205 pointer-events: none;
206 cursor: not-allowed;
207 }
208
209 .tools_page_wp-reset.wp-core-ui .button,
210 .tools_page_wp-reset.wp-core-ui .button-primary,
211 .tools_page_wp-reset.wp-core-ui .button-secondary {
212 border-radius: 0;
213 }
214
215 .tools_page_wp-reset .button-secondary:focus,
216 .tools_page_wp-reset .button-secondary:hover,
217 .tools_page_wp-reset .button.focus,
218 .tools_page_wp-reset .button.hover,
219 .tools_page_wp-reset .button:focus,
220 .tools_page_wp-reset .button:hover {
221 background: #fafafa;
222 border-color: #999;
223 color: #23282d;
224 }
225
226 .tools_page_wp-reset .button:not(.button-primary):hover {
227 background: #f1f1f1;
228 }
229 .tools_page_wp-reset .button:not(.button-primary) {
230 background: #ffffff;
231 }
232
233 .tools_page_wp-reset input {
234 border-radius: 0;
235 }
236
237 .tools_page_wp-reset .plain-list {
238 margin-top: 10px;
239 list-style-type: circle;
240 list-style-position: inside;
241 }
242
243 .tools_page_wp-reset .plain-list li {
244 text-indent: -20px;
245 padding-left: 23px;
246 line-height: 23px;
247 margin: 0;
248 }
249
250 .tools_page_wp-reset .red {
251 color: #dd3036;
252 }
253
254 .tools_page_wp-reset .green {
255 color: #1daf1d;
256 }
257
258 .tools_page_wp-reset #logo-icon {
259 max-height: 30px;
260 width: auto;
261 padding: 0;
262 margin: 0;
263 }
264
265 .tools_page_wp-reset .dismiss-notice-rate {
266 vertical-align: bottom;
267 margin-left: 10px;
268 }
269
270 .tools_page_wp-reset .button {
271 box-shadow: none;
272 text-shadow: none;
273 }
274
275 .tools_page_wp-reset .swal2-container {
276 z-index: 99999;
277 }
278
279 .tools_page_wp-reset .swal2-timer-progress-bar {
280 height: 0.2em;
281 background: #dd3036;
282 }
283
284 .tools_page_wp-reset .swal2-container .swal2-popup .swal2-actions {
285 margin: 2em auto 0;
286 }
287
288 .tools_page_wp-reset .swal2-container.swal2-shown {
289 background-color: rgba(0, 0, 0, 0.6);
290 }
291
292 .tools_page_wp-reset .swal2-popup .swal2-title {
293 line-height: 1.1;
294 font-weight: 700;
295 }
296
297 .tools_page_wp-reset code {
298 white-space: nowrap;
299 }
300
301 .tools_page_wp-reset p {
302 line-height: 1.7;
303 font-size: 14px;
304 }
305
306 .wp-core-ui .button.focus,
307 .wp-core-ui .button:focus,
308 .wp-core-ui .button-secondary:focus {
309 border-color: #999;
310 box-shadow: none;
311 }
312
313 .tools_page_wp-reset p > .button-delete {
314 margin-right: 10px;
315 }
316
317 .tools_page_wp-reset .button-delete {
318 color: #cc2f2f;
319 border-color: #cc2f2f;
320 background-color: #ffffff;
321 }
322
323 .tools_page_wp-reset .button-delete:hover,
324 .tools_page_wp-reset .button-delete:focus {
325 color: #cc2f2f;
326 border-color: #cc2f2f;
327 }
328
329 .tools_page_wp-reset .rotating {
330 -webkit-animation: spin 1.5s linear infinite;
331 -moz-animation: spin 1.5s linear infinite;
332 animation: spin 1.5s linear infinite;
333 }
334
335 .tools_page_wp-reset .notice-error {
336 border-top-color: #dd3036;
337 border-top-width: 3px;
338 }
339
340 .tools_page_wp-reset .notice-info {
341 border-top-color: #0085ba;
342 border-top-width: 3px;
343 }
344
345 .tools_page_wp-reset .card-header-right {
346 height: 100%;
347 float: right;
348 }
349
350 .tools_page_wp-reset .card-header-right .button {
351 margin: -5px 0 0 0;
352 }
353
354 .tools_page_wp-reset .card-header-right a:not(.button) {
355 text-decoration: none;
356 color: #444;
357 margin-left: 5px;
358 }
359
360 .tools_page_wp-reset .card-header-right a:hover:not(.button) {
361 color: #00a0d2;
362 }
363
364 .tools_page_wp-reset .card {
365 padding: 0 25px 20px 25px;
366 max-width: 100%;
367 width: 100%;
368 margin: 0 0 35px 0;
369 }
370
371 .tools_page_wp-reset .card.pro {
372 border-left: 1px solid #dd3036;
373 }
374
375 .card h4 {
376 border-bottom: 1px solid #e5e5e5;
377 margin: 0 -25px;
378 padding: 15px 25px;
379 background-color: #fcfcfc;
380 }
381
382 .tools_page_wp-reset .card.collapsed {
383 padding-bottom: 0;
384 }
385
386 .tools_page_wp-reset .card.collapsed h4 {
387 border: none;
388 }
389
390 .tools_page_wp-reset .swal2-popup {
391 border-radius: 0;
392 }
393
394 .tools_page_wp-reset table {
395 width: 100%;
396 border-spacing: 0;
397 border-collapse: separate;
398 margin: 1em 0;
399 }
400
401 .tools_page_wp-reset #reset-details td,
402 .tools_page_wp-reset #reset-details th {
403 padding: 10px 10px;
404 text-align: center;
405 }
406
407 .tools_page_wp-reset #reset-details td:first-child {
408 text-align: left;
409 }
410
411 .tools_page_wp-reset table td {
412 text-align: left;
413 padding: 20px 10px;
414 border-bottom: thin solid #999;
415 }
416
417 .tools_page_wp-reset table tr:hover td {
418 background-color: #f9f9f9;
419 }
420
421 .tools_page_wp-reset table .ss-actions,
422 .tools_page_wp-reset table .ss-size {
423 text-align: center;
424 white-space: nowrap;
425 width: 70px;
426 }
427
428 .tools_page_wp-reset table th {
429 text-align: left;
430 border-bottom: thin solid #444444;
431 padding: 5px;
432 }
433
434 .tools_page_wp-reset #reset-details tfoot th {
435 border-top: thin solid #444444;
436 border-bottom: none;
437 }
438
439 .tools_page_wp-reset #reset-details tbody tr:last-child td {
440 border-bottom: none;
441 }
442
443 .tools_page_wp-reset #reset-details th {
444 vertical-align: top;
445 }
446
447 .tools_page_wp-reset table .ss-action {
448 text-decoration: none;
449 margin: 5px 10px 5px 0;
450 display: inline-block;
451 }
452
453 .tools_page_wp-reset table .delete-snapshot {
454 margin: 0;
455 }
456
457 .tools_page_wp-reset table .delete-snapshot:hover {
458 color: rgb(221, 48, 54);
459 }
460
461 .tools_page_wp-reset .no-padding-bottom {
462 padding-bottom: 0;
463 }
464
465 .wpr-table-container {
466 min-width: 960px;
467 max-width: 1200px;
468 margin: 0 auto 15px auto;
469 }
470
471 .swal2-popup.compare-snapshots {
472 min-height: 90%;
473 flex-direction: column;
474 justify-content: flex-start;
475 }
476
477 .wpr-table-container pre {
478 font-size: 14px;
479 overflow: auto;
480 max-width: 580px;
481 }
482
483 .wpr-table-container p {
484 font-size: 14px;
485 color: #545454;
486 }
487
488 .wpr-table-container table {
489 border-spacing: 0;
490 border-collapse: separate;
491 margin: 0;
492 padding: 0;
493 width: 100%;
494 position: relative;
495 }
496
497 .wpr-table-container table span.dashicons {
498 position: absolute;
499 right: 10px;
500 top: 13px;
501 }
502
503 .wpr-table-container table td {
504 width: 50%;
505 padding: 10px;
506 }
507
508 .wpr-table-container > table > tbody > tr:first-child {
509 cursor: pointer;
510 }
511
512 .wpr-table-container table tr td:nth-child(2) {
513 border-left: thin solid #00000080;
514 }
515
516 .wpr-table-container table td {
517 background-color: #f9f9f9;
518 }
519
520 .wpr-table-container .no-padding {
521 padding: 0;
522 }
523
524 .wpr-table-container .wpr-table-missing td {
525 background-color: #ff000830;
526 }
527
528 .wpr-table-container .wpr-table-difference td {
529 background-color: rgba(255, 166, 0, 0.3);
530 }
531
532 .wpr-table-container .wpr-table-match td {
533 background-color: rgba(9, 255, 0, 0.3);
534 }
535
536 .wpr-table-container table.table_diff tr td {
537 width: 45%;
538 border-left: none;
539 word-break: break-all;
540 font-size: 14px;
541 font-family: monospace;
542 vertical-align: top;
543 }
544
545 .wpr-table-container .table_diff {
546 width: 100%;
547 }
548
549 @-moz-keyframes spin {
550 100% {
551 -moz-transform: rotate(-360deg);
552 }
553 }
554 @-webkit-keyframes spin {
555 100% {
556 -webkit-transform: rotate(-360deg);
557 }
558 }
559 @keyframes spin {
560 100% {
561 -webkit-transform: rotate(-360deg);
562 transform: rotate(-360deg);
563 }
564 }
565
566 /* tabs */
567 .tools_page_wp-reset .ui-tabs {
568 max-width: 100%;
569 position: relative;
570 padding: 0px;
571 zoom: 1;
572 margin: 0;
573 }
574
575 .tools_page_wp-reset .ui-tabs .ui-tabs-nav {
576 margin: 0;
577 padding: 0;
578 }
579
580 .tools_page_wp-reset .ui-tabs .ui-tabs-nav li {
581 list-style: none;
582 position: relative;
583 top: 1px;
584 margin: 0 0.2em 1px 0;
585 padding: 0;
586 white-space: nowrap;
587 }
588
589 .tools_page_wp-reset .ui-tabs .ui-tabs-nav li a {
590 text-decoration: none;
591 }
592
593 .tools_page_wp-reset ul.ui-tabs-nav.wpr-main-tab li.ui-state-active {
594 border-bottom: 2px solid #dd3036;
595 background: transparent;
596 _transition: all 0.4s ease-out;
597 }
598
599 .tools_page_wp-reset .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
600 .tools_page_wp-reset .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
601 .tools_page_wp-reset .ui-tabs .ui-tabs-nav li.ui-state-processing a {
602 cursor: text;
603 }
604
605 .tools_page_wp-reset .ui-tabs .ui-tabs-nav li a,
606 .tools_page_wp-reset .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
607 cursor: pointer;
608 }
609
610 .tools_page_wp-reset .ui-tabs .ui-tabs-panel {
611 display: block;
612 border: none;
613 overflow: visible;
614 }
615
616 .tools_page_wp-reset .ui-tabs .ui-tabs-hide {
617 display: none !important;
618 }
619
620 .tools_page_wp-reset .ui-tabs .ui-tabs-nav li a {
621 font-size: 14px;
622 font-weight: 600;
623 line-height: 32px;
624 color: #616161;
625 padding: 5px 0;
626 display: block;
627 letter-spacing: 1px;
628 }
629
630 .tools_page_wp-reset .ui-tabs ul.ui-tabs-nav li.ui-state-active .icon {
631 color: #666666;
632 }
633
634 .tools_page_wp-reset .ui-tabs-nav:after {
635 content: '';
636 clear: both;
637 display: block;
638 }
639
640 .tools_page_wp-reset .ui-tabs-anchor,
641 .nav-tab {
642 outline: none !important;
643 }
644
645 .tools_page_wp-reset .ui-tabs ul.ui-tabs-nav li {
646 color: #aaaaaa;
647 display: inline-block;
648 font-size: 12px;
649 line-height: 16px;
650 margin: 0px 20px 0px 5px;
651 text-decoration: none;
652 text-shadow: none;
653 padding: 0;
654 text-align: center;
655 border-bottom: 2px solid transparent;
656 }
657
658 @media screen and (max-width: 880px) {
659 .tools_page_wp-reset .ui-tabs .ui-tabs-nav {
660 padding: 0 25px;
661 }
662 .tools_page_wp-reset .ui-tabs ul.ui-tabs-nav li {
663 margin: 0px 10px 0px 5px;
664 }
665 }
666
667 .tools_page_wp-reset .ui-tabs ul.ui-tabs-nav li .label {
668 display: block;
669 margin-top: -10px;
670 }
671
672 .tools_page_wp-reset .ui-tabs ul.ui-tabs-nav li:first-child {
673 margin-left: 0;
674 }
675
676 .tools_page_wp-reset ul.ui-tabs-nav.wpr-main-tab {
677 padding-bottom: 0;
678 width: 100%;
679 box-sizing: border-box;
680 }
681
682 .tools_page_wp-reset .ui-state-hover a,
683 .tools_page_wp-reset .ui-state-active a,
684 .tools_page_wp-reset li.ui-state-hover,
685 .tools_page_wp-reset li.ui-state-hover a {
686 color: #000000 !important;
687 }
688
689 .tools_page_wp-reset .ui-tabs ul.ui-tabs-nav li.ui-state-hover {
690 background-color: #ffffff !important;
691 border-bottom: 2px solid #dd3036;
692 }
693
694 .tools_page_wp-reset .ui-tabs-nav a:focus {
695 box-shadow: none;
696 -webkit-box-shadow: none;
697 }
698 /* tabs */
699
700 /* diff */
701
702 .Differences {
703 width: 100%;
704 border-collapse: collapse;
705 border-spacing: 0;
706 empty-cells: show;
707 }
708
709 .Differences thead th {
710 text-align: left;
711 border-bottom: 1px solid #000;
712 background: #aaa;
713 color: #000;
714 padding: 4px;
715 }
716 .Differences tbody th {
717 text-align: right;
718 background: #ccc;
719 width: 4em;
720 padding: 1px 2px;
721 border-right: 1px solid #00000080;
722 border-bottom: none;
723 vertical-align: middle;
724 font-size: 13px;
725 font-weight: 400;
726 }
727
728 .Differences td {
729 padding: 5px !important;
730 font-family: Consolas, monospace;
731 font-size: 13px;
732 }
733
734 .DifferencesSideBySide .ChangeInsert td.Left {
735 background: #dfd;
736 }
737
738 .DifferencesSideBySide .ChangeInsert td.Right {
739 background: #cfc;
740 }
741
742 .DifferencesSideBySide .ChangeDelete td.Left {
743 background: #f88;
744 }
745
746 .DifferencesSideBySide .ChangeDelete td.Right {
747 background: #faa;
748 }
749
750 .DifferencesSideBySide .ChangeReplace .Left {
751 background: #fe9;
752 }
753
754 .DifferencesSideBySide .ChangeReplace .Right {
755 background: #fd8;
756 }
757
758 .Differences ins,
759 .Differences del {
760 text-decoration: none;
761 }
762
763 .DifferencesSideBySide .ChangeReplace ins,
764 .DifferencesSideBySide .ChangeReplace del {
765 background: #fc0;
766 }
767
768 .Differences .Skipped {
769 background: #f7f7f7;
770 }
771
772 .DifferencesInline .ChangeReplace .Left,
773 .DifferencesInline .ChangeDelete .Left {
774 background: #fdd;
775 }
776
777 .DifferencesInline .ChangeReplace .Right,
778 .DifferencesInline .ChangeInsert .Right {
779 background: #dfd;
780 }
781
782 .DifferencesInline .ChangeReplace ins {
783 background: #9e9;
784 }
785
786 .DifferencesInline .ChangeReplace del {
787 background: #e99;
788 }
789
790 /* diff */
791
792 /* survey */
793
794 .ui-widget-overlay {
795 opacity: 0.85;
796 }
797
798 .ui-dialog {
799 z-index: 9998 !important;
800 }
801
802 .survey-dialog .ui-dialog-titlebar {
803 text-align: center;
804 font-weight: bold;
805 }
806
807 .survey-dialog .ui-dialog-titlebar-close {
808 display: none;
809 }
810
811 .survey-dialog .ui-dialog-content {
812 padding: 20px 25px;
813 font-size: 15px;
814 }
815
816 .wpr-dialog b {
817 font-weight: bold;
818 }
819
820 .wpr-dialog .footer {
821 margin: 20px 0 0 0;
822 text-align: center;
823 }
824
825 .wpr-dialog .footer #emailme {
826 margin: 0 5px -3px 0;
827 }
828
829 .wpr-dialog .footer .button-primary {
830 font-size: 15px;
831 }
832
833 .wpr-dialog .footer .dismiss-survey {
834 display: inline-block;
835 margin-left: 10px;
836 vertical-align: bottom;
837 }
838
839 .wpr-dialog .ui-dialog-content p {
840 margin: 0 0 20px 0;
841 font-size: 15px;
842 }
843
844 .wpr-dialog .ui-dialog-titlebar {
845 text-align: center;
846 }
847
848 .wpr-dialog .subtitle {
849 text-align: center;
850 font-size: 15px;
851 margin: 0 0 16px 0;
852 }
853
854 .question-wrapper {
855 border: 1px solid rgba(0, 0, 0, 0.2);
856 padding: 15px 10px;
857 background-color: rgba(250, 250, 250, 0.55);
858 margin: 0 0 10px 5px;
859 opacity: 1;
860 width: 46%;
861 vertical-align: top;
862 display: inline-block;
863 text-align: left;
864 }
865
866 .question-wrapper:hover {
867 opacity: 1;
868 border: 1px solid rgba(0, 142, 194, 1);
869 cursor: pointer;
870 margin-bottom: 10px;
871 }
872
873 .question-wrapper:hover .dashicons {
874 opacity: 0.25;
875 }
876
877 .question-wrapper.selected {
878 opacity: 1;
879 border: 1px solid rgba(0, 142, 194, 1);
880 margin-bottom: 10px;
881 }
882
883 .question-wrapper .dashicons {
884 color: rgba(221, 47, 54, 1);
885 opacity: 0.25;
886 vertical-align: super;
887 width: 40px;
888 height: 40px;
889 }
890
891 .question-wrapper.selected .dashicons {
892 color: rgba(221, 47, 54, 1);
893 opacity: 1;
894 }
895
896 .question-wrapper .dashicons:before {
897 width: 40px;
898 height: 40px;
899 font-size: 40px;
900 }
901
902 .question-wrapper .custom-input {
903 margin: 4px 0 0 0;
904 width: 100%;
905 font-size: 12px;
906 padding: 5px;
907 }
908
909 .question-wrapper .question {
910 margin-left: -40px;
911 display: inline-block;
912 width: 100%;
913 padding-left: 50px;
914 box-sizing: border-box;
915 }
916
917 .question-wrapper i {
918 padding-top: 5px;
919 font-size: 14px;
920 display: inline-block;
921 }
922 /* survey */
923
924 /* webhooks dialog */
925 .webhooks-dialog .ui-dialog-titlebar {
926 background-color: rgb(241, 88, 42);
927 color: #fefefe;
928 }
929
930 .webhooks-dialog .ui-button.ui-dialog-titlebar-close {
931 color: #ffffff;
932 }
933
934 .webhooks-footer {
935 text-align: center;
936 }
937
938 .webhooks-dialog .plain-list li {
939 text-indent: -21px;
940 }
941 /* webhooks dialog */
942
943 .pro-feature {
944 font-weight: normal;
945 font-variant: small-caps;
946 font-style: italic;
947 color: inherit;
948 text-decoration: none;
949 }
950
951 .pro-feature.pro-feature-text {
952 font-weight: 700;
953 font-style: normal;
954 }
955
956 .pro-feature:hover {
957 text-decoration: underline;
958 cursor: pointer;
959 color: inherit;
960 }
961
962 .dropdown-item .pro-feature:hover {
963 text-decoration: none;
964 }
965
966 a.button .pro-feature:hover {
967 text-decoration: inherit;
968 cursor: inherit;
969 color: inherit;
970 }
971
972 th .pro-feature {
973 display: inline-block;
974 }
975
976 li .pro-feature {
977 white-space: nowrap;
978 }
979
980 .pro-feature .pro,
981 .pro-feature.pro-feature-text span {
982 font-weight: 700;
983 color: #dd3036;
984 }
985
986 #pricing-table tr.pricing td {
987 padding: 20px 10px;
988 line-height: 1.5;
989 }
990
991 #pricing-table tr td:nth-child(3),
992 #pricing-table tr th:nth-child(3) {
993 background-color: #f9f9f9;
994 }
995
996 #pricing-table tr.pricing td del {
997 text-decoration-color: #dd3036;
998 }
999
1000 #pricing-table tr.pricing td b {
1001 font-weight: 900;
1002 }
1003
1004 #tab-pro label {
1005 vertical-align: inherit;
1006 font-weight: 500;
1007 min-width: 95px;
1008 display: inline-block;
1009 padding: 2px 0;
1010 }
1011
1012 #wpr-license-key {
1013 margin-left: 0;
1014 }
1015
1016 .tools_page_wp-reset #pricing-table td,
1017 .tools_page_wp-reset #pricing-table th {
1018 padding: 10px 10px;
1019 text-align: center;
1020 }
1021
1022 .tools_page_wp-reset #pricing-table td:first-child {
1023 text-align: left;
1024 }
1025
1026 .tools_page_wp-reset #pricing-table tfoot th {
1027 border-top: thin solid #444444;
1028 border-bottom: none;
1029 }
1030
1031 .tools_page_wp-reset #pricing-table tbody tr:last-child td {
1032 border-bottom: none;
1033 }
1034
1035 .tools_page_wp-reset #pricing-table th {
1036 vertical-align: top;
1037 font-weight: normal;
1038 }
1039
1040 .tools_page_wp-reset #pricing-table th span {
1041 color: #dd3036;
1042 font-weight: 700;
1043 }
1044
1045 /* collections */
1046 .tools_page_wp-reset .collection-table tr td:first-child .dashicons {
1047 margin-right: 8px;
1048 }
1049
1050 .tools_page_wp-reset .collection-table tr td:first-child {
1051 width: 85px;
1052 }
1053
1054 .tools_page_wp-reset table tr td:first-child {
1055 padding-left: 5px;
1056 }
1057
1058 .tools_page_wp-reset .collection-table td {
1059 padding: 10px 10px;
1060 }
1061
1062 .tools_page_wp-reset table tr td:last-child {
1063 padding-right: 5px;
1064 }
1065
1066 .tools_page_wp-reset .collection-table .actions {
1067 text-align: center;
1068 white-space: nowrap;
1069 width: 100px;
1070 }
1071
1072 .collection-item-details span {
1073 display: block;
1074 font-weight: 500;
1075 }
1076 /* collections */
1077
1078 /* Fontello */
1079 @font-face {
1080 font-family: 'fontello';
1081 src: url('./font/fontello.eot?91671913');
1082 src: url('./font/fontello.eot?91671913#iefix') format('embedded-opentype'),
1083 url('./font/fontello.woff2?91671913') format('woff2'), url('./font/fontello.woff?91671913') format('woff'),
1084 url('./font/fontello.ttf?91671913') format('truetype'), url('./font/fontello.svg?91671913#fontello') format('svg');
1085 font-weight: normal;
1086 font-style: normal;
1087 }
1088 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
1089 /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
1090 /*
1091 @media screen and (-webkit-min-device-pixel-ratio:0) {
1092 @font-face {
1093 font-family: 'fontello';
1094 src: url('./font/fontello.svg?91671913#fontello') format('svg');
1095 }
1096 }
1097 */
1098
1099 [class^='icon-']:before,
1100 [class*=' icon-']:before {
1101 font-family: 'fontello';
1102 font-style: normal;
1103 font-weight: normal;
1104 display: inline-block;
1105 text-decoration: inherit;
1106 width: 1em;
1107 margin-right: 0.2em;
1108 text-align: center;
1109 /* opacity: .8; */
1110
1111 /* For safety - reset parent styles, that can break glyph codes*/
1112 font-variant: normal;
1113 text-transform: none;
1114
1115 /* fix buttons height, for twitter bootstrap */
1116 line-height: 1em;
1117
1118 /* Animation center compensation - margins should be symmetric */
1119 /* remove if not needed */
1120 margin-left: 0.2em;
1121
1122 /* you can be more comfortable with increased icons size */
1123 /* font-size: 120%; */
1124
1125 /* Font smoothing. That was taken from TWBS */
1126 -webkit-font-smoothing: antialiased;
1127 -moz-osx-font-smoothing: grayscale;
1128
1129 /* Uncomment for 3D effect */
1130 /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
1131 }
1132
1133 .icon-doc-text-inv:before {
1134 content: '\f15c';
1135 } /* '�
1136 �' */
1137 .icon-database:before {
1138 content: '\f1c0';
1139 } /* '' */
1140
1141 .wpr-collections-installer {
1142 height: 100px;
1143 display: block;
1144 overflow-y: hidden;
1145 overflow-x: hidden;
1146 position: relative;
1147 padding: 68px 40px;
1148 -webkit-mask-image: -webkit-linear-gradient(
1149 top,
1150 rgba(255, 255, 255, 0) 0%,
1151 rgba(255, 255, 255, 1) 38%,
1152 rgba(255, 255, 255, 1) 63%,
1153 rgba(255, 255, 255, 0) 100%
1154 );
1155 }
1156
1157 .wpr-collections-installer-errors {
1158 overflow-y: auto;
1159 overflow-x: hidden;
1160 position: relative;
1161 padding: 0px 40px;
1162 max-height: 200px;
1163 }
1164
1165 .wpr-collections-installer::-webkit-scrollbar,
1166 .wpr-collections-installer-errors::-webkit-scrollbar {
1167 height: 12px;
1168 width: 6px;
1169 background: #ccc;
1170 }
1171
1172 .wpr-collections-installer::-webkit-scrollbar-thumb,
1173 .wpr-collections-installer-errors::-webkit-scrollbar-thumb {
1174 background: #dd3036;
1175 -webkit-border-radius: 1ex;
1176 -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
1177 }
1178
1179 .wpr-collections-installer::-webkit-scrollbar-corner,
1180 .wpr-collections-installer-errors::-webkit-scrollbar-corner {
1181 background: #ccc;
1182 }
1183
1184 .wpr-collections-installer-message {
1185 text-align: left;
1186 position: relative;
1187 margin: 20px 0;
1188 }
1189
1190 .wpr-collections-error {
1191 position: absolute;
1192 color: #f00;
1193 font-size: 12px;
1194 left: 24px;
1195 bottom: -14px;
1196 }
1197
1198 .wpr-collections-installer-message .dashicons {
1199 vertical-align: text-top;
1200 line-height: 24px;
1201 height: 24px;
1202 }
1203
1204 .wpr-collections-installer-loading .dashicons:before {
1205 content: '\f463';
1206 }
1207
1208 .wpr-collections-installer-loading .dashicons {
1209 -webkit-animation: wpr_rspin 1.5s linear infinite;
1210 -moz-animation: wpr_rspin 1.5s linear infinite;
1211 animation: wpr_rspin 1.5s linear infinite;
1212 }
1213
1214 .wpr-collections-installer-done {
1215 opacity: 1;
1216 }
1217
1218 .wpr-collections-installer-success .dashicons:before {
1219 content: '\f12a';
1220 color: #1e232a;
1221 }
1222
1223 .wpr-collections-installer-error .dashicons:before {
1224 content: '\f153';
1225 color: #dd3036;
1226 }
1227
1228 @-moz-keyframes wpr_rspin {
1229 100% {
1230 -moz-transform: rotate(360deg);
1231 }
1232 }
1233 @-webkit-keyframes wpr_rspin {
1234 100% {
1235 -webkit-transform: rotate(360deg);
1236 }
1237 }
1238 @keyframes wpr_rspin {
1239 100% {
1240 -webkit-transform: rotate(360deg);
1241 transform: rotate(360deg);
1242 }
1243 }
1244