PluginProbe
WP Reset / 2.05
WP Reset v2.05
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
← All changes | css/wp-reset.css +498 -119 1.772.05 View file →
@@ -1,10 +1,14 @@
1 1 /**
2 2 * WP Reset
3 3 * https://wpreset.com/
4 - * (c) WebFactory Ltd, 2017-2019
4 + * (c) WebFactory Ltd, 2017-2023
5 5 */
6 6
7 +body.tools_page_wp-reset {
8 + overflow-y: scroll;
9 +}
10 +
7 11 .tools_page_wp-reset #wpcontent,
8 12 .tools_page_wp-reset .auto-fold #wpcontent {
9 13 padding-left: 0;
10 14 }
@@ -16,11 +20,17 @@
16 20 font-size: 14px;
17 21 padding: 0;
18 22 }
19 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 +
20 31 .tools_page_wp-reset #loading-tabs {
21 - padding-top: 80px;
22 - text-align: center;
32 + padding: 80px 0 0 450px;
23 33 }
24 34
25 35 .tools_page_wp-reset #loading-tabs img {
26 36 width: 100px;
@@ -36,11 +46,11 @@
36 46 background: #f9fbfd;
37 47 }
38 48
39 49 .wpr-container {
40 - margin: 0 auto;
50 + margin: 0 20px;
41 51 max-width: 100%;
42 - width: 760px;
52 + width: 910px;
43 53 }
44 54
45 55 .tools_page_wp-reset header {
46 56 padding: 20px 10px;
@@ -48,16 +58,19 @@
48 58 }
49 59
50 60 .tools_page_wp-reset nav {
51 61 background: #ffffff;
52 - padding: 0;
53 - margin: 0 0 35px 0;
54 - border-top: 1px solid #e5e5e5;
55 - border-bottom: 1px solid #e5e5e5;
62 + padding: 0 20px;
63 + margin: 0 20px;
64 + border: none;
65 + max-width: 100%;
66 + width: 910px;
67 + box-sizing: border-box;
56 68 }
57 69
58 70 #wpr-content {
59 - padding: 0 0 35px 0;
71 + padding: 20px;
72 + background: white;
60 73 }
61 74
62 75 #wpfooter {
63 76 padding: 20px;
@@ -72,8 +85,19 @@
72 85 #wpfooter span {
73 86 color: #ffb900;
74 87 }
75 88
89 +.tooltipster-sidetip.tooltipster-punk.tooltipster-wpr .tooltipster-box {
90 + border-radius: 5px;
91 + border: none;
92 + border-bottom: 3px solid #5d5d5d;
93 + background: #5d5d5d;
94 +}
95 +
96 +.tooltipster-sidetip.tooltipster-punk.tooltipster-wpr.tooltipster-top .tooltipster-arrow-border {
97 + border-top-color: #5d5d5d;
98 +}
99 +
76 100 .tools_page_wp-reset .dropdown {
77 101 position: relative;
78 102 display: inline-block;
79 103 margin-right: 10px;
@@ -97,12 +121,17 @@
97 121 vertical-align: text-top;
98 122 text-align: center;
99 123 }
100 124
125 +.tools_page_wp-reset .dropdown.dropdown-right .dropdown-menu {
126 + left: 0;
127 + right: auto;
128 +}
129 +
101 130 .tools_page_wp-reset .dropdown .dropdown-menu {
102 131 position: absolute;
103 132 top: 100%;
104 - left: 0;
133 + right: 0;
105 134 z-index: 1000;
106 135 display: none;
107 136 float: left;
108 137 min-width: 10rem;
@@ -140,9 +169,10 @@
140 169 text-decoration: none;
141 170 background-color: #f8f9fa;
142 171 }
143 172
144 -.tools_page_wp-reset #wp_reset_confirm {
173 +.tools_page_wp-reset #wp_reset_confirm,
174 +.tools_page_wp-reset #nuclear_reset_confirm {
145 175 vertical-align: top;
146 176 }
147 177
148 178 .tools_page_wp-reset h1 span {
@@ -160,8 +190,20 @@
160 190 display: inline-block;
161 191 vertical-align: top;
162 192 }
163 193
194 +.tools_page_wp-reset .third {
195 + width: 32.9%;
196 + display: inline-block;
197 + vertical-align: top;
198 +}
199 +
200 +.tools_page_wp-reset .thirdx2 {
201 + width: 65.8%;
202 + display: inline-block;
203 + vertical-align: top;
204 +}
205 +
164 206 .tools_page_wp-reset .button.disabled {
165 207 pointer-events: none;
166 208 cursor: not-allowed;
167 209 }
@@ -171,17 +213,14 @@
171 213 .tools_page_wp-reset.wp-core-ui .button-secondary {
172 214 border-radius: 0;
173 215 }
174 216
175 -.tools_page_wp-reset .button,
176 -.tools_page_wp-reset .button-secondary {
177 - color: #555;
178 - border-color: #ccc;
179 - background: #f7f7f7;
180 - box-shadow: 0 1px 0 #ccc;
181 -}
182 -
183 -.tools_page_wp-reset .button-secondary:focus, .tools_page_wp-reset .button-secondary:hover, .tools_page_wp-reset .button.focus, .tools_page_wp-reset .button.hover, .tools_page_wp-reset .button:focus, .tools_page_wp-reset .button:hover {
217 +.tools_page_wp-reset .button-secondary:focus,
218 +.tools_page_wp-reset .button-secondary:hover,
219 +.tools_page_wp-reset .button.focus,
220 +.tools_page_wp-reset .button.hover,
221 +.tools_page_wp-reset .button:focus,
222 +.tools_page_wp-reset .button:hover {
184 223 background: #fafafa;
185 224 border-color: #999;
186 225 color: #23282d;
187 226 }
@@ -238,8 +277,13 @@
238 277 .tools_page_wp-reset .swal2-container {
239 278 z-index: 99999;
240 279 }
241 280
281 +.tools_page_wp-reset .swal2-timer-progress-bar {
282 + height: 0.2em;
283 + background: #dd3036;
284 +}
285 +
242 286 .tools_page_wp-reset .swal2-container .swal2-popup .swal2-actions {
243 287 margin: 2em auto 0;
244 288 }
245 289
@@ -249,8 +293,9 @@
249 293
250 294 .tools_page_wp-reset .swal2-popup .swal2-title {
251 295 line-height: 1.1;
252 296 font-weight: 700;
297 + display: block !important;
253 298 }
254 299
255 300 .tools_page_wp-reset code {
256 301 white-space: nowrap;
@@ -273,8 +318,10 @@
273 318 }
274 319
275 320 .tools_page_wp-reset .button-delete {
276 321 color: #cc2f2f;
322 + border-color: #cc2f2f;
323 + background-color: #ffffff;
277 324 }
278 325
279 326 .tools_page_wp-reset .button-delete:hover,
280 327 .tools_page_wp-reset .button-delete:focus {
@@ -287,8 +334,12 @@
287 334 -moz-animation: spin 1.5s linear infinite;
288 335 animation: spin 1.5s linear infinite;
289 336 }
290 337
338 +.notice-wrapper {
339 + margin-top: 35px;
340 +}
341 +
291 342 .tools_page_wp-reset .notice-error {
292 343 border-top-color: #dd3036;
293 344 border-top-width: 3px;
294 345 }
@@ -353,8 +404,18 @@
353 404 border-collapse: separate;
354 405 margin: 1em 0;
355 406 }
356 407
408 +.tools_page_wp-reset #reset-details td,
409 +.tools_page_wp-reset #reset-details th {
410 + padding: 10px 10px;
411 + text-align: center;
412 +}
413 +
414 +.tools_page_wp-reset #reset-details td:first-child {
415 + text-align: left;
416 +}
417 +
357 418 .tools_page_wp-reset table td {
358 419 text-align: left;
359 420 padding: 20px 10px;
360 421 border-bottom: thin solid #999;
@@ -363,10 +424,13 @@
363 424 .tools_page_wp-reset table tr:hover td {
364 425 background-color: #f9f9f9;
365 426 }
366 427
367 -.tools_page_wp-reset table .ss-actions {
368 - width: 65px;
428 +.tools_page_wp-reset table .ss-actions,
429 +.tools_page_wp-reset table .ss-size {
430 + text-align: center;
431 + white-space: nowrap;
432 + width: 70px;
369 433 }
370 434
371 435 .tools_page_wp-reset table th {
372 436 text-align: left;
@@ -373,8 +437,21 @@
373 437 border-bottom: thin solid #444444;
374 438 padding: 5px;
375 439 }
376 440
441 +.tools_page_wp-reset #reset-details tfoot th {
442 + border-top: thin solid #444444;
443 + border-bottom: none;
444 +}
445 +
446 +.tools_page_wp-reset #reset-details tbody tr:last-child td {
447 + border-bottom: none;
448 +}
449 +
450 +.tools_page_wp-reset #reset-details th {
451 + vertical-align: top;
452 +}
453 +
377 454 .tools_page_wp-reset table .ss-action {
378 455 text-decoration: none;
379 456 margin: 5px 10px 5px 0;
380 457 display: inline-block;
@@ -606,8 +683,9 @@
606 683 .tools_page_wp-reset ul.ui-tabs-nav.wpr-main-tab {
607 684 padding-bottom: 0;
608 685 width: 100%;
609 686 box-sizing: border-box;
687 + margin-left: -20px;
610 688 }
611 689
612 690 .tools_page_wp-reset .ui-state-hover a,
613 691 .tools_page_wp-reset .ui-state-active a,
@@ -718,158 +796,142 @@
718 796 }
719 797
720 798 /* diff */
721 799
722 -/* survey */
723 -
724 -.ui-widget-overlay {
725 - opacity: 0.85;
800 +.pro-feature {
801 + font-weight: normal;
802 + font-variant: small-caps;
803 + font-style: italic;
804 + color: inherit;
805 + text-decoration: none;
726 806 }
727 807
728 -.ui-dialog {
729 - z-index: 9998 !important;
808 +.pro-feature.pro-feature-text {
809 + font-weight: 700;
810 + font-style: normal;
730 811 }
731 812
732 -.survey-dialog .ui-dialog-titlebar {
733 - text-align: center;
734 - font-weight: bold;
813 +.pro-feature:hover {
814 + text-decoration: underline;
815 + cursor: pointer;
816 + color: inherit;
735 817 }
736 818
737 -.survey-dialog .ui-dialog-titlebar-close {
738 - display: none;
819 +.dropdown-item .pro-feature:hover {
820 + text-decoration: none;
739 821 }
740 822
741 -.survey-dialog .ui-dialog-content {
742 - padding: 20px 25px;
743 - font-size: 15px;
823 +a.button .pro-feature:hover {
824 + text-decoration: inherit;
825 + cursor: inherit;
826 + color: inherit;
744 827 }
745 828
746 -.wpr-dialog b {
747 - font-weight: bold;
829 +th .pro-feature {
830 + display: inline-block;
748 831 }
749 832
750 -.wpr-dialog .footer {
751 - margin: 20px 0 0 0;
752 - text-align: center;
833 +li .pro-feature {
834 + white-space: nowrap;
753 835 }
754 836
755 -.wpr-dialog .footer #emailme {
756 - margin: 0 5px -3px 0;
837 +.pro-feature .pro,
838 +.pro-feature.pro-feature-text span {
839 + font-weight: 700;
840 + color: #dd3036;
757 841 }
758 842
759 -.wpr-dialog .footer .button-primary {
760 - font-size: 15px;
843 +#pricing-table tr.pricing td {
844 + padding: 20px 10px;
845 + line-height: 1.5;
761 846 }
762 847
763 -.wpr-dialog .footer .dismiss-survey {
764 - display: inline-block;
765 - margin-left: 10px;
766 - vertical-align: bottom;
848 +#pricing-table tr td:nth-child(3),
849 +#pricing-table tr th:nth-child(3) {
850 + background-color: #f9f9f9;
767 851 }
768 852
769 -.wpr-dialog .ui-dialog-content p {
770 - margin: 0 0 20px 0;
771 - font-size: 15px;
853 +#pricing-table tr.pricing td del {
854 + text-decoration-color: #dd3036;
772 855 }
773 856
774 -.wpr-dialog .ui-dialog-titlebar {
775 - text-align: center;
857 +#pricing-table tr.pricing td b {
858 + font-weight: 900;
776 859 }
777 860
778 -.wpr-dialog .subtitle {
779 - text-align: center;
780 - font-size: 15px;
781 - margin: 0 0 16px 0;
861 +#tab-pro label {
862 + vertical-align: inherit;
863 + font-weight: 500;
864 + min-width: 95px;
865 + display: inline-block;
866 + padding: 2px 0;
782 867 }
783 868
784 -.question-wrapper {
785 - border: 1px solid rgba(0, 0, 0, 0.2);
786 - padding: 15px 10px;
787 - background-color: rgba(250, 250, 250, 0.55);
788 - margin: 0 0 10px 5px;
789 - opacity: 1;
790 - width: 46%;
791 - vertical-align: top;
792 - display: inline-block;
793 - text-align: left;
869 +#wpr-license-key {
870 + margin-left: 0;
794 871 }
795 872
796 -.question-wrapper:hover {
797 - opacity: 1;
798 - border: 1px solid rgba(0, 142, 194, 1);
799 - cursor: pointer;
800 - margin-bottom: 10px;
873 +.tools_page_wp-reset #pricing-table td,
874 +.tools_page_wp-reset #pricing-table th {
875 + padding: 10px 10px;
876 + text-align: center;
801 877 }
802 878
803 -.question-wrapper:hover .dashicons {
804 - opacity: 0.25;
879 +.tools_page_wp-reset #pricing-table td:first-child {
880 + text-align: left;
805 881 }
806 882
807 -.question-wrapper.selected {
808 - opacity: 1;
809 - border: 1px solid rgba(0, 142, 194, 1);
810 - margin-bottom: 10px;
883 +.tools_page_wp-reset #pricing-table tfoot th {
884 + border-top: thin solid #444444;
885 + border-bottom: none;
811 886 }
812 887
813 -.question-wrapper .dashicons {
814 - color: rgba(221, 47, 54, 1);
815 - opacity: 0.25;
816 - vertical-align: super;
817 - width: 40px;
818 - height: 40px;
888 +.tools_page_wp-reset #pricing-table tbody tr:last-child td {
889 + border-bottom: none;
819 890 }
820 891
821 -.question-wrapper.selected .dashicons {
822 - color: rgba(221, 47, 54, 1);
823 - opacity: 1;
892 +.tools_page_wp-reset #pricing-table th {
893 + vertical-align: top;
894 + font-weight: normal;
824 895 }
825 896
826 -.question-wrapper .dashicons:before {
827 - width: 40px;
828 - height: 40px;
829 - font-size: 40px;
897 +.tools_page_wp-reset #pricing-table th span {
898 + color: #dd3036;
899 + font-weight: 700;
830 900 }
831 901
832 -.question-wrapper .custom-input {
833 - margin: 4px 0 0 0;
834 - width: 100%;
835 - font-size: 12px;
836 - padding: 5px;
902 +/* collections */
903 +.tools_page_wp-reset .collection-table tr td:first-child .dashicons {
904 + margin-right: 8px;
837 905 }
838 906
839 -.question-wrapper .question {
840 - margin-left: -40px;
841 - display: inline-block;
842 - width: 100%;
843 - padding-left: 50px;
844 - box-sizing: border-box;
907 +.tools_page_wp-reset .collection-table tr td:first-child {
908 + width: 85px;
845 909 }
846 910
847 -.question-wrapper i {
848 - padding-top: 5px;
849 - font-size: 14px;
850 - display: inline-block;
911 +.tools_page_wp-reset table tr td:first-child {
912 + padding-left: 5px;
851 913 }
852 -/* survey */
853 914
854 -/* webhooks dialog */
855 -.webhooks-dialog .ui-dialog-titlebar {
856 - background-color: rgb(241, 88, 42);
857 - color: #fefefe;
915 +.tools_page_wp-reset .collection-table td {
916 + padding: 10px 10px;
858 917 }
859 918
860 -.webhooks-dialog .ui-button.ui-dialog-titlebar-close {
861 - color: #ffffff;
919 +.tools_page_wp-reset table tr td:last-child {
920 + padding-right: 5px;
862 921 }
863 922
864 -.webhooks-footer {
923 +.tools_page_wp-reset .collection-table .actions {
865 924 text-align: center;
925 + white-space: nowrap;
926 + width: 100px;
866 927 }
867 928
868 -.webhooks-dialog .plain-list li {
869 - text-indent: -21px;
929 +.collection-item-details span {
930 + display: block;
931 + font-weight: 500;
870 932 }
871 -/* webhooks dialog */
933 +/* collections */
872 934
873 935 /* Fontello */
874 936 @font-face {
875 937 font-family: 'fontello';
@@ -930,4 +992,321 @@
930 992 } /* '' */
931 993 .icon-database:before {
932 994 content: '\f1c0';
933 995 } /* '' */
996 +
997 +.wpr-collections-installer {
998 + height: 100px;
999 + display: block;
1000 + overflow-y: hidden;
1001 + overflow-x: hidden;
1002 + position: relative;
1003 + padding: 68px 40px;
1004 + -webkit-mask-image: -webkit-linear-gradient(
1005 + top,
1006 + rgba(255, 255, 255, 0) 0%,
1007 + rgba(255, 255, 255, 1) 38%,
1008 + rgba(255, 255, 255, 1) 63%,
1009 + rgba(255, 255, 255, 0) 100%
1010 + );
1011 +}
1012 +
1013 +.wpr-collections-installer-errors {
1014 + overflow-y: auto;
1015 + overflow-x: hidden;
1016 + position: relative;
1017 + padding: 0px 40px;
1018 + max-height: 200px;
1019 +}
1020 +
1021 +.wpr-collections-installer::-webkit-scrollbar,
1022 +.wpr-collections-installer-errors::-webkit-scrollbar {
1023 + height: 12px;
1024 + width: 6px;
1025 + background: #ccc;
1026 +}
1027 +
1028 +.wpr-collections-installer::-webkit-scrollbar-thumb,
1029 +.wpr-collections-installer-errors::-webkit-scrollbar-thumb {
1030 + background: #dd3036;
1031 + -webkit-border-radius: 1ex;
1032 + -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
1033 +}
1034 +
1035 +.wpr-collections-installer::-webkit-scrollbar-corner,
1036 +.wpr-collections-installer-errors::-webkit-scrollbar-corner {
1037 + background: #ccc;
1038 +}
1039 +
1040 +.wpr-collections-installer-message {
1041 + text-align: left;
1042 + position: relative;
1043 + margin: 20px 0;
1044 +}
1045 +
1046 +.wpr-collections-error {
1047 + position: absolute;
1048 + color: #f00;
1049 + font-size: 12px;
1050 + left: 24px;
1051 + bottom: -14px;
1052 +}
1053 +
1054 +.wpr-collections-installer-message .dashicons {
1055 + vertical-align: text-top;
1056 + line-height: 24px;
1057 + height: 24px;
1058 +}
1059 +
1060 +.wpr-collections-installer-loading .dashicons:before {
1061 + content: '\f463';
1062 +}
1063 +
1064 +.wpr-collections-installer-loading .dashicons {
1065 + -webkit-animation: wpr_rspin 1.5s linear infinite;
1066 + -moz-animation: wpr_rspin 1.5s linear infinite;
1067 + animation: wpr_rspin 1.5s linear infinite;
1068 +}
1069 +
1070 +.wpr-collections-installer-done {
1071 + opacity: 1;
1072 +}
1073 +
1074 +.wpr-collections-installer-success .dashicons:before {
1075 + content: '\f12a';
1076 + color: #1e232a;
1077 +}
1078 +
1079 +.wpr-collections-installer-error .dashicons:before {
1080 + content: '\f153';
1081 + color: #dd3036;
1082 +}
1083 +
1084 +@-moz-keyframes wpr_rspin {
1085 + 100% {
1086 + -moz-transform: rotate(360deg);
1087 + }
1088 +}
1089 +@-webkit-keyframes wpr_rspin {
1090 + 100% {
1091 + -webkit-transform: rotate(360deg);
1092 + }
1093 +}
1094 +@keyframes wpr_rspin {
1095 + 100% {
1096 + -webkit-transform: rotate(360deg);
1097 + transform: rotate(360deg);
1098 + }
1099 +}
1100 +
1101 +#wpfssl-ad {
1102 + border: 3px solid #42982e;
1103 + min-width: 280px;
1104 + max-width: 400px;
1105 + padding: 10px 20px;
1106 + background: white;
1107 +}
1108 +
1109 +@media screen and (max-width: 1520px) {
1110 + .wpr-container,
1111 + .tools_page_wp-reset nav{
1112 + width:700px;
1113 + }
1114 +
1115 +}
1116 +
1117 +@media screen and (max-width: 1300px) {
1118 + #wpr-sidebar-ads {
1119 + display: none !important;
1120 + }
1121 +
1122 + .wpr-container,
1123 + .tools_page_wp-reset nav{
1124 + width:910px;
1125 + }
1126 +}
1127 +
1128 +#wpr-sidebar-ads {
1129 + position: fixed;
1130 +}
1131 +
1132 +#wpfssl-ad a.button {
1133 + padding: 11px 20px;
1134 + color: white;
1135 + background: #42982e;
1136 + font-weight: 600;
1137 + border: none;
1138 + line-height: 1.5;
1139 + height: auto;
1140 + margin-bottom: 10px;
1141 + white-space: normal;
1142 + max-width: 90%;
1143 +}
1144 +
1145 +#wpfssl-ad a.button:hover,
1146 +#wpfssl-ad a.button:active,
1147 +#wpfssl-ad a.button:focus {
1148 + box-shadow: 0px 0px 10px 0px rgb(50 138 210 / 52%);
1149 + background: #42982e;
1150 + color: white;
1151 + border: none;
1152 +}
1153 +
1154 +#wpr-ad {
1155 + border: 3px solid #dd3036;
1156 + min-width: 280px;
1157 + max-width: 400px;
1158 + padding: 10px 20px;
1159 + background: white;
1160 + margin-bottom: 30px;
1161 +}
1162 +
1163 +#wpr-ad a.button {
1164 + padding: 11px 20px;
1165 + color: white;
1166 + background: #dd3036;
1167 + font-weight: 600;
1168 + border: none;
1169 + line-height: 1.5;
1170 + height: auto;
1171 + margin-bottom: 10px;
1172 + white-space: normal;
1173 + max-width: 90%;
1174 +}
1175 +
1176 +#wpr-ad a.button:hover,
1177 +#wpr-ad a.button:active,
1178 +#wpr-ad a.button:focus {
1179 + box-shadow: 0px 0px 10px 0px rgb(50 138 210 / 52%);
1180 + background: #dd3036;
1181 + color: white;
1182 + border: none;
1183 +}
1184 +
1185 +.wpr-main-tab li.tab-pro a {
1186 + color: #dd3036 !important;
1187 +}
1188 +
1189 +.wpreset-pro-dialog .ui-dialog-titlebar {
1190 + display: none;
1191 +}
1192 +
1193 +.wpreset-pro-dialog .logo img {
1194 + max-height: 55px;
1195 +}
1196 +
1197 +.wpreset-pro-dialog .logo {
1198 + text-align: center;
1199 + background: #f8f8f8;
1200 + margin: -16px -16px 0 -16px;
1201 + padding: 15px;
1202 +}
1203 +
1204 +.wpreset-pro-dialog .footer {
1205 + text-align: center;
1206 + background: #f8f8f8;
1207 + margin: 0 -16px -16px -16px;
1208 + padding: 20px;
1209 +}
1210 +
1211 +.wpreset-pro-dialog .logo span {
1212 + display: block;
1213 + font-size: 18px;
1214 + margin: 10px;
1215 +}
1216 +
1217 +.wpreset-pro-dialog .logo span b {
1218 + border-bottom: 3px solid #dd3036;
1219 +}
1220 +
1221 +#wpreset-pro-table {
1222 + width: 100%;
1223 + margin: 10px auto 0 auto;
1224 + border-collapse: collapse;
1225 +}
1226 +
1227 +#wpreset-pro-table td {
1228 + padding: 4px 10px 4px 34px;
1229 + border: none;
1230 + font-size: 14px;
1231 +}
1232 +
1233 +#wpreset-pro-table tr:last-child td {
1234 + text-align: center;
1235 +}
1236 +
1237 +#wpreset-pro-table .dashicons-yes {
1238 + color: #dd3036;
1239 +}
1240 +
1241 +#wpreset-pro-table .dashicons {
1242 + padding-right: 8px;
1243 + margin-left: -27px;
1244 +}
1245 +
1246 +#wpreset-pro-table .center {
1247 + text-align: center;
1248 +}
1249 +
1250 +.prices del {
1251 + color: #00000099;
1252 +}
1253 +
1254 +.prices span {
1255 + font-weight: 600;
1256 + font-size: 40px;
1257 + color: #dd3036;
1258 + line-height: 1;
1259 + display: inline-block;
1260 + padding-bottom: 15px;
1261 +}
1262 +
1263 +#wpreset-pro-table tr:first-child td {
1264 + color: #000;
1265 + font-size: 18px;
1266 + font-weight: 800 !important;
1267 + padding: 10px 0;
1268 + text-align: center;
1269 +}
1270 +
1271 +#wpreset-pro-table tr:last-child td {
1272 + padding: 20px 0 20px 0;
1273 + vertical-align: top;
1274 +}
1275 +
1276 +#wpreset-pro-table tr:last-child td {
1277 + text-align: center;
1278 +}
1279 +
1280 +
1281 +#wpreset-pro-table a.button.button-buy {
1282 + padding: 11px 40px;
1283 + color: white;
1284 + background: #dd3036;
1285 + font-weight: 600;
1286 + border: none;
1287 + line-height: 1.5;
1288 + height: auto;
1289 + margin-bottom: 10px;
1290 +}
1291 +
1292 +#wpreset-pro-table a.button.button-buy:hover,
1293 +#wpreset-pro-table a.button.button-buy:active,
1294 +#wpreset-pro-table a.button.button-buy:focus {
1295 + box-shadow: 0px 0px 10px 0px rgb(50 138 210 / 52%);
1296 + background: #dd3036;
1297 + color: white;
1298 + border: none;
1299 +}
1300 +
1301 +.wp-dialog.ui-widget-content {
1302 + background: #fff !important;
1303 +}
1304 +
1305 +#wpreset-pro-dialog {
1306 + overflow: hidden;
1307 +}
1308 +
1309 +div.ui-dialog {
1310 + position: fixed;
1311 +}
1312 +