updated plugin W3 Total Cache version 2.5.0

This commit is contained in:
2023-10-22 22:21:26 +00:00
committed by Gitium
parent 2f6b5b6047
commit 9e3fa792d7
255 changed files with 10113 additions and 23010 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,167 +1,169 @@
@media screen and (max-width: 320px) {
.w3tc-card-container {
grid-template-columns: 1fr;
}
@media screen and (max-width: 900px) {
.w3tc-card-container {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 900px) {
.w3tc-card-container {
grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 560px) {
.w3tc-card-container {
grid-template-columns: 1fr;
}
}
@media screen and (min-width: 900px) {
.w3tc-card-container {
grid-template-columns: 1fr 1fr 1fr;
}
.w3tc-card-container {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (min-width: 1400px) {
.w3tc-card-container {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.w3tc-card-container {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
.w3tc-page-container {
max-width: 1234px;
padding: 0;
max-width: 1234px;
padding: 0;
}
#w3tc_dashboard_banner {
max-width: 1234px;
width: 100%;
max-width: 1234px;
width: 100%;
}
.w3tc-card-container {
display: grid;
grid-gap: 2em;
display: grid;
grid-gap: 2em;
}
.w3tc-card {
background: #fff;
border: 1px solid #ddd;
display: flex;
flex-direction: column;
position: relative;
background: #fff;
border: 1px solid #ddd;
display: flex;
flex-direction: column;
position: relative;
}
.w3tc-card-title {
height: 2.5em;
height: 2.5em;
}
.w3tc-card-title.w3tc-card-premium {
background-color: #2d4149;
background-color: #2d4149;
}
.w3tc-card-title.w3tc-card-premium > p {
color: #fff;
.w3tc-card-title.w3tc-card-premium>p {
color: #fff;
}
.w3tc-card-title.w3tc-card-premium > p.w3tc-card-pro {
color: #30bec3;
margin: 0;
.w3tc-card-title.w3tc-card-premium>p.w3tc-card-pro {
color: #30bec3;
margin: 0;
}
.w3tc-card-title > p:first-child {
font-size: 1.3em;
margin: 0;
white-space: nowrap;
.w3tc-card-title>p:first-child {
font-size: 1.3em;
margin: 0;
white-space: nowrap;
}
.w3tc-card-body {
flex-grow: 10;
flex-grow: 10;
}
.w3tc-card-title,
.w3tc-card-body {
padding: 10px 10px 15px 10px;
padding: 10px 10px 15px 10px;
}
.w3tc-card-icon {
border-top: 3px solid #000;
border-bottom: 1px solid #ddd;
height: 60px;
padding: 20px 0;
text-align: center;
border-top: 3px solid #000;
border-bottom: 1px solid #ddd;
height: 60px;
padding: 20px 0;
text-align: center;
}
.w3tc-card-icon .dashicons {
font-size: 60px;
height: 60px;
width: 60px;
font-size: 60px;
height: 60px;
width: 60px;
}
.w3tc-card-icon-inactive {
border-top-color: #aaa;
border-top-color: #aaa;
}
.w3tc-card-icon img {
max-height: 60px;
max-height: 60px;
}
.w3tc-card-upgrade {
background: #e7e7e7;
background: #e7e7e7;
}
.w3tc-card-ribbon-new {
height: 75px;
overflow: hidden;
position: absolute;
right: -5px; top: -5px;
text-align: right;
width: 75px;
z-index: 1;
}
height: 75px;
overflow: hidden;
position: absolute;
right: -5px;
top: -5px;
text-align: right;
width: 75px;
z-index: 1;
}
.w3tc-card-ribbon-new span {
background: #30bec3;
box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.5);
color: #fff;
display: block;
font-size: 12px;
font-weight: bold;
line-height: 20px;
position: absolute;
right: -21px;
text-transform: uppercase;
text-align: center;
top: 19px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg); /* Needed for Safari */
width: 100px;
}
.w3tc-card-ribbon-new span {
background: #30bec3;
box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.5);
color: #fff;
display: block;
font-size: 12px;
font-weight: bold;
line-height: 20px;
position: absolute;
right: -21px;
text-transform: uppercase;
text-align: center;
top: 19px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
/* Needed for Safari */
width: 100px;
}
.w3tc-card-ribbon-new span::before {
border-left: 3px solid #30bec3;
border-right: 3px solid transparent;
border-bottom: 3px solid transparent;
border-top: 3px solid #30bec3;
content: '';
left: 0px;
position: absolute;
top: 100%;
z-index: -1;
}
.w3tc-card-ribbon-new span::before {
border-left: 3px solid #30bec3;
border-right: 3px solid transparent;
border-bottom: 3px solid transparent;
border-top: 3px solid #30bec3;
content: '';
left: 0px;
position: absolute;
top: 100%;
z-index: -1;
}
.w3tc-card-ribbon-new span::after {
border-right: 3px solid #30bec3;
border-left: 3px solid transparent;
border-bottom: 3px solid transparent;
border-top: 3px solid #30bec3;
content: '';
position: absolute;
right: 0%;
top: 100%;
z-index: -1;
}
.w3tc-card-ribbon-new span::after {
border-right: 3px solid #30bec3;
border-left: 3px solid transparent;
border-bottom: 3px solid transparent;
border-top: 3px solid #30bec3;
content: '';
position: absolute;
right: 0%;
top: 100%;
z-index: -1;
}
.w3tc-card-footer {
margin: 0 0 10px 10px;
}
.w3tc-card-footer {
margin: 0 0 10px 10px;
}
.w3tc-card-footer > div {
display: inline-block;
text-align: center;
vertical-align: middle;
width: 50%;
}
.w3tc-card-footer>div {
display: inline-block;
text-align: center;
vertical-align: middle;
width: 50%;
}

File diff suppressed because it is too large Load Diff

View File

@ -29,3 +29,11 @@
hyphens: auto;
overflow-wrap: break-word;
}
p#w3tc-breadcrumb {
margin-bottom: 0 !important;
}
.w3tc-wizard-slides p {
line-height: 1.2em !important;
}

View File

@ -1,177 +1,199 @@
/* Main container */
#w3tc-wizard-container {
background: #fff;
padding: 10px;
border-radius: 8px;
max-width: 900px;
background: #fff;
padding: 10px;
border-radius: 8px;
max-width: 900px;
}
/* Header */
#w3tc_wizard_header {
background: #0e1920;
border-bottom: 6px solid #cdeae7;
height: 6em;
position: relative;
background: #0e1920;
border-bottom: 6px solid #cdeae7;
height: 6em;
position: relative;
}
/* Main title */
#w3tc_wizard_title {
color: #fff;
position: absolute;
bottom: 0;
color: #fff;
position: absolute;
bottom: 0;
}
/* Title text: "TOTAL CACHE:" */
#w3tc_wizard_title > span:nth-of-type(1),
#w3tc_wizard_title > span:nth-of-type(2),
#w3tc_wizard_title > span:nth-of-type(3) {
font-size: 2.5em;
#w3tc_wizard_title>span:nth-of-type(1),
#w3tc_wizard_title>span:nth-of-type(2),
#w3tc_wizard_title>span:nth-of-type(3) {
font-size: 2.5em;
}
/* Title text: "CACHE" */
#w3tc_wizard_title > span:nth-of-type(2) {
color: #30bec4;
#w3tc_wizard_title>span:nth-of-type(2) {
color: #30bec4;
}
/* Title text: "$this->config['title']" */
#w3tc_wizard_title > span:nth-of-type(4) {
font-size: 2.1em;
font-style: italic;
#w3tc_wizard_title>span:nth-of-type(4) {
font-size: 2.1em;
font-style: italic;
}
/* Wizard icon (w3 cube with shadow) */
#w3tc_wizard_icon {
position: absolute;
top: 10px;
left: -2px;
position: absolute;
top: 10px;
left: -2px;
}
/**
* Left nav / steps.
*/
ul#w3tc-options-menu {
position: absolute;
left: 0;
top: 30px;
margin: 0;
position: absolute;
left: 0;
top: 30px;
margin: 0;
}
#w3tc-options-menu li {
display: block;
padding: 5px;
margin: 0;
border: 1px solid #ddd;
border-bottom: 0;
display: block;
padding: 5px;
margin: 0;
border: 1px solid #ddd;
border-bottom: 0;
}
#w3tc-options-menu li:last-of-type {
border-bottom: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
/* Active step */
#w3tc-options-menu li.is-active {
background-color: #0073aa;
color: #fff;
background-color: #0073aa;
color: #fff;
}
/* Wizard content */
#w3tc_wizard_content {
background-image:
url(../img/moon-bottom-left.png),
url(../img/moon-bottom-right.png);
background-size: 15% !Important;
background-repeat:
no-repeat,
no-repeat;
background-position:
bottom left,
bottom right;
background-size:
auto,
auto 60%;
min-height: 545px;
padding-bottom: 70px;
padding-right: 160px;
position: relative;
background-image: url(../img/moon-bottom-left.png), url(../img/moon-bottom-right.png);
background-size: 15% !Important;
background-repeat: no-repeat, no-repeat;
background-position: bottom left, bottom right;
background-size: auto, auto 60%;
min-height: 545px;
padding-right: 160px;
position: relative;
}
/* Wizard content slides */
#w3tc_wizard_content .w3tc-wizard-slides {
padding: 0 10px;
}
/* Footer */
#w3tc_wizard_footer {
width: 100%;
width: 100%;
}
/* Buttons */
#w3tc-wizard-buttons {
display: flex;
display: flex;
}
#w3tc-wizard-buttons > span {
flex: 1;
#w3tc-wizard-buttons>span {
flex: 1;
}
/* All buttons. */
#w3tc-wizard-buttons > span > button {
width: 100%;
border: 0;
padding: 10px 0;
cursor: pointer;
#w3tc-wizard-buttons>span>button {
width: 100%;
border: 0;
padding: 10px 0;
cursor: pointer;
}
/* Next and Dashboard buttons. */
#w3tc-wizard-next:enabled,
#w3tc-wizard-dashboard {
background-color: #825772;
color: #fff;
background-color: #825772;
color: #fff;
}
/* Miscellaneous */
#w3tc_wizard_title,
#w3tc_wizard_content {
padding-left: 160px;
padding-left: 160px;
}
.w3tc-overlay {
display: none;
display: none;
}
#wpfooter {
position: relative;
}
/* Spinner */
.spinner.inline {
float: none;
visibility: visible;
vertical-align: top;
margin-left: 0px;
float: none;
visibility: visible;
vertical-align: top;
margin-left: 0px;
}
.spinner.spinner-left {
margin-left: 5px;
margin-left: 5px;
}
/* Notices */
.w3tc_note,
#setting-error-tgmpa {
display: none;
visibility: hidden;
}
.w3tc-notice-recommended {
padding-top: 5px;
padding-top: 5px;
}
.w3tc-notice-recommended .dashicons-lightbulb {
color: #00a0d2;
color: #00a0d2;
}
#w3tc-dbcache-recommended {
margin: 10px 0px;
margin: 10px 0px;
}
/* Tables */
.widefat thead th,
.widefat td {
line-height: 1em;
line-height: 1em;
}