PluginProbe
WP Reset / 1.84
WP Reset v1.84
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.84, at css/wp-reset.css

1,225 lines 23.8 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-2021
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 .pro-feature {
925 font-weight: normal;
926 font-variant: small-caps;
927 font-style: italic;
928 color: inherit;
929 text-decoration: none;
930 }
931
932 .pro-feature.pro-feature-text {
933 font-weight: 700;
934 font-style: normal;
935 }
936
937 .pro-feature:hover {
938 text-decoration: underline;
939 cursor: pointer;
940 color: inherit;
941 }
942
943 .dropdown-item .pro-feature:hover {
944 text-decoration: none;
945 }
946
947 a.button .pro-feature:hover {
948 text-decoration: inherit;
949 cursor: inherit;
950 color: inherit;
951 }
952
953 th .pro-feature {
954 display: inline-block;
955 }
956
957 li .pro-feature {
958 white-space: nowrap;
959 }
960
961 .pro-feature .pro,
962 .pro-feature.pro-feature-text span {
963 font-weight: 700;
964 color: #dd3036;
965 }
966
967 #pricing-table tr.pricing td {
968 padding: 20px 10px;
969 line-height: 1.5;
970 }
971
972 #pricing-table tr td:nth-child(3),
973 #pricing-table tr th:nth-child(3) {
974 background-color: #f9f9f9;
975 }
976
977 #pricing-table tr.pricing td del {
978 text-decoration-color: #dd3036;
979 }
980
981 #pricing-table tr.pricing td b {
982 font-weight: 900;
983 }
984
985 #tab-pro label {
986 vertical-align: inherit;
987 font-weight: 500;
988 min-width: 95px;
989 display: inline-block;
990 padding: 2px 0;
991 }
992
993 #wpr-license-key {
994 margin-left: 0;
995 }
996
997 .tools_page_wp-reset #pricing-table td,
998 .tools_page_wp-reset #pricing-table th {
999 padding: 10px 10px;
1000 text-align: center;
1001 }
1002
1003 .tools_page_wp-reset #pricing-table td:first-child {
1004 text-align: left;
1005 }
1006
1007 .tools_page_wp-reset #pricing-table tfoot th {
1008 border-top: thin solid #444444;
1009 border-bottom: none;
1010 }
1011
1012 .tools_page_wp-reset #pricing-table tbody tr:last-child td {
1013 border-bottom: none;
1014 }
1015
1016 .tools_page_wp-reset #pricing-table th {
1017 vertical-align: top;
1018 font-weight: normal;
1019 }
1020
1021 .tools_page_wp-reset #pricing-table th span {
1022 color: #dd3036;
1023 font-weight: 700;
1024 }
1025
1026 /* collections */
1027 .tools_page_wp-reset .collection-table tr td:first-child .dashicons {
1028 margin-right: 8px;
1029 }
1030
1031 .tools_page_wp-reset .collection-table tr td:first-child {
1032 width: 85px;
1033 }
1034
1035 .tools_page_wp-reset table tr td:first-child {
1036 padding-left: 5px;
1037 }
1038
1039 .tools_page_wp-reset .collection-table td {
1040 padding: 10px 10px;
1041 }
1042
1043 .tools_page_wp-reset table tr td:last-child {
1044 padding-right: 5px;
1045 }
1046
1047 .tools_page_wp-reset .collection-table .actions {
1048 text-align: center;
1049 white-space: nowrap;
1050 width: 100px;
1051 }
1052
1053 .collection-item-details span {
1054 display: block;
1055 font-weight: 500;
1056 }
1057 /* collections */
1058
1059 /* Fontello */
1060 @font-face {
1061 font-family: 'fontello';
1062 src: url('./font/fontello.eot?91671913');
1063 src: url('./font/fontello.eot?91671913#iefix') format('embedded-opentype'),
1064 url('./font/fontello.woff2?91671913') format('woff2'), url('./font/fontello.woff?91671913') format('woff'),
1065 url('./font/fontello.ttf?91671913') format('truetype'), url('./font/fontello.svg?91671913#fontello') format('svg');
1066 font-weight: normal;
1067 font-style: normal;
1068 }
1069 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
1070 /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
1071 /*
1072 @media screen and (-webkit-min-device-pixel-ratio:0) {
1073 @font-face {
1074 font-family: 'fontello';
1075 src: url('./font/fontello.svg?91671913#fontello') format('svg');
1076 }
1077 }
1078 */
1079
1080 [class^='icon-']:before,
1081 [class*=' icon-']:before {
1082 font-family: 'fontello';
1083 font-style: normal;
1084 font-weight: normal;
1085 display: inline-block;
1086 text-decoration: inherit;
1087 width: 1em;
1088 margin-right: 0.2em;
1089 text-align: center;
1090 /* opacity: .8; */
1091
1092 /* For safety - reset parent styles, that can break glyph codes*/
1093 font-variant: normal;
1094 text-transform: none;
1095
1096 /* fix buttons height, for twitter bootstrap */
1097 line-height: 1em;
1098
1099 /* Animation center compensation - margins should be symmetric */
1100 /* remove if not needed */
1101 margin-left: 0.2em;
1102
1103 /* you can be more comfortable with increased icons size */
1104 /* font-size: 120%; */
1105
1106 /* Font smoothing. That was taken from TWBS */
1107 -webkit-font-smoothing: antialiased;
1108 -moz-osx-font-smoothing: grayscale;
1109
1110 /* Uncomment for 3D effect */
1111 /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
1112 }
1113
1114 .icon-doc-text-inv:before {
1115 content: '\f15c';
1116 } /* '�
1117 �' */
1118 .icon-database:before {
1119 content: '\f1c0';
1120 } /* '' */
1121
1122 .wpr-collections-installer {
1123 height: 100px;
1124 display: block;
1125 overflow-y: hidden;
1126 overflow-x: hidden;
1127 position: relative;
1128 padding: 68px 40px;
1129 -webkit-mask-image: -webkit-linear-gradient(
1130 top,
1131 rgba(255, 255, 255, 0) 0%,
1132 rgba(255, 255, 255, 1) 38%,
1133 rgba(255, 255, 255, 1) 63%,
1134 rgba(255, 255, 255, 0) 100%
1135 );
1136 }
1137
1138 .wpr-collections-installer-errors {
1139 overflow-y: auto;
1140 overflow-x: hidden;
1141 position: relative;
1142 padding: 0px 40px;
1143 max-height: 200px;
1144 }
1145
1146 .wpr-collections-installer::-webkit-scrollbar,
1147 .wpr-collections-installer-errors::-webkit-scrollbar {
1148 height: 12px;
1149 width: 6px;
1150 background: #ccc;
1151 }
1152
1153 .wpr-collections-installer::-webkit-scrollbar-thumb,
1154 .wpr-collections-installer-errors::-webkit-scrollbar-thumb {
1155 background: #dd3036;
1156 -webkit-border-radius: 1ex;
1157 -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
1158 }
1159
1160 .wpr-collections-installer::-webkit-scrollbar-corner,
1161 .wpr-collections-installer-errors::-webkit-scrollbar-corner {
1162 background: #ccc;
1163 }
1164
1165 .wpr-collections-installer-message {
1166 text-align: left;
1167 position: relative;
1168 margin: 20px 0;
1169 }
1170
1171 .wpr-collections-error {
1172 position: absolute;
1173 color: #f00;
1174 font-size: 12px;
1175 left: 24px;
1176 bottom: -14px;
1177 }
1178
1179 .wpr-collections-installer-message .dashicons {
1180 vertical-align: text-top;
1181 line-height: 24px;
1182 height: 24px;
1183 }
1184
1185 .wpr-collections-installer-loading .dashicons:before {
1186 content: '\f463';
1187 }
1188
1189 .wpr-collections-installer-loading .dashicons {
1190 -webkit-animation: wpr_rspin 1.5s linear infinite;
1191 -moz-animation: wpr_rspin 1.5s linear infinite;
1192 animation: wpr_rspin 1.5s linear infinite;
1193 }
1194
1195 .wpr-collections-installer-done {
1196 opacity: 1;
1197 }
1198
1199 .wpr-collections-installer-success .dashicons:before {
1200 content: '\f12a';
1201 color: #1e232a;
1202 }
1203
1204 .wpr-collections-installer-error .dashicons:before {
1205 content: '\f153';
1206 color: #dd3036;
1207 }
1208
1209 @-moz-keyframes wpr_rspin {
1210 100% {
1211 -moz-transform: rotate(360deg);
1212 }
1213 }
1214 @-webkit-keyframes wpr_rspin {
1215 100% {
1216 -webkit-transform: rotate(360deg);
1217 }
1218 }
1219 @keyframes wpr_rspin {
1220 100% {
1221 -webkit-transform: rotate(360deg);
1222 transform: rotate(360deg);
1223 }
1224 }
1225