update plugins
This commit is contained in:
199
wp/wp-content/plugins/imagify/assets/css/admin-bar.css
Normal file
199
wp/wp-content/plugins/imagify/assets/css/admin-bar.css
Normal file
@@ -0,0 +1,199 @@
|
||||
.imagify-account,
|
||||
.imagify-account-link {
|
||||
padding-right: 15px;
|
||||
}
|
||||
.imagify-meteo-icon {
|
||||
display: inline-block;
|
||||
height: 38px;
|
||||
vertical-align: middle;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.imagify-user-plan {
|
||||
color: #40b1d0;
|
||||
}
|
||||
.imagify-meteo-title.imagify-meteo-title {
|
||||
color: #FFF;
|
||||
font-size: 17px;
|
||||
}
|
||||
.imagify-space-left > p {
|
||||
color: #FFF;
|
||||
}
|
||||
#wp-admin-bar-imagify-profile [class^="imagify-bar-"] {
|
||||
position: relative;
|
||||
height: 1.5em;
|
||||
width: 100%;
|
||||
background: #60758D;
|
||||
color: #FFF;
|
||||
font-size: 10px;
|
||||
}
|
||||
#wp-admin-bar-imagify-profile .imagify-progress {
|
||||
height: 1.5em;
|
||||
font-size: 1em;
|
||||
}
|
||||
.imagify-progress {
|
||||
transition: width .3s;
|
||||
}
|
||||
.imagify-bar-positive .imagify-progress {
|
||||
background: #8CC152;
|
||||
}
|
||||
.imagify-bar-positive .imagify-barnb {
|
||||
color: #8CC152;
|
||||
}
|
||||
.imagify-bar-negative .imagify-progress {
|
||||
background: #73818C;
|
||||
}
|
||||
.imagify-bar-negative .imagify-barnb {
|
||||
color: #73818C;
|
||||
}
|
||||
.imagify-bar-neutral .imagify-progress {
|
||||
background: #F5A623;
|
||||
}
|
||||
.imagify-space-left .imagify-bar-negative .imagify-progress {
|
||||
background: #D0021B;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-imagify-profile * {
|
||||
line-height: 1.5;
|
||||
white-space: initial;
|
||||
}
|
||||
#wpadminbar #wp-admin-bar-imagify .ab-submenu {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
#wpadminbar #wp-admin-bar-imagify-profile .ab-item {
|
||||
height: auto;
|
||||
padding: 0 13px;
|
||||
}
|
||||
#wpadminbar #wp-admin-bar-imagify-profile {
|
||||
min-width: 200px;
|
||||
padding: 15px 0 10px;
|
||||
margin-top: 0.7em;
|
||||
background: #222;
|
||||
}
|
||||
#wp-admin-bar-imagify .dashicons {
|
||||
font-family: "dashicons";
|
||||
font-size: 18px;
|
||||
vertical-align: middle;
|
||||
margin: 0 5px 0 0;
|
||||
}
|
||||
#wp-admin-bar-imagify .button-text {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#wp-admin-bar-imagify .imagify-abq-row {
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
#wp-admin-bar-imagify .imagify-abq-row + .imagify-abq-row {
|
||||
margin-top: .75em;
|
||||
}
|
||||
#wp-admin-bar-imagify .imagify-abq-row > * {
|
||||
display: table-cell;
|
||||
}
|
||||
#wp-admin-bar-imagify-profile .imagify-meteo-icon {
|
||||
padding-right: 7px;
|
||||
}
|
||||
#wp-admin-bar-imagify-profile .imagify-meteo-icon img {
|
||||
width: 37px;
|
||||
}
|
||||
#wp-admin-bar-imagify-profile .imagify-meteo-title {
|
||||
font-size: 17px;
|
||||
}
|
||||
#wp-admin-bar-imagify-profile .imagify-meteo-subs {
|
||||
color: #72889F;
|
||||
}
|
||||
#wpadminbar #wp-admin-bar-imagify-profile strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
#wpadminbar #wp-admin-bar-imagify-profile .imagify-user-plan,
|
||||
#wpadminbar #wp-admin-bar-imagify-profile a {
|
||||
padding: 0;
|
||||
color: #40B1D0;
|
||||
}
|
||||
#wpadminbar #wp-admin-bar-imagify-profile .imagify-account-link {
|
||||
display: table;
|
||||
}
|
||||
#wpadminbar #wp-admin-bar-imagify-profile .imagify-account-link > * {
|
||||
display: table-cell;
|
||||
}
|
||||
#wpadminbar #wp-admin-bar-imagify-profile .imagify-space-left {
|
||||
max-width: 210px;
|
||||
min-width: 210px;
|
||||
width: 210px;
|
||||
}
|
||||
#wpadminbar #wp-admin-bar-imagify-profile .imagify-space-left p {
|
||||
font-size: 12px;
|
||||
}
|
||||
#wp-admin-bar-imagify-profile .imagify-error,
|
||||
#wp-admin-bar-imagify-profile .imagify-warning {
|
||||
padding: 10px;
|
||||
margin: 0 -13px -13px;
|
||||
}
|
||||
#wp-admin-bar-imagify-profile .imagify-error p + p,
|
||||
#wp-admin-bar-imagify-profile .imagify-warning p + p {
|
||||
margin-top: .5em;
|
||||
}
|
||||
#wp-admin-bar-imagify-profile .imagify-error p + p + p,
|
||||
#wp-admin-bar-imagify-profile .imagify-warning p + p + p {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-imagify-profile .imagify-btn-ghost {
|
||||
display: inline-block;
|
||||
height: auto;
|
||||
padding: 7px 10px;
|
||||
border: 1px solid #FFF;
|
||||
text-align: center;
|
||||
background: transparent;
|
||||
color: #FFF;
|
||||
border-radius: 3px;
|
||||
transition: all .275s;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-imagify-profile .imagify-btn-ghost:hover,
|
||||
#wpadminbar #wp-admin-bar-imagify-profile .imagify-btn-ghost:focus {
|
||||
background: #FFF;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
#wpadminbar .imagify-warning * {
|
||||
background: #f5a623;
|
||||
color: #FFF;
|
||||
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
|
||||
#wp-admin-bar-imagify-profile .imagify-upsell-admin-bar {
|
||||
position:relative ;
|
||||
background: #c51161;
|
||||
margin: 10px -13px -10px -13px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
#wp-admin-bar-imagify-profile .imagify-upsell-admin-bar p {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#wp-admin-bar-imagify-profile a.imagify-upsell-admin-bar-button {
|
||||
display: block;
|
||||
height: auto !important;
|
||||
border: 1px solid #fff;
|
||||
border-radius: 5px;
|
||||
color: #fff !important;
|
||||
padding: 5px 10px !important;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-imagify-profile a.imagify-upsell-dismiss {
|
||||
display: inline !important;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-imagify-profile .imagify-upsell-dismiss::before {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right: 10px;
|
||||
content: "\2715";
|
||||
color: #fff;
|
||||
}
|
||||
1
wp/wp-content/plugins/imagify/assets/css/admin-bar.min.css
vendored
Normal file
1
wp/wp-content/plugins/imagify/assets/css/admin-bar.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.imagify-account,.imagify-account-link{padding-right:15px}.imagify-meteo-icon{display:inline-block;height:38px;vertical-align:middle;margin-right:10px}.imagify-user-plan{color:#40b1d0}.imagify-meteo-title.imagify-meteo-title{color:#fff;font-size:17px}.imagify-space-left>p{color:#fff}#wp-admin-bar-imagify-profile [class^=imagify-bar-]{position:relative;height:1.5em;width:100%;background:#60758d;color:#fff;font-size:10px}#wp-admin-bar-imagify-profile .imagify-progress{height:1.5em;font-size:1em}.imagify-progress{-webkit-transition:width .3s;-o-transition:width .3s;transition:width .3s}.imagify-bar-positive .imagify-progress{background:#8cc152}.imagify-bar-positive .imagify-barnb{color:#8cc152}.imagify-bar-negative .imagify-progress{background:#73818c}.imagify-bar-negative .imagify-barnb{color:#73818c}.imagify-bar-neutral .imagify-progress{background:#f5a623}.imagify-space-left .imagify-bar-negative .imagify-progress{background:#d0021b}#wpadminbar #wp-admin-bar-imagify-profile *{line-height:1.5;white-space:initial}#wpadminbar #wp-admin-bar-imagify .ab-submenu{padding-bottom:0}#wpadminbar #wp-admin-bar-imagify-profile .ab-item{height:auto;padding:0 13px}#wpadminbar #wp-admin-bar-imagify-profile{min-width:200px;padding:15px 0 10px;margin-top:.7em;background:#222}#wp-admin-bar-imagify .dashicons{font-family:dashicons;font-size:18px;vertical-align:middle;margin:0 5px 0 0}#wp-admin-bar-imagify .button-text{display:inline-block;vertical-align:middle}#wp-admin-bar-imagify .imagify-abq-row{display:table;width:100%}#wp-admin-bar-imagify .imagify-abq-row+.imagify-abq-row{margin-top:.75em}#wp-admin-bar-imagify .imagify-abq-row>*{display:table-cell}#wp-admin-bar-imagify-profile .imagify-meteo-icon{padding-right:7px}#wp-admin-bar-imagify-profile .imagify-meteo-icon img{width:37px}#wp-admin-bar-imagify-profile .imagify-meteo-title{font-size:17px}#wp-admin-bar-imagify-profile .imagify-meteo-subs{color:#72889f}#wpadminbar #wp-admin-bar-imagify-profile strong{font-weight:700}#wpadminbar #wp-admin-bar-imagify-profile .imagify-user-plan,#wpadminbar #wp-admin-bar-imagify-profile a{padding:0;color:#40b1d0}#wpadminbar #wp-admin-bar-imagify-profile .imagify-account-link{display:table}#wpadminbar #wp-admin-bar-imagify-profile .imagify-account-link>*{display:table-cell}#wpadminbar #wp-admin-bar-imagify-profile .imagify-space-left{max-width:210px;min-width:210px;width:210px}#wpadminbar #wp-admin-bar-imagify-profile .imagify-space-left p{font-size:12px}#wp-admin-bar-imagify-profile .imagify-error,#wp-admin-bar-imagify-profile .imagify-warning{padding:10px;margin:0 -13px -13px}#wp-admin-bar-imagify-profile .imagify-error p+p,#wp-admin-bar-imagify-profile .imagify-warning p+p{margin-top:.5em}#wp-admin-bar-imagify-profile .imagify-error p+p+p,#wp-admin-bar-imagify-profile .imagify-warning p+p+p{margin-top:1em}#wpadminbar #wp-admin-bar-imagify-profile .imagify-btn-ghost{display:inline-block;height:auto;padding:7px 10px;border:1px solid #fff;text-align:center;background:0 0;color:#fff;border-radius:3px;-webkit-transition:all .275s;-o-transition:all .275s;transition:all .275s}#wpadminbar #wp-admin-bar-imagify-profile .imagify-btn-ghost:focus,#wpadminbar #wp-admin-bar-imagify-profile .imagify-btn-ghost:hover{background:#fff;color:#888}#wpadminbar .imagify-warning *{background:#f5a623;color:#fff;text-shadow:0 0 2px rgba(0,0,0,.2)}#wp-admin-bar-imagify-profile .imagify-upsell-admin-bar{position:relative;background:#c51161;margin:10px -13px -10px -13px;padding:20px}#wp-admin-bar-imagify-profile .imagify-upsell-admin-bar p{color:#fff}#wp-admin-bar-imagify-profile a.imagify-upsell-admin-bar-button{display:block;height:auto!important;border:1px solid #fff;border-radius:5px;color:#fff!important;padding:5px 10px!important;text-align:center;text-decoration:none;margin-top:10px}#wpadminbar #wp-admin-bar-imagify-profile a.imagify-upsell-dismiss{display:inline!important;height:auto!important}#wpadminbar #wp-admin-bar-imagify-profile .imagify-upsell-dismiss::before{position:absolute;top:5px;right:10px;content:"\2715";color:#fff}
|
||||
1597
wp/wp-content/plugins/imagify/assets/css/admin.css
Normal file
1597
wp/wp-content/plugins/imagify/assets/css/admin.css
Normal file
File diff suppressed because it is too large
Load Diff
1
wp/wp-content/plugins/imagify/assets/css/admin.min.css
vendored
Normal file
1
wp/wp-content/plugins/imagify/assets/css/admin.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1306
wp/wp-content/plugins/imagify/assets/css/bulk.css
Normal file
1306
wp/wp-content/plugins/imagify/assets/css/bulk.css
Normal file
File diff suppressed because it is too large
Load Diff
1
wp/wp-content/plugins/imagify/assets/css/bulk.min.css
vendored
Normal file
1
wp/wp-content/plugins/imagify/assets/css/bulk.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
171
wp/wp-content/plugins/imagify/assets/css/files-list.css
Normal file
171
wp/wp-content/plugins/imagify/assets/css/files-list.css
Normal file
@@ -0,0 +1,171 @@
|
||||
/* Filter block */
|
||||
.imagify-files-list .wp-filter {
|
||||
padding: 0 20px 15px;
|
||||
}
|
||||
.imagify-files-list .filter-items select {
|
||||
height: auto;
|
||||
padding: 2px 20px 3px 6px;
|
||||
margin: 15px 12px 0 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
.imagify-files-list .filter-items .button {
|
||||
height: auto;
|
||||
padding: 2px 12px 3px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
@media screen and (max-width: 782px) {
|
||||
.imagify-files-list .filter-items .button {
|
||||
margin-bottom: 0;
|
||||
line-height: 2.15384615;
|
||||
padding: 0 12px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Empty table */
|
||||
.imagify-files-list .no-items td {
|
||||
padding: 35px;
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
}
|
||||
.imagify-files-list .no-items td a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Th sortable */
|
||||
.imagify-files-list .sortable a {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/* Global links */
|
||||
.imagify-files-list a {
|
||||
color: #3694AE;
|
||||
}
|
||||
|
||||
/* Global TDs */
|
||||
.imagify-files-list tbody td,
|
||||
.imagify-files-list tbody th,
|
||||
.imagify-files-list.imagify-files-list tbody .check-column {
|
||||
vertical-align: middle;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
color: #626E7B;
|
||||
}
|
||||
|
||||
/* Col Title */
|
||||
.imagify-files-list .column-title strong {
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
}
|
||||
.imagify-files-list .column-title strong a {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
font-weight: normal;
|
||||
}
|
||||
.imagify-files-list .filename {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.imagify-files-list .media-icon {
|
||||
position: relative;
|
||||
width: 60px;
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.media-icon .centered {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
transform: translate( 50%, 50% );
|
||||
}
|
||||
.media-icon .centered img {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
transform: translate( -50%, -50% );
|
||||
}
|
||||
table.media .column-title .media-icon.landscape img {
|
||||
max-width: none;
|
||||
width: auto;
|
||||
height: 60px;
|
||||
}
|
||||
table.media .column-title .media-icon.portrait img {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
/* Optimization datas Col */
|
||||
.imagify-files-list ul.imagify-datas-list {
|
||||
font-size: 11px;
|
||||
}
|
||||
.imagify-files-list ul.imagify-datas-list .big {
|
||||
font-size: 13px;
|
||||
}
|
||||
.imagify-files-list ul.imagify-datas-list span.imagify-chart-value {
|
||||
font-size: 12px;
|
||||
}
|
||||
.imagify-files-list ul.imagify-datas-list .imagify-chart-container {
|
||||
margin-right: 2px;
|
||||
}
|
||||
.imagify-files-list ul.imagify-datas-list canvas {
|
||||
width: 18px!important;
|
||||
height: 18px!important;
|
||||
}
|
||||
|
||||
/* Optimization Level Col */
|
||||
.imagify-files-list .optimization_level {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.02em;
|
||||
}
|
||||
.imagify-files-list .column-optimization_level,
|
||||
.imagify-files-list .column-optimization_level a {
|
||||
text-align: center;
|
||||
}
|
||||
.imagify-files-list .column-optimization_level a span {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.imagify-files-list .column-optimization_level .sorting-indicator {
|
||||
vertical-align: -10px;
|
||||
}
|
||||
|
||||
/* Actions col */
|
||||
.imagify-files-list .column-actions .button,
|
||||
.imagify-files-list .column-actions .button-primary {
|
||||
padding: 5px 20px;
|
||||
font-size: 14px;
|
||||
height: auto;
|
||||
}
|
||||
.imagify-files-list .column-actions .button-primary {
|
||||
background: #3694AE;
|
||||
color: #FFF;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
}
|
||||
.imagify-files-list .column-actions a,
|
||||
.status a.button-imagify-refresh-status {
|
||||
display: inline-block;
|
||||
margin: .3em 0;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.imagify-files-list .imagify-status-already_optimized {
|
||||
font-weight: bold;
|
||||
color: #8BC34A;
|
||||
}
|
||||
.imagify-files-list .column-actions a .dashicons,
|
||||
.imagify-files-list .column-actions a .dashicons:before,
|
||||
.status a.button-imagify-refresh-status .dashicons,
|
||||
.status a.button-imagify-refresh-status .dashicons:before {
|
||||
margin-right: 2px;
|
||||
font-size: 17px;
|
||||
height: 17px;
|
||||
width: 17px;
|
||||
}
|
||||
1
wp/wp-content/plugins/imagify/assets/css/files-list.min.css
vendored
Normal file
1
wp/wp-content/plugins/imagify/assets/css/files-list.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.imagify-files-list .wp-filter{padding:0 20px 15px}.imagify-files-list .filter-items select{height:auto;padding:2px 20px 3px 6px;margin:15px 12px 0 0;max-width:100%}.imagify-files-list .filter-items .button{height:auto;padding:2px 12px 3px;margin-top:15px}@media screen and (max-width:782px){.imagify-files-list .filter-items .button{margin-bottom:0;line-height:2.15384615;padding:0 12px}}.imagify-files-list .no-items td{padding:35px;text-align:center;font-size:18px}.imagify-files-list .no-items td a{text-decoration:underline}.imagify-files-list .sortable a{color:#000}.imagify-files-list a{color:#3694ae}.imagify-files-list tbody td,.imagify-files-list tbody th,.imagify-files-list.imagify-files-list tbody .check-column{vertical-align:middle;padding-top:20px;padding-bottom:20px;color:#626e7b}.imagify-files-list .column-title strong{font-weight:400;font-size:14px}.imagify-files-list .column-title strong a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;word-break:break-all;word-wrap:break-word;font-weight:400}.imagify-files-list .filename{font-size:12px;font-weight:700}.imagify-files-list .media-icon{position:relative;width:60px;overflow:hidden;-ms-flex-negative:0;flex-shrink:0}.media-icon .centered{position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:translate(50%,50%);-ms-transform:translate(50%,50%);transform:translate(50%,50%)}.media-icon .centered img{position:absolute;left:0;top:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}table.media .column-title .media-icon.landscape img{max-width:none;width:auto;height:60px}table.media .column-title .media-icon.portrait img{width:60px}.imagify-files-list ul.imagify-datas-list{font-size:11px}.imagify-files-list ul.imagify-datas-list .big{font-size:13px}.imagify-files-list ul.imagify-datas-list span.imagify-chart-value{font-size:12px}.imagify-files-list ul.imagify-datas-list .imagify-chart-container{margin-right:2px}.imagify-files-list ul.imagify-datas-list canvas{width:18px!important;height:18px!important}.imagify-files-list .optimization_level{text-align:center;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.02em}.imagify-files-list .column-optimization_level,.imagify-files-list .column-optimization_level a{text-align:center}.imagify-files-list .column-optimization_level a span{float:none;display:inline-block;vertical-align:middle}.imagify-files-list .column-optimization_level .sorting-indicator{vertical-align:-10px}.imagify-files-list .column-actions .button,.imagify-files-list .column-actions .button-primary{padding:5px 20px;font-size:14px;height:auto}.imagify-files-list .column-actions .button-primary{background:#3694ae;color:#fff;border:0;-webkit-box-shadow:none;box-shadow:none;text-shadow:none}.imagify-files-list .column-actions a,.status a.button-imagify-refresh-status{display:inline-block;margin:.3em 0;font-size:12px;font-weight:700}.imagify-files-list .imagify-status-already_optimized{font-weight:700;color:#8bc34a}.imagify-files-list .column-actions a .dashicons,.imagify-files-list .column-actions a .dashicons:before,.status a.button-imagify-refresh-status .dashicons,.status a.button-imagify-refresh-status .dashicons:before{margin-right:2px;font-size:17px;height:17px;width:17px}
|
||||
376
wp/wp-content/plugins/imagify/assets/css/notices.css
Normal file
376
wp/wp-content/plugins/imagify/assets/css/notices.css
Normal file
@@ -0,0 +1,376 @@
|
||||
/* Error Notice */
|
||||
.imagify-plugins-error {
|
||||
overflow: hidden;
|
||||
padding-left: 20px;
|
||||
list-style-type: disc
|
||||
}
|
||||
|
||||
.imagify-plugins-error li {
|
||||
width: 300px;
|
||||
line-height: 30px
|
||||
}
|
||||
|
||||
@media (max-width: 570px) {
|
||||
.imagify-plugins-error li {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
/* Notice close link */
|
||||
.imagify-notice-dismiss.notice-dismiss {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Notices in Imagify related pages */
|
||||
.media_page_imagify-bulk-optimization .notice,
|
||||
body[class*="_imagify-ngg-bulk-optimization"] .notice,
|
||||
.settings_page_imagify .notice {
|
||||
margin-right: 20px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.imagify-notice .button-mini {
|
||||
padding: 2px 10px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.imagify-notice.imagify-notice {
|
||||
position: relative;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
padding: 0;
|
||||
margin: 10px 20px 10px 2px;
|
||||
border: 0 none;
|
||||
background: #4A5362;
|
||||
box-shadow: none;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
@media (max-width: 782px) {
|
||||
.imagify-notice.imagify-notice,
|
||||
.imagify-welcome {
|
||||
margin-right: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 450px) {
|
||||
.imagify-notice.imagify-notice {
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-webkit-flex-direction: column;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
.wrap .imagify-notice {
|
||||
margin: 5px 15px 2px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.imagify-notice-logo {
|
||||
padding: 18px 23px;
|
||||
background: #40B1D0;
|
||||
}
|
||||
|
||||
.imagify-notice-logo .imagify-logo {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.imagify-flex-notice-content .imagify-notice-logo {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.updated .imagify-notice-logo {
|
||||
background: #8BC34A;
|
||||
}
|
||||
|
||||
.error .imagify-notice-logo {
|
||||
background: #C51162;
|
||||
}
|
||||
|
||||
.imagify-notice-title {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.imagify-notice-content {
|
||||
padding: 5px 23px;
|
||||
}
|
||||
|
||||
.imagify-notice-content.imagify-notice-content p {
|
||||
margin: 0.65em 0;
|
||||
}
|
||||
|
||||
.imagify-flex-notice-content .imagify-notice-content {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.imagify-flex-notice-content .imagify-notice-content > * {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
.imagify-flex-notice-content .imagify-meteo-icon img {
|
||||
height: 100%;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.imagify-notice-quota [class^="imagify-bar-"] {
|
||||
background: #1F2332;
|
||||
}
|
||||
|
||||
.imagify-notice-quota .imagify-space-left p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.imagify-flex-notice-content .imagify-notice-content .imagify-notice-quota {
|
||||
padding-right: 24px;
|
||||
padding-left: 8px;
|
||||
background: #343A49;
|
||||
}
|
||||
|
||||
.imagify-notice a {
|
||||
color: #40B1D0;
|
||||
}
|
||||
|
||||
.imagify-notice a:hover,
|
||||
.imagify-notice a:focus {
|
||||
color: #FEE102;
|
||||
}
|
||||
|
||||
.imagify-notice code {
|
||||
background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
|
||||
}
|
||||
|
||||
.imagify-notice .imagify-rate-us.imagify-rate-us {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.imagify-notice .imagify-rate-us .stars {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* == Welcome section
|
||||
*/
|
||||
.imagify-welcome {
|
||||
margin: 30px 20px 0 0;
|
||||
}
|
||||
|
||||
.imagify-welcome .baseline {
|
||||
display: inline-block;
|
||||
margin: .2em 0 0 2em;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.imagify-welcome .imagify-logo {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.imagify-welcome-remove {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 15px;
|
||||
margin-top: -8px;
|
||||
color: #FFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Welcome columns */
|
||||
.imagify-columns [class^="col-"] img {
|
||||
float: left;
|
||||
margin-right: 18px;
|
||||
}
|
||||
|
||||
.imagify-col-content {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.imagify-col-title {
|
||||
margin: 0 0 15px 0;
|
||||
font-size: 23px;
|
||||
}
|
||||
|
||||
.counter .imagify-col-title:before {
|
||||
counter-increment: cols;
|
||||
content: counter(cols) ". ";
|
||||
color: #40B1D0;
|
||||
}
|
||||
|
||||
.imagify-col-desc {
|
||||
color: #5F758E;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
/* WP Rocket notice */
|
||||
.imagify-rkt-notice.imagify-rkt-notice {
|
||||
position: relative;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
-ms-flex-align: center;
|
||||
-ms-grid-row-align: center;
|
||||
align-items: center;
|
||||
padding: 10px 45px 10px 0;
|
||||
border: 0 none;
|
||||
box-shadow: none;
|
||||
color: #FFF;
|
||||
background: #1F2332;
|
||||
}
|
||||
|
||||
.media_page_imagify-bulk-optimization .imagify-rkt-notice {
|
||||
margin-left: 2px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
@media (max-width: 782px) {
|
||||
.media_page_imagify-bulk-optimization .imagify-rkt-notice {
|
||||
margin-left: 0;
|
||||
margin-right: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.imagify-rkt-notice .imagify-cross {
|
||||
position: absolute;
|
||||
right: 8px;
|
||||
top: 50%;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
padding: 0;
|
||||
margin-top: -11px;
|
||||
background: transparent;
|
||||
color: rgba(255, 255, 255, .5);
|
||||
text-decoration: none;
|
||||
border-radius: 50%;
|
||||
transition: all .275s;
|
||||
}
|
||||
|
||||
.imagify-rkt-notice .imagify-cross .dashicons {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
left: 1px;
|
||||
transition: all .275s;
|
||||
}
|
||||
|
||||
.imagify-rkt-notice .imagify-cross:hover {
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
.imagify-rkt-notice .imagify-cross:hover .dashicons {
|
||||
color: #412355;
|
||||
}
|
||||
|
||||
.imagify-rkt-notice .imagify-rkt-cta,
|
||||
.imagify-rkt-notice .imagify-rkt-logo,
|
||||
.imagify-rkt-notice .imagify-rkt-coupon {
|
||||
-webkit-flex-shrink: 0;
|
||||
-ms-flex-negative: 0;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.imagify-rkt-notice .imagify-rkt-logo {
|
||||
width: 150px !important; /* !important because of a dirtugly WP Engine code */
|
||||
text-align: center;
|
||||
padding: 0 25px 0 30px;
|
||||
line-height: 0.8;
|
||||
}
|
||||
|
||||
.imagify-rkt-notice .imagify-rkt-msg {
|
||||
width: 100% !important; /* !important because of a dirtugly WP Engine code */
|
||||
color: #FFF;
|
||||
padding: 0 15px;
|
||||
font-size: 14px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.imagify-rkt-notice .imagify-rkt-coupon {
|
||||
width: 150px !important; /* !important because of a dirtugly WP Engine code */
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
.imagify-rkt-notice .imagify-rkt-coupon-code {
|
||||
padding: 5px 10px;
|
||||
font-size: 23px;
|
||||
font-weight: bold;
|
||||
border: 1px dashed #F56640;
|
||||
color: #F56640;
|
||||
}
|
||||
|
||||
.imagify-rkt-notice .imagify-rkt-cta {
|
||||
width: 250px !important; /* !important because of a dirtugly WP Engine code */
|
||||
-webkit-box-flex: 1;
|
||||
-webkit-flex-grow: 1;
|
||||
-ms-flex-positive: 1;
|
||||
flex-grow: 1;
|
||||
-webkit-flex-basis: 200px;
|
||||
-ms-flex-preferred-size: 200px;
|
||||
flex-basis: 200px;
|
||||
}
|
||||
|
||||
.imagify-rkt-notice .button.button {
|
||||
position: relative;
|
||||
top: -1px;
|
||||
height: auto;
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
border: 0 none;
|
||||
padding: 9px 18px 9px;
|
||||
background: #F56640;
|
||||
box-shadow: none;
|
||||
text-shadow: none !important;
|
||||
}
|
||||
|
||||
@media (max-width: 880px) {
|
||||
.imagify-rkt-notice {
|
||||
-webkit-flex-wrap: wrap;
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.imagify-rkt-notice .imagify-rkt-msg,
|
||||
.imagify-rkt-notice .imagify-rkt-cta,
|
||||
.imagify-rkt-notice .imagify-rkt-logo {
|
||||
text-align: left;
|
||||
padding: 5px 15px;
|
||||
}
|
||||
|
||||
.imagify-cross.imagify-cross {
|
||||
top: 8px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.imagify-rkt-notice .imagify-cross .dashicons {
|
||||
top: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 782px) {
|
||||
.imagify-flex-notice-content .imagify-notice-content .imagify-notice-quota {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.imagify-notice-quota-btn-container{
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
.imagify-notice-quota-btn-container .imagify-button{
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.imagify-notice-bulk-complete {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 12px 0;
|
||||
}
|
||||
|
||||
.imagify-notice-bulk-complete-logo {
|
||||
padding-right: 12px;
|
||||
}
|
||||
1
wp/wp-content/plugins/imagify/assets/css/notices.min.css
vendored
Normal file
1
wp/wp-content/plugins/imagify/assets/css/notices.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
968
wp/wp-content/plugins/imagify/assets/css/options.css
Normal file
968
wp/wp-content/plugins/imagify/assets/css/options.css
Normal file
@@ -0,0 +1,968 @@
|
||||
.wrap.imagify-settings {
|
||||
margin-right: 0;
|
||||
}
|
||||
.imagify-settings.imagify-have-rocket {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
/* The field that checks the API Key */
|
||||
#imagify-check-api-container {
|
||||
display: block;
|
||||
margin-top: 6px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#imagify-check-api-container .dashicons {
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
#imagify-check-api-container .dashicons-no:before {
|
||||
color: #f06e57;
|
||||
vertical-align: -1px;
|
||||
}
|
||||
|
||||
#imagify-check-api-container .imagify-icon {
|
||||
font-size: 1.8em;
|
||||
margin-right: 3px;
|
||||
margin-left: 1px;
|
||||
color: #8BC34A;
|
||||
vertical-align: -2px;
|
||||
}
|
||||
|
||||
.imagify-account-info-col .imagify-api-line {
|
||||
padding: 22px 26px;
|
||||
background: #343A49
|
||||
}
|
||||
|
||||
.imagify-api-line label,
|
||||
p.imagify-api-key-invite-title {
|
||||
display: block;
|
||||
margin-bottom: 6px;
|
||||
font-size: 14px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.02em;
|
||||
font-weight: bold;
|
||||
color: #343A49;
|
||||
}
|
||||
.imagify-account-info-col .imagify-api-line label {
|
||||
color: #E5EBEF;
|
||||
display: inline-block;
|
||||
}
|
||||
.imagify-api-line.imagify-api-line input[type="text"] {
|
||||
width: 100%;
|
||||
padding: 6px 10px;
|
||||
border: 1px solid #40B1D0;
|
||||
font-family: "PT Mono", "Consolas", monospace;
|
||||
font-size: 14px;
|
||||
letter-spacing: 0.01em;
|
||||
font-weight: bold;
|
||||
color: #40B1D0;
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.imagify-no-api-key .imagify-api-line {
|
||||
margin: 3em 0 0 0;
|
||||
padding: 2em 0 0;
|
||||
}
|
||||
.imagify-no-api-key .imagify-api-line input[type="text"] {
|
||||
margin-top: 5px;
|
||||
width: 400px;
|
||||
max-width: 100%;
|
||||
}
|
||||
.imagify-settings .imagify-no-api-key div.submit.submit {
|
||||
border: 0;
|
||||
padding: 0 16px;
|
||||
margin-top: 0;
|
||||
background: #FFF;
|
||||
}
|
||||
.imagify-settings .imagify-no-api-key div.submit.submit p {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.imagify-options-title {
|
||||
margin: .75em 0 0 0;
|
||||
font-size: 24px;
|
||||
letter-spacing: 0.02em;
|
||||
font-weight: bold;
|
||||
color: #343A49;
|
||||
}
|
||||
|
||||
.imagify-options-subtitle {
|
||||
padding-bottom: .3em;
|
||||
margin-bottom: 20px;
|
||||
border-bottom: 1px solid #D2D3D6;
|
||||
font-size: 14px;
|
||||
letter-spacing: 0.01em;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
color: #626E7B;
|
||||
}
|
||||
|
||||
.imagify-options-subtitle a {
|
||||
font-size: 12px;
|
||||
color: #338EA6;
|
||||
text-transform: none;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
.imagify-options-subtitle .imagify-info {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.imagify-setting-line {
|
||||
border-top: 1px solid #D2D3D6;
|
||||
padding: 25px 0 13px;
|
||||
margin: 1em 0;
|
||||
}
|
||||
.imagify-options-subtitle + .imagify-setting-line {
|
||||
border-top: 0;
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
/* 3 inlined buttons + Visual comparison */
|
||||
.imagify-setting-optim-level {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.imagify-setting-optim-level > p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.imagify-setting-optim-level .imagify-info {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.imagify-setting-optim-level .imagify-error {
|
||||
margin: 10px 0 0 0;
|
||||
}
|
||||
|
||||
.imagify-setting-optim-level .imagify-error a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.imagify-setting-optim-level .imagify-inline-options {
|
||||
flex-basis: 60%;
|
||||
flex-grow: 1;
|
||||
width: auto;
|
||||
display: flex;
|
||||
background: #2E3243;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.imagify-setting-optim-level .imagify-inline-options-error {
|
||||
background: #ccc;
|
||||
}
|
||||
|
||||
.imagify-setting-optim-level .imagify-inline-options label {
|
||||
display: block !important;
|
||||
width: 100%;
|
||||
font-size: 14px !important;
|
||||
border-radius: 3px!important;
|
||||
}
|
||||
.imagify-setting-optim-level .imagify-visual-comparison-text {
|
||||
flex-basis: 40%;
|
||||
flex-shrink: 1;
|
||||
padding-left: 20px;
|
||||
margin-top: 20px;
|
||||
color: #626E7B;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.imagify-setting-optim-level.imagify-setting-optim-level .imagify-visual-comparison-btn {
|
||||
padding-top: 5px;
|
||||
margin-top: 2px;
|
||||
border-radius: 2px;
|
||||
text-transform: none;
|
||||
letter-spacing: 0;
|
||||
text-shadow: none!important;
|
||||
}
|
||||
|
||||
/* TODO: maybe remove table lines, we don't use theme anymore… */
|
||||
@media (max-width: 782px) {
|
||||
.imagify-settings .form-table th {
|
||||
padding-top: 2em;
|
||||
padding-bottom: .5em;
|
||||
}
|
||||
}
|
||||
.imagify-settings .form-table td {
|
||||
vertical-align: top;
|
||||
}
|
||||
.imagify-settings .form-table th span {
|
||||
cursor: pointer;
|
||||
}
|
||||
.imagify-middle th {
|
||||
padding-top: 35px;
|
||||
}
|
||||
|
||||
.imagify-settings div.submit.submit {
|
||||
border-top: 1px solid #D9D9D9;
|
||||
margin-top: 2em;
|
||||
padding: 18px 0 7px 30px;
|
||||
}
|
||||
.imagify-settings .hidden + div.submit.submit {
|
||||
margin-top: -1px;
|
||||
}
|
||||
.imagify-settings p.submit {
|
||||
float: left;
|
||||
margin-top: 0;
|
||||
}
|
||||
.imagify-settings p.submit .button {
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.imagify-sub-header th {
|
||||
text-align: right;
|
||||
}
|
||||
.imagify-sub-header .form-table {
|
||||
margin: 0;
|
||||
}
|
||||
.imagify-sub-header th,
|
||||
.imagify-sub-header td {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.imagify-sub-header [for="api_key"] {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
@media (max-width: 1120px) {
|
||||
.imagify-settings .imagify-logo-block {
|
||||
margin-right: 0;
|
||||
}
|
||||
.imagify-settings .imagify-rate-us.imagify-rate-us {
|
||||
margin: 1em 0 -1em;
|
||||
}
|
||||
}
|
||||
|
||||
.imagify-settings .imagify-rate-us {
|
||||
margin-right: 25px;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
/* Label & fake labels */
|
||||
label + .imagify-info,
|
||||
.imagify-visual-label {
|
||||
display: inline-block;
|
||||
width: 550px;
|
||||
max-width: calc(100% - 38px);
|
||||
margin-left: 38px;
|
||||
padding-right: 25px;
|
||||
}
|
||||
.imagify-options-line {
|
||||
-webkit-transition: opacity .3s;
|
||||
transition: opacity .3s;
|
||||
}
|
||||
label ~ .imagify-options-line {
|
||||
display: block;
|
||||
margin: 8px 0 20px 40px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.imagify-options-line + .imagify-info {
|
||||
margin-left: 38px;
|
||||
}
|
||||
label + .imagify-info {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.imagify-options-line + .imagify-info + .imagify-options-line {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.imagify-visual-label {
|
||||
vertical-align: -5px;
|
||||
}
|
||||
label[for="imagify_sizes_full"] + .imagify-info {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.imagify-settings.imagify-settings [type="checkbox"]:not(:checked) + label ~ .imagify-options-line,
|
||||
.imagify-settings.imagify-settings [type="checkbox"]:not(:checked) + label .imagify-visual-label,
|
||||
:checked + label ~ .imagify-options-line :checked + label ~ .imagify-options-line .imagify-faded {
|
||||
opacity: .5;
|
||||
}
|
||||
.imagify-settings.imagify-settings [type="checkbox"]:checked + label ~ .imagify-options-line,
|
||||
.imagify-settings.imagify-settings [type="checkbox"]:checked + label .imagify-visual-label,
|
||||
.imagify-settings.imagify-settings :not(:checked) + label ~ .imagify-options-line :not(:checked) + label ~ .imagify-options-line {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.imagify-radio-group + .imagify-options-line {
|
||||
display: block;
|
||||
margin: 0 0 0 1.7em;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.imagify-checkbox-marged {
|
||||
max-width: 500px;
|
||||
margin-left: 45px;
|
||||
}
|
||||
|
||||
.imagify-settings [type="text"],
|
||||
.imagify-settings [type="number"] {
|
||||
width: 20em;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
padding: 6px;
|
||||
margin: 0 6px;
|
||||
border: 1px solid #8BA6B4;
|
||||
box-shadow: none;
|
||||
border-radius: 2px;
|
||||
color: #338EA6;
|
||||
font-weight: bold;
|
||||
}
|
||||
.imagify-settings [type="number"] {
|
||||
width: 5em;
|
||||
}
|
||||
.imagify-settings ::-webkit-input-placeholder {
|
||||
color: #B1B1B1;
|
||||
font-weight: 400;
|
||||
}
|
||||
.imagify-settings ::-moz-placeholder {
|
||||
color: #B1B1B1;
|
||||
font-weight: 400;
|
||||
opacity: 1;
|
||||
}
|
||||
.imagify-settings :-ms-input-placeholder {
|
||||
color: #B1B1B1;
|
||||
font-weight: 400;
|
||||
}
|
||||
.imagify-settings :-moz-placeholder {
|
||||
color: #B1B1B1;
|
||||
font-weight: 400;
|
||||
opacity: 1;
|
||||
}
|
||||
.imagify-settings ::placeholder {
|
||||
color: #B1B1B1;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.imagify-menu-bar-img {
|
||||
box-sizing: border-box;
|
||||
max-width: 100%;
|
||||
width: 350px;
|
||||
height: auto;
|
||||
margin-top: 0;
|
||||
border: 1px solid #8BA6B4;
|
||||
}
|
||||
|
||||
/* Layout */
|
||||
.imagify-col.imagify-main {
|
||||
float: left;
|
||||
width: calc(100% - 320px);
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
.imagify-have-rocket .imagify-main {
|
||||
float: none;
|
||||
width: 1265px;
|
||||
max-width: 100%;
|
||||
}
|
||||
.imagify-sidebar {
|
||||
float: left;
|
||||
width: 300px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* Sidebar with Ads */
|
||||
.imagify-sidebar-section {
|
||||
border: 1px solid #BBB;
|
||||
background: #1F2332;
|
||||
}
|
||||
.imagify-sidebar-section + .imagify-sidebar-section {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
@media (max-width: 820px) {
|
||||
.imagify-settings {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
}
|
||||
.imagify-main {
|
||||
width: auto;
|
||||
float: none;
|
||||
}
|
||||
.imagify-sidebar {
|
||||
order: 2;
|
||||
float: none;
|
||||
width: auto;
|
||||
max-width: none;
|
||||
margin-left: 0;
|
||||
margin-top: 25px;
|
||||
}
|
||||
.wp-media-products {
|
||||
text-align: center;
|
||||
}
|
||||
.wp-media-products li {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
max-width: 276px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1400px) {
|
||||
.imagify-main {
|
||||
width: 74%;
|
||||
}
|
||||
}
|
||||
.imagify-sidebar-section {
|
||||
position: relative;
|
||||
padding: 10px 20px;
|
||||
text-align: center;
|
||||
color: #F2F2F2;
|
||||
}
|
||||
.imagify-sidebar-close {
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
right: 12px;
|
||||
text-decoration: none;
|
||||
}
|
||||
.imagify-sidebar-close i {
|
||||
font-size: 2em;
|
||||
color: rgba(255,255,255,.5);
|
||||
}
|
||||
p.imagify-sidebar-title {
|
||||
margin: 1.2em 0 1.5em;
|
||||
text-align: left;
|
||||
color: #F56640;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.015em;
|
||||
word-spacing: 0.015em;
|
||||
font-weight: bold;
|
||||
}
|
||||
p.imagify-sidebar-description {
|
||||
margin: 1.5em 0;
|
||||
text-align: left;
|
||||
font-weight: 500;
|
||||
color: #F2F2F2;
|
||||
}
|
||||
.imagify-sidebar-description strong {
|
||||
color: #39CE9A;
|
||||
}
|
||||
.imagify-rocket-cta-promo {
|
||||
display: block;
|
||||
padding: 8px 10px;
|
||||
margin: 1.3em 0 .5em 0;
|
||||
border: 2px dashed #F56640;
|
||||
border-radius: 3px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #F56640;
|
||||
}
|
||||
.imagify-rocket-cta-promo strong {
|
||||
color: #F2F2F2;
|
||||
}
|
||||
a.btn-rocket {
|
||||
display: block;
|
||||
font-size: 15px;
|
||||
padding: 10px 12px;
|
||||
margin: 0 0 1.5em;
|
||||
background: #F56640;
|
||||
border-radius: 3px;
|
||||
color: #F2F2F2;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
a.btn-rocket:hover,
|
||||
a.btn-rocket:focus {
|
||||
background: #AC2B15;
|
||||
}
|
||||
|
||||
.imagify-sidebar-section ul {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.imagify-sidebar-section li {
|
||||
position: relative;
|
||||
margin: 1.2em 0;
|
||||
padding-left: 25px;
|
||||
text-align: left;
|
||||
}
|
||||
.imagify-sidebar-section li:before {
|
||||
content: "✓";
|
||||
position: absolute;
|
||||
left: 0; top: 0;
|
||||
color: #39CE9A;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
/* Menu in admin bar label exception */
|
||||
label[for="imagify_admin_bar_menu"],
|
||||
label[for="imagify_partner_links"] {
|
||||
font-weight: normal !important;
|
||||
color: #626E7B !important;
|
||||
}
|
||||
|
||||
/* Select / Unselect all buttons */
|
||||
.imagify-select-all-buttons {
|
||||
margin-top: 8px;
|
||||
}
|
||||
.imagify-link-like.imagify-select-all {
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
color: #3694AE;
|
||||
}
|
||||
.imagify-select-all.imagify-is-inactive {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* Add Themes box */
|
||||
.imagify-fts-header {
|
||||
padding: 10px 16px;
|
||||
background: #343A49;
|
||||
color: #FFF;
|
||||
}
|
||||
.imagify-fts-header i {
|
||||
font-size: 1.8em;
|
||||
margin-right: 12px;
|
||||
}
|
||||
.imagify-fts-header p {
|
||||
margin: 0;
|
||||
color: #FFF;
|
||||
}
|
||||
.imagify-fts-header strong,
|
||||
#imagify-add-themes-to-custom-folder strong {
|
||||
color: #40B1D0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.imagify-fts-content {
|
||||
padding: 16px;
|
||||
background: #F4F7F9;
|
||||
border: 1px solid #CDD0D4;
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
.imagify-fts-content p {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.imagify-kindof-title {
|
||||
margin-top: 2em;
|
||||
padding: 0 0 10px 0;
|
||||
border-bottom: 1px solid #D2D3D6;
|
||||
justify-content: space-between;
|
||||
font-weight: bold;
|
||||
}
|
||||
.imagify-settings .imagify-button-mini {
|
||||
padding: 4px 13px 4px 10px;
|
||||
}
|
||||
.imagify-settings .imagify-button-mini .dashicons-plus {
|
||||
vertical-align: -7.5px;
|
||||
}
|
||||
.imagify-settings .imagify-button-mini.imagify-button-primary:hover,
|
||||
.imagify-settings .imagify-button-mini.imagify-button-primary:focus {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
p.imagify-custom-folder-line {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
padding: 12px 15px;
|
||||
color: #4A5362;
|
||||
font-weight: 500;
|
||||
transition: all .75s;
|
||||
}
|
||||
.imagify-custom-folder-line.imagify-will-remove {
|
||||
background: #C51162;
|
||||
color: #FFF;
|
||||
transform: translateX(-120px);
|
||||
opacity: 0;
|
||||
}
|
||||
.imagify-custom-folder-line:first-child {
|
||||
margin-top: -.5em;
|
||||
}
|
||||
.imagify-custom-folder-line + .imagify-custom-folder-line {
|
||||
border-top: 1px solid #E9EFF2;
|
||||
}
|
||||
|
||||
.imagify-custom-folders-remove {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 6px;
|
||||
border: 0;
|
||||
padding: 5px 10px 4px;
|
||||
box-shadow: none;
|
||||
color: #7A8996;
|
||||
border-radius: 16px;
|
||||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
background: #FFF;
|
||||
transition: all .275s;
|
||||
cursor: pointer;
|
||||
}
|
||||
.imagify-custom-folders-remove-text {
|
||||
max-width: 0;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
transform: scale(0);
|
||||
opacity: 0;
|
||||
transition: all .275s;
|
||||
}
|
||||
.imagify-custom-folders-remove:hover,
|
||||
.imagify-custom-folders-remove:focus {
|
||||
background: #D9EFF6;
|
||||
color: #225E6E;
|
||||
}
|
||||
.imagify-custom-folders-remove:hover .imagify-custom-folders-remove-text,
|
||||
.imagify-custom-folders-remove:focus .imagify-custom-folders-remove-text {
|
||||
max-width: 6em;
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Progress bar */
|
||||
.imagify-settings .progress {
|
||||
height: 8px;
|
||||
margin-top: 1em;
|
||||
background: #343A49;
|
||||
}
|
||||
.imagify-settings .bar {
|
||||
position: relative;
|
||||
width: 1px;
|
||||
height: 8px;
|
||||
background: #46B1CE;
|
||||
-webkit-transition: width .5s;
|
||||
transition: width .5s;
|
||||
}
|
||||
.imagify-settings .percent {
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
right: 0;
|
||||
padding: 0 5px;
|
||||
line-height: 1.85;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #40B1D0;
|
||||
}
|
||||
|
||||
/* Icon rotation */
|
||||
.dashicons.rotate {
|
||||
-webkit-animation: icon-rotate 2.6s infinite linear;
|
||||
animation: icon-rotate 2.6s infinite linear;
|
||||
}
|
||||
|
||||
@-webkit-keyframes icon-rotate {
|
||||
from {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
@keyframes icon-rotate {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
/* Files tree Part */
|
||||
.imagify-add-custom-folder + .imagify-loader {
|
||||
display: none;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.imagify-add-custom-folder[disabled] + .imagify-loader {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.imagify-folders-information {
|
||||
position: relative;
|
||||
margin: -5px 0 20px 0;
|
||||
padding: 10px 10px 10px 40px;
|
||||
text-align: left;
|
||||
background: #F2F2F2;
|
||||
}
|
||||
.imagify-folders-information i {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: 50%;
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
/* Tree */
|
||||
.imagify-folders-tree {
|
||||
margin: 0;
|
||||
text-align: left;
|
||||
}
|
||||
.imagify-folders-tree li {
|
||||
clear: left;
|
||||
}
|
||||
.imagify-folders-tree .imagify-folder {
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
width: 48px;
|
||||
z-index: 2;
|
||||
float: left;
|
||||
margin-top: -3px;
|
||||
padding: 0 8px 0 0;
|
||||
border: 0;
|
||||
background: transparent!important;
|
||||
box-shadow: none;
|
||||
cursor: pointer;
|
||||
transition: all .275s;
|
||||
}
|
||||
.imagify-folders-tree span.imagify-folder {
|
||||
padding-left: 1.5px;
|
||||
}
|
||||
.imagify-folders-tree .imagify-folder:before {
|
||||
content: "+";
|
||||
display: inline-block;
|
||||
width: 13px;
|
||||
height: 21px;
|
||||
font-size: 1.5em;
|
||||
vertical-align: .15em;
|
||||
}
|
||||
.imagify-folders-tree span.imagify-folder:before {
|
||||
content: '';
|
||||
}
|
||||
.imagify-folders-tree .imagify-folder-icon path {
|
||||
transition: all .275s;
|
||||
}
|
||||
.imagify-folders-tree .imagify-is-open .imagify-folder-icon path {
|
||||
stroke: #7A8996;
|
||||
}
|
||||
.imagify-folders-tree .imagify-is-open.imagify-folder:before {
|
||||
content: "-";
|
||||
color: #7A8996;
|
||||
}
|
||||
.imagify-folders-tree .imagify-is-open ~ label {
|
||||
color: #7A8996;
|
||||
}
|
||||
.imagify-folders-tree .imagify-folder.imagify-loading:before,
|
||||
.imagify-folders-tree .imagify-folder .imagify-loader {
|
||||
display: none;
|
||||
}
|
||||
.imagify-folders-tree .imagify-folder.imagify-loading .imagify-loader {
|
||||
display: inline-block;
|
||||
width: 13px;
|
||||
height: 21px;
|
||||
font-size: 1.5em;
|
||||
vertical-align: .15em;
|
||||
}
|
||||
.imagify-folders-tree .imagify-folder.imagify-loading .imagify-loader img {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.imagify-folders-tree button.imagify-folder:hover,
|
||||
.imagify-folders-tree button.imagify-folder:focus,
|
||||
.imagify-folders-tree button.imagify-folder:hover path,
|
||||
.imagify-folders-tree button.imagify-folder:focus path {
|
||||
color: #3694AE;
|
||||
stroke: #3694AE;
|
||||
}
|
||||
|
||||
.imagify-folders-tree .imagify-folder:disabled,
|
||||
.imagify-folders-tree .imagify-folder.disabled {
|
||||
color: rgb(127, 127, 127);
|
||||
}
|
||||
.imagify-swal-content .imagify-folders-tree label {
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 3px 0;
|
||||
font-size: 15px;
|
||||
font-weight: 500;
|
||||
vertical-align: top;
|
||||
transition: all .475s;
|
||||
}
|
||||
.imagify-swal-content .imagify-folders-tree label:hover,
|
||||
.imagify-folders-tree input:focus + label {
|
||||
background: #F4F7F9;
|
||||
}
|
||||
|
||||
.imagify-folders-tree .imagify-folder-already-selected label,
|
||||
.imagify-folders-tree .imagify-folder-already-selected label:hover,
|
||||
.imagify-folders-tree .imagify-folder-already-selected input:focus + label {
|
||||
background: #40B1D0;
|
||||
color: #FFF;
|
||||
border-radius: 3px;
|
||||
cursor: default;
|
||||
}
|
||||
.imagify-folders-tree .imagify-folder-already-selected button,
|
||||
.imagify-folders-tree .imagify-folder-already-selected button path {
|
||||
color: #FFF;
|
||||
stroke: #FFF;
|
||||
cursor: default;
|
||||
}
|
||||
.imagify-folders-tree .imagify-folder-already-selected button:hover path,
|
||||
.imagify-folders-tree .imagify-folder-already-selected button:focus path {
|
||||
stroke: #FFF;
|
||||
}
|
||||
.imagify-folders-tree .imagify-folder-already-selected button:before {
|
||||
content: '';
|
||||
}
|
||||
|
||||
/* Add Folder fake checkbox */
|
||||
.imagify-add-ed-folder {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
font-size: 11px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.02em;
|
||||
word-spacing: 0.02em;
|
||||
color: #3694AE;
|
||||
background: #F4F7F9;
|
||||
opacity: 0;
|
||||
transform: translateX(15px);
|
||||
transition: all .275s;
|
||||
}
|
||||
label:hover .imagify-add-ed-folder,
|
||||
input:focus + label .imagify-add-ed-folder,
|
||||
input:checked + label .imagify-add-ed-folder,
|
||||
.imagify-folder-already-selected .imagify-add-ed-folder {
|
||||
opacity: 1;
|
||||
transform: translateX(0);
|
||||
}
|
||||
input:checked + label .imagify-add-ed-folder {
|
||||
background: #FFF;
|
||||
}
|
||||
input:checked:focus + label .imagify-add-ed-folder,
|
||||
input:checked + label:hover .imagify-add-ed-folder {
|
||||
background: #F4F7F9;
|
||||
}
|
||||
.imagify-folder-already-selected .imagify-add-ed-folder {
|
||||
background: #40B1D0;
|
||||
color: #FFF;
|
||||
}
|
||||
.imagify-fake-checkbox {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
margin: 3.5px 15px 0 5px;
|
||||
border: 1.5px solid #3694AE;
|
||||
border-radius: 3px;
|
||||
vertical-align: -4px;
|
||||
}
|
||||
.imagify-fake-checkbox:after {
|
||||
position: absolute;
|
||||
left: 1px;
|
||||
top: 0;
|
||||
content: "✓";
|
||||
color: #3694AE;
|
||||
font-size: 14px;
|
||||
line-height: .9;
|
||||
font-style: normal;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
opacity: 0;
|
||||
transform: scale(0);
|
||||
transition: all .475s;
|
||||
}
|
||||
input:checked + label .imagify-fake-checkbox:after,
|
||||
.imagify-folder-already-selected .imagify-fake-checkbox:after {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
.imagify-folder-already-selected .imagify-fake-checkbox {
|
||||
border-color: #40B1D0;
|
||||
}
|
||||
.imagify-folder-already-selected .imagify-fake-checkbox:after {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
/* Sub Trees */
|
||||
.imagify-folders-sub-tree {
|
||||
position: relative;
|
||||
margin-left: .75em;
|
||||
padding-top: .6em;
|
||||
padding-left: 1em;
|
||||
border-left: 1px dotted rgba(98, 110, 123, .3);
|
||||
}
|
||||
.imagify-folders-sub-tree li {
|
||||
position: relative;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.imagify-folders-sub-tree li:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
left: -1em;
|
||||
height: 1px;
|
||||
width: 0.9em;
|
||||
border-top: 1px dotted rgba(98, 110, 123, .3);
|
||||
}
|
||||
.imagify-folders-sub-tree li:last-child:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: -1.1em;
|
||||
bottom: 0;
|
||||
height: 11px;
|
||||
width: 3px;
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
.imagify-empty-folder {
|
||||
margin-top: -.5em;
|
||||
}
|
||||
.imagify-empty-folder em {
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
color: #A2AFBC;
|
||||
}
|
||||
@media (max-width: 782px) {
|
||||
.imagify-settings.imagify-have-rocket {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
label + .imagify-info, .imagify-visual-label {
|
||||
max-width: calc(100% - 65px);
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.imagify-options-title {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.imagify-user-plan-label {
|
||||
margin-right: -5px;
|
||||
}
|
||||
|
||||
.imagify-col.imagify-main {
|
||||
width:100%;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.imagify-col + .imagify-col{
|
||||
padding:0px 10px 0px 0px;
|
||||
}
|
||||
.imagify-no-api-key .imagify-api-line input[type="text"]{
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
@media (max-width: 513px) {
|
||||
.imagify-setting-optim-level .imagify-visual-comparison-text{
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.imagify-col-content .imagify-space-left {
|
||||
margin: 15px 30px 15px 0;
|
||||
}
|
||||
|
||||
.imagify-col-content .imagify-space-left p {
|
||||
margin: 0 0 10px 0;
|
||||
font-size: 19px;
|
||||
font-weight: 500;
|
||||
color: #343A49;
|
||||
}
|
||||
|
||||
.imagify-col-content .imagify-meteo-icon {
|
||||
height: 64px;
|
||||
margin: 15px 15px 15px 0;
|
||||
}
|
||||
1
wp/wp-content/plugins/imagify/assets/css/options.min.css
vendored
Normal file
1
wp/wp-content/plugins/imagify/assets/css/options.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1340
wp/wp-content/plugins/imagify/assets/css/pricing-modal.css
Normal file
1340
wp/wp-content/plugins/imagify/assets/css/pricing-modal.css
Normal file
File diff suppressed because it is too large
Load Diff
1
wp/wp-content/plugins/imagify/assets/css/pricing-modal.min.css
vendored
Normal file
1
wp/wp-content/plugins/imagify/assets/css/pricing-modal.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
172
wp/wp-content/plugins/imagify/assets/css/sweetalert-custom.css
Normal file
172
wp/wp-content/plugins/imagify/assets/css/sweetalert-custom.css
Normal file
@@ -0,0 +1,172 @@
|
||||
/* Sub Layer */
|
||||
body[class*="_imagify"] .swal2-container.swal2-shown {
|
||||
background: rgb(31, 35 ,50);
|
||||
background: rgba(31, 35 ,50, .9);
|
||||
z-index: 100000;
|
||||
}
|
||||
|
||||
/* White Container */
|
||||
.imagify-sweet-alert .swal2-modal {
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
/* To get icon background dark */
|
||||
.imagify-sweet-alert {
|
||||
background: #1F2332!important;
|
||||
}
|
||||
.imagify-sweet-alert .swal2-icon {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
/* header error color */
|
||||
.imagify-swal-error-header {
|
||||
background: #C51162!important;
|
||||
}
|
||||
.imagify-swal-error-header .swal2-icon {
|
||||
border-color: #FFF;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
/* Title and Subtitle */
|
||||
.imagify-sweet-alert .swal2-title {
|
||||
margin: 0;
|
||||
padding: 28px 32px;
|
||||
font-size: 24px;
|
||||
text-align: center;
|
||||
color: #FFF;
|
||||
background: #1F2332;
|
||||
}
|
||||
.imagify-swal-has-subtitle .swal2-title {
|
||||
text-align: left;
|
||||
}
|
||||
.imagify-swal-error-header .swal2-title {
|
||||
background: #C51162;
|
||||
text-align: center;
|
||||
line-height: 1.15;
|
||||
}
|
||||
.imagify-sweet-alert .imagify-swal-subtitle {
|
||||
padding: 0 32px 28px;
|
||||
margin-top: -16px;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
text-align: left;
|
||||
color: #7A8996;
|
||||
background: #1F2332;
|
||||
}
|
||||
.imagify-swal-error-header .imagify-swal-subtitle {
|
||||
color: #FFF;
|
||||
background: #C51162;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
.imagify-sweet-alert .swal2-buttonswrapper,
|
||||
.imagify-swal-buttonswrapper {
|
||||
margin-top: 0;
|
||||
padding: 22px;
|
||||
background: #F4F7F9;
|
||||
}
|
||||
.imagify-sweet-alert button.swal2-styled,
|
||||
.imagify-swal-buttonswrapper a.button.imagify-button-primary {
|
||||
height: auto;
|
||||
padding: 12px 32px;
|
||||
margin: 10px;
|
||||
font-size: 14px;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
border-radius: 3px;
|
||||
background-color: #40b1d0 !important;
|
||||
text-shadow: none!important;
|
||||
box-shadow: 0 3px 0 #338ea6;
|
||||
white-space: normal;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.imagify-swal-buttonswrapper a.button.imagify-button-primary:focus,
|
||||
.imagify-swal-buttonswrapper a.button.imagify-button-primary:hover {
|
||||
text-shadow: none;
|
||||
color: #FFF;
|
||||
}
|
||||
.imagify-swal-buttonswrapper a.button svg {
|
||||
margin-right: 12px;
|
||||
vertical-align: -2px;
|
||||
}
|
||||
.imagify-sweet-alert button.loading {
|
||||
border-radius: 100% !important;
|
||||
height: 40px !important;
|
||||
padding:0!important;
|
||||
box-shadow: none!important;
|
||||
}
|
||||
.imagify-sweet-alert button.swal2-cancel {
|
||||
color: #7A8996;
|
||||
background: #E9EFF2 !important;
|
||||
box-shadow: 0 3px 0 rgba(31, 35, 50, .2);
|
||||
}
|
||||
.imagify-sweet-alert-signup.imagify-sweet-alert {
|
||||
background: #FFF!important;
|
||||
}
|
||||
.imagify-sweet-alert-signup .swal2-buttonswrapper {
|
||||
padding: 12px 22px;
|
||||
}
|
||||
.swal2-success-circular-line-left,
|
||||
.swal2-success-fix,
|
||||
.swal2-success-circular-line-right {
|
||||
background: #1F2332 !important
|
||||
}
|
||||
.imagify-sweet-alert-signup .sa-confirm-button-container {
|
||||
width: 40%;
|
||||
}
|
||||
.imagify-sweet-alert-signup .swal2-input {
|
||||
margin-top: 0;
|
||||
margin-left: 40px;
|
||||
margin-right: 40px;
|
||||
width: calc( 100% - 80px);
|
||||
}
|
||||
.imagify-sweet-alert .sa-input-error:before,
|
||||
.imagify-sweet-alert .sa-input-error:after,
|
||||
.imagify-sweet-alert .la-ball-fall {
|
||||
top: 25% !important;
|
||||
}
|
||||
|
||||
.imagify-sweet-alert .swal2-buttonswrapper.swal2-loading .swal2-confirm.swal2-confirm {
|
||||
height: 40px !important;
|
||||
border-radius: 100% !important;
|
||||
border-left-width: 0 !important;
|
||||
border-right-width: 0 !important;
|
||||
}
|
||||
|
||||
/* Imagify swal contents */
|
||||
.imagify-sweet-alert .swal2-content {
|
||||
padding: 28px 32px;
|
||||
background: #FFF;
|
||||
}
|
||||
.imagify-swal-has-subtitle .swal2-content {
|
||||
padding: 0;
|
||||
}
|
||||
.imagify-swal-content {
|
||||
font-size: 14px;
|
||||
padding: 28px 32px;
|
||||
}
|
||||
|
||||
/* Quota */
|
||||
.imagify-swal-quota .imagify-space-left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 4px 32px;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
color: #FFF;
|
||||
background: #343A49;
|
||||
}
|
||||
.imagify-swal-quota .imagify-space-left p {
|
||||
font-size: 14px;
|
||||
}
|
||||
.imagify-swal-quota .imagify-space-left [class^="imagify-bar-"] {
|
||||
width: auto;
|
||||
flex-basis: 269px;
|
||||
}
|
||||
|
||||
/* Close button */
|
||||
.imagify-sweet-alert .swal2-close {
|
||||
color: rgba(255,255,255,.5);
|
||||
}
|
||||
1
wp/wp-content/plugins/imagify/assets/css/sweetalert-custom.min.css
vendored
Normal file
1
wp/wp-content/plugins/imagify/assets/css/sweetalert-custom.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
body[class*="_imagify"] .swal2-container.swal2-shown{background:rgb(31,35 ,50);background:rgba(31,35 ,50,.9);z-index:100000}.imagify-sweet-alert .swal2-modal{border-radius:2px}.imagify-sweet-alert{background:#1f2332!important}.imagify-sweet-alert .swal2-icon{margin-bottom:5px}.imagify-swal-error-header{background:#c51162!important}.imagify-swal-error-header .swal2-icon{border-color:#fff;color:#fff}.imagify-sweet-alert .swal2-title{margin:0;padding:28px 32px;font-size:24px;text-align:center;color:#fff;background:#1f2332}.imagify-swal-has-subtitle .swal2-title{text-align:left}.imagify-swal-error-header .swal2-title{background:#c51162;text-align:center;line-height:1.15}.imagify-sweet-alert .imagify-swal-subtitle{padding:0 32px 28px;margin-top:-16px;font-weight:500;font-size:14px;text-align:left;color:#7a8996;background:#1f2332}.imagify-swal-error-header .imagify-swal-subtitle{color:#fff;background:#c51162;text-align:center}.imagify-swal-buttonswrapper,.imagify-sweet-alert .swal2-buttonswrapper{margin-top:0;padding:22px;background:#f4f7f9}.imagify-swal-buttonswrapper a.button.imagify-button-primary,.imagify-sweet-alert button.swal2-styled{height:auto;padding:12px 32px;margin:10px;font-size:14px;letter-spacing:1px;text-transform:uppercase;border-radius:3px;background-color:#40b1d0!important;text-shadow:none!important;-webkit-box-shadow:0 3px 0 #338ea6;box-shadow:0 3px 0 #338ea6;white-space:normal;line-height:1.5}.imagify-swal-buttonswrapper a.button.imagify-button-primary:focus,.imagify-swal-buttonswrapper a.button.imagify-button-primary:hover{text-shadow:none;color:#fff}.imagify-swal-buttonswrapper a.button svg{margin-right:12px;vertical-align:-2px}.imagify-sweet-alert button.loading{border-radius:100%!important;height:40px!important;padding:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.imagify-sweet-alert button.swal2-cancel{color:#7a8996;background:#e9eff2!important;-webkit-box-shadow:0 3px 0 rgba(31,35,50,.2);box-shadow:0 3px 0 rgba(31,35,50,.2)}.imagify-sweet-alert-signup.imagify-sweet-alert{background:#fff!important}.imagify-sweet-alert-signup .swal2-buttonswrapper{padding:12px 22px}.swal2-success-circular-line-left,.swal2-success-circular-line-right,.swal2-success-fix{background:#1f2332!important}.imagify-sweet-alert-signup .sa-confirm-button-container{width:40%}.imagify-sweet-alert-signup .swal2-input{margin-top:0;margin-left:40px;margin-right:40px;width:calc(100% - 80px)}.imagify-sweet-alert .la-ball-fall,.imagify-sweet-alert .sa-input-error:after,.imagify-sweet-alert .sa-input-error:before{top:25%!important}.imagify-sweet-alert .swal2-buttonswrapper.swal2-loading .swal2-confirm.swal2-confirm{height:40px!important;border-radius:100%!important;border-left-width:0!important;border-right-width:0!important}.imagify-sweet-alert .swal2-content{padding:28px 32px;background:#fff}.imagify-swal-has-subtitle .swal2-content{padding:0}.imagify-swal-content{font-size:14px;padding:28px 32px}.imagify-swal-quota .imagify-space-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:4px 32px;text-align:left;font-weight:700;color:#fff;background:#343a49}.imagify-swal-quota .imagify-space-left p{font-size:14px}.imagify-swal-quota .imagify-space-left [class^=imagify-bar-]{width:auto;-ms-flex-preferred-size:269px;flex-basis:269px}.imagify-sweet-alert .swal2-close{color:rgba(255,255,255,.5)}
|
||||
716
wp/wp-content/plugins/imagify/assets/css/sweetalert2.css
Normal file
716
wp/wp-content/plugins/imagify/assets/css/sweetalert2.css
Normal file
@@ -0,0 +1,716 @@
|
||||
body.swal2-shown {
|
||||
overflow-y: hidden; }
|
||||
|
||||
body.swal2-iosfix {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0; }
|
||||
|
||||
.swal2-container {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
padding: 10px;
|
||||
background-color: transparent;
|
||||
z-index: 1060; }
|
||||
.swal2-container.swal2-fade {
|
||||
-webkit-transition: background-color .1s;
|
||||
transition: background-color .1s; }
|
||||
.swal2-container.swal2-shown {
|
||||
background-color: rgba(0, 0, 0, 0.4); }
|
||||
|
||||
.swal2-modal {
|
||||
background-color: #fff;
|
||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
border-radius: 5px;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
display: none;
|
||||
position: relative;
|
||||
max-width: 100%; }
|
||||
.swal2-modal:focus {
|
||||
outline: none; }
|
||||
.swal2-modal.swal2-loading {
|
||||
overflow-y: hidden; }
|
||||
.swal2-modal .swal2-title {
|
||||
color: #595959;
|
||||
font-size: 30px;
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
text-transform: none;
|
||||
position: relative;
|
||||
margin: 0 0 .4em;
|
||||
padding: 0;
|
||||
display: block;
|
||||
word-wrap: break-word; }
|
||||
.swal2-modal .swal2-buttonswrapper {
|
||||
margin-top: 15px; }
|
||||
.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
|
||||
opacity: .4;
|
||||
cursor: no-drop; }
|
||||
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
border: 4px solid transparent;
|
||||
border-color: transparent;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
padding: 0;
|
||||
margin: 7.5px;
|
||||
vertical-align: top;
|
||||
background-color: transparent !important;
|
||||
color: transparent;
|
||||
cursor: default;
|
||||
border-radius: 100%;
|
||||
-webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
|
||||
animation: rotate-loading 1.5s linear 0s infinite normal;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none; }
|
||||
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
|
||||
margin-left: 30px;
|
||||
margin-right: 30px; }
|
||||
.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
|
||||
display: inline-block;
|
||||
content: '';
|
||||
margin-left: 5px 0 15px;
|
||||
vertical-align: -1px;
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
border: 3px solid #999999;
|
||||
-webkit-box-shadow: 1px 1px 1px #fff;
|
||||
box-shadow: 1px 1px 1px #fff;
|
||||
border-right-color: transparent;
|
||||
border-radius: 50%;
|
||||
-webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
|
||||
animation: rotate-loading 1.5s linear 0s infinite normal; }
|
||||
.swal2-modal .swal2-styled {
|
||||
border: 0;
|
||||
border-radius: 3px;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
font-size: 17px;
|
||||
font-weight: 500;
|
||||
margin: 15px 5px 0;
|
||||
padding: 10px 32px; }
|
||||
.swal2-modal .swal2-image {
|
||||
margin: 20px auto;
|
||||
max-width: 100%; }
|
||||
.swal2-modal .swal2-close {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 38px;
|
||||
height: 40px;
|
||||
font-size: 36px;
|
||||
line-height: 40px;
|
||||
font-family: serif;
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right: 8px;
|
||||
cursor: pointer;
|
||||
color: #cccccc;
|
||||
-webkit-transition: color .1s ease;
|
||||
transition: color .1s ease; }
|
||||
.swal2-modal .swal2-close:hover {
|
||||
color: #d55; }
|
||||
.swal2-modal > .swal2-input,
|
||||
.swal2-modal > .swal2-file,
|
||||
.swal2-modal > .swal2-textarea,
|
||||
.swal2-modal > .swal2-select,
|
||||
.swal2-modal > .swal2-radio,
|
||||
.swal2-modal > .swal2-checkbox {
|
||||
display: none; }
|
||||
.swal2-modal .swal2-content {
|
||||
font-size: 18px;
|
||||
text-align: center;
|
||||
font-weight: 300;
|
||||
position: relative;
|
||||
float: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: normal;
|
||||
color: #545454;
|
||||
word-wrap: break-word; }
|
||||
.swal2-modal .swal2-input,
|
||||
.swal2-modal .swal2-file,
|
||||
.swal2-modal .swal2-textarea,
|
||||
.swal2-modal .swal2-select,
|
||||
.swal2-modal .swal2-radio,
|
||||
.swal2-modal .swal2-checkbox {
|
||||
margin: 20px auto; }
|
||||
.swal2-modal .swal2-input,
|
||||
.swal2-modal .swal2-file,
|
||||
.swal2-modal .swal2-textarea {
|
||||
width: 100%;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
font-size: 18px;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #d9d9d9;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
|
||||
-webkit-transition: border-color box-shadow .3s;
|
||||
transition: border-color box-shadow .3s; }
|
||||
.swal2-modal .swal2-input.swal2-inputerror,
|
||||
.swal2-modal .swal2-file.swal2-inputerror,
|
||||
.swal2-modal .swal2-textarea.swal2-inputerror {
|
||||
border-color: #f27474 !important;
|
||||
-webkit-box-shadow: 0 0 2px #f27474 !important;
|
||||
box-shadow: 0 0 2px #f27474 !important; }
|
||||
.swal2-modal .swal2-input:focus,
|
||||
.swal2-modal .swal2-file:focus,
|
||||
.swal2-modal .swal2-textarea:focus {
|
||||
outline: none;
|
||||
border: 1px solid #b4dbed;
|
||||
-webkit-box-shadow: 0 0 3px #c4e6f5;
|
||||
box-shadow: 0 0 3px #c4e6f5; }
|
||||
.swal2-modal .swal2-input:focus::-webkit-input-placeholder,
|
||||
.swal2-modal .swal2-file:focus::-webkit-input-placeholder,
|
||||
.swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
|
||||
-webkit-transition: opacity .3s .03s ease;
|
||||
transition: opacity .3s .03s ease;
|
||||
opacity: .8; }
|
||||
.swal2-modal .swal2-input:focus:-ms-input-placeholder,
|
||||
.swal2-modal .swal2-file:focus:-ms-input-placeholder,
|
||||
.swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
|
||||
-webkit-transition: opacity .3s .03s ease;
|
||||
transition: opacity .3s .03s ease;
|
||||
opacity: .8; }
|
||||
.swal2-modal .swal2-input:focus::placeholder,
|
||||
.swal2-modal .swal2-file:focus::placeholder,
|
||||
.swal2-modal .swal2-textarea:focus::placeholder {
|
||||
-webkit-transition: opacity .3s .03s ease;
|
||||
transition: opacity .3s .03s ease;
|
||||
opacity: .8; }
|
||||
.swal2-modal .swal2-input::-webkit-input-placeholder,
|
||||
.swal2-modal .swal2-file::-webkit-input-placeholder,
|
||||
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
|
||||
color: #e6e6e6; }
|
||||
.swal2-modal .swal2-input:-ms-input-placeholder,
|
||||
.swal2-modal .swal2-file:-ms-input-placeholder,
|
||||
.swal2-modal .swal2-textarea:-ms-input-placeholder {
|
||||
color: #e6e6e6; }
|
||||
.swal2-modal .swal2-input::placeholder,
|
||||
.swal2-modal .swal2-file::placeholder,
|
||||
.swal2-modal .swal2-textarea::placeholder {
|
||||
color: #e6e6e6; }
|
||||
.swal2-modal .swal2-range input {
|
||||
float: left;
|
||||
width: 80%; }
|
||||
.swal2-modal .swal2-range output {
|
||||
float: right;
|
||||
width: 20%;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
text-align: center; }
|
||||
.swal2-modal .swal2-range input,
|
||||
.swal2-modal .swal2-range output {
|
||||
height: 43px;
|
||||
line-height: 43px;
|
||||
vertical-align: middle;
|
||||
margin: 20px auto;
|
||||
padding: 0; }
|
||||
.swal2-modal .swal2-input {
|
||||
height: 43px;
|
||||
padding: 0 12px; }
|
||||
.swal2-modal .swal2-input[type='number'] {
|
||||
max-width: 150px; }
|
||||
.swal2-modal .swal2-file {
|
||||
font-size: 20px; }
|
||||
.swal2-modal .swal2-textarea {
|
||||
height: 108px;
|
||||
padding: 12px; }
|
||||
.swal2-modal .swal2-select {
|
||||
color: #545454;
|
||||
font-size: inherit;
|
||||
padding: 5px 10px;
|
||||
min-width: 40%;
|
||||
max-width: 100%; }
|
||||
.swal2-modal .swal2-radio {
|
||||
border: 0; }
|
||||
.swal2-modal .swal2-radio label:not(:first-child) {
|
||||
margin-left: 20px; }
|
||||
.swal2-modal .swal2-radio input,
|
||||
.swal2-modal .swal2-radio span {
|
||||
vertical-align: middle; }
|
||||
.swal2-modal .swal2-radio input {
|
||||
margin: 0 3px 0 0; }
|
||||
.swal2-modal .swal2-checkbox {
|
||||
color: #545454; }
|
||||
.swal2-modal .swal2-checkbox input,
|
||||
.swal2-modal .swal2-checkbox span {
|
||||
vertical-align: middle; }
|
||||
.swal2-modal .swal2-validationerror {
|
||||
background-color: #f0f0f0;
|
||||
margin: 0 -20px;
|
||||
overflow: hidden;
|
||||
padding: 10px;
|
||||
color: gray;
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
display: none; }
|
||||
.swal2-modal .swal2-validationerror::before {
|
||||
content: '!';
|
||||
display: inline-block;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border-radius: 50%;
|
||||
background-color: #ea7d7d;
|
||||
color: #fff;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
margin-right: 10px; }
|
||||
|
||||
@supports (-ms-accelerator: true) {
|
||||
.swal2-range input {
|
||||
width: 100% !important; }
|
||||
.swal2-range output {
|
||||
display: none; } }
|
||||
|
||||
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
||||
.swal2-range input {
|
||||
width: 100% !important; }
|
||||
.swal2-range output {
|
||||
display: none; } }
|
||||
|
||||
.swal2-icon {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
border: 4px solid transparent;
|
||||
border-radius: 50%;
|
||||
margin: 20px auto 30px;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
-webkit-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
cursor: default;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none; }
|
||||
.swal2-icon.swal2-error {
|
||||
border-color: #f27474; }
|
||||
.swal2-icon.swal2-error .swal2-x-mark {
|
||||
position: relative;
|
||||
display: block; }
|
||||
.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
|
||||
position: absolute;
|
||||
height: 5px;
|
||||
width: 47px;
|
||||
background-color: #f27474;
|
||||
display: block;
|
||||
top: 37px;
|
||||
border-radius: 2px; }
|
||||
.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
|
||||
-webkit-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
left: 17px; }
|
||||
.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg);
|
||||
right: 16px; }
|
||||
.swal2-icon.swal2-warning {
|
||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
color: #f8bb86;
|
||||
border-color: #facea8;
|
||||
font-size: 60px;
|
||||
line-height: 80px;
|
||||
text-align: center; }
|
||||
.swal2-icon.swal2-info {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
color: #3fc3ee;
|
||||
border-color: #9de0f6;
|
||||
font-size: 60px;
|
||||
line-height: 80px;
|
||||
text-align: center; }
|
||||
.swal2-icon.swal2-question {
|
||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
color: #87adbd;
|
||||
border-color: #c9dae1;
|
||||
font-size: 60px;
|
||||
line-height: 80px;
|
||||
text-align: center; }
|
||||
.swal2-icon.swal2-success {
|
||||
border-color: #a5dc86; }
|
||||
.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
width: 60px;
|
||||
height: 120px;
|
||||
-webkit-transform: rotate(45deg);
|
||||
transform: rotate(45deg); }
|
||||
.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
|
||||
border-radius: 120px 0 0 120px;
|
||||
top: -7px;
|
||||
left: -33px;
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg);
|
||||
-webkit-transform-origin: 60px 60px;
|
||||
transform-origin: 60px 60px; }
|
||||
.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
|
||||
border-radius: 0 120px 120px 0;
|
||||
top: -11px;
|
||||
left: 30px;
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg);
|
||||
-webkit-transform-origin: 0 60px;
|
||||
transform-origin: 0 60px; }
|
||||
.swal2-icon.swal2-success .swal2-success-ring {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
border: 4px solid rgba(165, 220, 134, 0.2);
|
||||
border-radius: 50%;
|
||||
-webkit-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
position: absolute;
|
||||
left: -4px;
|
||||
top: -4px;
|
||||
z-index: 2; }
|
||||
.swal2-icon.swal2-success .swal2-success-fix {
|
||||
width: 7px;
|
||||
height: 90px;
|
||||
position: absolute;
|
||||
left: 28px;
|
||||
top: 8px;
|
||||
z-index: 1;
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg); }
|
||||
.swal2-icon.swal2-success [class^='swal2-success-line'] {
|
||||
height: 5px;
|
||||
background-color: #a5dc86;
|
||||
display: block;
|
||||
border-radius: 2px;
|
||||
position: absolute;
|
||||
z-index: 2; }
|
||||
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
|
||||
width: 25px;
|
||||
left: 14px;
|
||||
top: 46px;
|
||||
-webkit-transform: rotate(45deg);
|
||||
transform: rotate(45deg); }
|
||||
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
|
||||
width: 47px;
|
||||
right: 8px;
|
||||
top: 38px;
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg); }
|
||||
|
||||
.swal2-progresssteps {
|
||||
font-weight: 600;
|
||||
margin: 0 0 20px;
|
||||
padding: 0; }
|
||||
.swal2-progresssteps li {
|
||||
display: inline-block;
|
||||
position: relative; }
|
||||
.swal2-progresssteps .swal2-progresscircle {
|
||||
background: #3085d6;
|
||||
border-radius: 2em;
|
||||
color: #fff;
|
||||
height: 2em;
|
||||
line-height: 2em;
|
||||
text-align: center;
|
||||
width: 2em;
|
||||
z-index: 20; }
|
||||
.swal2-progresssteps .swal2-progresscircle:first-child {
|
||||
margin-left: 0; }
|
||||
.swal2-progresssteps .swal2-progresscircle:last-child {
|
||||
margin-right: 0; }
|
||||
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
|
||||
background: #3085d6; }
|
||||
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
|
||||
background: #add8e6; }
|
||||
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
|
||||
background: #add8e6; }
|
||||
.swal2-progresssteps .swal2-progressline {
|
||||
background: #3085d6;
|
||||
height: .4em;
|
||||
margin: 0 -1px;
|
||||
z-index: 10; }
|
||||
|
||||
[class^='swal2'] {
|
||||
-webkit-tap-highlight-color: transparent; }
|
||||
|
||||
@-webkit-keyframes showSweetAlert {
|
||||
0% {
|
||||
-webkit-transform: scale(0.7);
|
||||
transform: scale(0.7); }
|
||||
45% {
|
||||
-webkit-transform: scale(1.05);
|
||||
transform: scale(1.05); }
|
||||
80% {
|
||||
-webkit-transform: scale(0.95);
|
||||
transform: scale(0.95); }
|
||||
100% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); } }
|
||||
|
||||
@keyframes showSweetAlert {
|
||||
0% {
|
||||
-webkit-transform: scale(0.7);
|
||||
transform: scale(0.7); }
|
||||
45% {
|
||||
-webkit-transform: scale(1.05);
|
||||
transform: scale(1.05); }
|
||||
80% {
|
||||
-webkit-transform: scale(0.95);
|
||||
transform: scale(0.95); }
|
||||
100% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); } }
|
||||
|
||||
@-webkit-keyframes hideSweetAlert {
|
||||
0% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
opacity: 1; }
|
||||
100% {
|
||||
-webkit-transform: scale(0.5);
|
||||
transform: scale(0.5);
|
||||
opacity: 0; } }
|
||||
|
||||
@keyframes hideSweetAlert {
|
||||
0% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
opacity: 1; }
|
||||
100% {
|
||||
-webkit-transform: scale(0.5);
|
||||
transform: scale(0.5);
|
||||
opacity: 0; } }
|
||||
|
||||
.swal2-show {
|
||||
-webkit-animation: showSweetAlert 0.3s;
|
||||
animation: showSweetAlert 0.3s; }
|
||||
.swal2-show.swal2-noanimation {
|
||||
-webkit-animation: none;
|
||||
animation: none; }
|
||||
|
||||
.swal2-hide {
|
||||
-webkit-animation: hideSweetAlert 0.15s forwards;
|
||||
animation: hideSweetAlert 0.15s forwards; }
|
||||
.swal2-hide.swal2-noanimation {
|
||||
-webkit-animation: none;
|
||||
animation: none; }
|
||||
|
||||
@-webkit-keyframes animate-success-tip {
|
||||
0% {
|
||||
width: 0;
|
||||
left: 1px;
|
||||
top: 19px; }
|
||||
54% {
|
||||
width: 0;
|
||||
left: 1px;
|
||||
top: 19px; }
|
||||
70% {
|
||||
width: 50px;
|
||||
left: -8px;
|
||||
top: 37px; }
|
||||
84% {
|
||||
width: 17px;
|
||||
left: 21px;
|
||||
top: 48px; }
|
||||
100% {
|
||||
width: 25px;
|
||||
left: 14px;
|
||||
top: 45px; } }
|
||||
|
||||
@keyframes animate-success-tip {
|
||||
0% {
|
||||
width: 0;
|
||||
left: 1px;
|
||||
top: 19px; }
|
||||
54% {
|
||||
width: 0;
|
||||
left: 1px;
|
||||
top: 19px; }
|
||||
70% {
|
||||
width: 50px;
|
||||
left: -8px;
|
||||
top: 37px; }
|
||||
84% {
|
||||
width: 17px;
|
||||
left: 21px;
|
||||
top: 48px; }
|
||||
100% {
|
||||
width: 25px;
|
||||
left: 14px;
|
||||
top: 45px; } }
|
||||
|
||||
@-webkit-keyframes animate-success-long {
|
||||
0% {
|
||||
width: 0;
|
||||
right: 46px;
|
||||
top: 54px; }
|
||||
65% {
|
||||
width: 0;
|
||||
right: 46px;
|
||||
top: 54px; }
|
||||
84% {
|
||||
width: 55px;
|
||||
right: 0;
|
||||
top: 35px; }
|
||||
100% {
|
||||
width: 47px;
|
||||
right: 8px;
|
||||
top: 38px; } }
|
||||
|
||||
@keyframes animate-success-long {
|
||||
0% {
|
||||
width: 0;
|
||||
right: 46px;
|
||||
top: 54px; }
|
||||
65% {
|
||||
width: 0;
|
||||
right: 46px;
|
||||
top: 54px; }
|
||||
84% {
|
||||
width: 55px;
|
||||
right: 0;
|
||||
top: 35px; }
|
||||
100% {
|
||||
width: 47px;
|
||||
right: 8px;
|
||||
top: 38px; } }
|
||||
|
||||
@-webkit-keyframes rotatePlaceholder {
|
||||
0% {
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg); }
|
||||
5% {
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg); }
|
||||
12% {
|
||||
-webkit-transform: rotate(-405deg);
|
||||
transform: rotate(-405deg); }
|
||||
100% {
|
||||
-webkit-transform: rotate(-405deg);
|
||||
transform: rotate(-405deg); } }
|
||||
|
||||
@keyframes rotatePlaceholder {
|
||||
0% {
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg); }
|
||||
5% {
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg); }
|
||||
12% {
|
||||
-webkit-transform: rotate(-405deg);
|
||||
transform: rotate(-405deg); }
|
||||
100% {
|
||||
-webkit-transform: rotate(-405deg);
|
||||
transform: rotate(-405deg); } }
|
||||
|
||||
.swal2-animate-success-line-tip {
|
||||
-webkit-animation: animate-success-tip 0.75s;
|
||||
animation: animate-success-tip 0.75s; }
|
||||
|
||||
.swal2-animate-success-line-long {
|
||||
-webkit-animation: animate-success-long 0.75s;
|
||||
animation: animate-success-long 0.75s; }
|
||||
|
||||
.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
|
||||
-webkit-animation: rotatePlaceholder 4.25s ease-in;
|
||||
animation: rotatePlaceholder 4.25s ease-in; }
|
||||
|
||||
@-webkit-keyframes animate-error-icon {
|
||||
0% {
|
||||
-webkit-transform: rotateX(100deg);
|
||||
transform: rotateX(100deg);
|
||||
opacity: 0; }
|
||||
100% {
|
||||
-webkit-transform: rotateX(0deg);
|
||||
transform: rotateX(0deg);
|
||||
opacity: 1; } }
|
||||
|
||||
@keyframes animate-error-icon {
|
||||
0% {
|
||||
-webkit-transform: rotateX(100deg);
|
||||
transform: rotateX(100deg);
|
||||
opacity: 0; }
|
||||
100% {
|
||||
-webkit-transform: rotateX(0deg);
|
||||
transform: rotateX(0deg);
|
||||
opacity: 1; } }
|
||||
|
||||
.swal2-animate-error-icon {
|
||||
-webkit-animation: animate-error-icon 0.5s;
|
||||
animation: animate-error-icon 0.5s; }
|
||||
|
||||
@-webkit-keyframes animate-x-mark {
|
||||
0% {
|
||||
-webkit-transform: scale(0.4);
|
||||
transform: scale(0.4);
|
||||
margin-top: 26px;
|
||||
opacity: 0; }
|
||||
50% {
|
||||
-webkit-transform: scale(0.4);
|
||||
transform: scale(0.4);
|
||||
margin-top: 26px;
|
||||
opacity: 0; }
|
||||
80% {
|
||||
-webkit-transform: scale(1.15);
|
||||
transform: scale(1.15);
|
||||
margin-top: -6px; }
|
||||
100% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
margin-top: 0;
|
||||
opacity: 1; } }
|
||||
|
||||
@keyframes animate-x-mark {
|
||||
0% {
|
||||
-webkit-transform: scale(0.4);
|
||||
transform: scale(0.4);
|
||||
margin-top: 26px;
|
||||
opacity: 0; }
|
||||
50% {
|
||||
-webkit-transform: scale(0.4);
|
||||
transform: scale(0.4);
|
||||
margin-top: 26px;
|
||||
opacity: 0; }
|
||||
80% {
|
||||
-webkit-transform: scale(1.15);
|
||||
transform: scale(1.15);
|
||||
margin-top: -6px; }
|
||||
100% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
margin-top: 0;
|
||||
opacity: 1; } }
|
||||
|
||||
.swal2-animate-x-mark {
|
||||
-webkit-animation: animate-x-mark 0.5s;
|
||||
animation: animate-x-mark 0.5s; }
|
||||
|
||||
@-webkit-keyframes rotate-loading {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); }
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg); } }
|
||||
|
||||
@keyframes rotate-loading {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); }
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg); } }
|
||||
1
wp/wp-content/plugins/imagify/assets/css/sweetalert2.min.css
vendored
Normal file
1
wp/wp-content/plugins/imagify/assets/css/sweetalert2.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
315
wp/wp-content/plugins/imagify/assets/css/twentytwenty.css
Normal file
315
wp/wp-content/plugins/imagify/assets/css/twentytwenty.css
Normal file
@@ -0,0 +1,315 @@
|
||||
/**
|
||||
* Twentwenty image comparison
|
||||
*/
|
||||
.twentytwenty-handle {
|
||||
z-index: 40;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
height: 64px;
|
||||
width: 64px;
|
||||
margin-left: -32px;
|
||||
margin-top: -32px;
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 3px 0 #338EA6;
|
||||
background: #40B1D0;
|
||||
cursor: pointer;
|
||||
}
|
||||
.twentytwenty-horizontal .twentytwenty-handle:before,
|
||||
.twentytwenty-horizontal .twentytwenty-handle:after {
|
||||
left: 50%;
|
||||
width: 2px;
|
||||
height: 9999px;
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
||||
.twentytwenty-horizontal .twentytwenty-handle:before {
|
||||
bottom: 50%;
|
||||
margin-bottom: 32px;
|
||||
box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
|
||||
}
|
||||
|
||||
.twentytwenty-horizontal .twentytwenty-handle:after {
|
||||
top: 50%;
|
||||
margin-top: 34px;
|
||||
box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
|
||||
}
|
||||
|
||||
.twentytwenty-horizontal .twentytwenty-handle:before,
|
||||
.twentytwenty-horizontal .twentytwenty-handle:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
z-index: 30;
|
||||
display: block;
|
||||
background: #F2F5F7;
|
||||
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
|
||||
}
|
||||
|
||||
.twentytwenty-labels,
|
||||
.twentytwenty-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
-webkit-transition-duration: 0.5s;
|
||||
transition-duration: 0.5s;
|
||||
}
|
||||
|
||||
.twentytwenty-labels {
|
||||
opacity: 1;
|
||||
-webkit-transition-property: opacity;
|
||||
transition-property: opacity;
|
||||
}
|
||||
|
||||
.twentytwenty-labels .twentytwenty-label-content {
|
||||
position: absolute;
|
||||
padding: 0 12px;
|
||||
font-size: 13px;
|
||||
letter-spacing: 0.1em;
|
||||
line-height: 38px;
|
||||
color: white;
|
||||
background: #1F2332;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.twentytwenty-horizontal .twentytwenty-labels .twentytwenty-label-content {
|
||||
bottom: 15px;
|
||||
}
|
||||
|
||||
.twentytwenty-after-label .twentytwenty-label-content {
|
||||
background: #40B1D0;
|
||||
}
|
||||
|
||||
.twentytwenty-left-arrow,
|
||||
.twentytwenty-right-arrow {
|
||||
position: absolute;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border: 8px inset transparent;
|
||||
}
|
||||
|
||||
.twentytwenty-left-arrow,
|
||||
.twentytwenty-right-arrow {
|
||||
top: 50%;
|
||||
margin-top: -8px;
|
||||
}
|
||||
|
||||
.twentytwenty-container {
|
||||
box-sizing: content-box;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.4s;
|
||||
transition: opacity 0.4s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
}
|
||||
|
||||
.twentytwenty-container * {
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
.twentytwenty-container img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.loaded .twentytwenty-container {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-labels,
|
||||
.twentytwenty-container.active .twentytwenty-overlay:hover .twentytwenty-labels {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.twentytwenty-horizontal .twentytwenty-before-label .twentytwenty-label-content {
|
||||
left: 15px;
|
||||
}
|
||||
|
||||
.twentytwenty-horizontal .twentytwenty-after-label .twentytwenty-label-content {
|
||||
right: 15px;
|
||||
}
|
||||
|
||||
.twentytwenty-overlay {
|
||||
z-index: 25;
|
||||
}
|
||||
.twentytwenty-before {
|
||||
z-index: 20;
|
||||
}
|
||||
.twentytwenty-after {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
/* Buttons for image choices */
|
||||
.twentytwenty-duo-buttons {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
z-index: 30;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.twentytwenty-duo-buttons button {
|
||||
float: left;
|
||||
padding: 2px 6px;
|
||||
font-size: 11px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.125em;
|
||||
font-weight: bold;
|
||||
border: 0;
|
||||
background: #1f2332;
|
||||
color: #FFF;
|
||||
transition: all .3s;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.twentytwenty-duo-buttons button:hover,
|
||||
.twentytwenty-duo-buttons button:focus {
|
||||
background: #444;
|
||||
}
|
||||
|
||||
.twentytwenty-duo-buttons button:first-child {
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
|
||||
.twentytwenty-duo-buttons button:last-child {
|
||||
border-radius: 0 3px 3px 0;
|
||||
}
|
||||
|
||||
.twentytwenty-duo-buttons button.selected {
|
||||
background: #8bc34a;
|
||||
text-shadow: 0 0 1px rgba(0,0,0,.2);
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.twentytwenty-duo-left {
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
.twentytwenty-duo-right {
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
.twentytwenty-left-arrow {
|
||||
left: 50%;
|
||||
margin-left: -22px;
|
||||
border-right: 8px solid white;
|
||||
}
|
||||
|
||||
.twentytwenty-right-arrow {
|
||||
right: 50%;
|
||||
margin-right: -22px;
|
||||
border-left: 8px solid white;
|
||||
}
|
||||
|
||||
#imagify-visual-comparison .close-btn,
|
||||
.imagify-visual-comparison .close-btn {
|
||||
top: 50px;
|
||||
right: 5px;
|
||||
width: 33px;
|
||||
height: 33px;
|
||||
padding: 1px 0 0 2px;
|
||||
border: 1px solid #F2F2F2;
|
||||
color: #F2F2F2;
|
||||
line-height: 19px;
|
||||
text-align: center;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.imagify-modal .imagify-comparison-title {
|
||||
font-size: 28px;
|
||||
margin-bottom: 1em;
|
||||
color: #F2F2F2;
|
||||
text-align: left;
|
||||
}
|
||||
.imagify-modal .imagify-comparison-title .twentytwenty-duo-buttons {
|
||||
position: static;
|
||||
margin: 0 10px 0 15px;
|
||||
}
|
||||
.imagify-comparison-title .twentytwenty-duo-buttons button {
|
||||
float: none;
|
||||
padding: 6px 12px;
|
||||
font-size: 16px;
|
||||
text-transform: none;
|
||||
border: 1px solid #40B1D0;
|
||||
color: #888899;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
.imagify-comparison-title .twentytwenty-duo-buttons button:focus {
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.imagify-comparison-title .twentytwenty-duo-buttons .selected {
|
||||
border: 1px solid #40B1D0;
|
||||
color: #FFF;
|
||||
background: #40B1D0;
|
||||
}
|
||||
|
||||
.imagify-comparison-levels {
|
||||
margin: 15px 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.imagify-comparison-levels .imagify-c-level {
|
||||
display: none;
|
||||
min-width: 175px;
|
||||
font-size: 11px;
|
||||
}
|
||||
.imagify-c-level.go-left {
|
||||
float: left;
|
||||
}
|
||||
.imagify-c-level.go-right {
|
||||
float: right;
|
||||
}
|
||||
.imagify-c-level.go-right,
|
||||
.imagify-c-level.go-left {
|
||||
display: table;
|
||||
}
|
||||
.imagify-c-level .imagify-c-level-row {
|
||||
display: table-row;
|
||||
margin: 0;
|
||||
color: #FFF;
|
||||
}
|
||||
.imagify-c-level-row > span {
|
||||
display: table-cell;
|
||||
padding: 2px 0;
|
||||
}
|
||||
.imagify-c-level-row .value {
|
||||
text-align: right;
|
||||
padding-left: 5px;
|
||||
}
|
||||
.imagify-c-level-row .value.level {
|
||||
color: #40b1d0;
|
||||
}
|
||||
.imagify-c-level-row .value.size {
|
||||
color: #8bc34a;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* TT Loader */
|
||||
.imagify-modal .loader {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin: -32px 0 0 -32px;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
transition: opacity .4s;
|
||||
}
|
||||
.imagify-modal .loading .loader {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Specifics for too high modals */
|
||||
.modal-is-too-high .imagify-comparison-levels {
|
||||
position: absolute;
|
||||
padding: 15px 20px;
|
||||
background: rgba(31, 35, 50, 0.95);
|
||||
bottom: 0; left: 0; right: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
1
wp/wp-content/plugins/imagify/assets/css/twentytwenty.min.css
vendored
Normal file
1
wp/wp-content/plugins/imagify/assets/css/twentytwenty.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user