/home/arranoyd/magicraft/wp-content/plugins/wp-smushit/assets/css/wp-smushit-admin.css
/*
Smush button transformation
*/
.button.wp-smush-finished.disabled, .button.wp-smush-finished:disabled, .button.wp-smush-finished[disabled] {
color: #fff !important;
background: #00cf21 !important;
border-color: #619f6b !important;
-webkit-box-shadow: inset 0 1px 0 rgba(0, 207, 33, .5), 0 1px 0 rgba(0, 0, 0, .15) !important;
box-shadow: inset 0 1px 0 rgba(0, 207, 33, .5), 0 1px 0 rgba(0, 0, 0, .15) !important;
}
.media-lib-wp-smush-el {
position: absolute;
display: block;
width: 90%;
height: 90%;
left: 5%;
top: 5%;
background: transparent;
}
.media-lib-wp-smush-el.is_smushed {
background: rgba(255, 255, 255, 0.5);
}
.media-lib-wp-smush-el .spinner {
display: block;
}
.media-lib-wp-smush-button {
margin-bottom: 5% !important;
}
.has-smush-button:hover .media-lib-wp-smush-el {
display: block;
}
.column-smushit .wp-smush-action {
font-size: 11px;
}
.column-smushit .wp-smush-loader {
margin: 10px;
float: left;
}
/** Installation/Upgrade message **/
.wpmud.wp-smush-updated {
margin: 50px 20px 0 2px;
}
.wp-smush-install-image > img, .wp-smush-image-wrap > img {
float: left;
}
.wpmud .wp-smush-install-welcome {
display: inline-block;
margin: 10px 0 30px 250px;
max-width: 68%;
}
.wpmud .wp-smush-install-content {
margin-top: 24px;
}
.wpmud .wp-smush-install-welcome .button {
margin-top: 18px;
}
/** Settings Page **/
.wp-smush-setting-row {
margin: 15px 20px 15px 0;
}
.wpmud .toggle .toggle-checkbox:focus + .toggle-label:before {
background: #c1c1c1;
}
.wpmud .wp-smush-setting-row .toggle-checkbox:checked:focus + .toggle-label {
box-shadow: 0 1px 1px rgba(26, 188, 156, 0.75);
}
.wpmud .wp-smushit-container-wrap {
display: inline-block;
margin-top: 30px;
}
.wpmud .bulk-smush-wrapper.wp-smush-container:not(.wp-smush-pro-install) {
padding-bottom: 0;
}
.wpmud .wp-smush-pro.smush-settings-wrapper {
padding-bottom: 24px;
width: 100%;
}
.wp-smush-setting-row .dashicons-info.smush-original {
top: 2px;
position: relative;
color: gray;
}
.wpmud .wp-smush-submit-wrap {
margin-top: 17px;
padding-top: 0;
}
.wp-smush-submit-wrap .spinner {
float: none;
margin: 1.5em 1em 0;
}
input#wp-smush-save-settings {
margin: 10px 0 5px;
}
.wp-smush-welcome #wp-smush-save-settings {
float: right;
}
.media-lib-wp-smush-icon {
position: absolute;
left: -10%;
bottom: -3%;
display: none;
}
.is_smushed .media-lib-wp-smush-icon {
display: block;
cursor: auto;
}
.active:hover .media-lib-wp-smush-icon {
display: block;
}
.active:hover .media-lib-wp-smush-icon:hover:before {
color: #0074a2;
}
.active .media-lib-wp-smush-icon {
cursor: pointer;
}
.media-lib-wp-smush-icon.active {
display: block;
color: #0074a2;
}
.media-lib-wp-smush-icon:before {
font-size: 30px;
}
.media-lib-wp-smush-icon.spinner {
left: -7%;
bottom: -7%;
}
.media-lib-wp-smush-icon.spinner:before {
content: "";
}
.wp-smush-setting-row.disabled label, .wp-smush-setting-row.disabled input {
color: gray;
cursor: default;
}
/** Grid view button **/
.smush-wrap {
margin-left: 14%;
max-width: 60%;
}
.currently-smushing .smush-status {
color: #0074a2;
}
.smush-wrap #wp-smush-send {
display: none;
}
.smush-wrap.unsmushed #wp-smush-send {
display: block;
margin-top: 15px;
}
.smush-status.fail {
color: #dd3d36;
}
.smush-status.success {
color: #0074a2;
}
.smush-status.error {
color: red;
}
.smush_attachment_detail_loader {
float: left;
}
.compat-field-wp_smush {
margin-top: 10px;
}
.attachment-info .smush-status {
margin: 1px 0 0;
padding: 0;
line-height: 29px;
}
#post-body-content .smush-status {
margin: 4px 0;
}
.compat-field-wp_smush button.wp-smush-send {
float: left;
margin-bottom: 5px;
}
/** If we have button-primary class, this style will be loaded already **/
.compat-field-wp_smush button:not(.button-primary) {
background: #0085ba;
border-color: #0073aa #006799 #006799;
-webkit-box-shadow: 0 1px 0 #006799;
box-shadow: 0 1px 0 #006799;
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
margin-bottom: 10px;
}
.compat-field-wp_smush button:not( .button-primary ):hover {
background: #008ec2;
border-color: #006799;
color: #fff;
}
.compat-field-wp_smush button:disabled:not( .button-primary ) {
color: #66c6e4 !important;
background: #008ec2 !important;
border-color: #007cb2 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
cursor: default;
}
.compat-field-wp_smush .smush-wrap {
margin: 0 0 5px 0;
max-width: 100%;
}
.inactive {
position: relative;
}
.inactive .wp-smush-setting-row {
opacity: .75;
}
.inactive-anim {
transition: opacity .3s;
}
.smush-stats-wrapper {
font-size: 12px;
}
.smush-stats-wrapper .row {
padding: 8px 0;
}
.smush-stats-wrapper .row:first-child {
padding-top: 0;
}
.smush-stats-wrapper .row:last-child {
padding-bottom: 0;
}
.wpmud .wp-smushit-container-right .smush-stats-wrapper .wp-smush-container-header {
margin-bottom: 0;
}
.smush-stats-wrapper td, .smush-stats-wrapper th {
font-size: 11px;
}
.smush-stats-wrapper .smush-container-subheading .spinner {
float: left;
margin: 7px 8px 0;
}
.smush-stats-wrapper .box-content {
margin-top: 20px;
}
.wp-smush-count-total {
display: inline-block;
line-height: 1;
margin-left: 15px;
overflow: hidden;
text-align: left;
}
.wp-smush-smush-stats-wrapper {
color: #555555;
font-size: 25px;
}
.total-stats-label {
color: #b9b9b9;
font-size: 12px;
}
.wpmud .smush-total-savings.smush-total-reduction-percent {
margin-bottom: 18px;
text-align: center;
}
.smush-total-savings.smush-total-reduction-percent .wp-smush-stats-wrap {
display: inline-block;
max-width: 200px;
text-align: left;
vertical-align: middle;
}
.wp-smush-current-progress {
cursor: pointer;
margin: 0 auto;
width: 200px;
}
.wp-smushed-progress {
display: inline-block;
text-align: center;
vertical-align: bottom;
}
table.wp-smush-stats-holder {
border: 1px solid lightgray;
border-collapse: collapse;
width: 100%;
}
table.wp-smush-stats-holder th {
background-color: #E4E4E4;
}
table.wp-smush-stats-holder td, table.wp-smush-stats-holder th,
#ngg-listimages table.wp-smush-stats-holder td, #ngg-listimages table.wp-smush-stats-holder th {
border: 1px solid #CECECE;
}
#ngg-listimages .column-7 {
width: 300px;
}
table.wp-smush-stats-holder tr:first-child th {
border-top: 0;
}
table.wp-smush-stats-holder tr:last-child td {
border-bottom: 0;
}
table.wp-smush-stats-holder tr td:first-child,
table.wp-smush-stats-holder tr th:first-child {
border-left: 0;
}
table.wp-smush-stats-holder tr td:last-child,
table.wp-smush-stats-holder tr th:last-child {
border-right: 0;
}
table.wp-smush-stats-holder tr td:first-child {
text-align: right;
}
.smush-skipped.error {
color: #C41921;
}
.smush-skipped .dashicons-editor-help {
cursor: pointer;
margin-top: -2px;
}
/*NextGen Gallery stats*/
#ngg-listimages table.wp-smush-stats-holder {
table-layout: fixed;
}
/** NextGen Gallery tr height, to show the progress bar properly for alternate rows **/
.alternate.iedit {
height: 120px;
}
/** Allows to click on button, otherwise row-actions from NextGen interferes **/
.wp-smush-nextgen-send {
position: relative;
z-index: 2;
}
.iedit .wp-smush-action, .iedit .smush-stats-details {
font-size: 11px;
}
/*Media Modal Styling*/
.compat-field-wp_smush .wp-smush-stats-holder tr {
display: table-row;
}
.compat-field-wp_smush .wp-smush-stats-holder td {
padding: 8px 10px;
word-wrap: break-word;
}
/** Help Tip **/
.ui-tooltip-content {
font-size: 12px;
}
/** Progress Bar **/
.wp-smush-progress {
width: 150px;
height: 20px;
background-color: #14485F;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
padding: 2px;
box-sizing: border-box;
text-align: left;
clear: left;
margin-top: 10px;
}
.wp-smush-progress span {
color: #14485F;
text-align: right;
font-size: 12px;
font-weight: bolder;
line-height: 15px;
box-sizing: border-box;
padding-right: 22px;
display: inline-block;
height: 100%;
width: 100%;
border-radius: 1px;
transition: width .4s ease-in-out;
background-color: #FECF2F;
background-size: 12px 10px;
background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
transparent 75%, transparent);
vertical-align: top;
}
.wp-smush-progress.animate span {
animation: animate-stripes 3s linear infinite;
}
@keyframes animate-stripes {
0% {
background-position: 0 0;
}
100% {
background-position: 60px 0;
}
}
/** Disabled Hyperlinks **/
.smush-stats a[disabled] {
cursor: default;
color: grey;
}
.wp-smush-error {
color: #ffb900;
}
.resmush-scan {
vertical-align: middle;
line-height: 28px;
}
/** Resmush Button **/
#wp-smush-resmush {
margin: 20px 0;
}
.wp-resmush-wrapper.notice {
padding: 5px;
max-width: 400px;
}
/** Bulk Smush Page UI - New UI Changes **/
/** Font-Families **/
.wpmud .roboto-regular {
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
.wpmud .roboto-medium {
font-family: 'Roboto', sans-serif;
font-weight: 500;
}
.wpmud .roboto-condensed-regular {
font-family: 'Roboto Condensed', sans-serif;
}
.wpmud .roboto-condensed-bold {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
}
/** End of Font Family Variations **/
.wpmud .wp-smush-page-heading {
float: left;
font-size: 30px;
font-weight: normal;
}
.wp-smush-auto-message {
float: right;
font-size: 15px;
letter-spacing: -0.015em;
line-height: 1.7;
margin: 1.2em auto;
}
.wp-smush-auto-disabled {
color: #fd6265;
}
.wp-smush-auto-enabled {
color: #2cb996;
}
.wp-smush-page-header {
overflow: hidden;
margin: 0 0 20px;
width: 100%;
}
#wp-smush-invalid-member {
border-radius: 5px;
font-family: 'Roboto', sans-serif;
font-size: 15px;
-webkit-font-smoothing: antialiased;
font-weight: 500;
margin-bottom: 20px;
overflow: hidden;
padding: 15px 30px;
position: relative;
}
#wp-smush-invalid-member.loading-notice:before {
content: attr(data-message);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.7);
z-index: 5;
text-align: center;
line-height: 80px;
font-size: 18px;
}
#wp-smush-invalid-member.loaded-notice:before {
content: attr(data-message);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.7);
z-index: 5;
text-align: center;
line-height: 80px;
font-size: 18px;
}
#wp-smush-invalid-member.loading-notice > div, #wp-smush-invalid-member.loaded-notice > div {
-webkit-filter: blur(2px);
-moz-filter: blur(2px);
-o-filter: blur(2px);
-ms-filter: blur(2px);
filter: blur(2px);
}
#wp-smush-invalid-member a {
color: #514a30;
text-decoration: underline;
}
.wpmud .wp-smush-welcome.wp-smush-container {
background-image: url(../images/welcome-notice.png);
background-repeat: no-repeat;
background-position: 30px bottom;
padding-bottom: 0;
}
.wpmud .wp-smush-welcome.wp-smush-container .box-content {
min-height: 149px;
}
.wpmud .box-container {
letter-spacing: -0.015em;
}
.wpmud .smush-page-wrap .dev-box .box-title {
height: 67px;
margin: -25px -30px 28px;
}
.wpmud .dev-box .wp-smush-container-header.box-title h3 {
color: #333333;
display: inline-block;
font-size: 15px;
}
.smush-container-subheading {
display: inline-block;
float: right;
margin: 1.5em auto;
max-width: 60%;
}
.wp-smush-premium .smush-container-subheading {
border: solid 1px #ff6d6d;
border-radius: 4px;
font-size: 12px;
line-height: 1.4;
margin: 1.3em 10px;
padding: 5px 8px;
vertical-align: top;
}
.wpmud .row .col-half.wp-smush-pro-for-free {
padding-left: 0;
}
.wpmud .row .col-half.wp-smush-pro-for-free .dev-box {
padding: 30px 0;
}
.wpmud .wp-smush-premium .smush-container-subheading a {
color: #ff6d6d;
}
.smush-stats-wrapper .smush-container-subheading {
margin: 1.2em 0 0.9em;
max-width: 90%;
}
.wpmud .smush-stats-wrapper .smush-container-subheading button.wp-smush-scan:not(.wph-button):not(#collapse-button) {
font-size: 12px;
padding: 5px 16px 5px;
}
.wpmud .row .col-half.wp-smushit-container-left {
padding-left: 0;
}
.wp-smush-premium .box-content {
opacity: 0.5;
pointer-events: none;
}
.smush-dismiss-welcome {
margin: 1.4em 0;
}
.wpmud .smush-dismiss-welcome a {
color: #9b9b9b;
}
.wpmud .wp-smush-welcome-content {
padding-bottom: 20px;
display: inline-block;
overflow: hidden;
max-width: 68%;
margin: 0 30px 0px 200px;
}
.wpmud .wp-smush-welcome-content .wp-smush-premium {
box-shadow: none;
margin-top: 30px;
padding: 0
}
.wpmud .wp-smush-welcome-content .wp-smush-premium .wp-smush-container-header {
margin: 0;
padding: 0
}
.wpmud .wp-smush-welcome-content h4 {
font-size: 30px;
line-height: 1.4;
text-align: left;
}
.wpmud .wp-smush-welcome-message {
line-height: 1.7;
margin-top: 20px;
margin-bottom: 30px;
}
.wp-smush-welcome-image {
display: inline-block;
float: left;
overflow: hidden;
}
/** Bulk Smush **/
/** No Images **/
.wp-smush-no-image {
display: block;
overflow: hidden;
}
.wpmud .wp-smush-no-images-content {
color: #514a30;
margin-top: 20px;
padding: 20px 10px;
}
.wp-smush-upload-images {
display: block;
overflow: hidden;
padding: 10px 0 40px;
}
/** Ongoing Bulk Smush **/
.wpmud .wp-smush-bulk-active {
margin-bottom: 24px;
}
.wp-smush-bulk-active .spinner {
float: left;
margin-top: 5px;
}
/** All Smushed **/
.wp-smush-notice {
background-color: #D1F1EA;
border-radius: 5px;
color: #333333;
font-family: 'Roboto', sans-serif;
font-size: 15px;
line-height: 30px;
margin-bottom: 30px;
padding: 15px 30px;
letter-spacing: -0.015em;
}
.wp-smush-resmush-message,
.wp-smush-settings-updated,
.wp-smush-re-check-message {
border: none;
margin-bottom: 25px;
padding: 18px 50px;
text-align: center;
}
.wpmud a.wp-smush-trigger-bulk, .wpmud a.wp-smush-trigger-bulk:hover,
.wpmud a.wp-smush-trigger-bulk:focus, .wpmud a.wp-smush-trigger-bulk:active {
color: #333333;
text-decoration: underline;
}
.wp-smush-resmush-message .dev-icon,
.wp-smush-settings-updated .dev-icon,
.wp-smush-re-check-message .dev-icon {
font-size: 22px;
}
.wp-smush-resmush-message .dev-icon-tick,
.wp-smush-settings-updated .dev-icon-tick {
font-size: 22px;
margin-right: 5px;
vertical-align: middle;
}
.wp-smush-resmush-message .dev-icon-cross,
.wp-smush-settings-updated .dev-icon-cross,
.wp-smush-re-check-message .dev-icon-cross {
cursor: pointer;
float: right;
font-size: 16px;
margin-top: 8px;
}
.wp-smush-all-done .dev-icon-tick {
display: inline-block;
font-size: 22px;
margin-right: 10px;
margin-top: -3px;
vertical-align: middle;
}
/** Image Remaining **/
div.wp-smush-remaining,
#wp-smush-invalid-member,
div.wp-smush-dir-remaining,
div.wp-smush-dir-limit,
div.smush-s3-setup-error {
background-color: #FFF5D5;
border: none;
color: #333333;
line-height: 30px;
font-size: 15px;
letter-spacing: -0.015em;
}
div.smush-s3-setup-error a {
color: #333;
cursor: pointer;
text-decoration: underline;
}
div.wp-smush-dir-limit {
background-color: #dff6fa;
}
div.wp-smush-notice .dev-icon-tick:before,
div.wp-smush-all-done .dev-icon-tick:before,
div.wp-smush-dir-all-done .dev-icon-tick:before {
content: "\67";
color: #1ABC9C;
}
.wpmud div.wp-smush-notice.wp-smush-dir-limit a,
.wpmud div.wp-smush-notice.wp-smush-remaining a {
color: #333;
text-decoration: underline;
}
div.wp-smush-dir-remaining .wdv-icon-exclamation-sign:before,
div.smush-s3-setup-error .wdv-icon-exclamation-sign:before {
color: #FECF2F;
}
div.wp-smush-dir-limit .wdv-icon-info-sign:before {
color: #333;
}
.wp-smush-resmush-wrap .wp-smush-remaining {
padding: 10px 50px;
}
.wp-smush-remaining .dev-icon img {
position: relative;
top: 8px;
width: 14px;
}
.wpmud .bulk-smush-wrapper .wp-smush-remaining .dev-icon {
margin-right: 10px;
line-height: 30px;
vertical-align: top;
}
.wpmud .bulk-smush-wrapper .dev-icon img {
vertical-align: top;
}
.bulk-smush-wrapper .wp-smush-notice-text {
display: inline-block;
max-width: 88%;
}
.wpmud .bulk-smush-wrapper .wp-smush-all {
margin: 22px 0 0 !important;
}
.wpmud .bulk-smush-wrapper .wp-smush-remaining button.wp-smush-skip-resmush:not(.wph-button):not(#collapse-button) {
display: block !important;
font-size: 12px;
margin-left: 27px !important;
margin-top: 10px !important;
padding: 5px 16px;
}
.wp-smush-pro-trial {
color: #9b9b9b;
}
/** Bulk Smush - Progress Bar **/
.wp-smush-progress-wrap {
border-radius: 5px;
background-color: #fafafa;
padding: 30px;
}
.wp-smush-progress-bar-wrap {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
background: #14485F;
padding: 5px;
width: 100%;
}
.wp-smush-progress-bar {
overflow: hidden;
animation: progress 10s;
-ms-animation: progress 10s;
-moz-animation: progress 10s;
-webkit-animation: progress 10s;
}
.wp-smush-progress-inner {
width: 100%;
height: 40px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
background: repeating-linear-gradient(-45deg, #FECF2F, #FECF2F 10px, #FEE696 10px, #FEE696 24px);
background-size: 68px 68px;
animation: movement 1s infinite linear;
-ms-animation: movement 1s infinite linear;
-moz-animation: movement 1s infinite linear;
-webkit-animation: movement 1s infinite linear;
transition: width 1s;
-webkit-transition: width 1s;
-moz-transition: width 1s;
-ms-transition: width 1s;
overflow: hidden;
}
@keyframes movement {
from {
background-position: 0 0;
}
to {
background-position: 24px 40px;
}
}
.wp-smush-count {
color: #8b8b8b;
font-size: 11px;
line-height: 1.5;
margin-top: 15px;
}
.wp-smush-sep {
margin: 20px 0;
}
.wp-smush-progress-count {
color: #14485F;
font-weight: bold;
font-size: 14px;
margin: 11px auto;
text-align: center;
}
.smush-final-log {
margin-left: 0;
padding: 10px;
}
.wp-smush-ajax-error {
color: black;
font-size: 14px;
font-weight: bold;
margin-bottom: 20px;
}
.wpmud .wp-smush-enable-lossy {
color: #adadad;
font-size: 13px;
margin-top: 20px;
}
/** Settings Styling **/
.wpmud .wp-smush-setting-row label.inline-label {
color: #555555;
font-size: 15px;
font-family: "Roboto", sans-serif;
width: 85%;
}
small.smush-setting-description {
color: #888888;
display: block;
font-size: 13px;
line-height: 22px;
margin-top: 10px;
}
small.smush-setting-description strong {
color: #5f5d5d
}
/** Stats Container **/
.wpmud .dev-box.smush-stats-wrapper {
color: #333333;
font-size: 13px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
padding-bottom: 24px;
}
.wpmud .smush-stats-wrapper strong {
font-weight: 700;
}
.wp-smush-lossy-disabled {
color: #adadad;
background: #fafafa;
border-radius: 3px;
font-size: 11px;
padding: 10px;
}
.wpmud .wp-smush-stats .button-small.wp-smush-lossy-enable,
.wpmud .wp-smush-dir-link,
.wpmud .wp-smush-stats .button-small.wp-smush-resize-enable {
border-radius: 3px;
font: 500 12px/20px 'Roboto' !important;
padding: 5px 16px !important;
vertical-align: top;
}
.wpmud .wp-smush-lossy-enable:hover,
.wpmud .wp-smush-lossy-enable:active,
.wpmud .wp-smush-lossy-enable:focus,
.wpmud .wp-smush-dir-link,
.wpmud .wp-smush-resize-enable:hover,
.wpmud .wp-smush-resize-enable:active,
.wpmud .wp-smush-resize-enable:focus {
background-color: #0093B1;
color: #FFF;
box-shadow: none;
transform: none;
-webkit-transform: none;
}
.wpmud .wp-smush-stats, .wp-smush-stats-wrap {
color: #555555;
font-family: 'Roboto Condensed', sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 1;
padding: 5px 0;
}
.wp-smush-stats-wrap .wp-smush-progress-text {
color: #b9b9b9;
font-size: 12px;
}
.wpmud .wp-smush-lossy-disabled-wrap {
padding: 0;
}
.wpmud .row .col-third.wp-smushit-container-right {
padding-right: 0;
width: 38%;
}
.wpmud .wp-smush-stats-label {
padding-top: 9px;
}
.wp-smush-stats-label .wdv-icon.wdv-icon-question-sign {
margin-left: 3px;
}
.wpmud .wp-smush-stats-try-pro {
border: solid 1px #ff6d6d;
border-radius: 4px;
font-size: 12px;
font-weight: 500;
margin-left: 15px;
padding: 7px;
vertical-align: top;
}
.wpmud .wp-smush-stats-try-pro a, .wpmud .wp-smush-stats-try-pro a:focus {
color: #ff6d6d;
}
.wpmud .wp-smush-stats-try-pro a:hover {
color: #ff6d6d;
cursor: pointer;
}
.wp-smush-total-thumbnails .dashicons-editor-help {
cursor: pointer;
margin-top: -2px;
}
/** For Smush Pro Promo and Humming Bird promo **/
.wpmud .wp-smush-pro-adv {
background-image: url(../images/dev-team.png);
background-repeat: no-repeat;
background-position: center bottom;
background-size: 90%;
height: 500px;
margin-top: 8px;
overflow: hidden;
}
.wpmud .dev-box.wp-smush-pro-adv .wp-smush-container-header {
margin: -30px 0 30px;
}
.wpmud .wp-smush-pro-adv .box-content {
padding: 0 30px;
}
.wp-smushit-container-right .wp-smush-pro-adv > img {
max-width: 100%;
margin: 0 auto;
display: block;
}
.wp-smush-pro-cta {
overflow: hidden;
display: block;
padding: 20px;
}
.wp-smush-hb-cta {
display: block;
margin: 0 auto;
overflow: hidden;
padding-bottom: 0;
padding-top: 30px;
width: 242px;
}
.wp-smush-hummingbird-image {
display: block;
margin: 40px 0 20px 0;
overflow: hidden;
}
.wpmud .wp-smush-promo-content {
color: #555555;
line-height: 1.7;
margin: auto;
text-align: center;
}
.wpmud .wp-smush-promo-content-2 {
margin-top: 30px;
}
.wpmud .wp-smush-pro-cta .button.button-cta {
box-shadow: none !important;
}
.wpmud .wp-smush-pro-cta .button.button-cta:hover {
background: #0A9BD6 !important;
}
.wpmud .wp-smush-hb-cta .button.button-cta {
background-color: #FFEA00;
box-shadow: none;
color: #4e4b10;
width: 100%;
}
.wpmud .box-content .wp-smush-hb-cta .button.button-cta.button-yellow:hover,
.wpmud .box-content .wp-smush-hb-cta .button.button-cta.button-yellow:active,
.wpmud .box-content .wp-smush-hb-cta .button.button-cta.button-yellow:focus {
box-shadow: none;
background: #f7e303 !important;
color: #4e4b10 !important;
}
/** Re Smush **/
.wp-smush-settings-changed {
background: #dff6fa;
border-radius: 5px;
font-size: 13px;
line-height: 1.7;
padding: 20px;
}
.wp-scan-progress-text {
color: #14485F;
display: block;
text-align: center;
padding: 10px;
font-size: 14px;
font-weight: bold;
}
/** For Media Gallery and Other WordPress pages **/
/** No Caps for the tooltips **/
.wp-admin.wpmud [tooltip]:after {
text-transform: none !important;
}
.compat-item .compat-field-wp_smush {
display: table-row;
}
.manage-column.column-smushit {
width: 260px;
}
.smushit [tooltip], .compat-field-wp_smush [tooltip] {
position: relative;
overflow: visible;
}
.smushit [tooltip]:before, .compat-field-wp_smush [tooltip]:before {
content: '';
position: absolute;
border: 5px solid transparent;
border-top-color: #0B2F3F;
bottom: 100%;
left: 50%;
margin-left: -5px;
margin-bottom: -5px;
opacity: 0;
z-index: -1;
transition: margin .2s, opacity .2s, z-index .2s linear .2s;
pointer-events: none;
}
.smushit [tooltip]:after, .compat-field-wp_smush [tooltip]:after {
content: attr(tooltip);
position: absolute;
background: #0B2F3F;
color: #FFF;
bottom: 100%;
left: 50%;
width: 180px;
margin-left: -100px;
margin-bottom: 5px;
text-align: center;
padding: 5px;
border-radius: 4px;
font: 400 13px/20px 'Roboto Condensed';
opacity: 0;
z-index: -1;
transition: margin .2s, opacity .2s, z-index .2s linear .2s;
white-space: pre-wrap;
pointer-events: none;
}
.smushit .smush-skipped [tooltip]:before, .compat-field-wp_smush .smush-skipped [tooltip]:before {
border-top-color: transparent;
border-left-color: #0B2F3F;
bottom: 0;
left: 0;
}
.smushit .smush-skipped [tooltip]:after, .compat-field-wp_smush .smush-skipped [tooltip]:after {
margin-left: 0;
left: -195px;
top: -35px;
bottom: inherit;
margin-bottom: 5px;
}
.smushit [tooltip].tooltip-s:after, .compat-field-wp_smush [tooltip].tooltip-s:after {
width: 150px;
margin-left: -75px;
}
.smushit [tooltip].tooltip-l:after, .compat-field-wp_smush [tooltip].tooltip-l:after {
width: 280px;
margin-left: -140px;
}
.smushit [tooltip].tooltip-right:after, .compat-field-wp_smush [tooltip].tooltip-right:after {
margin-left: -180px;
}
.smushit [tooltip].tooltip-s.tooltip-right:after, .compat-field-wp_smush [tooltip].tooltip-s.tooltip-right:after {
margin-left: -130px;
}
.smushit [tooltip].tooltip-l.tooltip-right:after, .compat-field-wp_smush [tooltip].tooltip-l.tooltip-right:after {
margin-left: -260px;
}
.smushit [tooltip].tooltip-bottom:before, .compat-field-wp_smush [tooltip].tooltip-bottom:before {
border-color: transparent;
border-bottom-color: #0B2F3F;
top: 100%;
bottom: auto;
margin-top: -5px;
margin-bottom: 0;
}
.smushit [tooltip].tooltip-bottom:after, .compat-field-wp_smush [tooltip].tooltip-bottom:after {
bottom: auto;
top: 100%;
margin-top: 5px;
margin-bottom: 0;
}
.smushit [tooltip]:hover:before, .compat-field-wp_smush [tooltip]:hover:before {
z-index: 1;
margin-bottom: 0;
opacity: 1;
transition: margin .2s, opacity .2s;
}
.smushit [tooltip]:hover:after, .compat-field-wp_smush [tooltip]:hover:after {
opacity: 1;
z-index: 1;
margin-bottom: 10px;
transition: margin .2s, opacity .2s;
}
.smushit .disabled[tooltip]:before,
.smushit .disabled[tooltip]:after,
.compat-field-wp_smush .disabled[tooltip]:before,
.compat-field-wp_smush .disabled[tooltip]:after {
display: none;
}
/** Super Smush Content **/
.wp-smush-super-smush-promo {
background-image: url(../images/welcome-notice.png);
background-repeat: no-repeat;
background-position: 0 bottom;
height: 180px;
margin-top: 8px;
overflow: hidden;
}
.wp-smush-super-smush-content {
background: #dff6fa;
border-radius: 5px;
display: inline-block;
margin-left: 200px;
margin-top: 10px;
padding: 20px 30px;
position: relative;
width: 58%;
}
/** Arrow **/
.wp-smush-super-smush-content:after {
right: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(223, 246, 250, 0);
border-right-color: #dff6fa;
border-width: 10px;
margin-top: -10px;
}
.wpmud .wp-smush-super-smush-content a,
.wpmud .wp-smush-super-smush-content a:hover,
.wpmud .wp-smush-super-smush-content a:visited {
color: black;
text-decoration: underline;
}
.wpmud .wp-smush-setting-row .toggle .toggle-checkbox {
display: inline-block;
opacity: 0;
}
.wp-smush-resize-settings-wrap, .wp-smush-png_to_jpg-wrap, .wp-smush-image-size-list {
background: rgba(0, 0, 0, 0.05);
border-radius: 5px;
color: #555;
font-family: "Roboto", sans-serif;
margin: 1.5em 0;
overflow: auto;
padding: 30px;
vertical-align: middle;
}
.wpmud .wp-smush-image-size-list label {
clear: left;
float: left;
font-size: 13px;
}
.wpmud .wp-smush-resize-settings-wrap label {
display: inline-block;
margin-bottom: 0;
overflow: hidden;
}
.wpmud .wp-smush-png_to_jpg-wrap label {
font-weight: 400;
}
.wpmud .wp-smush-resize-settings-wrap label:first-child {
padding-left: 0;
}
.wpmud .wp-smush-resize-settings-wrap .wp-smush-resize-input, .wpmud .wp-smush-png_to_jpg-wrap .wp-smush-png_to_jpg_background {
display: inline-block;
margin-left: 10px;
width: 120px;
}
.wpmud .wp-smush-png_to_jpg-wrap .wp-smush-png_to_jpg_background {
margin-left: 0;
width: 100px;
}
.wpmud .wp-smush-resize-input.error, .wpmud #png_to_jpg_background.error {
border-color: #fd8b8b;
}
.wpmud .smush-s3-setup-error {
margin-top: 15px;
}
.wpmud .smush-s3-setup-error p {
color: #333;
display: inline-block;
font-size: 15px;
margin-top: 0;
}
.wp-smush-settings-info {
background: #e0f6fa;
border-radius: 5px;
font-size: 13px;
line-height: 1.5;
margin-top: 20px;
padding: 20px 30px;
}
.smush-final-log.notice.notice-warning {
max-height: 200px;
overflow: auto;
}
/** Hide W3TC notice on smush pages, it breaks them all **/
.wpmud #edge-mode {
display: none;
}
.smush-page-wrap {
margin: 10px 20px 0 2px;
}
/** Circle Style **/
.wp-smush-stats-graph {
display: inline-block;
}
.wp-smush-progress-circle {
border-radius: 100%;
display: block;
height: 50px;
position: relative;
width: 50px;
}
.wp-smush-progress-circle .wp-smush-svg-circle {
stroke: #E5E5E5;
stroke-dashoffset: 80;
stroke-width: 5px;
-ms-transition: stroke-dashoffset 1s linear;
-moz-transition: stroke-dashoffset 1s linear;
-webkit-transition: stroke-dashoffset 1s linear;
transition: stroke-dashoffset 1s linear;
}
.wp-smush-progress-circle .wp-smush-svg-circle-progress {
transform: rotate(-80deg) translateX(-45px) translateY(4px);
-moz-transform: rotate(-80deg) translateX(-45px) translateY(4px);
-webkit-transform: rotate(-80deg) translateX(-45px) translateY(4px);
}
.wp-smush-optimisation-progress {
color: #28B576;
cursor: pointer;
position: relative;
}
.wp-smush-optimisation-progress .wp-smush-progress-circle .wp-smush-svg-circle-progress {
stroke: #28B576;
}
.wpmud #wp-smush-share-widget {
background-image: url(../images/share-bg-small.png);
background-repeat: no-repeat;
background-position: 30px 24px;
min-height: 144px;
padding: 21px;
}
#wp-smush-share-widget .box-content {
color: #767676;
font-size: 15px;
font-weight: 400;
letter-spacing: -0.015em;
line-height: 1.5;
margin-left: 158px;
}
#wp-smush-twitter-share {
background: #1da1f2;
}
#wp-smush-twitter-share:hover:not(:focus):not(:active):not(.wph-button):not(#collapse-button):not([tooltip]) {
background-color: #0A9BD6;
}
#wp-smush-facebook-share {
background: #3b5998;
}
#wp-smush-facebook-share:hover:not(:focus):not(:active):not(.wph-button):not(#collapse-button):not([tooltip]) {
background-color: #2b4886;
}
#wp-smush-whatsapp-share {
background-color: #00ba00;
background-image: url(../images/whatsapp-button-16px.png);
background-repeat: no-repeat;
background-position: 20px 12px;
display: none;
padding-left: 47px;
}
.wp-smush-share-buttons-wrapper {
margin-top: 20px;
overflow: hidden;
}
.wpmud .button.wp-smush-share-button {
font-weight: 400;
}
.wp-smush-share-button .dev-icon {
margin-right: 12px;
}
.wpmud .wp-smush-share-message {
font-weight: 500;
}
/** Override WP Footer Styling, Hide it on WPMU pages only, if we really need to **/
.wp-admin #wpfooter {
display: block;
}
.wpmud #wpfooter {
display: none;
}
/** Directory Browser **/
div.wp-smush-dir-desc {
font-size: 15px;
font-weight: 500;
line-height: 30px;
padding: 10px 0 25px;
}
.wp-smush-dir-browser {
overflow: hidden;
}
.wpmud .wp-smush-dir-browser input.wp-smush-dir-path {
width: 450px;
}
.wpmud .wp-smush-dir-browser input.wp-smush-dir-path,
.wpmud .wp-smush-dir-browser button,
.wpmud .wp-smush-dir-browser label {
display: inline-block;
}
.wp-smush-loading-wrap {
float: left;
margin: 0 auto;
overflow: hidden;
width: 150px;
}
.wpmud .dev-overlay.wp-smush-list-dialog .title h3 {
padding: 20px 0;
}
.wp-smush-list-dialog .box-scroll {
margin-top: 80px;
}
.wpmud .dev-overlay.wp-smush-list-dialog .box {
margin-left: -300px;
padding: 35px 35px 30px;
width: 600px;
}
.wp-smush-select-dir {
float: right;
margin-top: 20px;
width: 154px;
}
.wp-smush-list-dialog .spinner {
float: left;
}
.wpmud .dev-overlay.wp-smush-list-dialog .box .title {
margin-bottom: 20px;
}
.dev-overlay.wp-smush-list-dialog .wp-smush-instruct {
color: #888888;
font-size: 14px;
font-weight: 500;
padding-bottom: 20px;
padding-top: 8px;
}
.wpmud UL.jqueryFileTree a, .wpmud UL.jqueryFileTree a:hover {
background: #f8f8f8;
color: #888888;
font-family: "Roboto", sans-serif;
font-size: 14px;
font-weight: 500;
}
.jqueryFileTree .wp-smush-list {
margin-top: 2px;
vertical-align: top;
}
.jqueryFileTree li {
display: inline-block;
}
.wpmud UL.jqueryFileTree LI {
padding: 0 0 5px 20px;
}
.wpmud UL.jqueryFileTree LI.ext_tif,
.wpmud UL.jqueryFileTree LI.ext_tiff,
.wpmud UL.jqueryFileTree LI.ext_png,
.wpmud UL.jqueryFileTree LI.ext_pcx,
.wpmud UL.jqueryFileTree LI.ext_jpeg,
.wpmud UL.jqueryFileTree LI.ext_jpg,
.wpmud UL.jqueryFileTree LI.ext_gif,
.wpmud UL.jqueryFileTree LI.ext_bmp {
background: url(../images/image.svg) left top no-repeat
}
.wpmud UL.jqueryFileTree LI.directory {
background: url(../images/folder-closed.svg) left top no-repeat;
}
.wpmud UL.jqueryFileTree LI.expanded {
background: url(../images/folder-open.svg) left top no-repeat;
}
.wpmud UL.jqueryFileTree LI.expanded.selected {
background: url(../images/folder-open-selected.svg) left top no-repeat;
}
.wpmud UL.jqueryFileTree LI.expanded.selected > a {
color: #17a8e3;
}
.wpmud UL.jqueryFileTree LI.expanded.selected #Folder-22px-Solid-3-Open {
fill: #17a8e3;
}
.wpmud UL.jqueryFileTree LI.selected > a {
font-weight: 500;
}
li.directory.selected.expanded ul.jqueryFileTree {
margin-top: 10px;
}
/** Image List **/
.wpmud .wp-smush-div-heading {
display: inline-block;
overflow: hidden;
}
/** Smush Button Wrapper **/
.wp-smush-all-button-wrap {
display: inline-block;
float: right;
overflow: hidden;
}
.wp-smush-all-button-wrap.top {
display: inline-block;
margin-bottom: 20px;
}
div.wp-smush-all-button-wrap.bottom {
margin-top: 14px;
}
.wp-smush-all-button-wrap .spinner {
margin-top: 12px;
}
.wp-smush-start {
float: right;
vertical-align: top;
}
.wpmud button.wp-smush-pause {
cursor: pointer;
float: right;
}
.wpmud button.wp-smush-start:disabled:not(.finished),
.wpmud button.wp-smush-pause.disabled {
display: none !important;
}
.wpmud button.wp-smush-start.finished {
background: #1abc9c !important;
opacity: 1;
}
.wp-smush-image-list {
line-height: 1.5;
}
.wp-smush-image-ul {
margin: 5px 0;
}
.wp-smush-image-list-inner {
display: none;
max-height: 0;
opacity: 0;
overflow-y: scroll;
padding: 15px 20px 0;
transition: 0.6s ease-in-out;
}
.wp-smush-image-list-inner.show {
display: block;
opacity: 1;
max-height: 500px;
}
span.wp-smush-li-path {
cursor: pointer;
font-weight: 500;
position: relative;
}
li.wp-smush-image-ul span.wp-smush-li-path {
background: url("../images/folder-closed.svg") no-repeat;
background-position-y: 3px;
line-height: 1.5;
padding: 4px 30px 3px;
}
li.wp-smush-image-ul.in-progress span.wp-smush-li-path {
background: none;
padding: 0;
}
li.wp-smush-image-ul.complete span.wp-smush-li-path,
li.wp-smush-image-ul.partial span.wp-smush-li-path {
background: none;
}
/** Show loader **/
li.wp-smush-image-ul.in-progress span.spinner,
li.wp-smush-image-ul li.wp-smush-image-ele.in-progress span.spinner {
float: left;
margin-top: 0px;
margin-left: 0;
display: inline-block;
margin-right: 11px;
}
li.wp-smush-image-ul.complete span.wp-smush-li-path:before,
li.wp-smush-image-ul.partial span.wp-smush-li-path:before {
box-shadow: none;
color: #1ABC9C;
content: '\67';
font-family: 'WPMU-DEV-App-Icons';
font-size: 20px;
font-style: normal;
font-variant: normal;
font-weight: normal;
height: 22px;
left: 0;
line-height: 22px;
margin-top: -8px;
opacity: 1;
position: absolute;
speak: none;
transition-duration: 0.2s;
transition-property: color, opacity;
text-transform: none;
top: 50%;
vertical-align: middle;
width: 22px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
li.wp-smush-image-ul.partial span.wp-smush-li-path:before {
color: #ffd000;
content: '\f06a';
font-family: 'FontAwesomeWdv';
font-size: 22px;
margin-left: 1px;
}
.wp-smush-image-count {
background: #f2f2f2;
border-radius: 20px;
margin-left: 10px;
padding: 5px 10px;
vertical-align: middle;
}
div.wp-smush-dir-stats-wrap, div.wp-smush-scan-result {
background: white;
}
div.wp-smush-scan-result div.wp-smush-notice {
margin-top: 14px;
padding: 15px 30px;
}
div.wp-smush-scan-result div.wp-smush-notice .wdv-icon,
div.wp-smush-scan-result div.wp-smush-notice .dev-icon,
div.smush-s3-setup-error i.dev-icon {
display: inline-block;
font-size: 22px;
margin-right: 5px;
margin-top: -3px;
vertical-align: middle;
}
div.wp-smush-scan-result hr.primary-separator {
margin: 10px 0 28px;
}
div.wp-smush-scan-result hr {
margin: 20px 0;
}
div.wp-smush-scan-result div.content {
overflow: hidden;
width: 100%;
}
.wpmud a.wp-smush-exclude-dir {
color: #878787;
cursor: pointer;
display: inline-block;
float: right;
font-size: 15px;
font-weight: 700;
margin-right: 16px;
padding: 0 10px;
}
.wpmud a.wp-smush-exclude-dir:hover {
color: #878787;
}
div.dir-smush-button-wrap {
margin-top: 14px;
overflow: hidden;
}
div.dir-smush-button-wrap.top {
height: 40px;
margin-top: 0;
margin-bottom: 30px;
}
div.dir-smush-button-wrap button, div.dir-smush-button-wrap span {
float: left;
}
div.dir-smush-button-wrap span {
margin-top: 10px;
}
.wpmud button.wp-smush-browse {
background-color: #9E9E9E !important;
}
.wp-smush-loading-text {
font-size: 20px;
line-height: 1.3;
visibility: visible;
}
.wp-smush-select-button-wrap {
padding: 20px;
background: #f9f9f9;
border-radius: 5px;
margin-top: 25px;
overflow: hidden;
}
.wp-smush-select-button-wrap .wp-smush-section-desc {
color: #888;
display: inline-block;
float: left;
line-height: 22px;
max-width: 59%;
}
.wp-smush-select-button-wrap .spinner {
margin-top: 12px;
}
.wp-smush-image-ele {
margin: 15px 0;
}
li.wp-smush-image-ele span.wp-smush-image-path {
padding: 4px 0 3px;
}
.wp-smush-image-ele:last-child {
margin: 15px 0 0;
}
.wp-smush-image-ele .spinner {
float: left;
margin-left: 0;
margin-top: 1px;
}
.wp-smush-image-ul .wp-smush-image-ele .spinner {
margin-left: 18px;
position: relative;
}
.wp-smush-image-ele-status {
color: #C6C6C6;
display: inline-block;
height: 22px;
line-height: 1;
margin-right: 10px;
overflow: hidden;
position: relative;
width: 22px;
vertical-align: middle;
}
.wp-smush-image-ele-status:after {
box-shadow: none;
content: url("../images/image.svg");
font-family: 'WPMU-DEV-App-Icons';
font-size: 20px;
font-style: normal;
font-variant: normal;
font-weight: normal;
height: 22px;
line-height: 22px;
margin-top: -12px;
opacity: 1;
position: absolute;
speak: none;
transition-duration: 0.2s;
transition-property: color, opacity;
text-transform: none;
top: 50%;
vertical-align: middle;
width: 22px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
li.wp-smush-image-ele.in-progress .wp-smush-image-ele-status {
display: none;
}
/** Optimised Image **/
li.wp-smush-image-ele.optimised .wp-smush-image-ele-status:after {
content: '\67';
color: #1ABC9C;
}
li.wp-smush-image-ele.error .wp-smush-image-ele-status:after {
color: #ffd000;
content: '\f06a';
font-family: 'FontAwesomeWdv';
}
div.wp-smush-dir-notice {
padding: 15px 20px;
background: #fff5d5;
border-radius: 5px;
margin-top: 20px;
font-size: 14px;
font-weight: 500;
}
div.wp-smush-dir-notice .wdv-icon-exclamation-sign {
margin-right: 10px;
vertical-align: middle;
}
div.wp-smush-dir-notice .wdv-icon-exclamation-sign:before {
color: #ffd000;
content: '\f06a';
font-family: 'FontAwesomeWdv';
font-size: 22px;
margin-left: 1px;
margin-top: 4px;
vertical-align: middle;
}
div.wp-smush-dir-progress-wrap {
display: inline-block;
float: right;
font-weight: 600;
padding-top: 4px;
width: 145px;
}
div.wp-smush-dir-progress-wrap.hidden {
display: none;
}
span.smush-percent {
display: inline-block;
text-align: right;
width: 34px;
}
div.wp-smush-dir-progress-wrap-inner {
background: #e6e6e6;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
display: inline-block;
height: 10px;
margin-left: 10px;
position: relative;
width: 100px;
}
.wp-smush-dir-progress {
background: #ffd000;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
display: block;
height: 100%;
position: relative;
overflow: hidden;
transition: 0.4s linear;
transition-property: width, background-color;
}
.wp-smush-dir-progress.complete {
background: #1abc9c;
}
.wp-smush-dir-progress.complete ~ a.wp-smush-exclude-dir {
display: none;
}
div.wp-smush-info.notice {
font-size: 15px;
letter-spacing: -0.015em;
margin: 0 0 30px;
padding: 15px;
}
.wpmud div.smush-page-wrap button:not(.wph-button):not(#collapse-button),
.wpmud div.smush-page-wrap .button {
background-color: #17A8E3;
}
.wpmud div.smush-page-wrap button:hover:not(:focus):not(:active):not(.wph-button):not(#collapse-button):not([tooltip]),
.wpmud .div.smush-page-wrap button:hover:not(:focus):not(:active):not(.wph-button):not(#collapse-button):not([tooltip]),
.wpmud .smush-page-wrap .wp-smush-submit-wrap .button.button-grey:hover:not(:focus):not(:active):not(.wph-button):not(#collapse-button):not([tooltip]) {
background: #0A9BD6;
}
.wpmud .smush-page-wrap .button.button-grey {
background: #AEAEAE;
}
/** Media Queries **/
@media screen and (max-width: 1110px) {
.wpmud .row .col-half.wp-smushit-container-left,
.wpmud .row .col-half.wp-smushit-container-right {
padding-left: 0;
padding-right: 0;
width: 100%;
}
}
@media screen and (max-width: 1100px) {
li.wp-smush-image-ul span.wp-smush-li-path {
max-width: 75%;
display: inline-block;
padding-right: 0;
}
span.wp-smush-image-count {
display: inline-block;
margin-left: 0;
overflow: hidden;
text-align: center;
}
li.wp-smush-image-ul.complete span.wp-smush-li-path:before,
li.wp-smush-image-ul.partial span.wp-smush-li-path:before {
margin-top: 0;
top: 4px;
}
li.wp-smush-image-ul.partial span.wp-smush-li-path:before {
margin-top: 2px;
}
}
@media screen and (max-width: 1024px) and ( min-width: 800px ) {
.wpmud .wrap .dev-box:not(.wp-smush-pro-adv) {
padding: 20px;
}
.wpmud .dev-box.wp-smush-pro-adv .box-title, .wpmud .wp-smush-pro-adv .box-content {
padding: 0 20px;
}
/** Stats Section **/
.wpmud .smush-stats-wrapper {
font-size: 12px;
}
.smush-stats-wrapper h3 {
padding: 6px 0;
}
.smush-stats-wrapper .smush-container-subheading {
margin-top: 20px;
}
.wpmud .wp-smush-stats, .wp-smush-stats-wrap {
font-size: 20px;
}
/** Sub Heading **/
.wpmud .smush-container-subheading {
font-size: 12px;
}
}
/** Media Queries for resolution between 782px - 1024px **/
@media screen and (max-width: 1024px) {
/** Configure screen **/
.wpmud .row .wp-smush-lady.col-third {
display: none;
}
/** Media Library Stats **/
.wp-list-table .smushit .wp-smush-stats-holder tr th {
display: inline-block;
width: 50%;
box-sizing: border-box;
}
.wp-list-table .smushit .wp-smush-stats-holder tr td:first-child {
border-right: none;
box-sizing: border-box;
display: inline-block !important;
width: 50% !important;
}
.wp-list-table .smushit .wp-smush-stats-holder tr td:last-child {
box-sizing: border-box;
display: inline-block !important;
float: none;
overflow: visible;
width: 50% !important;
}
.wpmud .wp-smush-promo-content, .wpmud .wp-smush-promo-content-smaller {
max-width: none;
}
}
@media only screen and (min-width: 1100px) and ( max-width: 1200px ) {
.wp-smush-super-smush-promo .wp-smush-super-smush-content {
margin-left: 170px;
padding: 10px 20px;
}
}
@media only screen and (max-width: 960px) {
.wpmud .dev-overlay.wp-smush-list-dialog {
left: 35px;
}
}
/** Media Queries for resolution below 782px **/
@media only screen and (max-width: 800px) {
.wpmud .wp-smushit-container-wrap .col-half.wp-smushit-container-left, .wpmud .wp-smushit-container-wrap .col-half.wp-smushit-container-right {
padding: 0;
width: 100%;
}
.wpmud .wp-smush-welcome-content {
margin: 0 30px 0px 160px;
}
.dev-box.bulk-smush-wrapper.wp-smush-container {
padding: 20px 10px;
}
.wpmud .wp-smush-super-smush-content {
margin-left: 160px;
}
}
@media only screen and (max-width: 782px) {
.wpmud .dev-overlay.wp-smush-list-dialog {
left: 0;
}
}
@media screen and (max-width: 750px) {
.wpmud .dev-box#wp-smush-share-widget {
background-position: 30px 45px;
}
}
/** For directory smush image listing **/
@media screen and (max-width: 672px) {
li.wp-smush-image-ul span.wp-smush-li-path {
max-width: 65%;
}
}
@media screen and (max-width: 650px) {
.wpmud .dev-box#wp-smush-share-widget {
background-image: none;
}
.wpmud #wp-smush-share-widget .box-content {
margin-left: 0;
padding: 20px;
}
.wpmud .button.wp-smush-share-button,
.wpmud a + .button.wp-smush-share-button {
margin-bottom: 10px;
margin-left: 0;
text-align: center;
width: 100%;
}
.wpmud .button.wp-smush-share-button .dev-icon {
float: left;
}
.wpmud #wp-smush-whatsapp-share {
display: inline-block;
}
}
@media screen and (max-width: 600px) {
.wpmud .wp-smush-welcome.wp-smush-container {
background-position: 43% bottom;
padding-bottom: 148px;
}
.wpmud .wp-smush-welcome-content {
margin: 0 30px 0px 0;
max-width: 100%;
}
.wpmud .dev-overlay.wp-smush-list-dialog {
top: 0;
}
.wpmud .dev-overlay.wp-smush-list-dialog .box {
margin-left: -40%;
width: 80%;
}
.wp-smush-select-button-wrap .wp-smush-section-desc {
width: 100%;
max-width: none;
}
div.wp-smush-select-button-wrap-child {
overflow: hidden;
float: left;
margin-top: 14px;
}
div.wp-smush-select-button-wrap-child span.spinner {
float: right;
}
}