installed plugin W3 Total Cache
version 2.3.2
This commit is contained in:
49
wp-content/plugins/w3-total-cache/pub/css/error.css
Normal file
49
wp-content/plugins/w3-total-cache/pub/css/error.css
Normal 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;
|
||||
}
|
@ -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;
|
||||
}
|
167
wp-content/plugins/w3-total-cache/pub/css/feature-showcase.css
Normal file
167
wp-content/plugins/w3-total-cache/pub/css/feature-showcase.css
Normal file
@ -0,0 +1,167 @@
|
||||
@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 (min-width: 900px) {
|
||||
.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-page-container {
|
||||
max-width: 1234px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#w3tc_dashboard_banner {
|
||||
max-width: 1234px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.w3tc-card-container {
|
||||
display: grid;
|
||||
grid-gap: 2em;
|
||||
}
|
||||
|
||||
.w3tc-card {
|
||||
background: #fff;
|
||||
border: 1px solid #ddd;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.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 {
|
||||
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::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-footer {
|
||||
margin: 0 0 10px 10px;
|
||||
}
|
||||
|
||||
.w3tc-card-footer > div {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
width: 50%;
|
||||
}
|
550
wp-content/plugins/w3-total-cache/pub/css/lightbox.css
Normal file
550
wp-content/plugins/w3-total-cache/pub/css/lightbox.css
Normal file
@ -0,0 +1,550 @@
|
||||
#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);
|
||||
|
||||
}
|
||||
.w3tc-overlay .lightbox-close {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
margin-right: -20px;
|
||||
padding-top: 5px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 5px;
|
||||
background-image: url(../img/overlay/overlay-close.png);
|
||||
}
|
||||
|
||||
.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 {
|
||||
padding: 10px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* The close button will be different for the upgrade modal. */
|
||||
.w3tc-overlay-upgrade .lightbox-close {
|
||||
border-radius: 50%;
|
||||
padding: 0;
|
||||
background-position: 8px;
|
||||
margin: 0;
|
||||
top: -12px;
|
||||
right: -12px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
#w3tc_upgrade_header {
|
||||
display: flex;
|
||||
background: #000;
|
||||
border-bottom: 5px solid #30bec4;
|
||||
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,
|
||||
.w3tc-overlay-upgrade .lightbox-close {
|
||||
background-color: #f1f1f1;
|
||||
}
|
709
wp-content/plugins/w3-total-cache/pub/css/options.css
Normal file
709
wp-content/plugins/w3-total-cache/pub/css/options.css
Normal file
@ -0,0 +1,709 @@
|
||||
#w3tc h2.logo {
|
||||
width: 224px;
|
||||
height: 44px;
|
||||
background: url("../img/W3TC_dashboard_logo_title.png") top right no-repeat;
|
||||
text-indent: -9999px;
|
||||
margin:5px 0 10px 0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
#icon-w3tc_general {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.w3tc-enabled {
|
||||
color: #090;
|
||||
font-weight: 700
|
||||
}
|
||||
|
||||
.w3tc-disabled {
|
||||
color: #f00;
|
||||
font-weight: 700
|
||||
}
|
||||
|
||||
.w3tc-empty {
|
||||
font-weight: 700;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
.w3tc-success {
|
||||
background: #bfb
|
||||
}
|
||||
|
||||
.w3tc-error {
|
||||
background: #f99
|
||||
}
|
||||
div.w3tc-error.inline {
|
||||
display:inline-block;
|
||||
}
|
||||
input.w3tc-error, textarea.w3tc-error {
|
||||
background: none;
|
||||
border: 1px solid #f99
|
||||
}
|
||||
|
||||
|
||||
.w3tc-status {
|
||||
padding: 5px
|
||||
}
|
||||
|
||||
#w3tc-help ul {
|
||||
columns: 2;
|
||||
list-style-type: disc;
|
||||
margin: 1em 2% 1em 2%;
|
||||
}
|
||||
|
||||
#w3tc-help a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#w3tc-help a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#w3tc acronym {
|
||||
border-bottom: 1px dotted #666
|
||||
}
|
||||
|
||||
#w3tc ul {
|
||||
list-style: disc outside;
|
||||
margin-left: 15px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#w3tc ul.w3tc-incomp-plugins {
|
||||
list-style: disc outside;
|
||||
margin-left: 17px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#w3tc ul.w3tc-incomp-plugins li div{
|
||||
width: 150px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#w3tc blockquote {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#w3tc blockquote cite {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
#w3tc optgroup {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
#w3tc optgroup option {
|
||||
text-indent: 20px;
|
||||
}
|
||||
|
||||
#w3tc h5 {
|
||||
margin: 0
|
||||
}
|
||||
|
||||
#w3tc hr {
|
||||
clear: both;
|
||||
margin-top: 10px
|
||||
}
|
||||
|
||||
#w3tc #toc a, #qa a {
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
#w3tc #toc a:hover, #qa a:hover {
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
#w3tc #toc ul {
|
||||
margin: 0;
|
||||
padding: 0
|
||||
}
|
||||
|
||||
#w3tc #toc li {
|
||||
margin: 0;
|
||||
padding: 0
|
||||
}
|
||||
|
||||
#w3tc #qa {
|
||||
clear: both;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#w3tc #qa, #w3tc #about, #w3tc #install {
|
||||
width: 760px;
|
||||
}
|
||||
|
||||
#w3tc fieldset {
|
||||
margin: 1em 0;
|
||||
background: #fdfdfd;
|
||||
padding: 0 1em;
|
||||
border: 1px solid #bbb;
|
||||
border-radius: 11px;
|
||||
-webkit-border-radius: 11px;
|
||||
-moz-border-radius: 11px;
|
||||
}
|
||||
|
||||
#w3tc fieldset .submit,
|
||||
#cachegroups_form .submit {
|
||||
margin: 1em 0 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#w3tc fieldset legend {
|
||||
color: #999;
|
||||
padding: 0 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#w3tc fieldset legend a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#w3tc pre.code {
|
||||
color: #000;
|
||||
margin: 1em 0;
|
||||
overflow: auto;
|
||||
background: #eee;
|
||||
padding: 12px 15px;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
#w3tc pre.console {
|
||||
color: #ccc;
|
||||
margin: 1em 0;
|
||||
overflow: auto;
|
||||
background: #000;
|
||||
padding: 12px 15px;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
#w3tc-cdn-general th {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
#cdn_cnames li {
|
||||
padding: 5px;
|
||||
cursor: ns-resize;
|
||||
}
|
||||
|
||||
#cdn_cnames li:hover {
|
||||
background: #e9e9e9;
|
||||
}
|
||||
|
||||
#cdn_cnames li span, .w3tc_cdn_cname_comment {
|
||||
padding-left: 10px;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
#mobile_groups th,
|
||||
#referrer_groups th,
|
||||
.w3tc_cachegroups th,
|
||||
#mobile_groups td,
|
||||
#referrer_groups td,
|
||||
.w3tc_cachegroups td,
|
||||
#cachegroups_form .form-table th {
|
||||
padding: 10px 10px 10px 15px;
|
||||
}
|
||||
|
||||
#mobile_groups li,
|
||||
#referrer_groups li,
|
||||
.w3tc_cachegroups li {
|
||||
cursor: ns-resize;
|
||||
list-style: none;
|
||||
background: #f0f0f0;
|
||||
margin-bottom: 1em;
|
||||
border-radius: 8px;
|
||||
-webkit-border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
}
|
||||
|
||||
#mobile_groups li:hover,
|
||||
#referrer_groups li:hover,
|
||||
.w3tc_cachegroups li:hover {
|
||||
background: #e9e9e9;
|
||||
}
|
||||
|
||||
#mobile_groups li table,
|
||||
#referrer_groups li table,
|
||||
.w3tc_cachegroups li table {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.mobile_group,
|
||||
.referrer_group,
|
||||
.cookiegroup_name {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.w3tc-rules {
|
||||
display: none;
|
||||
margin: 1em 0;
|
||||
padding: 0;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.minify-files {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.minify-files li {
|
||||
padding: 2px;
|
||||
list-style: none;
|
||||
background: #f0f0f0;
|
||||
cursor: ns-resize;
|
||||
border-radius: 8px;
|
||||
-webkit-border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
.minify-files li:hover {
|
||||
background: #e9e9e9;
|
||||
}
|
||||
|
||||
.minify-files th,
|
||||
.minify-files td {
|
||||
width: auto;
|
||||
line-height: 100%;
|
||||
padding: 3px 3px;
|
||||
font-weight: normal;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#support_loading, .w3tc-checking {
|
||||
height: 32px;
|
||||
background: url(../img/wpspin_light.gif) left center no-repeat;
|
||||
padding-left: 38px;
|
||||
line-height: 32px;
|
||||
margin: 1em 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
#w3tc .postbox .inside {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
#w3tc .postbox .hndle {
|
||||
cursor: auto;
|
||||
border-bottom: 1px solid #ccd0d4; /* WP 5.5 */
|
||||
}
|
||||
|
||||
#w3tc .postbox-header {
|
||||
border-bottom: 0; /* WP 5.5 */
|
||||
}
|
||||
|
||||
#w3tc .postbox .handlediv {
|
||||
float: right; /* WP 5.5 */
|
||||
}
|
||||
|
||||
#pgcache_reject_roles label, #newrelic_accept_roles label, #cdn_reject_roles label {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
#minify_form fieldset{
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
#minify_form .html-tag{
|
||||
font-weight: bold;
|
||||
color: #107e0e;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#minify_form fieldset label{
|
||||
margin-bottom: 5px;
|
||||
margin-right:10px;
|
||||
}
|
||||
|
||||
#minify_table td {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#minify_table table td {
|
||||
white-space: nowrap;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#minify_table .placement {
|
||||
width: 110px;
|
||||
}
|
||||
|
||||
#minify_table .options {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.recom_js_type {
|
||||
width:160px;
|
||||
}
|
||||
.w3tc-missing-files ul {
|
||||
margin-left:5px;
|
||||
}
|
||||
|
||||
#w3tc .updated p, #w3tc_dashboard p, #w3tc_general p, #w3tc_cdn p { line-height: 30px}
|
||||
|
||||
#w3tc .updated p, #w3tc_general p, #w3tc_cdn p { line-height: 30px}
|
||||
|
||||
#w3tc #application ul {
|
||||
margin-top:0;
|
||||
}
|
||||
|
||||
#monitoring td label{
|
||||
display: block;
|
||||
}
|
||||
|
||||
#monitoring td label input {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.w3tc-required-changes strong {
|
||||
font-weight: bold;
|
||||
font-family: courier, sans-serif;
|
||||
}
|
||||
|
||||
.minify_auto_test, .w3tc-loading {
|
||||
height: 16px;
|
||||
background: url(../img/wpspin_light.gif) right top no-repeat;
|
||||
width: 16px;
|
||||
}
|
||||
.create-error p {
|
||||
margin:0;
|
||||
}
|
||||
.create-error {
|
||||
padding: 3px;
|
||||
display:none;
|
||||
}
|
||||
|
||||
#w3tc_extensions table.extensions .column-name {
|
||||
width:180px;
|
||||
}
|
||||
#wpbody-content .metabox-holder.extension-settings {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#w3tc .subsubsub {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#edge-mode.updated p {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
td.w3tc-td-with-button {
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
.w3tc_loading {
|
||||
position:absolute;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.w3tc_hidden {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.w3tc_none {
|
||||
display: none;
|
||||
}
|
||||
|
||||
th.w3tc_config_checkbox {
|
||||
padding-top: 15px;
|
||||
}
|
||||
td.w3tc_config_value_text {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.w3tc_cdn_cnames_readonly {
|
||||
margin-top: .5em;
|
||||
margin-right: 20px;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
.w3tchelp_loading_outer {
|
||||
width: 100%;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
.w3tchelp_loading_inner {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.w3tc_menu_item_pro {
|
||||
color: #0FA9B5;
|
||||
}
|
||||
|
||||
.w3tc_menu_item_pro:hover {
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
#toplevel_page_w3tc_dashboard li a[href="admin.php?page=w3tc_support"] {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.w3tc_popup_form {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.w3tc_reject_roles label {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/*---*/
|
||||
/* js bound to id */
|
||||
|
||||
th.w3tc_extensions_manage_column_check {
|
||||
padding: 0 0 0 5px;
|
||||
vertical-align: middle;
|
||||
width: 2.2em;
|
||||
}
|
||||
|
||||
#browsercache_security_xfo_allow {
|
||||
padding-top:0;
|
||||
padding-bottom:4px;
|
||||
}
|
||||
|
||||
.lightbox-content-padded {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.w3tcbc_qrf {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.w3tcbc_qrf th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.w3tcbc_qrf td code {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Go pro features.
|
||||
*/
|
||||
|
||||
.w3tc-gopro-more .dashicons {
|
||||
font-size: 1em;
|
||||
margin-left: -3px;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.w3tc-gopro-description {
|
||||
display: block;
|
||||
max-height: 0px;
|
||||
transition: max-height 0.5s ease-out;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.w3tc-gopro-action {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.button.w3tc-gopro-button {
|
||||
border-color: darkgreen;
|
||||
box-shadow: 0 1px 0 darkgreen;
|
||||
background: green;
|
||||
color: #fff;
|
||||
}
|
||||
.button.w3tc-gopro-button:hover,
|
||||
.button.w3tc-gopro-button:focus {
|
||||
border-color: green;
|
||||
box-shadow: 0 1px 0 green;
|
||||
background: #009900;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
table:not(.w3tc-pro-feature) .w3tc-gopro {
|
||||
border-left: 3px solid green;
|
||||
margin: 5px -20px 5px -13px;
|
||||
box-shadow: 0 5px 5px -3px #888;
|
||||
background: #efefef;
|
||||
padding: 10px;
|
||||
background-image: linear-gradient( to right, #f1f1f1, #f1f1f1, #f1f1f1, #f1f1f1, #e7f3f3, #56bec1, #16252c );
|
||||
position: relative;
|
||||
padding-right: 280px;
|
||||
}
|
||||
|
||||
/* Pro features on the Extensions page. */
|
||||
#the-list .w3tc-gopro {
|
||||
margin-right: -10px;
|
||||
padding-right: 196px;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* A Table for a pro feature.
|
||||
*/
|
||||
|
||||
table.w3tc-pro-feature {
|
||||
box-shadow: 0 5px 5px -3px #888;
|
||||
margin-left: -10px;
|
||||
margin-bottom: 45px;
|
||||
width: calc(100% + 20px);
|
||||
background: #fff;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
table.w3tc-pro-feature:after,
|
||||
table:not(.w3tc-pro-feature) .w3tc-gopro:after {
|
||||
background-image: url("../img/transparent-comet.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right;
|
||||
background-size: 100% 100%;
|
||||
content:"";
|
||||
width: 321px;
|
||||
height: 174px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
table.w3tc-pro-feature th,
|
||||
table.w3tc-pro-feature td {
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
clear: both;
|
||||
padding: 12px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
table.w3tc-pro-feature th {
|
||||
background: #294149;
|
||||
color: #fff;
|
||||
border-bottom: 5px solid #65bbbd;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.w3tc-pro-feature td {
|
||||
background-image: linear-gradient( to right, #f1f1f1, #f1f1f1, #f1f1f1, #e7f3f3, #56bec1, #16252c );
|
||||
padding-right: 401.25px;
|
||||
}
|
||||
|
||||
/* Size of comet background for pro features not in a pro table. */
|
||||
table:not(.w3tc-pro-feature) .w3tc-gopro:after {
|
||||
width: 280px;
|
||||
height: 152px;
|
||||
}
|
||||
|
||||
/* Size of comet background for pro features on Extensions page. */
|
||||
#the-list .plugin-description .w3tc-gopro:after {
|
||||
width: 196px;
|
||||
height: 106px;
|
||||
}
|
||||
|
||||
@media ( max-width: 782px ) {
|
||||
table.w3tc-pro-feature:after {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
table.w3tc-pro-feature td {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
table.w3tc-pro-feature td {
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
/* Pro features that aren't a <table>. A <tr> for example - User Experience > Lazy Load Google Maps. */
|
||||
table:not(.w3tc-pro-feature) .w3tc-gopro {
|
||||
padding-right: initial;
|
||||
background: #efefef;
|
||||
}
|
||||
|
||||
table:not(.w3tc-pro-feature) .w3tc-gopro:after {
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Banner ad on dashboard.
|
||||
*/
|
||||
|
||||
#w3tc_dashboard_banner {
|
||||
margin-right: 200px;
|
||||
}
|
||||
|
||||
#w3tc #w3tc_dashboard_banner .inside {
|
||||
background-image: url("../img/transparent-comet-moon.png"), linear-gradient( to right, #fff 60%, #56bec1 100% );
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right;
|
||||
background-size: contain;
|
||||
margin: 0;
|
||||
padding: 0 250px 12px 12px;
|
||||
}
|
||||
|
||||
#w3tc_dashboard_banner .inside > p:first-of-type {
|
||||
margin-top: 0;
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
#w3tc_dashboard_banner .postbox .hndle {
|
||||
background: #eee;
|
||||
border-bottom: 3px solid #65bbbd;
|
||||
}
|
||||
|
||||
#w3tc_dashboard_banner .w3tc-postbox-ad {
|
||||
position: absolute;
|
||||
top: 13px;
|
||||
right: 10px;
|
||||
font-size: 12px;
|
||||
max-width: calc( 100% - 200px );
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
#w3tc #w3tc_dashboard_banner {
|
||||
margin: 45px auto auto auto;
|
||||
}
|
||||
|
||||
#w3tc #w3tc_dashboard_banner .inside {
|
||||
background: none;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
#w3tc #w3tc_dashboard_banner .inside > p:first-of-type {
|
||||
padding-top: initial;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Labels.
|
||||
*/
|
||||
|
||||
.w3tc-label {
|
||||
color: #fff;
|
||||
padding: 0px 4px;
|
||||
border-radius: 5px;
|
||||
display: inline-block;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.w3tc-label-success {
|
||||
background: green;
|
||||
}
|
||||
|
||||
.w3tc-label-danger {
|
||||
/* Same color as "update plugin count" in WP Dashboard left nav. */
|
||||
background: #ca4a1f;;
|
||||
}
|
||||
|
||||
/* Learn more links */
|
||||
a > span.dashicons-external {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.w3tc-control-after {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
td .w3tc-control-after span {
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
||||
.w3tc-ftp-form input[type="text"],
|
||||
.w3tc-ftp-form input[type="password"] {
|
||||
width: 100%;
|
||||
}
|
322
wp-content/plugins/w3-total-cache/pub/css/popup.css
Normal file
322
wp-content/plugins/w3-total-cache/pub/css/popup.css
Normal 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;
|
||||
}
|
31
wp-content/plugins/w3-total-cache/pub/css/setup-guide.css
Normal file
31
wp-content/plugins/w3-total-cache/pub/css/setup-guide.css
Normal file
@ -0,0 +1,31 @@
|
||||
.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;
|
||||
}
|
97
wp-content/plugins/w3-total-cache/pub/css/widget.css
Normal file
97
wp-content/plugins/w3-total-cache/pub/css/widget.css
Normal file
@ -0,0 +1,97 @@
|
||||
.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;
|
||||
}
|
||||
|
||||
#w3tc-dashboard-widgets #normal-sortables .postbox {
|
||||
width:360px;
|
||||
}
|
||||
|
||||
#w3tc-dashboard-widgets #side-sortables .postbox {
|
||||
border:none;
|
||||
box-shadow:none;
|
||||
-webkit-box-shadow: none;
|
||||
-webkit-border-radius: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#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 */
|
||||
}
|
||||
|
||||
#postbox-container-right {
|
||||
width: 196px;
|
||||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
float: right;
|
||||
margin-left: -200px;
|
||||
}
|
||||
#w3tc-dashboard-widgets #postbox-container-3 {
|
||||
width: 100%;white-space: normal;
|
||||
}
|
||||
.w3tc-enabled {
|
||||
color: #090;
|
||||
font-weight: 700
|
||||
}
|
||||
|
||||
.w3tc-disabled {
|
||||
color: #f00;
|
||||
font-weight: 700
|
||||
}
|
||||
|
||||
#normal-sortables #w3tc_new_relic {
|
||||
width: 360px;
|
||||
}
|
177
wp-content/plugins/w3-total-cache/pub/css/wizard.css
Normal file
177
wp-content/plugins/w3-total-cache/pub/css/wizard.css
Normal file
@ -0,0 +1,177 @@
|
||||
/* 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-bottom: 70px;
|
||||
padding-right: 160px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* 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;
|
||||
}
|
||||
|
||||
#wpfooter {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* Spinner */
|
||||
.spinner.inline {
|
||||
float: none;
|
||||
visibility: visible;
|
||||
vertical-align: top;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.spinner.spinner-left {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
/* Notices */
|
||||
.w3tc_note,
|
||||
#setting-error-tgmpa {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
Reference in New Issue
Block a user