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 +258 -183 1.802.05 View file →
@@ -1,8 +1,8 @@
1 1 /**
2 2 * WP Reset
3 3 * https://wpreset.com/
4 - * (c) WebFactory Ltd, 2017-2020
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;
@@ -83,8 +85,19 @@
83 85 #wpfooter span {
84 86 color: #ffb900;
85 87 }
86 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 +
87 100 .tools_page_wp-reset .dropdown {
88 101 position: relative;
89 102 display: inline-block;
90 103 margin-right: 10px;
@@ -90,9 +103,9 @@
90 103 margin-right: 10px;
91 104 }
92 105
93 106 .tools_page_wp-reset .button.dropdown-toggle::after {
94 - content: "\f140";
107 + content: '\f140';
95 108 font-family: dashicons;
96 109 display: inline-block;
97 110 line-height: 1;
98 111 font-weight: 400;
@@ -280,8 +293,9 @@
280 293
281 294 .tools_page_wp-reset .swal2-popup .swal2-title {
282 295 line-height: 1.1;
283 296 font-weight: 700;
297 + display: block !important;
284 298 }
285 299
286 300 .tools_page_wp-reset code {
287 301 white-space: nowrap;
@@ -320,8 +334,12 @@
320 334 -moz-animation: spin 1.5s linear infinite;
321 335 animation: spin 1.5s linear infinite;
322 336 }
323 337
338 +.notice-wrapper {
339 + margin-top: 35px;
340 +}
341 +
324 342 .tools_page_wp-reset .notice-error {
325 343 border-top-color: #dd3036;
326 344 border-top-width: 3px;
327 345 }
@@ -591,13 +609,9 @@
591 609 cursor: text;
592 610 }
593 611
594 612 .tools_page_wp-reset .ui-tabs .ui-tabs-nav li a,
595 -.tools_page_wp-reset
596 - .ui-tabs.ui-tabs-collapsible
597 - .ui-tabs-nav
598 - li.ui-tabs-selected
599 - a {
613 +.tools_page_wp-reset .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
600 614 cursor: pointer;
601 615 }
602 616
603 617 .tools_page_wp-reset .ui-tabs .ui-tabs-panel {
@@ -624,9 +638,9 @@
624 638 color: #666666;
625 639 }
626 640
627 641 .tools_page_wp-reset .ui-tabs-nav:after {
628 - content: "";
642 + content: '';
629 643 clear: both;
630 644 display: block;
631 645 }
632 646
@@ -669,8 +683,9 @@
669 683 .tools_page_wp-reset ul.ui-tabs-nav.wpr-main-tab {
670 684 padding-bottom: 0;
671 685 width: 100%;
672 686 box-sizing: border-box;
687 + margin-left: -20px;
673 688 }
674 689
675 690 .tools_page_wp-reset .ui-state-hover a,
676 691 .tools_page_wp-reset .ui-state-active a,
@@ -781,159 +796,8 @@
781 796 }
782 797
783 798 /* diff */
784 799
785 -/* survey */
786 -
787 -.ui-widget-overlay {
788 - opacity: 0.85;
789 -}
790 -
791 -.ui-dialog {
792 - z-index: 9998 !important;
793 -}
794 -
795 -.survey-dialog .ui-dialog-titlebar {
796 - text-align: center;
797 - font-weight: bold;
798 -}
799 -
800 -.survey-dialog .ui-dialog-titlebar-close {
801 - display: none;
802 -}
803 -
804 -.survey-dialog .ui-dialog-content {
805 - padding: 20px 25px;
806 - font-size: 15px;
807 -}
808 -
809 -.wpr-dialog b {
810 - font-weight: bold;
811 -}
812 -
813 -.wpr-dialog .footer {
814 - margin: 20px 0 0 0;
815 - text-align: center;
816 -}
817 -
818 -.wpr-dialog .footer #emailme {
819 - margin: 0 5px -3px 0;
820 -}
821 -
822 -.wpr-dialog .footer .button-primary {
823 - font-size: 15px;
824 -}
825 -
826 -.wpr-dialog .footer .dismiss-survey {
827 - display: inline-block;
828 - margin-left: 10px;
829 - vertical-align: bottom;
830 -}
831 -
832 -.wpr-dialog .ui-dialog-content p {
833 - margin: 0 0 20px 0;
834 - font-size: 15px;
835 -}
836 -
837 -.wpr-dialog .ui-dialog-titlebar {
838 - text-align: center;
839 -}
840 -
841 -.wpr-dialog .subtitle {
842 - text-align: center;
843 - font-size: 15px;
844 - margin: 0 0 16px 0;
845 -}
846 -
847 -.question-wrapper {
848 - border: 1px solid rgba(0, 0, 0, 0.2);
849 - padding: 15px 10px;
850 - background-color: rgba(250, 250, 250, 0.55);
851 - margin: 0 0 10px 5px;
852 - opacity: 1;
853 - width: 46%;
854 - vertical-align: top;
855 - display: inline-block;
856 - text-align: left;
857 -}
858 -
859 -.question-wrapper:hover {
860 - opacity: 1;
861 - border: 1px solid rgba(0, 142, 194, 1);
862 - cursor: pointer;
863 - margin-bottom: 10px;
864 -}
865 -
866 -.question-wrapper:hover .dashicons {
867 - opacity: 0.25;
868 -}
869 -
870 -.question-wrapper.selected {
871 - opacity: 1;
872 - border: 1px solid rgba(0, 142, 194, 1);
873 - margin-bottom: 10px;
874 -}
875 -
876 -.question-wrapper .dashicons {
877 - color: rgba(221, 47, 54, 1);
878 - opacity: 0.25;
879 - vertical-align: super;
880 - width: 40px;
881 - height: 40px;
882 -}
883 -
884 -.question-wrapper.selected .dashicons {
885 - color: rgba(221, 47, 54, 1);
886 - opacity: 1;
887 -}
888 -
889 -.question-wrapper .dashicons:before {
890 - width: 40px;
891 - height: 40px;
892 - font-size: 40px;
893 -}
894 -
895 -.question-wrapper .custom-input {
896 - margin: 4px 0 0 0;
897 - width: 100%;
898 - font-size: 12px;
899 - padding: 5px;
900 -}
901 -
902 -.question-wrapper .question {
903 - margin-left: -40px;
904 - display: inline-block;
905 - width: 100%;
906 - padding-left: 50px;
907 - box-sizing: border-box;
908 -}
909 -
910 -.question-wrapper i {
911 - padding-top: 5px;
912 - font-size: 14px;
913 - display: inline-block;
914 -}
915 -/* survey */
916 -
917 -/* webhooks dialog */
918 -.webhooks-dialog .ui-dialog-titlebar {
919 - background-color: rgb(241, 88, 42);
920 - color: #fefefe;
921 -}
922 -
923 -.webhooks-dialog .ui-button.ui-dialog-titlebar-close {
924 - color: #ffffff;
925 -}
926 -
927 -.webhooks-footer {
928 - text-align: center;
929 -}
930 -
931 -.webhooks-dialog .plain-list li {
932 - text-indent: -21px;
933 -}
934 -/* webhooks dialog */
935 -
936 800 .pro-feature {
937 801 font-weight: normal;
938 802 font-variant: small-caps;
939 803 font-style: italic;
@@ -1069,15 +933,13 @@
1069 933 /* collections */
1070 934
1071 935 /* Fontello */
1072 936 @font-face {
1073 - font-family: "fontello";
1074 - src: url("./font/fontello.eot?91671913");
1075 - src: url("./font/fontello.eot?91671913#iefix") format("embedded-opentype"),
1076 - url("./font/fontello.woff2?91671913") format("woff2"),
1077 - url("./font/fontello.woff?91671913") format("woff"),
1078 - url("./font/fontello.ttf?91671913") format("truetype"),
1079 - url("./font/fontello.svg?91671913#fontello") format("svg");
937 + font-family: 'fontello';
938 + src: url('./font/fontello.eot?91671913');
939 + src: url('./font/fontello.eot?91671913#iefix') format('embedded-opentype'),
940 + url('./font/fontello.woff2?91671913') format('woff2'), url('./font/fontello.woff?91671913') format('woff'),
941 + url('./font/fontello.ttf?91671913') format('truetype'), url('./font/fontello.svg?91671913#fontello') format('svg');
1080 942 font-weight: normal;
1081 943 font-style: normal;
1082 944 }
1083 945 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
@@ -1090,11 +952,11 @@
1090 952 }
1091 953 }
1092 954 */
1093 955
1094 -[class^="icon-"]:before,
1095 -[class*=" icon-"]:before {
1096 - font-family: "fontello";
956 +[class^='icon-']:before,
957 +[class*=' icon-']:before {
958 + font-family: 'fontello';
1097 959 font-style: normal;
1098 960 font-weight: normal;
1099 961 display: inline-block;
1100 962 text-decoration: inherit;
@@ -1125,12 +987,12 @@
1125 987 /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
1126 988 }
1127 989
1128 990 .icon-doc-text-inv:before {
1129 - content: "\f15c";
991 + content: '\f15c';
1130 992 } /* '' */
1131 993 .icon-database:before {
1132 - content: "\f1c0";
994 + content: '\f1c0';
1133 995 } /* '' */
1134 996
1135 997 .wpr-collections-installer {
1136 998 height: 100px;
@@ -1195,9 +1057,9 @@
1195 1057 height: 24px;
1196 1058 }
1197 1059
1198 1060 .wpr-collections-installer-loading .dashicons:before {
1199 - content: "\f463";
1061 + content: '\f463';
1200 1062 }
1201 1063
1202 1064 .wpr-collections-installer-loading .dashicons {
1203 1065 -webkit-animation: wpr_rspin 1.5s linear infinite;
@@ -1209,14 +1071,14 @@
1209 1071 opacity: 1;
1210 1072 }
1211 1073
1212 1074 .wpr-collections-installer-success .dashicons:before {
1213 - content: "\f12a";
1075 + content: '\f12a';
1214 1076 color: #1e232a;
1215 1077 }
1216 1078
1217 1079 .wpr-collections-installer-error .dashicons:before {
1218 - content: "\f153";
1080 + content: '\f153';
1219 1081 color: #dd3036;
1220 1082 }
1221 1083
1222 1084 @-moz-keyframes wpr_rspin {
@@ -1234,4 +1096,217 @@
1234 1096 -webkit-transform: rotate(360deg);
1235 1097 transform: rotate(360deg);
1236 1098 }
1237 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 +