modified file upgrade-temp-backup

This commit is contained in:
2024-04-19 10:59:51 +00:00
committed by Gitium
parent 1a790bdd29
commit 5de19fe451
2762 changed files with 343927 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,49 @@
* {
margin: 0;
padding: 0;
color: #464646;
}
html, body {
height: 100%;
}
body {
line-height: 1.4em;
}
body, input {
font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
font-size: 13px;
}
a {
color: #21759B;
}
a:hover {
color: #D54E21;
}
.button, input[type="button"], input[type="submit"] {
font-size: 11px;
line-height: 16px;
background: #f2f2f2 url(../img/white-grad.png) repeat-x scroll left top;
border: 1px solid #bbb;
color: #464646;
text-shadow: 0 1px 0 #fff;
cursor: pointer;
padding: 2px 8px;
border-radius: 11px;
-webkit-border-radius: 11px;
-moz-border-radius: 11px;
}
.button:hover, input[type="button"]:hover, input[type="submit"]:hover {
border-color: #666;
color: #000;
}
.button:active, input[type="button"]:active, input[type="submit"]:active {
background: #f2f2f2 url(../img/white-grad-active.png) repeat-x scroll left top;
}

View File

@ -0,0 +1,10 @@
#wp-admin-bar-w3tc > a .awaiting-mod,
#wp-admin-bar-w3tc_feature_showcase a .awaiting-mod {
background-color: #d63638;
border-radius: 9px;
color: #fff;
font-size: 11px;
height: 18px;
min-width: 18px;
padding: 0 5px;
}

View File

@ -0,0 +1,192 @@
@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;
}
.w3tc-card-container-new {
grid-template-columns: 1fr;
row-gap: 2em;
}
}
@media screen and (min-width: 560px) {
.w3tc-card-container-new {
grid-template-columns: repeat(auto-fit, minmax(275px, .4fr));
grid-gap: 3em 4%;
}
}
@media screen and (min-width: 900px) {
.w3tc-card-container {
grid-template-columns: 1fr 1fr 1fr;
}
.w3tc-card-container-new {
grid-gap: 3.75em 5%;
}
}
@media screen and (min-width: 1400px) {
.w3tc-card-container {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.w3tc-card-container-new {
grid-gap: 6em 7%;
}
}
.w3tc-page-container {
max-width: 1234px;
padding: 0;
}
#w3tc_dashboard_banner {
max-width: 1234px;
width: 100%;
}
.w3tc-card-container-divider {
border-top-color: #CFCFD0;
}
.w3tc-card-container {
display: grid;
grid-gap: 2em;
}
.w3tc-card-container-new {
display: grid;
justify-content: center;
}
.w3tc-card-container,
.w3tc-card-container-new {
margin-top: 5em;
margin-bottom: 5em;
}
.w3tc-card-container-title {
text-align: center;
font-weight: 600 !important;
font-size: 30px !important;
margin: 10px 0 1em !important;
box-shadow: 0 1px 1px -1px #888;
background: #fff;
background-image: none;
background-image: none;
padding: 33px 10px !important;
background-image: linear-gradient( to right, #f9f9f9, #f9f9f9, #f9f9f9, #f0f0f0, #e7f3f3, #56bec1, #16252c);
position: relative;
padding-right: 280px;
border: 1px solid #c3c4c7;
}
.w3tc-card-container-title::after {
background-image: url("../img/transparent-comet.png");
background-repeat: no-repeat;
background-position: top right;
background-size: 100% 100%;
content: "";
width: 251px;
height: 104px;
position: absolute;
top: 0;
right: 0;
}
.w3tc-card {
background: #fff;
border: 1px solid #ddd;
display: flex;
flex-direction: column;
position: relative;
}
.w3tc-card-container-new .w3tc-card {
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;;
border: none;
}
.w3tc-card-title {
height: 2.5em;
}
.w3tc-card-title.w3tc-card-premium {
background-color: #2d4149;
}
.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>p:first-child {
font-size: 1.3em;
margin: 0;
white-space: nowrap;
}
.w3tc-card-body {
flex-grow: 10;
}
.w3tc-card-title,
.w3tc-card-body {
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;
}
.w3tc-card-icon .dashicons {
font-size: 60px;
height: 60px;
width: 60px;
}
.w3tc-card-icon-inactive {
border-top-color: #aaa;
}
.w3tc-card-icon img {
max-height: 60px;
}
.w3tc-card-upgrade {
background: #e7e7e7;
}
.w3tc-card-ribbon-new {
text-align: center;
padding: 7px 5px;
background: #69BCC3;
color: #fff;
}
.w3tc-card-ribbon-new b {
font-weight: 600;
}
.w3tc-card-footer {
margin: 0 0 20px 10px;
}
.w3tc-card-footer>div {
display: inline-block;
text-align: center;
vertical-align: middle;
width: 50%;
}

View File

@ -0,0 +1,572 @@
#w3tc_lightbox_content .metabox-holder {
padding-top: 0;
}
/* make mismatch in popup resizing invisible, border shows them well */
#w3tc_lightbox_content .postbox {
border: none;
}
#overlay {
background: #666;
font-size:12px;
}
.ui-widget-overlay {
background-color: #666;
position: absolute;
opacity: 0.6;
top:0;
left:0;
}
.lightbox,.ui-dialog {
position: absolute;
background: #fdfdfd;
padding: 20px;
border: 1px solid #bbb;
border-radius: 11px;
-webkit-border-radius: 11px;
-moz-border-radius: 11px;
}
.lightbox h3 {
margin-top: 0;
}
.lightbox-close,.ui-dialog-titlebar-close {
cursor: pointer;
position: absolute;
text-decoration: underline;
right: 20px;
z-index: 9999;
}
.lightbox-loader {
background: url(../img/wpspin_light.gif) no-repeat center center;
}
.lightbox-content {
position: relative;
font-size:12px;
}
#recom_container {
top: 90px;
bottom: 120px;
overflow: auto;
position: absolute;
width: 100%;
}
#recom_container_bottom {
bottom: 0;
width: 100%;
position: absolute;
}
#recom_container_bottom p {
margin-top: 0;
}
#recom_container_bottom fieldset {
margin: 0;
}
th.minify-files-add, td.minify-files-add {
width: 40px;
text-align: center;
}
#w3tc-self-test {
top: 170px;
bottom: 40px;
overflow: auto;
position: absolute;
width: 100%;
}
#w3tc-self-test ul {
list-style: none;
}
#w3tc-self-test-bottom {
bottom: 0;
width: 100%;
position: absolute;
}
.w3tc-self-test-hint {
font-size: 0.8em;
font-style: italic;
color: #999;
}
/**
###################
## Overlays
###################
*/
.w3tc-overlay {
background-color: #fff;
}
.w3tc-overlay .content {
padding: 10px 10px 10px 10px;
}
.w3tc-overlay p, .w3tc-overlay label, .w3tc-overlay option {
font-family:Arial, Verdana,sans-serif;
}
.w3tc-overlay p {
line-height: 1.72222;
margin: 0 0 15px;
}
.w3tc-overlay label {
line-height: 1.9986363100000002em;
font-weight:bold;
}
.w3tc-overlay .btn {
border: none;
font-size: 15px;
font-weight: normal;
line-height: 1.4;
border-radius: 4px;
padding: 10px 15px;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-transition: 0.25s linear;
transition: 0.25s linear;
color: #ffffff;
}
.w3tc-overlay .btn:hover,
.w3tc-overlay .btn:focus {
color: #ffffff;
}
.w3tc-overlay .btn:active,
.w3tc-overlay .btn.active {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.w3tc-overlay .btn.disabled,
.w3tc-overlay .btn[disabled],
fieldset[disabled] .btn {
background-color: #bdc3c7;
color: rgba(255, 255, 255, 0.75);
opacity: 0.7;
filter: alpha(opacity=70);
}
.w3tc-overlay .btn > [class^="fui-"] {
margin: 0 1px;
position: relative;
line-height: 1;
top: 1px;
}
.w3tc-overlay .btn-xs.btn > [class^="fui-"] {
font-size: 11px;
top: 0;
}
.w3tc-overlay .btn-hg.btn > [class^="fui-"] {
top: 2px;
}
.w3tc-overlay .btn-default {
color: #ffffff;
background-color: #bdc3c7;
}
.w3tc-overlay .btn-primary {
color: #ffffff;
background-color: #1abc9c;
}
#w3tc-support-us ul {margin:0;padding:0;}
#w3tc-support-us li { display: inline-block; margin-right: 15px;}
.w3tc-overlay .image {
/*background-color: transparent; /* make the button transparent */
background-repeat: no-repeat; /* make the background image appear only once */
background-position: 10px 6px; /* equivalent to 'top left' */
border: none; /* assuming we don't want any borders */
cursor: pointer; /* make the cursor like hovering over an <a> element */
padding-left: 16px; /* make text start to the right of the image */
vertical-align: middle; /* align the text vertically centered */
}
.w3tc-overlay .w3tc-support-us h3 {
font-size: 16pt;
}
.w3tc-overlay .font-palette-dark-skies {
color:#666
}
.w3tc-overlay .btn {
border-bottom:solid 2px #000;
font-weight:bolder;
}
.w3tc-overlay .form-control.w3tc-size {
height:32px;
line-height:26px;
margin:0;
padding:0 5px 0 5px;
}
.w3tc-overlay input[type=button] {
cursor: pointer;
}
.w3tc-overlay input[type=text].form-control {
width:425px;
}
.w3tc-overlay select.w3tc-size {
height:32px;
width:250px;
margin:0;
padding:0px 5px 0px 5px;
font-weight: normal;
border: 2px solid #bdc3c7;
color: #34495e;
font-size: 15px;
border-radius: 6px;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.w3tc-overlay .btn.w3tc-size {
margin:0;
padding:5px 10px 5px 10px;
}
.w3tc-overlay .btn.palette-light-grey {
background-color: #cccccc;
border-bottom-color: #aeaeae;
}
.w3tc-overlay .btn-default.palette-twitter:active,
.w3tc-overlay .btn-default.palette-twitter.active,
.w3tc-overlay .btn.palette-twitter {
background-color: #00acee;
color: #fff;
border-bottom-color: #0092cb;
padding:5px 10px 5px 37px;
background-image: url(../img/overlay/twitter-bird-dark-bgs.png);
}
.w3tc-overlay .btn-default.palette-wordpress:active,
.w3tc-overlay .btn-default.palette-wordpress.active,
.w3tc-overlay .btn.palette-wordpress{
background-color: #1585b6;
color: #fff;
border-bottom-color: #12719b;
padding:5px 10px 5px 37px;
background-image: url(../img/overlay/wordpress-logo-simplified-rgb.png);
}
.w3tc-overlay .btn.save:active,
.w3tc-overlay .btn.save.active,
.w3tc-overlay .btn.save {
background-position: 10px 5px; /* equivalent to 'top left' */
padding:5px 10px 5px 37px;
background-image: url(../img/overlay/save-close.png);
}
.w3tc-overlay .btn.secure:active,
.w3tc-overlay .btn.secure.active,
.w3tc-overlay .btn.secure {
background-position: 10px 5px; /* equivalent to 'top left' */
padding:5px 10px 5px 37px;
background-image: url(../img/overlay/save-close.png);
text-decoration: none;
}
.w3tc-overlay btn.palette-turquoise {
border-bottom-color: #1abc9c;
}
.w3tc-overlay input[type=checkbox].css-checkbox {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height:1px;
width:1px;
margin:-1px;
padding:0;
border:0;
}
.w3tc-overlay input[type=checkbox].css-checkbox + label.css-label {
padding-left:20px;
height:17px;
display:inline-block;
line-height:18px;
background-repeat:no-repeat;
background-position: 0 0;
font-size:15px;
vertical-align:middle;
cursor:pointer;
}
.w3tc-overlay input[type=checkbox].css-checkbox:checked + label.css-label {
background-position: 0 -17px;
}
.w3tc-overlay .css-label{ background-image:url(../img/overlay/gray-check.png); }
.w3tc-overlay {
position: absolute;
background: #fdfdfd;
border: 1px solid #bbb;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}
.w3tc-overlay header {
background-color: #f3f3f3;
color: #cacaca;
height:20px;
border-bottom: dashed 1px #c0c0c0;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-top-left-radius: 6px;
-moz-border-top-right-radius: 6px;
}
.w3tc-overlay #w3tc-support-us header {
height:100px;
background-repeat:no-repeat;
background-position: 10px 7px;
background-image: url(../img/overlay/ceo.png);
}
.w3tc-overlay #w3tc-support-us header h2, header h3 {
margin:0;padding:0;
}
.w3tc-overlay #w3tc-support-us header div.left h2 {
font-size:20px;
color: #7b7b7b;
margin-top:10px;
margin-bottom:10px;
}
.w3tc-overlay #w3tc-support-us header div.left {
margin-top:10px;
padding-right:20px;
margin-left:110px;
border-right:solid 2px #FFF;
height:80px;
}
.w3tc-overlay #w3tc-support-us div.right {
margin-top: 5px;
line-height: 100px;
height: 100px;
padding-right: 40px;
}
.w3tc-overlay .w3tc-support-us header h3 {
font-size:14px;
}
.w3tc-overlay .palette-turquoise {
background-color: #1abc9c;
border-bottom-color: #16a085;
}
.w3tc_signup_email {
margin-bottom: 5px;
}
.w3tc-overlay-logo {
margin-top: -57px;
height:57px;
width:94px;
background-repeat:no-repeat;
background-position: 0 0;
background-image: url(../img/overlay/overlay-logo.png);
}
.lightbox-close {
background-repeat: no-repeat;
background-position: 0 5px;
background-image: url(../img/overlay/overlay-close.png);
background-color: #f1f1f1;
border-radius: 50%;
padding: 0;
background-position: 8px;
margin: 0;
top: -12px;
right: -12px;
width: 25px;
height: 25px;
}
.w3tchelp_content {
padding: 10px 20px 20px 20px;
}
.w3tchelp_content li {
font-family: Arial, Verdana,sans-serif;
font-size: 13px;
}
/* isolated styles */
.w3tc_overlay_footer {
padding: 0 10px 10px 10px;
clear:both;
}
.w3tc_overlay_content {
padding: 10px 10px 10px 10px;
}
.w3tc_overlay_upgrade_header {
background-color: #f3f3f3;
color: #cacaca;
height: calc(100% - 80px);
box-sizing: border-box;
}
.w3tc_overlay_upgrade_content_l {
width: 290px;
float:left;
}
.w3tc_overlay_upgrade_content_r {
width: calc(100% - 310px);
padding-left: 20px;
float: left;
}
.w3tc_overlay_upgrade_description {
clear: both;
}
.w3tc_overlay_upgrade_left_h {
font-weight: bold;
font-size: 1.4em;
float: left;
margin: 1em 0;
color: #23282d;
line-height: 29px;
}
.w3tc_overlay_upgrade_right_h {
font-weight: bold;
float: right;
margin: 1em 0;
color: #23282d;
font-size: 2.0em;
}
.w3tc_overlay_upgrade_right_text {
font-weight: normal;
}
.w3tc_change_label {
color:black;
font-weight:inherit;
}
@media only screen and (max-device-width: 480px) {
.w3tc_overlay_upgrade_content_l {
display: none;
}
.w3tc_overlay_upgrade_content_r {
width: inherit;
padding: none;
float: none;
}
}
/**
* Colors.
*/
/* "tp" is Turquoise Pearl, courtesty of https://hexcolor.co/hex/30bec4. */
input.w3tc-palette-tp,
a.w3tc-palette-tp {
background-color: #30bec4;
color: #fff;
}
/* A button with an icon gauge to the right. */
#w3tc_upgrade_header .w3tc-gauge-tp {
background-image: url(../img/overlay/gauge-bg-tp.png);
background-position: calc(100% - 15px) center;
background-repeat: no-repeat;
text-decoration: none;
padding: 7px 60px 7px 12px;
}
/**
* Upgrade modal.
*/
#w3tc-upgrade {
box-sizing: border-box;
}
#w3tc_upgrade_header {
display: flex;
background: #000;
border-bottom: 5px solid #30bec4;
border-radius: 6px 6px 0 0;
color: #fff;
height: 75px;
position: relative;
}
#w3tc_upgrade_header > div {
flex: 1;
}
#w3tc_upgrade_header > div:first-child div {
position: absolute;
top: 17px;
left: 90px;
font-size: 20px;
line-height: 20px;
}
/* Go faster now button. It could be an anchor or an input. */
#w3tc_upgrade_header > div:nth-child(2) > *:first-child {
position: absolute;
top: 20px;
right: 90px;
}
/* Ensure a consistent background with the iframe and the modal elements. */
.w3tc-overlay-upgrade,
.w3tc_overlay_upgrade_header {
background-color: #f1f1f1;
}
.w3tc_upgrade_content p {
position: relative;
z-index: 1;
}
.w3tc_upgrade_footer {
background: #fdfdfd;
padding: 15px;
border-top: 1px dashed #C0C0C0;
border-radius: 0 0 6px 6px;
text-align: right;
}
.w3tc_upgrade_footer .btn {
border: none;
color: #ffffff;
background: #2271B1;
}
.w3tc_upgrade_footer .btn:focus {
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #2271b1;
}
.w3tc_upgrade_footer .btn:hover,
.w3tc_upgrade_footer .btn:focus {
background: #135e96;
border-color: #135e96;
color: #fff;
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,322 @@
* {
margin: 0;
padding: 0;
color: #333;
}
html, body {
height: 100%;
}
body {
line-height: 1em;
background: #fff;
padding: 0;
margin: 0;
}
body, td, textarea, input, select {
font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
font-size: 13px;
}
p {
margin: 1em 0;
}
h1 {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 23px;
line-height: 29px;
margin: 0 0 1em 0;
text-shadow: 0 1px 0 #FFFFFF;
}
ul {
list-style: none;
}
li {
margin: 1em 0;
}
a {
color: #21759B;
}
a:hover {
color: #D54E21;
}
#content {
padding: 20px;
}
.clear {
clear: both;
}
.button, input[type="button"], input[type="submit"] {
font-size: 11px;
line-height: 16px;
background: #f2f2f2 url(../img/white-grad.png) repeat-x scroll left top;
border: 1px solid #bbb;
color: #464646;
text-shadow: 0 1px 0 #fff;
cursor: pointer;
padding: 2px 8px;
border-radius: 11px;
-webkit-border-radius: 11px;
-moz-border-radius: 11px;
}
.button:hover, input[type="button"]:hover, input[type="submit"]:hover {
border-color: #666;
color: #000;
}
.button:active, input[type="button"]:active, input[type="submit"]:active {
background: #F2F2F2 url(../img/white-grad-active.png) repeat-x scroll left top;
}
input.button-primary {
background: url(../img/button-grad.png) repeat-x scroll left top #21759B;
border-color: #298CBA;
color: #FFFFFF;
font-weight: bold;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
input.button-primary:active, button.button-primary:active, a.button-primary:active {
background: url(../img/button-grad-active.png) repeat-x scroll left top #21759B;
color: #EAF2FA;
}
input.button-primary:hover, button.button-primary:hover, a.button-primary:hover, a.button-primary:focus, a.button-primary:active {
border-color: #13455B;
color: #EAF2FA;
}
.log {
border: 1px solid #464646;
height: 279px;
overflow: auto;
}
.log div {
padding: 3px;
border-bottom: 1px solid #464646;
}
.log-success {
background: #bfb;
}
.log-error {
background: #f99;
}
.empty {
font-weight: 700;
font-style: italic;
}
.table {
width: 100%;
border-collapse: collapse;
}
.table td, th {
border: 1px solid #ccc;
padding: 3px 2px;
}
.table th {
background: #eee;
}
.queue td {
font-size: 10px;
}
.updated, .error {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid;
padding: 0 0.6em;
margin: 0.5em 0;
}
.updated {
background: #ffffe0;
border-color: #e6db55;
}
.error {
background-color: #ffebe8;
border-color: #cc0000;
}
.updated p, .error p {
line-height: 1;
margin: 0.5em 0;
padding: 2px;
}
.tab-selected {
font-weight: 700;
}
.rules {
width: 100%;
font-size: 9px;
}
.ps-rules {
margin: 1em 0;
background: #fff url(../img/ps_bar.gif) repeat-y;
}
.ps-rules a {
color: #00f;
text-decoration: none;
}
.ps-rules li,
.ps-rules p {
margin: 0;
}
.ps-rule {
clear: left;
}
.ps-rule {
line-height: 20px;
}
.ps-rule:hover {
background: #eee url(../img/ps_bar.gif) repeat-y;
}
.ps-icon {
width: 31px;
height: 20px;
position: relative;
float: left;
}
.ps-icon div {
display: block;
background: url(../img/ps_scores.png);
width: 14px;
height: 14px;
position: relative;
top: 3px;
left: 8px;
}
.ps-priority-high .ps-icon div {
background-position: 0;
}
.ps-priority-medium .ps-icon div {
background-position: -14px;
}
.ps-priority-low .ps-icon div {
background-position: -28px;
}
.ps-expand {
float: left;
width: 30px;
height: 20px;
text-align: center;
}
.ps-expand a {
color: #66d;
}
.ps-expander {
display: none;
background: #fff url(../img/ps_grad.gif) repeat-x;
margin-left: 31px;
padding: 10px 0 10px 30px;
}
.ps-blocks {
}
.ps-block p {
margin-bottom: 1em;
}
.ps-urls {
margin-bottom: 1em;
}
.ps-url {
list-style: disc inside;
}
.media-item .filename {
line-height: 36px;
overflow: hidden;
text-align: left;
}
.media-item {
min-height: 36px;
position: relative;
margin-top: -1px;
width: 100%;
}
.progress {
line-height: 2em;
padding: 0;
overflow: hidden;
margin-bottom: 2px;
border: 1px solid #d1d1d1;
background: #f7f7f7;
background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f7f7f7));
background-image: -webkit-linear-gradient(bottom, #fff, #f7f7f7);
background-image: -moz-linear-gradient(bottom, #fff, #f7f7f7);
background-image: -o-linear-gradient(bottom, #fff, #f7f7f7);
background-image: linear-gradient(to top, #fff, #f7f7f7);
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
}
.bar {
z-index: 9;
width: 0;
background-color: #8cc1e9;
background-image: -webkit-gradient(linear, left bottom, left top, from(#72a7cf), to(#8cc1e9));
background-image: -webkit-linear-gradient(bottom, #72a7cf, #8cc1e9);
background-image: -moz-linear-gradient(bottom, #72a7cf, #8cc1e9);
background-image: -o-linear-gradient(bottom, #72a7cf, #8cc1e9);
background-image: linear-gradient(to top, #72a7cf, #8cc1e9);
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.progress .percent {
z-index: 10;
position: relative;
width: 200px;
padding: 0 8px;
text-shadow: 0 1px 0 rgba(255,255,255,0.4);
color: rgba(0,0,0,0.6);
}
.original {
position: relative;
height: 34px;
}

View File

@ -0,0 +1,39 @@
.w3tc-setupguide-table th,
.w3tc-setupguide-table td {
text-align: left;
}
#w3tc-dbc-table th,
#w3tc-objcache-table th,
#w3tc-browsercache-table td {
white-space: nowrap;
}
.w3tc-option-disabled {
color: darkgray;
}
#w3tc-browsercache-table tr {
vertical-align: top;
}
.w3tc-option-recommended {
font-size: 0.9em;
}
#w3tc-options-menu {
max-width: 155px;
}
#w3tc-options-menu li {
hyphens: auto;
overflow-wrap: break-word;
}
p#w3tc-breadcrumb {
margin-bottom: 0 !important;
}
.w3tc-wizard-slides p {
line-height: 1.2em !important;
}

View File

@ -0,0 +1,108 @@
.w3tc-manual-link {
background-color: #efefef;
}
.w3tc-manual-link p {
margin: 10px;
padding:0;
font-size:12px;
}
#w3tc-dashboard-widgets ul {
margin: 0;
padding: 0;
}
#w3tc-dashboard-widgets li {
list-style-type: none;
margin-bottom: 15px;
}
#w3tc-dashboard-widgets ul.w3tc-visible-ul li {
list-style-type: disc;
margin-bottom: 0;
}
#w3tc-dashboard-widgets #normal-sortables #w3tc_spreadtheword label{
display: block;
width: 70px;
float: left;
line-height: 30px;
}
#w3tc-dashboard-widgets h3.hndle img {
vertical-align: middle;
margin-right:10px;
}
.w3tc_generic_widgetservice_label {
font-weight: bold;
margin-left: 10px;
display: inline-block;
width: 270px;
}
.w3tc_generic_widgetservice_radio_outer {
float: left;
margin-top: 1px;
}
#w3tc_spreadtheword .inside {
margin-right: 30px;
}
#w3tc_services p {
margin-left: 30px;
}
.widgets-container .meta-box-sortables {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 20px;
justify-content: center;
}
/* 1/3 width widget column - calc(33.33% - 13.5px)*/
.widgets-container .meta-box-sortables .postbox {
width: calc(33.33% - 13.5px);
min-height: 300px;
box-sizing: border-box;
margin: 0;
}
/* 1/2 width widget column - calc(50% - 10.5px)*/
/* 2/3 width widget column - calc(66.66% - 7px)*/
.widgets-container .meta-box-sortables #w3tc_settings,
.widgets-container .meta-box-sortables #w3tc_pagespeed {
width: calc(66.66% - 7px);
}
#w3tc-dashboard-widgets .handle-actions {
display: none; /* WP 5.5 - Dashboard widget reordering not working, so disable. */
}
#w3tc-dashboard-widgets .hndle {
display: block; /* WP 5.5 */
}
.w3tc-enabled {
color: #090;
font-weight: 700
}
.w3tc-disabled {
color: #f00;
font-weight: 700
}
@media only screen and (max-width: 1200px) {
.widgets-container .meta-box-sortables .postbox {
width: calc(50% - 10.5px) !important;
}
}
@media only screen and (max-width: 782px) {
.widgets-container .meta-box-sortables .postbox {
width: 100% !important;
}
}

View File

@ -0,0 +1,199 @@
/* Main container */
#w3tc-wizard-container {
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;
}
/* Main title */
#w3tc_wizard_title {
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;
}
/* Title text: "CACHE" */
#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;
}
/* Wizard icon (w3 cube with shadow) */
#w3tc_wizard_icon {
position: absolute;
top: 10px;
left: -2px;
}
/**
* Left nav / steps.
*/
ul#w3tc-options-menu {
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;
}
#w3tc-options-menu li:last-of-type {
border-bottom: 1px solid #ddd;
}
/* Active step */
#w3tc-options-menu li.is-active {
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-right: 160px;
position: relative;
}
/* Wizard content slides */
#w3tc_wizard_content .w3tc-wizard-slides {
padding: 0 10px;
}
/* Footer */
#w3tc_wizard_footer {
width: 100%;
}
/* Buttons */
#w3tc-wizard-buttons {
display: flex;
}
#w3tc-wizard-buttons>span {
flex: 1;
}
/* All buttons. */
#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;
}
/* Miscellaneous */
#w3tc_wizard_title,
#w3tc_wizard_content {
padding-left: 160px;
}
.w3tc-overlay {
display: none;
}
/* Spinner */
.spinner.inline {
float: none;
visibility: visible;
vertical-align: top;
margin-left: 0px;
}
.spinner.spinner-left {
margin-left: 5px;
}
/* Notices */
.w3tc-notice-recommended {
padding-top: 5px;
}
.w3tc-notice-recommended .dashicons-lightbulb {
color: #00a0d2;
}
#w3tc-dbcache-recommended {
margin: 10px 0px;
}
/* Tables */
.widefat thead th,
.widefat td {
line-height: 1em;
}