PluginProbe
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript / trunk
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript vtrunk
4.1.16 4.1.15 4.1.14 4.1.13 4.1.12 4.1.11 4.1.10 4.0.30 4.0.29 4.0.28 4.0.27 4.0.26 4.0.24 4.0.25 4.0.23 4.0.22 4.0.21 4.0.19 4.0.18 4.0.17 4.0.16 1.9.3 1.9.4 1.9.5 1.9.6 All 170 releases
← All changes | admin/css/style.css +94 -10 4.0.29trunk View file →
@@ -1,6 +1,6 @@
1 1 body {
2 - background-color: #f7faff !important;
2 + background-color: #fff !important;
3 3 }
4 4
5 5 .berqwp-dashbaord {
6 6 font-family: "Lato", sans-serif !important;
@@ -752,22 +752,25 @@
752 752 left: 30px !important;
753 753 }
754 754
755 755 #berqwp-intro {
756 - background-color: #f7faff;
756 + background-color: transparent;
757 757 border-radius: 20px;
758 - border: 1px solid #e6e6e6;
759 758 display: flex;
760 759 flex-direction: column;
761 760 justify-content: center;
762 761 align-items: center;
763 - -webkit-font-smoothing: antialiased;
764 762 padding: 70px 20px;
765 763 padding-bottom: 100px;
766 764 max-width: 800px;
767 765 margin: 0 auto;
768 - box-shadow: 0px 3px 5px 0px rgba(83, 113, 167, 0.05);
766 + padding-bottom: 30px;
767 + margin-top: 50px;
769 768 }
769 +#berqwp-intro img.logo {
770 + width: 140px;
771 + margin-bottom: 30px;
772 +}
770 773 #berqwp-intro h2.title {
771 774 font-size: 35px;
772 775 text-align: center;
773 776 color: #222222;
@@ -797,9 +800,8 @@
797 800 background-color: #1f71ff;
798 801 padding: 10px 13px;
799 802 border: 1px solid #1f71ff;
800 803 border-radius: 8px;
801 - font-weight: 500;
802 804 font-size: 14px;
803 805 cursor: pointer;
804 806 color: #fff;
805 807 line-height: 1;
@@ -899,24 +901,31 @@
899 901 display: flex;
900 902 gap: 10px;
901 903 justify-content: center;
902 904 align-items: center;
903 - margin-top: 60px;
905 + margin-top: 30px;
904 906 }
905 907 #berqwp-intro .cta-btns a.btn {
906 908 background: #1f71ff;
907 - border-radius: 11px;
909 + border-radius: 9px;
908 910 display: flex;
909 911 align-items: center;
910 912 gap: 7px;
911 913 color: #fff;
912 - padding: 15px 30px;
913 - font-size: 16px;
914 + padding: 12px 20px;
915 + font-size: 15px;
914 916 text-decoration: none;
915 917 }
916 918 #berqwp-intro .cta-btns a.btn:hover {
917 919 background-color: #2067e3;
918 920 }
921 +#berqwp-intro .cta-btns a.btn.secondary {
922 + background: #edeef1;
923 + color: #222;
924 +}
925 +#berqwp-intro .cta-btns a.btn.secondary:hover {
926 + background-color: #e0e1e5;
927 +}
919 928
920 929 p.below-settings-panel {
921 930 text-align: center;
922 931 font-size: 16px;
@@ -1405,6 +1414,81 @@
1405 1414
1406 1415 .berqwp-continue-free {
1407 1416 text-align: center;
1408 1417 font-size: 15px;
1418 + margin-top: 80px;
1419 + align-self: end;
1420 +}
1421 +.berqwp-continue-free a {
1422 + color: #acbbd5;
1423 + text-decoration: none;
1424 +}
1425 +
1426 +.berqwp-db-actions {
1409 1427 margin-top: 16px;
1428 + display: flex;
1429 + flex-direction: column;
1430 + gap: 10px;
1431 +}
1432 +
1433 +.berqwp-db-action {
1434 + display: flex;
1435 + align-items: center;
1436 + justify-content: space-between;
1437 + gap: 15px;
1438 + flex-wrap: wrap;
1439 + padding: 14px 18px;
1440 + border: 1px solid #e0e9fa;
1441 + border-radius: 8px;
1442 + background: #f8fafd;
1443 +}
1444 +.berqwp-db-action span {
1445 + color: #0c2d66;
1446 + font-size: 15px;
1447 + font-weight: 500;
1448 +}
1449 +.berqwp-db-action a.berq-btn {
1450 + margin-bottom: 0;
1451 + flex-shrink: 0;
1452 +}
1453 +.berqwp-db-action a.berq-btn.disabled {
1454 + opacity: 0.6;
1455 + pointer-events: none;
1456 +}
1457 +
1458 +input.berqwp-inline-number {
1459 + width: 60px;
1460 + padding: 4px 8px;
1461 + margin: 0 4px;
1462 + border: 1px solid #dbe9fe;
1463 + border-radius: 5px;
1464 + color: #0c2d66;
1465 + font-size: 14px;
1466 +}
1467 +
1468 +.berqwp-db-scheduled-tasks {
1469 + margin-top: 12px;
1470 + display: grid;
1471 + grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
1472 + gap: 4px 20px;
1473 +}
1474 +.berqwp-db-scheduled-tasks label.berq-check {
1475 + margin-top: 0;
1476 +}
1477 +
1478 +.berqwp-heartbeat-interval {
1479 + margin-top: 16px;
1480 +}
1481 +.berqwp-heartbeat-interval label {
1482 + display: flex;
1483 + align-items: center;
1484 + gap: 10px;
1485 + color: #0c2d66;
1486 + font-size: 14px;
1487 +}
1488 +.berqwp-heartbeat-interval input[type=number] {
1489 + width: 80px;
1490 + padding: 6px 10px;
1491 + border: 1px solid #dbe9fe;
1492 + border-radius: 5px;
1493 + color: #0c2d66;
1410 1494 }/*# sourceMappingURL=style.css.map */