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 +13 -39 trunk2.05 View file →
@@ -1,8 +1,8 @@
1 1 /**
2 2 * WP Reset
3 3 * https://wpreset.com/
4 - * (c) WebFactory Ltd, 2017-2026
4 + * (c) WebFactory Ltd, 2017-2023
5 5 */
6 6
7 7 body.tools_page_wp-reset {
8 8 overflow-y: scroll;
@@ -1097,10 +1097,10 @@
1097 1097 transform: rotate(360deg);
1098 1098 }
1099 1099 }
1100 1100
1101 -#wpcaptcha-ad {
1102 - border: 3px solid #253bac;
1101 +#wpfssl-ad {
1102 + border: 3px solid #42982e;
1103 1103 min-width: 280px;
1104 1104 max-width: 400px;
1105 1105 padding: 10px 20px;
1106 1106 background: white;
@@ -1126,15 +1126,14 @@
1126 1126 }
1127 1127
1128 1128 #wpr-sidebar-ads {
1129 1129 position: fixed;
1130 - display: none;
1131 1130 }
1132 1131
1133 -#wpcaptcha-ad a.button {
1132 +#wpfssl-ad a.button {
1134 1133 padding: 11px 20px;
1135 1134 color: white;
1136 - background: #253bac;
1135 + background: #42982e;
1137 1136 font-weight: 600;
1138 1137 border: none;
1139 1138 line-height: 1.5;
1140 1139 height: auto;
@@ -1142,13 +1141,13 @@
1142 1141 white-space: normal;
1143 1142 max-width: 90%;
1144 1143 }
1145 1144
1146 -#wpcaptcha-ad a.button:hover,
1147 -#wpcaptcha-ad a.button:active,
1148 -#wpcaptcha-ad a.button:focus {
1145 +#wpfssl-ad a.button:hover,
1146 +#wpfssl-ad a.button:active,
1147 +#wpfssl-ad a.button:focus {
1149 1148 box-shadow: 0px 0px 10px 0px rgb(50 138 210 / 52%);
1150 - background: #253bac;
1149 + background: #42982e;
1151 1150 color: white;
1152 1151 border: none;
1153 1152 }
1154 1153
@@ -1184,9 +1183,8 @@
1184 1183 }
1185 1184
1186 1185 .wpr-main-tab li.tab-pro a {
1187 1186 color: #dd3036 !important;
1188 - font-weight: 700 !important;
1189 1187 }
1190 1188
1191 1189 .wpreset-pro-dialog .ui-dialog-titlebar {
1192 1190 display: none;
@@ -1199,9 +1197,9 @@
1199 1197 .wpreset-pro-dialog .logo {
1200 1198 text-align: center;
1201 1199 background: #f8f8f8;
1202 1200 margin: -16px -16px 0 -16px;
1203 - padding: 15px 15px;
1201 + padding: 15px;
1204 1202 }
1205 1203
1206 1204 .wpreset-pro-dialog .footer {
1207 1205 text-align: center;
@@ -1209,24 +1207,12 @@
1209 1207 margin: 0 -16px -16px -16px;
1210 1208 padding: 20px;
1211 1209 }
1212 1210
1213 -.wpreset-pro-dialog .upsell-footer-2 {
1214 - padding: 10px;
1215 - text-align: center;
1216 - background-color: #dd3036;
1217 - color: white;
1218 - margin: 0 -16px 0 -16px;
1219 -}
1220 -
1221 -.wpreset-pro-dialog .upsell-footer-2 a {
1222 - color: white;
1223 -}
1224 -
1225 1211 .wpreset-pro-dialog .logo span {
1226 1212 display: block;
1227 1213 font-size: 18px;
1228 - margin: 0 0 10px 0;
1214 + margin: 10px;
1229 1215 }
1230 1216
1231 1217 .wpreset-pro-dialog .logo span b {
1232 1218 border-bottom: 3px solid #dd3036;
@@ -1277,14 +1263,14 @@
1277 1263 #wpreset-pro-table tr:first-child td {
1278 1264 color: #000;
1279 1265 font-size: 18px;
1280 1266 font-weight: 800 !important;
1281 - padding: 10px 0 0 0;
1267 + padding: 10px 0;
1282 1268 text-align: center;
1283 1269 }
1284 1270
1285 1271 #wpreset-pro-table tr:last-child td {
1286 - padding: 10px 0 10px 0;
1272 + padding: 20px 0 20px 0;
1287 1273 vertical-align: top;
1288 1274 }
1289 1275
1290 1276 #wpreset-pro-table tr:last-child td {
@@ -1321,18 +1307,6 @@
1321 1307 }
1322 1308
1323 1309 div.ui-dialog {
1324 1310 position: fixed;
1325 -}
1326 -/* Constrain the outer dialog box container to the screen height */
1327 -.ui-dialog {
1328 - max-height: 90vh; /* Adjust percentage as needed */
1329 - display: flex;
1330 - flex-direction: column;
1331 -}
1332 -
1333 -/* Force the internal content area to scroll when it overflows */
1334 -.ui-dialog .ui-dialog-content {
1335 - overflow-y: auto !important;
1336 - flex-grow: 1;
1337 1311 }
1338 1312