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

1,093 lines 21.6 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 .pro-feature {
793 font-weight: normal;
794 font-variant: small-caps;
795 font-style: italic;
796 color: inherit;
797 text-decoration: none;
798 }
799
800 .pro-feature.pro-feature-text {
801 font-weight: 700;
802 font-style: normal;
803 }
804
805 .pro-feature:hover {
806 text-decoration: underline;
807 cursor: pointer;
808 color: inherit;
809 }
810
811 .dropdown-item .pro-feature:hover {
812 text-decoration: none;
813 }
814
815 a.button .pro-feature:hover {
816 text-decoration: inherit;
817 cursor: inherit;
818 color: inherit;
819 }
820
821 th .pro-feature {
822 display: inline-block;
823 }
824
825 li .pro-feature {
826 white-space: nowrap;
827 }
828
829 .pro-feature .pro,
830 .pro-feature.pro-feature-text span {
831 font-weight: 700;
832 color: #dd3036;
833 }
834
835 #pricing-table tr.pricing td {
836 padding: 20px 10px;
837 line-height: 1.5;
838 }
839
840 #pricing-table tr td:nth-child(3),
841 #pricing-table tr th:nth-child(3) {
842 background-color: #f9f9f9;
843 }
844
845 #pricing-table tr.pricing td del {
846 text-decoration-color: #dd3036;
847 }
848
849 #pricing-table tr.pricing td b {
850 font-weight: 900;
851 }
852
853 #tab-pro label {
854 vertical-align: inherit;
855 font-weight: 500;
856 min-width: 95px;
857 display: inline-block;
858 padding: 2px 0;
859 }
860
861 #wpr-license-key {
862 margin-left: 0;
863 }
864
865 .tools_page_wp-reset #pricing-table td,
866 .tools_page_wp-reset #pricing-table th {
867 padding: 10px 10px;
868 text-align: center;
869 }
870
871 .tools_page_wp-reset #pricing-table td:first-child {
872 text-align: left;
873 }
874
875 .tools_page_wp-reset #pricing-table tfoot th {
876 border-top: thin solid #444444;
877 border-bottom: none;
878 }
879
880 .tools_page_wp-reset #pricing-table tbody tr:last-child td {
881 border-bottom: none;
882 }
883
884 .tools_page_wp-reset #pricing-table th {
885 vertical-align: top;
886 font-weight: normal;
887 }
888
889 .tools_page_wp-reset #pricing-table th span {
890 color: #dd3036;
891 font-weight: 700;
892 }
893
894 /* collections */
895 .tools_page_wp-reset .collection-table tr td:first-child .dashicons {
896 margin-right: 8px;
897 }
898
899 .tools_page_wp-reset .collection-table tr td:first-child {
900 width: 85px;
901 }
902
903 .tools_page_wp-reset table tr td:first-child {
904 padding-left: 5px;
905 }
906
907 .tools_page_wp-reset .collection-table td {
908 padding: 10px 10px;
909 }
910
911 .tools_page_wp-reset table tr td:last-child {
912 padding-right: 5px;
913 }
914
915 .tools_page_wp-reset .collection-table .actions {
916 text-align: center;
917 white-space: nowrap;
918 width: 100px;
919 }
920
921 .collection-item-details span {
922 display: block;
923 font-weight: 500;
924 }
925 /* collections */
926
927 /* Fontello */
928 @font-face {
929 font-family: 'fontello';
930 src: url('./font/fontello.eot?91671913');
931 src: url('./font/fontello.eot?91671913#iefix') format('embedded-opentype'),
932 url('./font/fontello.woff2?91671913') format('woff2'), url('./font/fontello.woff?91671913') format('woff'),
933 url('./font/fontello.ttf?91671913') format('truetype'), url('./font/fontello.svg?91671913#fontello') format('svg');
934 font-weight: normal;
935 font-style: normal;
936 }
937 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
938 /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
939 /*
940 @media screen and (-webkit-min-device-pixel-ratio:0) {
941 @font-face {
942 font-family: 'fontello';
943 src: url('./font/fontello.svg?91671913#fontello') format('svg');
944 }
945 }
946 */
947
948 [class^='icon-']:before,
949 [class*=' icon-']:before {
950 font-family: 'fontello';
951 font-style: normal;
952 font-weight: normal;
953 display: inline-block;
954 text-decoration: inherit;
955 width: 1em;
956 margin-right: 0.2em;
957 text-align: center;
958 /* opacity: .8; */
959
960 /* For safety - reset parent styles, that can break glyph codes*/
961 font-variant: normal;
962 text-transform: none;
963
964 /* fix buttons height, for twitter bootstrap */
965 line-height: 1em;
966
967 /* Animation center compensation - margins should be symmetric */
968 /* remove if not needed */
969 margin-left: 0.2em;
970
971 /* you can be more comfortable with increased icons size */
972 /* font-size: 120%; */
973
974 /* Font smoothing. That was taken from TWBS */
975 -webkit-font-smoothing: antialiased;
976 -moz-osx-font-smoothing: grayscale;
977
978 /* Uncomment for 3D effect */
979 /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
980 }
981
982 .icon-doc-text-inv:before {
983 content: '\f15c';
984 } /* '�
985 �' */
986 .icon-database:before {
987 content: '\f1c0';
988 } /* '' */
989
990 .wpr-collections-installer {
991 height: 100px;
992 display: block;
993 overflow-y: hidden;
994 overflow-x: hidden;
995 position: relative;
996 padding: 68px 40px;
997 -webkit-mask-image: -webkit-linear-gradient(
998 top,
999 rgba(255, 255, 255, 0) 0%,
1000 rgba(255, 255, 255, 1) 38%,
1001 rgba(255, 255, 255, 1) 63%,
1002 rgba(255, 255, 255, 0) 100%
1003 );
1004 }
1005
1006 .wpr-collections-installer-errors {
1007 overflow-y: auto;
1008 overflow-x: hidden;
1009 position: relative;
1010 padding: 0px 40px;
1011 max-height: 200px;
1012 }
1013
1014 .wpr-collections-installer::-webkit-scrollbar,
1015 .wpr-collections-installer-errors::-webkit-scrollbar {
1016 height: 12px;
1017 width: 6px;
1018 background: #ccc;
1019 }
1020
1021 .wpr-collections-installer::-webkit-scrollbar-thumb,
1022 .wpr-collections-installer-errors::-webkit-scrollbar-thumb {
1023 background: #dd3036;
1024 -webkit-border-radius: 1ex;
1025 -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
1026 }
1027
1028 .wpr-collections-installer::-webkit-scrollbar-corner,
1029 .wpr-collections-installer-errors::-webkit-scrollbar-corner {
1030 background: #ccc;
1031 }
1032
1033 .wpr-collections-installer-message {
1034 text-align: left;
1035 position: relative;
1036 margin: 20px 0;
1037 }
1038
1039 .wpr-collections-error {
1040 position: absolute;
1041 color: #f00;
1042 font-size: 12px;
1043 left: 24px;
1044 bottom: -14px;
1045 }
1046
1047 .wpr-collections-installer-message .dashicons {
1048 vertical-align: text-top;
1049 line-height: 24px;
1050 height: 24px;
1051 }
1052
1053 .wpr-collections-installer-loading .dashicons:before {
1054 content: '\f463';
1055 }
1056
1057 .wpr-collections-installer-loading .dashicons {
1058 -webkit-animation: wpr_rspin 1.5s linear infinite;
1059 -moz-animation: wpr_rspin 1.5s linear infinite;
1060 animation: wpr_rspin 1.5s linear infinite;
1061 }
1062
1063 .wpr-collections-installer-done {
1064 opacity: 1;
1065 }
1066
1067 .wpr-collections-installer-success .dashicons:before {
1068 content: '\f12a';
1069 color: #1e232a;
1070 }
1071
1072 .wpr-collections-installer-error .dashicons:before {
1073 content: '\f153';
1074 color: #dd3036;
1075 }
1076
1077 @-moz-keyframes wpr_rspin {
1078 100% {
1079 -moz-transform: rotate(360deg);
1080 }
1081 }
1082 @-webkit-keyframes wpr_rspin {
1083 100% {
1084 -webkit-transform: rotate(360deg);
1085 }
1086 }
1087 @keyframes wpr_rspin {
1088 100% {
1089 -webkit-transform: rotate(360deg);
1090 transform: rotate(360deg);
1091 }
1092 }
1093