| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | /** |
| 2 | 2 | * WP Reset |
| 3 | 3 | * https://wpreset.com/ |
| 4 | - * (c) WebFactory Ltd, 2017-2021 | |
| 4 | + * (c) WebFactory Ltd, 2017-2023 | |
| 5 | 5 | */ |
| 6 | 6 | |
| 7 | 7 | body.tools_page_wp-reset { |
| 8 | 8 | overflow-y: scroll; |
| @@ -28,10 +28,9 @@ | ||
| 28 | 28 | opacity: 0.6; |
| 29 | 29 | } |
| 30 | 30 | |
| 31 | 31 | .tools_page_wp-reset #loading-tabs { |
| 32 | - padding-top: 80px; | |
| 33 | - text-align: center; | |
| 32 | + padding: 80px 0 0 450px; | |
| 34 | 33 | } |
| 35 | 34 | |
| 36 | 35 | .tools_page_wp-reset #loading-tabs img { |
| 37 | 36 | width: 100px; |
| @@ -47,11 +46,11 @@ | ||
| 47 | 46 | background: #f9fbfd; |
| 48 | 47 | } |
| 49 | 48 | |
| 50 | 49 | .wpr-container { |
| 51 | - margin: 0 auto; | |
| 50 | + margin: 0 20px; | |
| 52 | 51 | max-width: 100%; |
| 53 | - width: 760px; | |
| 52 | + width: 910px; | |
| 54 | 53 | } |
| 55 | 54 | |
| 56 | 55 | .tools_page_wp-reset header { |
| 57 | 56 | padding: 20px 10px; |
| @@ -59,16 +58,19 @@ | ||
| 59 | 58 | } |
| 60 | 59 | |
| 61 | 60 | .tools_page_wp-reset nav { |
| 62 | 61 | background: #ffffff; |
| 63 | - padding: 0; | |
| 64 | - margin: 0 0 35px 0; | |
| 65 | - border-top: 1px solid #e5e5e5; | |
| 66 | - 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; | |
| 67 | 68 | } |
| 68 | 69 | |
| 69 | 70 | #wpr-content { |
| 70 | - padding: 0 0 35px 0; | |
| 71 | + padding: 20px; | |
| 72 | + background: white; | |
| 71 | 73 | } |
| 72 | 74 | |
| 73 | 75 | #wpfooter { |
| 74 | 76 | padding: 20px; |
| @@ -291,8 +293,9 @@ | ||
| 291 | 293 | |
| 292 | 294 | .tools_page_wp-reset .swal2-popup .swal2-title { |
| 293 | 295 | line-height: 1.1; |
| 294 | 296 | font-weight: 700; |
| 297 | + display: block !important; | |
| 295 | 298 | } |
| 296 | 299 | |
| 297 | 300 | .tools_page_wp-reset code { |
| 298 | 301 | white-space: nowrap; |
| @@ -331,8 +334,12 @@ | ||
| 331 | 334 | -moz-animation: spin 1.5s linear infinite; |
| 332 | 335 | animation: spin 1.5s linear infinite; |
| 333 | 336 | } |
| 334 | 337 | |
| 338 | +.notice-wrapper { | |
| 339 | + margin-top: 35px; | |
| 340 | +} | |
| 341 | + | |
| 335 | 342 | .tools_page_wp-reset .notice-error { |
| 336 | 343 | border-top-color: #dd3036; |
| 337 | 344 | border-top-width: 3px; |
| 338 | 345 | } |
| @@ -676,8 +683,9 @@ | ||
| 676 | 683 | .tools_page_wp-reset ul.ui-tabs-nav.wpr-main-tab { |
| 677 | 684 | padding-bottom: 0; |
| 678 | 685 | width: 100%; |
| 679 | 686 | box-sizing: border-box; |
| 687 | + margin-left: -20px; | |
| 680 | 688 | } |
| 681 | 689 | |
| 682 | 690 | .tools_page_wp-reset .ui-state-hover a, |
| 683 | 691 | .tools_page_wp-reset .ui-state-active a, |
| @@ -788,140 +796,8 @@ | ||
| 788 | 796 | } |
| 789 | 797 | |
| 790 | 798 | /* diff */ |
| 791 | 799 | |
| 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 | 800 | .pro-feature { |
| 925 | 801 | font-weight: normal; |
| 926 | 802 | font-variant: small-caps; |
| 927 | 803 | font-style: italic; |
| @@ -1220,4 +1096,217 @@ | ||
| 1220 | 1096 | -webkit-transform: rotate(360deg); |
| 1221 | 1097 | transform: rotate(360deg); |
| 1222 | 1098 | } |
| 1223 | 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 | + | |