first commit

This commit is contained in:
User A0264400
2026-04-01 23:20:16 +03:00
commit a766acdc90
23071 changed files with 4933189 additions and 0 deletions

View File

@@ -0,0 +1,406 @@
/**
* Styles for the Widget to be displayed in the Clearfy plugin
* @author Alex Kovalev <alex.kovalevv@gmail.com>
* @copyright Webcraftic 13.06.2018
*/
#WBCR {
/* Number display */
/* Number and bars */
/* Doughnut */
/* Widget */
}
#WBCR .wio-clear {
clear: both;
}
#WBCR .wbcr-factory-sidebar-widget.wbcr-rio-servers {
margin-top: 30px;
background: none;
padding: 0;
}
#WBCR .wbcr-factory-sidebar-widget.wbcr-rio-servers h4 {
font-size: 15px;
font-weight: 700;
}
#WBCR .wbcr-factory-sidebar-widget.wbcr-rio-servers button {
padding: 5px 10px;
border: 0;
font-size: 11px;
text-transform: uppercase !important;
font-weight: bold;
border-radius: 4px;
outline: none;
background: #f3f3f3;
color: #656565;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
#WBCR .wbcr-factory-sidebar-widget.wbcr-rio-servers button:active {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
}
#WBCR .wbcr-factory-sidebar-widget.wbcr-rio-servers button.wbcr-rio-loading {
width: 56px;
font-size: 0;
background: #f3f3f3 url("../img/quick-start-loader.gif") center no-repeat;
}
#WBCR .wbcr-factory-sidebar-widget.wbcr-rio-servers button.wbcr-rio-selected {
background: #f3efe2;
color: #d8d8d8;
}
#WBCR .wbcr-factory-sidebar-widget.wbcr-rio-servers button.wbcr-rio-selected:active {
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
#WBCR .wbcr-factory-sidebar-widget.wbcr-rio-servers table {
width: 100%;
box-sizing: border-box;
border-spacing: 3px;
background: #fff;
}
#WBCR .wbcr-factory-sidebar-widget.wbcr-rio-servers table th,
#WBCR .wbcr-factory-sidebar-widget.wbcr-rio-servers table td {
padding: 16px 10px;
text-align: center;
}
#WBCR .wbcr-factory-sidebar-widget.wbcr-rio-servers table th {
background: #efefef;
color: #777777;
box-shadow: 0 1px 0 #d8d8d8;
}
#WBCR .wbcr-factory-sidebar-widget.wbcr-rio-servers table .wbcr-rio-server-check-proccess {
display: inline-block;
height: 10px;
width: 30px;
background: url("../img/quick-start-loader.gif") center no-repeat;
}
#WBCR .wbcr-factory-sidebar-widget.wbcr-rio-servers table .wbcr-rio-servers-list-item-selected {
background: #fffbed;
color: #cec5a8;
font-weight: 600;
}
#WBCR .wbcr-factory-sidebar-widget.wbcr-rio-servers table .wbcr-rio-server-success {
color: #8CC152;
}
#WBCR .wbcr-factory-sidebar-widget.wbcr-rio-servers table .wbcr-rio-server-error {
color: #fb5d49;
}
#WBCR .wbcr-factory-sidebar-widget.wbcr-rio-servers table .wbcr-rio-server-warning {
color: #ffb635;
}
#WBCR .wbcr-factory-sidebar-widget.wbcr-rio-servers .wbcr-rio-warning-message {
margin-top: 30px;
padding: 20px;
border: 1px dashed #bfbfbf;
background: #ffffff;
margin-bottom: 40px;
font-size: 15px;
color: #828282;
}
#WBCR .wio-columns {
overflow: hidden;
padding: 15px 0;
counter-reset: cols;
}
#WBCR .wio-columns [class^="col-"] {
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#WBCR .wio-columns .col-1-3 {
width: 33.333%;
padding-left: 28px;
}
#WBCR .wio-columns .col-2-3 {
width: 66.666%;
padding-left: 28px;
}
#WBCR .wio-columns .col-1-2 {
width: 50%;
padding: 0 20px;
}
#WBCR .wio-columns .col-statistics.col-statistics {
width: 60%;
}
#WBCR .wio-columns .col-chart.col-chart {
width: 40%;
position: relative;
padding: 20px;
font-size: 12px;
text-transform: uppercase;
background: #f1f1f1b3;
color: #abacaf;
font-weight: bold;
border-radius: 5px;
margin-top: 10px;
text-align: left;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#WBCR .wio-col {
float: left;
width: 50%;
box-sizing: border-box;
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
#WBCR .wio-col {
padding-right: 20px;
}
#WBCR .wio-col + .wio-col {
padding-right: 0;
padding-left: 50px;
}
#WBCR .wio-col:target {
animation: wiohello 1s 3 linear backwards;
}
#WBCR .wio-number-you-optimized {
margin-bottom: 1.35em;
overflow: hidden;
}
#WBCR .wio-number-you-optimized #wio-total-optimized-attachments-pct {
color: #828282;
}
#WBCR .wio-number-you-optimized .wio-number {
display: table-cell;
padding-right: 15px;
font-size: 48px;
font-weight: bold;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
color: #828282;
}
#WBCR .wio-number-you-optimized .wio-text {
display: table-cell;
vertical-align: middle;
overflow: hidden;
font-size: 12px;
color: #828282;
}
#WBCR .wio-number-you-optimized > p {
display: table;
}
#WBCR .wio-bars {
padding-right: 15px;
}
#WBCR .wio-bars p {
font-size: 12px;
margin-bottom: 5px;
}
#WBCR .wio-bars + .wio-number-you-optimized {
border-bottom: 0;
padding-top: 0.85em;
}
#WBCR .wio-bars + .wio-number-you-optimized p {
color: #72a53b;
}
#WBCR .wio-bar-negative .wio-progress {
background: #D2D3D6;
}
#WBCR .wio-bar-negative .wio-barnb {
color: #9d9fa5;
}
#WBCR .wio-progress {
height: 8px;
transition: width 0.3s;
/*.wio-bar-negative {
width: 92% !important;
}*/
}
#WBCR .wio-bar-positive .wio-progress {
background: #8CC152;
}
#WBCR .wio-bar-positive .wio-barnb {
color: #72a53b;
}
#WBCR .wio-bar-primary .wio-progress {
background: #8CC152;
}
#WBCR .wio-bar-primary .wio-barnb {
color: #72a53b;
}
#WBCR .wio-right-outside-number .wio-barnb {
display: block;
margin-right: -5.25em;
text-align: right;
font-weight: bold;
line-height: 0.8;
}
#WBCR .wio-chart {
position: relative;
top: 1px;
display: inline-block;
vertical-align: middle;
}
#WBCR .wio-chart-container {
position: relative;
display: inline-block;
margin-right: 5px;
border: 10px solid #d2d3d6;
border-radius: 100%;
}
#WBCR .wio-chart-container canvas {
display: block;
}
#WBCR .wio-overview-chart-container {
float: left;
margin-right: 20px;
}
#WBCR .wio-chart-percent {
position: absolute;
left: 0;
right: 0;
top: 50%;
margin-top: -0.5em;
line-height: 0.8;
text-align: center;
font-size: 54px;
font-weight: bold;
color: #afafaf;
}
#WBCR .wio-chart-percent span {
font-size: 20px;
vertical-align: super;
}
#WBCR #wio-overview-chart-legend {
overflow: hidden;
}
#WBCR .wio-doughnut-legend li {
display: inline-block;
position: relative;
margin-bottom: 15px;
border-radius: 5px;
padding: 3px 8px 2px 31px;
font-size: 12px;
cursor: default;
-webkit-transition: background-color 200ms ease-in-out;
-moz-transition: background-color 200ms ease-in-out;
-o-transition: background-color 200ms ease-in-out;
transition: background-color 200ms ease-in-out;
}
#WBCR .wio-doughnut-legend li span {
display: block;
position: absolute;
left: 0;
top: 0;
width: 25px;
height: 25px;
border-radius: 50%;
}
#WBCR .wio-optimize-button {
width: 180px;
padding: 12px 30px;
background: #c9deb2;
color: #586549;
border: 0;
box-shadow: none;
font-size: 14px;
text-transform: uppercase !important;
font-weight: bold;
border-radius: 4px;
outline: none;
text-decoration: none;
}
#WBCR .wio-optimize-button:active {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
}
#WBCR .wio-global-optim-phrase {
width: 180px;
padding-top: 20px;
font-size: 14px;
text-align: center;
}
#WBCR .wio-total-percent {
color: #587f2e;
}
#WBCR .wio-text-left {
text-align: left;
}
#WBCR span.wio-num {
display: inline !important;
position: inherit !important;
}
#WBCR .wio-image-optimize-board {
padding: 20px;
}
#WBCR .wio-page-statistic {
padding-left: 40px;
}
#WBCR .wio-page-statistic .wio-chart-percent {
margin-top: -1.1em;
}
#WBCR .wio-widget {
padding: 0 !important;
}
#WBCR .wio-widget .wio-chart-percent {
font-size: 44px;
line-height: 1;
}
#WBCR .wio-widget .wio-bars {
width: 80%;
margin-left: 155px;
box-sizing: border-box;
}
#WBCR .wio-widget .col-chart.col-chart {
width: 100%;
}
#WBCR .wio-widget .col-controls {
width: 45%;
padding-left: 5px;
padding-top: 110px;
}
#WBCR .wio-widget .wio-doughnut-legend {
margin-left: 20px;
text-align: left;
}
#WBCR .wio-widget .wio-widget-bottom {
display: table;
padding-top: 20px !important;
width: 100%;
text-align: right;
}
#WBCR .wio-widget .wio-widget-bottom li {
display: table-cell;
}
#WBCR .wio-widget .wio-widget-bottom li:first-child {
text-align: left;
}
@media (max-width: 830px) {
#WBCR .wio [class^="col-"] {
float: none;
margin-bottom: 1.5em;
}
#WBCR .wio .col-1-3,
#WBCR .wio .col-1-2 {
width: auto;
padding: 0 28px;
clear: both;
padding-top: 1em;
}
}
@keyframes wiohello {
0%,
100% {
background: #FFF;
}
50% {
background: #F4F7F9;
}
}
@media (max-width: 1520px) and (min-width: 1381px), (max-width: 1086px) {
#WBCR .wio-columns .col-statistics.col-statistics,
#WBCR .wio-columns .col-chart.col-chart {
width: 50%;
}
}
@media (max-width: 808px) {
#WBCR .wio-columns .col-statistics.col-statistics,
#WBCR .wio-columns .col-chart.col-chart {
width: auto;
float: none;
padding: 0;
}
#WBCR .wio-columns .col-chart.col-chart {
margin-top: 3em;
}
}
/*# sourceMappingURL=base-statistic.css.map */

View File

@@ -0,0 +1,140 @@
/**
* Page components
* @author Alex Kovalev <alex.kovalevv@gmail.com>
* @copyright Alex Kovalev 30.09.2017
*/
#WBCR .wbcr-clearfy-components {
padding: 0 20px 20px;
text-align: center;
}
#WBCR .wbcr-clearfy-components .plugin-card {
position: relative;
display: inline-block;
width: 32.7%;
height: 250px;
margin-left: 0;
margin-right: 0;
text-align: left;
float: none;
vertical-align: top;
}
#WBCR .wbcr-clearfy-components .plugin-card:first-child {
margin-left: 0;
}
#WBCR .wbcr-clearfy-components .plugin-card .plugin-card-bottom {
position: absolute;
bottom: 0;
right: 0;
left: 0;
}
#WBCR .wbcr-clearfy-components .plugin-card .plugin-card-top {
min-height: 163px;
}
#WBCR .wbcr-clearfy-components .plugin-card .desc,
#WBCR .wbcr-clearfy-components .plugin-card .name {
margin-right: 0 !important;
}
#WBCR .wbcr-clearfy-components .plugin-card .name h3 {
font-size: 17px;
margin-top: 0 !important;
}
#WBCR .wbcr-clearfy-components .plugin-card .install-now {
float: right;
}
#WBCR .wbcr-clearfy-components .plugin-card .delete-now {
float: right;
margin-left: 5px;
}
#WBCR .wbcr-clearfy-components .plugin-card .delete-now .dashicons,
#WBCR .wbcr-clearfy-components .plugin-card .delete-now .dashicons-before:before {
font-size: 16px !important;
line-height: 1.5 !important;
color: #62696f;
}
#WBCR .wbcr-clearfy-components .plugin-card a.open-plugin-details-modal {
color: #5c5d5f;
text-decoration: none;
font-weight: 600;
font-size: 15px;
}
#WBCR .wbcr-clearfy-components .plugin-card .plugin-card-premium-ribbon {
position: absolute;
bottom: 60px;
right: 0;
height: 30px;
width: 120px;
border-radius: 3px 0 0 3px;
background-color: #f7dea9;
color: #67532f;
text-align: center;
font-size: 12px;
font-weight: 600;
line-height: 2.4;
text-transform: uppercase;
z-index: 1;
}
#WBCR .wbcr-clearfy-components .plugin-card .plugin-card-free-ribbon {
position: absolute;
bottom: 60px;
right: 0;
height: 30px;
width: 120px;
border-radius: 3px 0 0 3px;
background-color: #cccccc;
color: #6b6b6b;
text-align: center;
font-size: 12px;
font-weight: 600;
line-height: 2.4;
text-transform: uppercase;
z-index: 1;
}
#WBCR .wbcr-clearfy-components .plugin-card .plugin-card-freemium-ribbon {
position: absolute;
bottom: 60px;
right: 0;
height: 30px;
width: 120px;
border-radius: 3px 0 0 3px;
background-color: #cae2b3;
color: #546742;
text-align: center;
font-size: 12px;
font-weight: 600;
line-height: 2.4;
text-transform: uppercase;
z-index: 1;
}
#WBCR .wbcr-clearfy-components .plugin-card.premium {
border-color: #e8d7b2;
background-color: #fff9eb;
}
#WBCR .wbcr-clearfy-components .plugin-card.plugin-status-deactive {
background-color: #f1f1f1;
}
#WBCR .wbcr-clearfy-components .plugin-card.plugin-status-deactive a.open-plugin-details-modal {
color: #ababab;
text-decoration: none;
font-weight: 600;
font-size: 15px;
}
#WBCR .wbcr-clearfy-components .plugin-card.plugin-status-deactive .plugin-icon {
opacity: 0.3;
}
#WBCR .wbcr-clearfy-components .plugin-card.plugin-status-deactive .desc {
color: #afafaf;
}
#WBCR .wbcr-clearfy-components .plugin-card.plugin-status-deactive.premium {
background-color: #f9f2f1;
}
@media screen and (max-width: 1750px) {
#WBCR .wbcr-clearfy-components .plugin-card {
width: 49%;
}
}
@media screen and (max-width: 1350px) {
#WBCR .wbcr-clearfy-components .plugin-card {
width: 100%;
}
}
/*# sourceMappingURL=components.css.map */

View File

@@ -0,0 +1,156 @@
/* Clearfy Farewell Notice Styles */
#try-super-page-cache-panel {
display: none;
}
.try-super-page-cache-panel {
position: relative;
overflow: auto;
margin: 16px 0;
padding: 23px 10px 0;
border: 1px solid #e5e5e5;
box-shadow: 0 1px 1px rgba(0,0,0,0.04);
background: #fff;
font-size: 13px;
line-height: 2.1em;
}
.try-super-page-cache-panel h2 {
margin: 0;
font-size: 21px;
font-weight: 400;
line-height: 1.2;
}
.try-super-page-cache-panel h3 {
margin: 17px 0 0;
font-size: 16px;
line-height: 1.4;
}
.try-super-page-cache-panel li {
font-size: 14px;
}
.try-super-page-cache-panel p {
color: #72777c;
}
.try-super-page-cache-action a {
text-decoration: none;
}
.try-super-page-cache-panel .about-description {
font-size: 16px;
margin: 0;
}
.try-super-page-cache-panel-content hr {
margin: 20px -23px 0 -23px;
border-top: 1px solid #f3f4f5;
border-bottom: none;
}
.try-super-page-cache-panel .try-super-page-cache-panel-close {
position: absolute;
z-index: 10;
top: 10px;
right: 10px;
padding: 10px 15px 10px 21px;
font-size: 13px;
line-height: 1.23076923;
text-decoration: none;
}
.try-super-page-cache-panel .try-super-page-cache-panel-close:before {
background: none;
color: #72777c;
content: "\f153";
display: block;
font: normal 16px/20px dashicons;
speak: none;
height: 20px;
text-align: center;
width: 20px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
top: 8px;
left: 0;
transition: all .1s ease-in-out;
}
.try-super-page-cache-panel-content {
margin: 0 13px;
max-width: 1500px;
}
.try-super-page-cache-panel img {
margin-top: 23px;
width: calc( 100% - 40px );
border: 1px solid #f3f4f5;
}
.try-super-page-cache-panel .try-super-page-cache-panel-column > * {
padding-right: 40px;
}
.try-super-page-cache-panel .try-super-page-cache-panel-column-container {
display: -ms-grid;
display: grid;
-ms-grid-columns: 36% 32% 32%;
grid-template-columns: 36% 32% 32%;
margin-bottom: 13px;
}
.try-super-page-cache-panel .try-super-page-cache-panel-column:not(.try-super-page-cache-panel-image-column) {
display: -ms-grid;
display: grid;
-ms-grid-rows: auto 100px;
grid-template-rows: auto 100px;
}
.try-super-page-cache-panel-column p {
margin-top: 7px;
color: #444;
}
/* Responsive Design */
@media screen and (max-width: 1024px) {
.try-super-page-cache-panel .try-super-page-cache-panel-column-container {
-ms-grid-columns: 50% 50%;
grid-template-columns: 50% 50%;
}
.try-super-page-cache-panel .try-super-page-cache-panel-image-column {
display: none;
}
}
@media screen and (max-width: 870px) {
.try-super-page-cache-panel .try-super-page-cache-panel-column-container {
-ms-grid-columns: 100%;
grid-template-columns: 100%;
}
}
@media screen and (max-width: 600px) {
.try-super-page-cache-panel .try-super-page-cache-panel-close {
overflow: hidden;
text-indent: 40px;
white-space: nowrap;
width: 20px;
height: 20px;
padding: 5px;
top: 5px;
right: 5px;
}
.try-super-page-cache-panel .try-super-page-cache-panel-close:before {
font-size: 20px;
top: 5px;
left: -35px;
}
}

View File

@@ -0,0 +1,717 @@
/**
* General styles
* @author Alex Kovalev <alex.kovalevv@gmail.com>
* @copyright Alex Kovalev 23.08.2017
*/
.wbcr-clearfy-layer {
display: none;
position: absolute;
top: 0;
left: -20px;
right: 0;
bottom: 0;
background: rgba(255, 235, 59, 0.18);
z-index: 9;
}
#WBCR {
/*.wbcr-right-sidebar-section {
width: 49%;
padding-top: 20px;
}*/
/**
* Widgets
*/
/**
* Navigation bar
*/
/*.wbcr-clearfy-board {
background: #f9f8f8;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
padding: 20px;
margin-bottom: 20px;
min-width: 350px;
//float: right;
}*/
}
#WBCR .wbcr-factory-pages-480-impressive-page-template .wbcr-factory-page-header {
height: 80px !important;
}
#WBCR .wbcr-factory-pages-480-impressive-page-template .wbcr-factory-page-header .wbcr-factory-header-logo span {
display: inline-block !important;
}
#WBCR .row {
display: block !important;
width: auto !important;
table-layout: auto !important;
}
#WBCR .row > div {
display: block !important;
padding: 0 !important;
}
#WBCR .wbcr-clr-logo-label {
position: relative;
padding: 0 10px 3px;
border-radius: 5px;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#WBCR .wbcr-clr-logo-label:before {
content: '';
display: block;
position: absolute;
width: 20px;
height: 25px;
top: -10px;
right: -10px;
background: url(../../../assets/img/webcraftic-plugin-icon.png) 0 0 no-repeat;
}
#WBCR .wbcr-clr-logo-label.wbcr-clr-free-label-logo {
color: #f1f1f1;
background-color: #636363;
}
#WBCR .wbcr-clr-logo-label.wbcr-clr-premium-label-logo {
color: #000000;
background-color: #ffbe00;
}
#WBCR .wbcr-content-section,
#WBCR .wbcr-right-sidebar-section {
display: inline-block;
vertical-align: top;
}
#WBCR .wbcr-content-section {
width: 100%;
}
#WBCR #wbcr-clr-go-to-premium-widget .wbcr-clr-purchase-premium {
position: relative;
text-decoration: none;
font-weight: bold;
background: #fffaea;
padding: 0;
border-radius: 4px;
outline: none;
margin-top: 15px;
box-shadow: 0 0 8px #fddf67;
}
#WBCR #wbcr-clr-go-to-premium-widget .wbcr-clr-purchase-premium .fa {
position: relative;
margin-right: 3px;
margin-left: 3px;
}
#WBCR .wbcr-factory-left-navigation-bar #components-wbcr_clearfy-tab {
border-left: 5px solid #7edbff;
}
#WBCR .wbcr-factory-left-navigation-bar #license-wbcr_clearfy-tab {
border-left: 5px solid #ffd762;
}
#WBCR .wbcr-factory-left-navigation-bar .wbcr-factory-active-tab #license-wbcr_clearfy-tab {
font-weight: lighter;
color: #222;
}
#WBCR .wbcr-factory-left-navigation-bar .wbcr-factory-active-tab #license-wbcr_clearfy-tab .dashicons-admin-network {
color: #222;
}
#WBCR .wbcr-clearfy-danger-message {
position: relative;
padding: 15px;
background: #ffe0de;
color: #9c6e6e;
border-radius: 3px;
}
#WBCR .wbcr-clearfy-danger-message:after,
#WBCR .wbcr-clearfy-danger-message:before {
bottom: 100%;
left: 20px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
#WBCR .wbcr-clearfy-danger-message:after {
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #ffe0de;
border-width: 10px;
}
#WBCR .wbcr-clearfy-danger-message:before {
border-color: rgba(194, 225, 245, 0);
border-bottom-color: #ffe0de;
border-width: 10px;
}
#WBCR .wbcr-clearfy-group-header {
background: #efefef;
padding: 20px 0 10px 20px;
margin: 30px 0;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
#WBCR .wbcr-clearfy-group-header:first-child {
margin-top: 0;
}
#WBCR .wbcr-clearfy-group-header strong {
font-size: 15px;
}
#WBCR .wbcr-clearfy-group-header p {
color: #8c8888;
font-size: 12px;
}
#WBCR .factory-more-link-content {
padding-top: 10px;
background: #fbfafa;
}
#WBCR .factory-more-link-hide {
display: block;
position: relative;
margin-left: 25px;
margin-bottom: 30px;
color: rgb(255 69 0);
}
#WBCR .factory-more-link-hide:before {
content: '';
position: absolute;
width: 0;
left: -15px;
top: 6px;
height: 0;
border-style: solid;
border-width: 0 5px 8px 5px;
border-color: transparent transparent #ff4500 transparent;
}
#WBCR #wbcr-clearfy-quick-mode-board h4 {
margin-top: 30px;
}
#WBCR .wbcr-clearfy-switch-success-message,
#WBCR .wbcr-clearfy-switch-error-message {
display: none;
padding: 15px 20px;
font-size: 13px;
font-weight: bold;
margin: 0 0 15px;
border-radius: 4px;
}
#WBCR .wbcr-clearfy-switch-success-message {
background: #e5f9ce;
border-bottom: 3px solid #d3eab9;
color: #56614a;
}
#WBCR .wbcr-clearfy-switch-error-message {
background: #fdc6c2;
border-bottom: 3px solid #e2a19c;
color: #bd6963;
}
#WBCR .wbcr-clearfy-troubleshooting {
padding: 0 50px 20px;
}
#WBCR .wbcr-clearfy-export-import {
padding: 0 50px;
text-align: right;
}
#WBCR .wbcr-clearfy-export-import label {
display: block;
width: 100%;
text-align: left;
padding: 7px 0;
}
#WBCR .wbcr-clearfy-export-import #wbcr-clearfy-import-export {
width: 100%;
box-sizing: border-box;
height: 200px;
line-height: inherit;
margin: 0;
padding: 7px 14px;
box-shadow: none;
border-radius: 3px;
border: 1px solid #eee;
border-top-color: #dedede;
background-color: #f1f1f1;
color: #444;
transition: border-color 0.3s;
-webkit-appearance: none;
}
#WBCR .wbcr-clearfy-export-import .wbcr-clearfy-import-options-button {
display: inline-block;
margin-top: 10px;
}
#WBCR .wbcr-clearfy-confirm-popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
width: 500px;
height: 400px;
margin: -200px 0 0 -250px;
padding: 20px;
background: rgba(255, 255, 255, 0.82);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
border: 4px solid rgba(216, 210, 171, 0.44);
z-index: 99;
}
#WBCR .wbcr-clearfy-confirm-popup h3 {
font-size: 17px;
text-align: center;
font-weight: bold;
margin: 5px 0 0;
}
#WBCR .wbcr-clearfy-confirm-popup .wbcr-clearfy-reset-warning-message {
display: none;
text-align: center;
}
#WBCR .wbcr-clearfy-confirm-popup .wbcr-clearfy-list-options {
display: none;
height: 230px;
overflow-y: auto;
overflow-x: hidden;
padding-left: 40px;
list-style: decimal;
margin: 20px 0;
}
#WBCR .wbcr-clearfy-confirm-popup.wbcr-clearfy-default-warning-options .wbcr-clearfy-list-options {
display: block;
}
#WBCR .wbcr-clearfy-confirm-popup.wbcr-clearfy-reset-warning-options {
height: 200px;
margin: -100px 0 0 -250px;
}
#WBCR .wbcr-clearfy-confirm-popup.wbcr-clearfy-reset-warning-options .wbcr-clearfy-reset-warning-message {
display: block;
margin: 10px 0;
}
#WBCR .wbcr-clearfy-confirm-popup .wbcr-clearfy-popup-buttons {
text-align: center;
padding: 10px;
}
#WBCR .wbcr-clearfy-confirm-popup .wbcr-clearfy-popup-buttons button {
display: inline-block;
padding: 7px 25px;
box-shadow: none;
border: 0;
font-weight: bold;
}
#WBCR .wbcr-clearfy-confirm-popup .wbcr-clearfy-popup-buttons button,
#WBCR .wbcr-clearfy-confirm-popup .wbcr-clearfy-popup-buttons button:focus {
outline: 0 !important;
box-shadow: none !important;
}
#WBCR .wbcr-clearfy-confirm-popup .wbcr-clearfy-popup-buttons button.wbcr-clearfy-popup-button-ok {
background: #FFEB3B;
color: #564f0d;
}
#WBCR .wbcr-clearfy-confirm-popup .wbcr-clearfy-popup-buttons button.wbcr-clearfy-cancel-mode {
background: #d6d6d6;
color: #5f5d5d;
}
#WBCR #wbcr-clearfy-quick-mode-board {
padding: 20px;
}
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch {
position: relative;
padding: 15px 20px;
margin-right: 20px;
font-size: 12px;
text-transform: uppercase;
background: #f1f1f1;
color: #6d6d6d;
font-weight: bold;
border-radius: 5px;
margin-top: 10px;
text-align: left;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
/*&.wbcr-clearfy-mode-reset:hover {
& .wbcr-clearfy-button-activate-mode {
background-color: #fb7976;
color: darken(#fb7976, 50%);
&:hover {
background-color: lighten(#fb7976, 3%);
}
}
}*/
}
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch:after {
display: block;
clear: both;
}
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch .fa,
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch .dashicons {
font-size: 25px;
}
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch .fa,
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch .dashicons,
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch span {
display: inline-block !important;
}
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch span {
margin-left: 15px;
margin-top: 3px;
}
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch.wbcr-clearfy-active {
/*.fa, .dashicons:before {
color: #8bc34a;
}
& .wbcr-clearfy-button-activate-mode {
display: none !important;
}
& .wbcr-clearfy-button-deativate-mode {
display: inline-block !important;
}*/
}
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch.wbcr-clearfy-active .wbcr-clearfy-button-activate-mode {
background-color: #f7f7f7 !important;
color: #e0e0e0 !important;
cursor: default;
}
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch.wbcr-clearfy-switch-mode-reset .wbcr-clearfy-switch-confirmation {
width: 130px;
}
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch.wbcr-clearfy-switch-mode-reset .wbcr-clearfy-switch-confirmation .wbcr-clearfy-button-activate-mode {
width: 130px;
background-color: #fdd599;
color: #a57b3c;
}
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch.wbcr-clearfy-switch-mode-reset .wbcr-clearfy-switch-confirmation .wbcr-clearfy-button-activate-mode:hover {
background-color: #fddba8;
}
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch.wbcr-clearfy-switch-mode-recommended .fa,
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch.wbcr-clearfy-switch-mode-recommended .dashicons:before {
color: #8bc34a;
}
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch.wbcr-clearfy-switch-mode-recommended .wbcr-clearfy-button-activate-mode {
background-color: #c9deb2;
color: #586549;
}
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch.wbcr-clearfy-switch-mode-recommended .wbcr-clearfy-button-activate-mode:hover {
background-color: #d1e3bd;
}
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch.wbcr-clearfy-loading .wbcr-clearfy-switch-confirmation button {
background: url("../img/quick-start-loader.gif") center center no-repeat;
background-color: #f7f7f7 !important;
font-size: 0;
cursor: default !important;
}
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch .wbcr-clearfy-switch-confirmation {
position: absolute;
top: 0;
right: 20px;
bottom: 0;
width: 100px;
text-align: right;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch .wbcr-clearfy-switch-confirmation button {
display: inline-block;
width: 100px;
margin: 12px 0 0;
border: 0;
box-shadow: none;
padding: 5px 10px;
font-weight: bold;
font-size: 13px;
border-radius: 3px;
outline: none;
background-color: #dedede;
color: #808080;
/*&.wbcr-clearfy-button-activate-mode {
background-color: #c9deb2;
color: #586549;
&:hover {
background-color: lighten(#c9deb2, 3%);
}
}
&.wbcr-clearfy-button-deativate-mode {
display: none;
background-color: #fdd599;
color: #a57b3c;
margin-right: 0;
&:hover {
background-color: lighten(#fdd599, 3%);
}
}*/
}
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch .wbcr-clearfy-switch-confirmation button:hover {
background-color: #d6d6d6;
}
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch .wbcr-clearfy-switch-confirmation button:active {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
}
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch .wbcr-clearfy-switch-confirmation .wbcr-clearfy-button-activate-wizard {
width: 100px;
background-color: #8bc34a;
color: #ffffff;
margin-top: 10px;
}
#WBCR .wclearfy-quick-start {
display: flex;
/*.wclearfy-gogle-page-speed-audit__errors {
display: none;
padding: 15px;
background: #fddfdf;
}*/
/*&__g-audit-start-button {
position: absolute;
display: block;
top: 50%;
left: 50%;
//padding: 15px 40px;
line-height: 4.3;
height: 50px;
width: 200px;
margin: -25px 0 0 -100px;
font-size: 12px;
text-transform: uppercase;
text-decoration: none;
text-align: center;
color: #a57b3c;
background-color: #fdd599;
font-weight: bold;
border-radius: 5px;
margin-top: 10px;
box-shadow: 0 1px 1px rgb(0 0 0%);
}*/
}
#WBCR .wclearfy-quick-start__left-column,
#WBCR .wclearfy-quick-start__right-column {
text-align: center;
padding: 15px;
box-sizing: border-box;
width: 25%;
display: flex;
flex-wrap: nowrap;
}
#WBCR .wclearfy-quick-start__left-column ul {
margin: 0 auto;
}
#WBCR .wclearfy-quick-start__left-column ul .wclearfy-quick-start__license-details {
text-align: left;
padding: 15px 15px 15px 0;
}
#WBCR .wclearfy-quick-start__left-column ul .wclearfy-quick-start__license-details-inner-wrap {
border-radius: 5px;
background: #efefef;
padding: 15px;
}
#WBCR .wclearfy-quick-start__right-column {
width: 75%;
}
#WBCR .wclearfy-quick-start__button {
display: block;
padding: 15px 40px;
margin-right: 20px;
font-size: 12px;
text-transform: uppercase;
text-decoration: none;
background: #eeeeee;
text-align: center;
color: #6d6d6d;
font-weight: bold;
border-radius: 5px;
margin-top: 10px;
box-shadow: 0 1px 1px rgb(0 0 0%);
}
#WBCR .wclearfy-quick-start__button:hover {
background: #f1f1f1;
}
#WBCR .wclearfy-quick-start__button--green {
color: #586549;
background-color: #c9deb2;
}
#WBCR .wclearfy-quick-start__button--green:hover {
background-color: #d1e3bd;
}
#WBCR .wclearfy-quick-start__button--orange {
color: #a57b3c;
background-color: #fdd599;
}
#WBCR .wclearfy-quick-start__button--orange:hover {
background-color: #fddba8;
}
#WBCR .wclearfy-quick-start__google-page-speed-preloader {
display: block;
width: 100%;
height: 100px;
background: url("../img/setup-preloader-124x124.gif") center no-repeat;
}
#WBCR .wclearfy-quick-start__g-audit {
position: relative;
width: 100%;
background: #ffffff;
margin: 10px 5px;
border-radius: 5px;
}
#WBCR .wclearfy-quick-start__g-audit a {
outline: 0;
text-decoration: none;
}
#WBCR .wclearfy-quick-start__g-audit-after-h2 {
font-size: 18px;
color: #87a76e;
}
#WBCR .wclearfy-quick-start__g-audit-before-h2 {
font-size: 18px;
color: #e49d7f;
}
#WBCR .wclearfy-quick-start__g-audit-score {
padding: 20px;
text-align: center;
}
#WBCR .wclearfy-quick-start__g-audit-desktop-score,
#WBCR .wclearfy-quick-start__g-audit-mobile-score {
display: inline-block;
width: 150px;
padding-left: 20px;
padding-right: 20px;
}
#WBCR .wclearfy-quick-start__g-audit-desktop-score h3,
#WBCR .wclearfy-quick-start__g-audit-mobile-score h3 {
font-size: 16px;
}
#WBCR .wclearfy-quick-start__g-audit-score-circle {
position: relative;
margin: 0 auto;
}
#WBCR .wclearfy-quick-start__g-audit-warging-text {
z-index: 2;
vertical-align: middle;
}
#WBCR .wclearfy-quick-start__g-audit-warging-text span {
display: block;
margin-top: 200px;
padding: 20px;
}
#WBCR .wclearfy-quick-start__g-audit-preloader,
#WBCR .wclearfy-quick-start__g-audit-overlay,
#WBCR .wclearfy-quick-start__g-audit-warging-text {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#WBCR .wclearfy-quick-start__g-audit-preloader {
background: url("../img/g-audit-preloader2.gif") center no-repeat;
z-index: 3;
}
#WBCR .wclearfy-quick-start__g-audit-overlay {
background: rgba(255, 255, 255, 0.9);
z-index: 1;
text-align: center;
}
#WBCR .wclearfy-quick-start .wclearfy-status-circle-text {
position: absolute;
left: 50%;
top: 50%;
padding: 0;
margin: 0;
transform: translate(-50%, -50%);
color: #aaa;
font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1.3125rem;
font-weight: 300;
line-height: 1.5;
}
#WBCR .wclearfy-quick-start .wclearfy-score-circle .wclearfy-status-overlay-text {
position: absolute;
left: 50%;
top: 50%;
padding: 0;
margin: 0;
width: 200%;
text-align: center;
transform: translate(-50%, -50%);
font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.875rem;
font-weight: normal;
line-height: 1.3125;
opacity: 0;
color: #777;
}
#WBCR .wclearfy-quick-start__g-audit-statistic {
padding: 10px;
font-family: Roboto, Helvetica, Arial, sans-serif;
font-size: 14px;
}
#WBCR .wclearfy-quick-start__g-audit-statistic-line {
border-bottom: 1px solid #ebebeb;
display: flex;
justify-content: space-between;
padding: 8px;
}
#WBCR .wclearfy-quick-start__g-audit-statistic-results {
padding-right: 5px;
font-weight: bold;
}
#WBCR .wclearfy-quick-start-docs {
display: flex;
}
#WBCR .wclearfy-quick-start-docs__column {
text-align: center;
padding: 0 15px 15px 15px;
box-sizing: border-box;
width: 33.3333%;
display: flex;
flex-wrap: nowrap;
}
#WBCR .wclearfy-quick-start-docs__column-inner-wrap {
width: 100%;
padding: 15px;
box-sizing: border-box;
background: #eeeeee;
}
#WBCR .wclearfy-quick-start-docs__column-inner-wrap ul {
margin: 0;
padding-left: 20px;
}
#WBCR .wclearfy-quick-start-docs__column-inner-wrap ul li {
text-align: left;
list-style: square;
}
#WBCR .wclearfy-quick-start-docs__column-inner-wrap ul li a {
color: #a8a8a8;
}
#WBCR .wclearfy-quick-start-docs__column-inner-wrap ul li a:hover {
color: #979696;
}
#WBCR .wbcr-factory-page-quick_start #wbcr-factory-templates-134__autocomplete {
width: 100%;
padding: 15px;
border-radius: 4px;
font-size: 20px;
box-sizing: border-box;
border-color: #d6d4d4;
}
@media screen and (max-width: 1380px) {
#WBCR #wbcr-clearfy-quick-mode-board {
min-width: 450px;
padding-right: 0;
}
#WBCR .wbcr-content-section,
#WBCR .wbcr-right-sidebar-section {
width: 100%;
}
#WBCR .wbcr-clearfy-export-import-board {
margin-top: 20px;
}
}
@media screen and (max-width: 950px) {
#WBCR #wbcr-clearfy-quick-mode-board {
min-width: 100%;
}
#WBCR .wbcr-content-section,
#WBCR .wbcr-right-sidebar-section {
width: 100%;
}
#WBCR .wbcr-clearfy-board {
width: 100%;
min-width: 100%;
}
}
@media screen and (max-width: 550px) {
#WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch span {
font-size: 0 !important;
}
}
/*# sourceMappingURL=general.css.map */

View File

@@ -0,0 +1,19 @@
/**
* Gutenber autosave control styles
* @author Webcraftic <wordpress.webraftic@gmail.com>
* @copyright (c) 10.12.2018, Webcraftic
* @version 1.0
*
* Credits:
* This code was used from the plugin: https://wordpress.org/plugins/disable-gutenberg-autosave/
* Author websevendev
*/
h2.disable-gutenberg-autosave-header {
margin: 0;
}
p.disable-gutenberg-autosave-error {
color: red;
font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace;
}
/*# sourceMappingURL=gutenberg-autosave-control.css.map */

View File

@@ -0,0 +1,2 @@
<?php
// Silence is golden.

View File

@@ -0,0 +1,32 @@
/**
* Install addons global styles
* @author Webcraftic <wordpress.webraftic@gmail.com>
* @copyright Webcraftic 11.07.2018
*/
.wbcr-clr-new-component {
background: #f7f7f7;
border: 1px solid #eaeaea;
padding: 5px 20px;
margin-bottom: 10px;
}
.wbcr-clr-new-component h4 {
margin: 5px 0;
display: inline-block;
}
.wbcr-clr-new-component .wbcr-clr-proccess-button {
display: inline-block;
margin: 5px 0;
}
.wbcr-clr-new-component.wbcr-clr-premium {
background: #fff6db;
border: 1px solid #e4dea9;
}
.wbcr-clr-new-component.wbcr-clr-premium h4 {
color: #88690c;
}
.wbcr-clr-proccess-button.button-link,
.wbcr-clr-proccess-button.button-link:focus {
outline: none !important;
box-shadow: none !important;
}
/*# sourceMappingURL=install-addons.css.map */

View File

@@ -0,0 +1,659 @@
.not-visible-in-manager {
display: none;
}
/**
* Global License Message
*/
.global-license-message {
width: 600px;
margin: auto;
/*margin-top: 100px;*/
font-size: 14px;
line-height: 170%;
}
.global-license-message h2, .global-license-message h3 {
padding: 0px;
margin: 5px 0;
}
.onp-page-wrap {
max-width: 720px;
margin: auto;
margin-top: 40px;
font-size: 14px;
line-height: 170%;
}
.onp-container {
border: 0px;
padding: 0px;
border-radius: 5px;
background: rgb(255, 255, 255) !important;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#license-manager .onp-container {
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 63%, rgba(246, 246, 246, 1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(63%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(246, 246, 246, 1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 63%, rgba(246, 246, 246, 1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 63%, rgba(246, 246, 246, 1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 63%, rgba(246, 246, 246, 1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 63%, rgba(246, 246, 246, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0); /* IE6-9 */
}
.onp-container h2 {
margin: 0px;
padding: 0px;
}
.onp-container p {
margin: 0 0 2px 0;
padding: 0px;
line-height: 170%;
}
.btn-uppercase {
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
}
.btn-uppercase *[class^=icon] {
position: relative;
top: -1px;
left: -1px;
}
.onp-page-wrap .license-message {
margin-bottom: 20px;
overflow: hidden;
}
.onp-page-wrap .license-message .alert {
margin: 0px;
}
.onp-page-wrap .license-message strong {
display: block;
margin-bottom: 0px;
}
.onp-page-wrap .license-message p {
margin: 1px 0 1px 0;
padding: 0px;
}
.onp-page-wrap .license-message a {
font-weight: bold;
}
.license-message .alert-warning-icon {
padding-left: 60px;
background-image: url("../img/warning.png");
background-position: 15px 11px;
background-repeat: no-repeat;
}
#onp-hide-license-manager {
position: absolute;
top: 2px;
right: 15px;
font-size: 12px;
color: #777;
font-weight: bold;
}
#onp-hide-license-manager:hover {
text-decoration: none;
}
#onp-hide-license-manager,
#onp-hide-license-manager:focus,
#onp-hide-license-manager:hover {
outline: none;
border: 0px;
box-shadow: none;
}
#onp-hide-license-manager .fa {
margin-right: 5px;
}
#license-manager .license-details-wrap {
border: 1px solid #e9e9e9;
padding: 0px;
border-radius: 5px;
background: rgb(255, 255, 255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 63%, rgba(246, 246, 246, 1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(63%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(246, 246, 246, 1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 63%, rgba(246, 246, 246, 1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 63%, rgba(246, 246, 246, 1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 63%, rgba(246, 246, 246, 1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 63%, rgba(246, 246, 246, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0); /* IE6-9 */
box-shadow: 0px 2px 1px #c9c9c9;
}
#license-manager .activate-trial-hint {
background-color: #f8f8f8;
padding: 10px 20px;
position: relative;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
#license-manager .activate-error-hint {
background-color: #fb7976;
color: #f5f5f5;
text-shadow: none;
padding: 2px 9px;
width: 100%;
position: relative;
margin-left: -9px;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
#license-manager .license-details {
padding: 20px;
padding-bottom: 0px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
position: relative;
z-index: 10;
}
#license-manager .license-key-identity {
font-style: italic;
position: relative;
top: -6px;
}
#license-manager .license-key-identity code {
display: inline-block;
padding:2px 5px;
font-size: 16px;
}
#license-manager .license-key-description {
font-size: 12px;
}
#license-manager .license-delete-button {
float: right;
text-decoration: none;
position: relative;
top: -7px;
left: 10px;
}
#license-manager .license-synchronization-button {
float: right;
text-decoration: none;
position: relative;
top: -7px;
left: 5px;
}
#license-manager .license-details-block {
padding: 28px 35px 15px 35px;
margin-left: -35px;
width: 100%;
position: relative;
margin-top: 20px;
background: #fff;
border: 0px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
color: #333;
border-radius: 5px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
#license-manager .license-details-block p + p {
margin-top: 10px;
}
#license-manager .license-details-block a {
font-weight: bold;
}
#license-manager .license-details-block.trial-details-block {
background: #ffdede;
border: 0;
box-shadow: 0 0 7px #cf4944;
color: #a04342;
text-shadow: 1px 1px 2px #fff2f2;
}
#license-manager .license-details-block.trial-details-block a {
color: #a04342;
}
#license-manager .license-details-block.paid-details-block {
border: 0;
box-shadow: 0 0 7px #b8823b;
color: #8a6d3b;
background: #fcf8e3;
}
#license-manager .license-details-block.paid-details-block a {
color: #7a4c00;
}
#license-manager .license-details-block.gift-details-block {
background: #DFF0D8;
border: 1px solid #D6E9C6;
box-shadow: 0px 0px 5px #D6E9C6;
color: #468847;
}
#license-manager .license-details-block.gift-details-block a {
color: #468847;
}
#license-manager .license-params {
margin-top: 15px;
position: relative;
left: -2px;
}
#license-manager .license-value {
display: block;
font-size: 16px;
font-weight: bold;
}
#license-manager .license-value small {
font-weight: normal;
}
#license-manager .license-value-name {
display: block;
font-size: 12px;
}
#license-manager .license-param {
white-space: nowrap;
line-height: 130%;
padding: 10px 0 10px 35px;
vertical-align: top;
}
#license-manager .license-param-domain {
padding-left: 65px;
background: url('../img/free-license-chip.png') -3px 0px no-repeat;
}
#license-manager .trial-details-block .license-param-domain {
background: url('../img/trial-license-chip.png') -3px 0px no-repeat;
}
#license-manager .paid-details-block .license-param-domain {
background: url('../img/paid-license-chip.png') -3px 0px no-repeat;
}
#license-manager .license-details-block h3 {
margin: 0px;
padding: 0px;
font-size: 22px;
margin-bottom: 10px;
}
#license-manager .license-details-block a {
color: #a04342;
}
#license-manager .license-input {
padding: 20px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
#license-manager .license-input .btn {
text-decoration: none;
}
#license-manager .license-key-wrap {
padding-right: 110px;
}
#license-key {
width: 100%;
position: relative;
font-size: 18px;
line-height: 20px;
position: relative;
top: -1px;
height: 36px;
color: #000;
}
#license-submit {
float: right;
padding: 7px 14px 6px 14px;
}
#plugin-update-block {
padding-top: 10px;
font-size: 10px;
color: #666;
max-width: 700px;
margin: auto;
}
#plugin-update-block a {
color: #000;
}
.purchase-premium {
float: right;
position: relative;
top: -11px;
left: 8px;
text-decoration: none;
font-weight: bold;
background: #fffaea;
padding: 0px;
border-radius: 4px;
outline: none;
margin-top: 4px;
box-shadow: 0 0 8px #fddf67;
}
.purchase-premium .fa {
position: relative;
margin-right: 3px;
margin-left: 3px;
}
/*
* Manual Trial Activation
*/
#trial-manual .onp-container {
padding: 20px;
overflow: hidden;
}
#trial-manual ul {
margin: 0px;
padding: 0px;
margin-top: 10px;
}
#trial-manual ul li {
margin-bottom: 10px;
}
#trial-manual .license-reponse-code {
width: 100%;
height: 150px;
margin-top: 5px;
}
/*
* Manual Key Activation
*/
#activate-key-manual .onp-container {
padding: 20px;
overflow: hidden;
}
#activate-key-manual ul {
margin: 0px;
padding: 0px;
margin-top: 10px;
}
#activate-key-manual ul li {
margin-bottom: 10px;
}
#activate-key-manual .license-reponse-code {
width: 100%;
height: 150px;
margin-top: 5px;
}
/**
* FAQ
*/
#faq-block {
border-top: 1px solid #d7d7d7;
margin-top: 20px;
width: 100%;
padding: 10px 20px;
position: relative;
}
#faq-block .faq-header {
border-bottom: 1px dotted #333;
display: inline-block;
cursor: pointer;
font-weight: bold;
line-height: 16px;
font-size: 13px;
color: #333;
}
#faq-block .faq-header:hover {
border-bottom: 0px;
}
#faq-block .faq-header:focus, #faq-block .faq-header:active {
outline: 0;
}
#faq-block li > div {
display: none;
}
#faq-block p {
margin: 6px 0 10px 0;
font-size: 13px;
line-height: 170%;
}
#open-faq {
color: #000 !important;
text-decoration: none;
border-bottom: 1px dotted #000;
margin-left: 4px;
}
#open-faq:hover {
border-bottom: 0px;
}
.gray-link, .gray-link a {
color: #666666 !important;
}
/**
* A form to create a customer account
*/
.onp-single-block .onp-header {
text-align: center;
padding: 10px;
}
.onp-single-block .onp-header h4 {
font-size: 26px;
line-height: 130%;
}
.onp-single-block .onp-container {
padding: 50px 60px;
border: 1px solid #bbb;
position: relative;
}
.onp-single-block .onp-container .onp-container-header {
margin-bottom: 20px;
}
.onp-single-block .onp-container .onp-container-header h4 {
color: #000;
margin: 0px;
font-size: 20px;
}
.onp-single-block .onp-container .onp-container-header .onp-key-info {
color: #666;
}
.onp-single-block .onp-container .onp-container-header .onp-key-info .fa {
color: #777;
}
.onp-single-block .onp-container .onp-container-header .onp-icon {
position: absolute;
top: 30px;
right: 30px;
}
.onp-single-block .onp-container p,
.onp-single-block .onp-container li {
color: #333;
font-size: 14px;
}
.onp-single-block .onp-container p + p {
margin-top: 15px;
}
.onp-single-block .onp-container .onp-form {
text-align: left;
padding: 10px 0 0 0;
}
.onp-single-block #email {
font-size: 26px;
line-height: 26px;
height: 50px;
}
.onp-single-block .checkbox {
padding-left: 25px;
color: #999;
font-style: italic;
}
.onp-single-block .checkbox input {
margin-left: -25px;
}
.onp-single-block .onp-actions {
padding-top: 20px;
}
.onp-single-block .onp-actions .btn-primary {
margin-right: 15px;
}
.onp-single-block .onp-actions a.onp-cancel {
text-decoration: none;
color: #111;
}
.onp-single-block .onp-actions a.onp-cancel:hover {
text-decoration: none;
border-bottom: 1px solid #111;
background-color: #f9f9f9;
}
.onp-single-block .onp-benefits {
padding-left: 25px;
margin-top: 15px;
list-style: initial;
}
.onp-single-block .onp-login-details {
}
.onp-single-block .onp-text-seporator {
border-top: 1px solid #eee;
margin: 30px 0;
}
#create-account .onp-container {
background: #fff url("../img/create-account-bg.png") no-repeat 370px 230px !important;
}
#account-created .onp-step {
overflow: hidden;
}
#account-created .onp-steps {
padding: 25px 0 20px 10px;
}
#account-created .onp-step + .onp-step {
margin-top: 20px;
}
#account-created .onp-step .onp-num {
font-size: 25px;
line-height: 40px;
background-color: #f5f5f5;
width: 40px;
height: 40px;
display: inline-block;
border-radius: 7px;
text-align: center;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right: 10px;
vertical-align: middle;
font-weight: bolder;
font-family: Arial, sans-serif;
}
#account-created .onp-step .onp-desc {
width: 490px;
display: inline-block;
vertical-align: middle;
line-height: 150%;
}
#finish .onp-container {
background: #fff url("../img/finish.png") no-repeat 0 -90px !important;
padding-left: 260px;
min-height: 250px;
border-bottom: 3px solid #ccc;
}
.wcl-loader {
float: right;
width: 32px;
}

View File

@@ -0,0 +1,100 @@
.wclearfy-setup__color--red > .dashicons {
color: #ff1c40;
}
.wclearfy-setup__color--green > .dashicons {
color: #1fa21f;
}
.wclearfy-setup__install-component-button {
background-color: #ff1c40 !important;
border-color: #ff1c40 !important;
color: white !important;
text-transform: uppercase !important;
border-radius: 5px !important;
padding: 10px 30px !important;
text-decoration: none !important;
}
.wclearfy-setup__install-component-button:link,
.wclearfy-setup__install-component-button:active {
text-decoration: none !important;
}
.wclearfy-setup__install-component-button:hover {
color: #f3f4ef;
}
.wbcr-clearfy-danger-message {
position: relative;
padding: 15px;
background: #ffe0de;
color: #9c6e6e;
border-radius: 3px;
}
.wclearfy-gogle-page-speed-audit__preloader {
display: block;
width: 100%;
height: 100px;
background: url("../../img/setup-preloader-124x124.gif") center no-repeat;
}
.wclearfy-gogle-page-speed-audit__errors {
display: none;
padding: 15px;
background: #fddfdf;
}
.wclearfy-score {
padding: 20px;
text-align: center;
}
.wclearfy-desktop-score,
.wclearfy-mobile-score {
display: inline-block;
width: 150px;
padding-left: 20px;
padding-right: 20px;
}
.wclearfy-score-circle {
position: relative;
margin: 0 auto;
}
.wclearfy-status-circle-text {
position: absolute;
left: 50%;
top: 50%;
padding: 0;
margin: 0;
transform: translate(-50%, -50%);
color: #aaa;
font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1.3125rem;
font-weight: 300;
line-height: 1.5;
}
.wclearfy-score-circle .wclearfy-status-overlay-text {
position: absolute;
left: 50%;
top: 50%;
padding: 0;
margin: 0;
width: 200%;
text-align: center;
transform: translate(-50%, -50%);
font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.875rem;
font-weight: normal;
line-height: 1.3125;
opacity: 0;
color: #777;
}
.wclearfy-statistic {
padding: 10px;
font-family: Roboto, Helvetica, Arial, sans-serif;
font-size: 14px;
}
.wclearfy-statistic .wclearfy-statistic__line {
border-bottom: 1px solid #ebebeb;
display: flex;
justify-content: space-between;
padding: 8px;
}
.wclearfy-statistic .wclearfy-statistic__results {
padding-right: 5px;
font-weight: bold;
}
/*# sourceMappingURL=page-setup.css.map */

View File

@@ -0,0 +1,674 @@
/**
* Styles for the Widget to be displayed in the Clearfy plugin
* @author Alex Kovalev <alex.kovalevv@gmail.com>
* @copyright Webcraftic 14.06.2019
*/
.wio-clear {
clear: both;
}
#io_folders_statistic-wbcr_clearfy-tab,
#io_nextgen_gallery_statistic-wbcr_clearfy-tab {
display: none !important;
}
.wrio-statistic-nav {
margin: 0;
background: #efefef;
}
.wrio-statistic-nav ul {
margin: 0;
}
.wrio-statistic-nav ul li {
position: relative;
display: inline-block;
margin: 0 0 0 0;
background: #ffffff;
box-shadow: 0 -2px 0 #eaeaea;
}
.wrio-statistic-nav ul li:hover {
background: #f7f7f7;
}
.wrio-statistic-nav ul li.active {
background: #f7f7f7;
border-top: 1px solid #d4d4d4;
border-left: 1px solid #d4d4d4;
border-right: 1px solid #d4d4d4;
border-bottom: 1px solid #f7f7f7;
margin-bottom: -1px;
}
.wrio-statistic-nav ul li.active a {
color: #222;
}
.wrio-statistic-nav ul li.active a .wrio-statistic-tab-percent {
border: 2px dashed #8bc34a;
color: #5e8237;
}
.wrio-statistic-nav ul li.active .dashicons,
.wrio-statistic-nav ul li.active .dashicons-before:before {
color: #ff8b66;
}
.wrio-statistic-nav ul li .wrio-statistic-tab {
display: block;
padding: 10px 20px 10px 20px;
text-decoration: none;
color: #d4d4d4;
font-size: 22px;
line-height: 2;
}
.wrio-statistic-nav ul li .wrio-statistic-tab:active,
.wrio-statistic-nav ul li .wrio-statistic-tab:focus {
background: 0;
box-shadow: none;
outline: none;
}
.wrio-statistic-nav ul li .wrio-statistic-tab .dashicons,
.wrio-statistic-nav ul li .wrio-statistic-tab .dashicons-before:before {
display: inline-block;
width: 30px;
height: 30px;
font-size: 30px;
line-height: 1.5;
margin-right: 15px;
color: #d4d4d4;
}
.wrio-statistic-nav ul li .wrio-statistic-tab .wrio-statistic-tab-percent {
display: inline-block;
width: 42px;
height: 42px;
border-radius: 100px;
border: 2px dashed #e4e4e4;
padding: 5px;
margin-left: 30px;
font-size: 14px;
font-weight: 600;
text-align: center;
color: #bdbdbd;
}
.wrio-statistic-nav ul li .wrio-statistic-tab-premium-label:after {
display: inline-block;
position: absolute;
content: 'PRO';
background: #ff5722;
border-radius: 4px;
color: #fff;
font-size: 10px;
line-height: 1;
font-style: normal;
padding: 4px 6px;
margin-left: 4px;
vertical-align: top;
top: 10px;
left: auto;
right: 10px;
z-index: 11;
}
.wrio-table {
width: 100%;
table-layout: fixed;
box-sizing: border-box;
border-spacing: 3px;
background: #fff;
border-top: 2px dashed #cac9c9;
}
.wrio-table th,
.wrio-table td {
padding: 16px 10px;
text-align: center;
}
.wrio-table th {
background: #f3f3f3;
color: #777777;
box-shadow: 0 1px 0 #d8d8d8;
}
.wrio-table th:nth-child(2n+1) {
background: #f9f9f9;
}
.wrio-table tr.wrio-error {
background-color: #ffe9e9 !important;
}
.wrio-table .wrio-table-spinner {
background: url("../img/quick-start-loader.gif") center center no-repeat;
}
.wrio-table .wrio-table-highlighter {
display: inline-block;
padding: 3px 7px;
background: #f3f3f3;
}
.wrio-table .wbcr-rio-server-success {
color: #8CC152;
}
.wrio-table .wbcr-rio-server-error {
color: #fb5d49;
}
.wrio-table .wbcr-rio-server-warning {
color: #ffb635;
}
.wrio-table.wbcr-rio-folders-table td:nth-child(3) {
text-align: left;
}
.wrio-servers {
padding: 40px 20px;
}
.wrio-servers label span {
display: block;
font-weight: normal;
font-size: 12px;
color: #b7b2b2;
}
.wrio-servers #wrio-change-optimization-server {
position: relative;
display: inline-block;
max-width: 400px;
margin-right: 15px;
margin-bottom: 0;
border: 1px solid #d2d0d0;
background: #efefef;
}
.wrio-servers .wrio-servers-info {
margin: 0 0 0;
padding: 20px;
background: #fff;
}
.wrio-servers .wrio-server-status-wrap {
display: inline-block;
margin-top: 8px;
}
.wrio-servers .wrio-server-status-wrap .wrio-server-status {
background: transparent;
color: #fff;
padding: 3px 5px;
border-radius: 4px;
}
.wrio-servers .wrio-server-status-wrap .wrio-server-status.wrio-down {
background: #ff5722;
}
.wrio-servers .wrio-server-status-wrap .wrio-server-status.wrio-stable {
background: #8bc34a;
}
.wrio-servers .wrio-server-status-wrap .wrio-server-status.wrio-server-check-proccess {
display: inline-block;
height: 10px;
width: 30px;
background: url("../img/quick-start-loader.gif") center no-repeat;
}
.wrio-servers .wrio-premium-user-balance-wrap {
display: inline-block;
margin-top: 8px;
margin-left: 10px;
}
.wrio-servers .wrio-premium-user-balance-wrap .wrio-premium-user-balance {
color: #fff;
padding: 3px 5px;
border-radius: 4px;
background: #ffc107;
}
.wrio-servers .wrio-premium-user-balance-wrap .wrio-premium-user-balance-check-proccess {
display: inline-block;
height: 10px;
width: 30px;
background: url("../img/quick-start-loader.gif") center no-repeat;
}
.wio-columns {
overflow: hidden;
padding: 15px 0;
counter-reset: cols;
}
.wio-columns [class^="col-"] {
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wio-columns .col-1-3 {
width: 33.333%;
padding-left: 28px;
}
.wio-columns .col-2-3 {
width: 66.666%;
padding-left: 28px;
}
.wio-columns .col-1-2 {
width: 50%;
padding: 0 20px;
}
.wio-columns .col-statistics.col-statistics {
width: 60%;
}
.wio-columns .col-chart.col-chart {
width: 40%;
position: relative;
padding: 20px;
font-size: 12px;
text-transform: uppercase;
background: #f1f1f1b3;
color: #abacaf;
font-weight: bold;
border-radius: 5px;
margin-top: 10px;
text-align: left;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.wio-col {
float: left;
width: 50%;
box-sizing: border-box;
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.wio-col {
padding-right: 20px;
}
.wio-col + .wio-col {
padding-right: 0;
padding-left: 50px;
}
.wio-col:target {
animation: wiohello 1s 3 linear backwards;
}
.wio-number-you-optimized {
margin-bottom: 1.35em;
overflow: hidden;
}
.wio-number-you-optimized #wio-total-optimized-attachments-pct {
color: #828282;
}
.wio-number-you-optimized .wio-number {
display: table-cell;
padding-right: 15px;
font-size: 48px;
font-weight: bold;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
color: #828282;
}
.wio-number-you-optimized .wio-text {
display: table-cell;
vertical-align: middle;
overflow: hidden;
font-size: 12px;
color: #828282;
}
.wio-number-you-optimized > p {
display: table;
}
.wio-bars {
padding-right: 15px;
}
.wio-bars p {
font-size: 12px;
margin-bottom: 5px;
}
.wio-bars + .wio-number-you-optimized {
border-bottom: 0;
padding-top: 0.85em;
}
.wio-bars + .wio-number-you-optimized p {
color: #72a53b;
}
.wio-bar-negative .wio-progress {
background: #D2D3D6;
}
.wio-bar-negative .wio-barnb {
color: #9d9fa5;
}
.wio-progress {
height: 8px;
transition: width 0.3s;
/*.wio-bar-negative {
width: 92% !important;
}*/
}
.wio-bar-positive .wio-progress {
background: #8CC152;
}
.wio-bar-positive .wio-barnb {
color: #72a53b;
}
.wio-bar-primary .wio-progress {
background: #8CC152;
}
.wio-bar-primary .wio-barnb {
color: #72a53b;
}
.wio-right-outside-number .wio-barnb {
display: block;
margin-right: -5.25em;
text-align: right;
font-weight: bold;
line-height: 0.8;
}
/* Doughnut */
.wio-chart {
position: relative;
top: 1px;
display: inline-block;
vertical-align: middle;
}
.wio-chart-container {
position: relative;
display: inline-block;
margin-right: 5px;
}
.wio-chart-container canvas {
display: block;
}
.wio-overview-chart-container {
float: left;
margin-right: 20px;
}
.wio-chart-percent {
position: absolute;
left: 0;
right: 0;
top: 50%;
margin-top: -0.5em;
line-height: 0.8;
text-align: center;
font-size: 54px;
font-weight: bold;
color: #afafaf;
}
.wio-chart-percent span {
font-size: 20px;
vertical-align: super;
}
#wio-overview-chart-legend {
overflow: hidden;
}
.wio-doughnut-legend li {
display: inline-block;
position: relative;
margin-bottom: 15px;
border-radius: 5px;
padding: 3px 8px 2px 31px;
font-size: 9px;
cursor: default;
-webkit-transition: background-color 200ms ease-in-out;
-moz-transition: background-color 200ms ease-in-out;
-o-transition: background-color 200ms ease-in-out;
transition: background-color 200ms ease-in-out;
}
.wio-doughnut-legend li span {
display: block;
position: absolute;
left: 0;
top: 0;
width: 25px;
height: 25px;
border-radius: 50%;
}
.wio-optimize-button {
min-width: 180px;
padding: 12px 30px;
background: #c9deb2;
color: #586549;
border: 0;
box-shadow: none;
font-size: 14px;
text-transform: uppercase !important;
font-weight: bold;
border-radius: 4px;
outline: none;
}
.wio-optimize-button:active {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
}
.wio-optimize-button:disabled {
background: #e2edd6;
color: #a5b295;
}
.wio-optimize-button.wio-running {
color: #a57b3c;
background: #fdd599 url("../img/Spinner-1s-33px.gif") 10px center no-repeat;
padding-left: 50px;
}
.wio-global-optim-phrase {
width: 180px;
padding-top: 20px;
font-size: 14px;
text-align: center;
}
.wio-total-percent {
color: #587f2e;
}
#wio-start-msg-top,
#wio-start-msg-right,
#wio-start-msg-complete {
display: none;
}
.wio-text-left {
text-align: left;
}
span.wio-num {
display: inline !important;
position: inherit !important;
}
.wio-image-optimize-board {
padding-bottom: 0 !important;
}
.wio-page-statistic {
padding-left: 40px;
}
.wio-page-statistic .wio-chart-percent {
margin-top: -1.1em;
}
.wrio-optimization-progress {
background: none;
padding: 0;
/*button {
padding: 5px 10px;
border: 0;
font-size: 11px;
text-transform: uppercase !important;
font-weight: bold;
border-radius: 4px;
outline: none;
background: @greyButtonBg;
color: @greyButtonColor;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
&:active {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
}
&.wbcr-rio-loading {
width: 56px;
font-size: 0;
background: @greyButtonBg url("../img/quick-start-loader.gif") center no-repeat;
}
&.wbcr-rio-selected {
background: #f3efe2;
color: #d8d8d8;
&:active {
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
}
}*/
}
.wrio-optimization-progress h4 {
font-size: 15px;
font-weight: 700;
}
.wrio-optimization-progress .wbcr-rio-warning-message {
padding: 20px;
background: #efefef;
font-size: 15px;
color: #b7b7b7;
font-style: italic;
}
.wio-widget {
padding: 0 !important;
}
.wio-widget .wio-chart-percent {
font-size: 44px;
line-height: 1;
}
.wio-widget .wio-bars {
width: 60%;
margin-left: 155px;
}
.wio-widget .col-chart.col-chart {
width: 100%;
}
.wio-widget .col-controls {
width: 45%;
padding-left: 5px;
padding-top: 110px;
}
.wio-widget .wio-doughnut-legend {
/*padding-top:30px;*/
text-align: left;
}
.wio-widget .wio-widget-bottom {
display: table;
padding-top: 20px !important;
width: 100%;
text-align: right;
}
.wio-widget .wio-widget-bottom li {
display: table-cell;
}
.wio-widget .wio-widget-bottom li:first-child {
text-align: left;
}
.factory-checkbox.wrio-checkbox-premium-label:after {
display: inline-block;
position: relative;
content: 'PRO';
background: #ff5722;
border-radius: 4px;
color: #fff;
font-size: 10px;
line-height: 1;
font-style: normal;
padding: 4px 6px;
margin-left: 4px;
vertical-align: top;
top: -8px;
left: -10px;
right: auto;
z-index: 11;
}
.factory-checkbox-disabled input,
.factory-checkbox-disabled button {
pointer-events: none;
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
#wrio-webp-options h3,
#wrio-error-log-options h3 {
font-size: 14px;
margin: 0 0 10px 0;
font-weight: 600;
color: #565656;
}
#wrio-webp-options .wrio-webp-options-info,
#wrio-error-log-options .wrio-webp-options-info {
color: #8a8787;
font-size: 12px;
}
#wrio-webp-options ul,
#wrio-error-log-options ul {
padding-left: 0;
}
#wrio-webp-options ul li:after,
#wrio-error-log-options ul li:after {
content: '';
display: block;
clear: both;
}
#wrio-webp-options ul li label,
#wrio-error-log-options ul li label {
font-weight: 600;
}
#wrio-webp-options ul li .wrio-webp-options-radio,
#wrio-error-log-options ul li .wrio-webp-options-radio,
#wrio-webp-options ul li .wrio-error-log-options-checkbox,
#wrio-error-log-options ul li .wrio-error-log-options-checkbox {
display: block;
float: left;
margin-top: 2px;
margin-right: 8px;
}
#wrio-webp-options ul li .wrio-webp-options-radio:focus,
#wrio-error-log-options ul li .wrio-webp-options-radio:focus,
#wrio-webp-options ul li .wrio-error-log-options-checkbox:focus,
#wrio-error-log-options ul li .wrio-error-log-options-checkbox:focus {
outline: none;
box-shadow: none;
}
#wrio-webp-options ul li .wrio-webp-options-info,
#wrio-error-log-options ul li .wrio-webp-options-info,
#wrio-webp-options ul li .wrio-error-log-options-info,
#wrio-error-log-options ul li .wrio-error-log-options-info {
padding-left: 25px;
}
@media (max-width: 830px) {
.wio [class^="col-"] {
float: none;
margin-bottom: 1.5em;
}
.wio .col-1-3,
.wio .col-1-2 {
width: auto;
padding: 0 28px;
clear: both;
padding-top: 1em;
}
}
@keyframes wiohello {
0%,
100% {
background: #FFF;
}
50% {
background: #F4F7F9;
}
}
@media (max-width: 1520px) and (min-width: 1381px), (max-width: 1086px) {
.wio-columns .col-statistics.col-statistics,
.wio-columns .col-chart.col-chart {
width: 50%;
}
}
@media (max-width: 808px) {
.wio-columns .col-statistics.col-statistics,
.wio-columns .col-chart.col-chart {
width: auto;
float: none;
padding: 0;
}
.wio-columns .col-chart.col-chart {
margin-top: 3em;
}
}
/*@media (max-width: 1380px) and (min-width: 1246px), (max-width: 380px) {
.wio-overview-chart-container {
float: none;
margin-right: 0;
}
}
@media (max-width: 1380px) and (min-width: 1246px), (max-width: 380px) {
.wio-overview-chart-container {
float: none;
margin-right: 0;
}
.wio-doughnut-legend {
margin-top: 18px;
}
.wio-global-optim-phrase {
padding-top: 0;
width: auto;
}
}*/
/*# sourceMappingURL=step-optimize-images.css.map */