initial commit
This commit is contained in:
2
hamrokhaanpaan/wp-content/__plugins/wp-optimize/css/admin-3-2-3.min.css
vendored
Normal file
2
hamrokhaanpaan/wp-content/__plugins/wp-optimize/css/admin-3-2-3.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
589
hamrokhaanpaan/wp-content/__plugins/wp-optimize/css/admin.css
Normal file
589
hamrokhaanpaan/wp-content/__plugins/wp-optimize/css/admin.css
Normal file
@@ -0,0 +1,589 @@
|
||||
.wpo_hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.wpo_info {
|
||||
background: #FFF;
|
||||
color: #444;
|
||||
font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
||||
margin: 2em auto;
|
||||
padding: 1em 2em;
|
||||
max-width: 700px;
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,0.13);
|
||||
}
|
||||
|
||||
#wp-optimize-wrap .widefat thead th, #wp-optimize-wrap .widefat thead td {
|
||||
border-bottom: 1px solid #E1E1E1;
|
||||
}
|
||||
|
||||
#wp-optimize-wrap .widefat td, #wp-optimize-wrap .widefat th {
|
||||
padding: 8px 10px;
|
||||
}
|
||||
|
||||
/* big button */
|
||||
.wpo_primary_big {
|
||||
padding: 4px 6px !important;
|
||||
font-size: 22px !important;
|
||||
min-height: 34px;
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
/* SECTIONS */
|
||||
.wpo_section {
|
||||
clear: both;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wp-optimize-settings {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.wp-optimize-settings td > label {
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
/* COLUMN SETUP */
|
||||
.wpo_col {
|
||||
display: block;
|
||||
float: left;
|
||||
margin: 1% 0 1% 1%;
|
||||
}
|
||||
|
||||
.wpo_col:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/* GROUPING */
|
||||
.wpo_group:before,
|
||||
.wpo_group:after {
|
||||
content: "";
|
||||
display: table;
|
||||
}
|
||||
|
||||
.wpo_group:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.wpo_half_width {
|
||||
width: 48%;
|
||||
}
|
||||
|
||||
/* GRID OF THREE */
|
||||
.wpo_span_3_of_3 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wpo_span_2_of_3 {
|
||||
width: 65.3%;
|
||||
}
|
||||
|
||||
.wpo_span_1_of_3 {
|
||||
width: 32.1%;
|
||||
}
|
||||
|
||||
#wp-optimize-wrap .nav-tab-wrapper {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 549px) {
|
||||
|
||||
.show_on_default_sizes {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.show_on_mobile_sizes {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media screen and (max-width: 548px) {
|
||||
|
||||
.show_on_default_sizes {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.show_on_mobile_sizes {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
|
||||
.wpo_col {
|
||||
margin: 1% 0;
|
||||
}
|
||||
|
||||
.wpo_span_3_of_3 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wpo_span_2_of_3 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wpo_span_1_of_3 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wpo_half_width {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* .wp-optimize-settings-clean-transient label, .wp-optimize-settings-clean-pingbacks label, .wp-optimize-settings-clean-trackbacks label, .wp-optimize-settings-clean-postmeta label, .wp-optimize-settings-clean-orphandata label, .wp-optimize-settings-clean-commentmeta label */
|
||||
|
||||
/* Optimizations tab */
|
||||
|
||||
.wp-optimize-setting-is-sensitive td > label::before {
|
||||
content: "\f534";
|
||||
font-family: 'dashicons';
|
||||
display: inline-block;
|
||||
margin-right: 6px;
|
||||
font-style: normal;
|
||||
line-height: 1;
|
||||
vertical-align: middle;
|
||||
width: 20px;
|
||||
font-size: 18px;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
color: #72777C;
|
||||
}
|
||||
|
||||
.wpo-run-optimizations__container {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.wp-optimize-optimizations-table-placeholder {
|
||||
min-height: 80px;
|
||||
}
|
||||
|
||||
td.wp-optimize-settings-optimization-checkbox {
|
||||
width: 18px;
|
||||
padding-left: 4px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
.wp-optimize-settings-optimization-checkbox input {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#retention-period, #revisions-count {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.wp-optimize-settings-optimization-info {
|
||||
font-size: 80%;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.wp-optimize-settings input[type="checkbox"] {
|
||||
/* width: 18px; */
|
||||
}
|
||||
|
||||
/* Added for the Image on Addons tab*/
|
||||
img.addons {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: 20px;
|
||||
max-height: 44px;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.wpo_spinner {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
padding-left: 10px;
|
||||
display: none;
|
||||
position: relative;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.optimization_spinner {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
#wp-optimize-auto-options {
|
||||
margin: 20px 0 0 28px;
|
||||
}
|
||||
|
||||
.display-none {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.visibility-hidden {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.margin-one-percent {
|
||||
margin: 1%;
|
||||
}
|
||||
|
||||
#save_done, .save-done {
|
||||
color: #D94F00;
|
||||
font-size: 220% !important;
|
||||
}
|
||||
|
||||
.wp-optimize-settings-optimization-info a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.wp-optimize-settings-optimization-run-spinner {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 782px) {
|
||||
|
||||
td.wp-optimize-settings-optimization-run {
|
||||
width: 180px;
|
||||
padding-top: 16px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#wpoptimize_table_list .tablesorter-filter-row {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#wpoptimize_table_list .optimization_spinner {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
#wpoptimize_table_list .optimization_spinner.visibility-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#wpoptimize_table_list_filter {
|
||||
width: 100%;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#wpoptimize_table_list_tables_not_found {
|
||||
display: none;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
div#wpoptimize_table_list_tables_not_found + h3 {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
/* Hide First column */
|
||||
#wpoptimize_table_list tr th:first-child,
|
||||
#wpoptimize_table_list tr td:first-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#wpoptimize_table_list tr td.no-table {
|
||||
display: table-cell !important;
|
||||
background: #FB8787;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#optimize_form .select2-container,
|
||||
#wp-optimize-auto-options .select2-container {
|
||||
width: 50% !important;
|
||||
top: -5px;
|
||||
height: 40px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
#wpoptimize_table_list .optimization_done_icon {
|
||||
color: #009B24;
|
||||
font-size: 200%;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#wpo_sitelist_show_moreoptions_cron {
|
||||
font-size: 13px;
|
||||
line-height: 1.5;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
#wp-optimize-nav-tab-contents-images .wpo_span_2_of_3 h3 {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.wpo_remove_selected_sizes_btn__container {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.unused-image-sizes__label {
|
||||
display: block;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
@media (max-width: 782px) {
|
||||
|
||||
.unused-image-sizes__label {
|
||||
margin-left: 30px;
|
||||
margin-bottom: 15px;
|
||||
line-height: 1;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.unused-image-sizes__label input[type=checkbox] {
|
||||
margin-left: -30px;
|
||||
}
|
||||
|
||||
body.rtl .unused-image-sizes__label {
|
||||
margin-right: 30px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
body.rtl .unused-image-sizes__label input[type=checkbox] {
|
||||
margin-left: 4px;
|
||||
margin-right: -30px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#wp-optimize-nav-tab-contents-tables a {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#wpo_sitelist_moreoptions,
|
||||
#wpo_sitelist_moreoptions_cron {
|
||||
margin: 4px 16px 6px 0;
|
||||
border: 1px dotted;
|
||||
padding: 6px 10px;
|
||||
max-height: 300px;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#wpo_sitelist_moreoptions {
|
||||
max-height: 150px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
#wpo_settings_sites_list li,
|
||||
#wpo_settings_sites_list li a {
|
||||
font-size: 13px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
#wpo_sitelist_moreoptions_cron li {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
#wpo_import_error_message {
|
||||
display: none;
|
||||
color: #9B0000;
|
||||
}
|
||||
|
||||
#wpo_import_success_message {
|
||||
display: none;
|
||||
color: #46B450;
|
||||
}
|
||||
|
||||
#wp-optimize-logging-options {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/* Logger settings*/
|
||||
.wpo_logging_header {
|
||||
font-weight: bold;
|
||||
border-top: 1px solid #333;
|
||||
border-bottom: 1px solid #333;
|
||||
padding: 5px 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wpo_logging_row {
|
||||
border-bottom: 1px solid #A1A2A3;
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
.wpo_logging_logger_title,
|
||||
.wpo_logging_options_title,
|
||||
.wpo_logging_status_title,
|
||||
.wpo_logging_actions_title,
|
||||
.wpo_logging_logger_row,
|
||||
.wpo_logging_options_row,
|
||||
.wpo_logging_status_row,
|
||||
.wpo_logging_actions_row {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.wpo_logging_logger_title,
|
||||
.wpo_logging_logger_row {
|
||||
width: 38%;
|
||||
}
|
||||
|
||||
.wpo_logging_options_title,
|
||||
.wpo_logging_options_row {
|
||||
width: 44%;
|
||||
}
|
||||
|
||||
.wpo_logging_status_title,
|
||||
.wpo_logging_status_row {
|
||||
width: 8%;
|
||||
}
|
||||
|
||||
.wpo_logging_actions_title,
|
||||
.wpo_logging_actions_row {
|
||||
width: 7%;
|
||||
}
|
||||
|
||||
.wpo_logging_actions_row {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.wpo_logging_options_row {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.wpo_logging_actions_row .dashicons-no-alt,
|
||||
.wpo_add_logger_form .dashicons-no-alt {
|
||||
background-color: #F06666;
|
||||
color: #FFF;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 20px;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.wpo_add_logger_form .dashicons-no-alt {
|
||||
margin-top: 12px;
|
||||
margin-right: 10px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.wpo_logger_type {
|
||||
width: 90%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.wpo_logger_addition_option {
|
||||
width: 100%;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.wpo_alert_notice {
|
||||
background-color: #F06666;
|
||||
color: #FFF;
|
||||
padding: 1em;
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.wpo_error_field {
|
||||
border-color: #F06666 !important;
|
||||
}
|
||||
|
||||
.save_settings_reminder {
|
||||
display: none;
|
||||
color: #333;
|
||||
padding: 15px 20px;
|
||||
background-color: #F0A5A4;
|
||||
border-radius: 3px;
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
#wpo_remove_selected_sizes {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.wpo_unused_images_buttons_wrap {
|
||||
float: right;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.wpo_unused_images_container h3 {
|
||||
min-width: 150px;
|
||||
}
|
||||
|
||||
#wpo_unused_images, #wpo_smush_images_grid {
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#wpo_unused_images a {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#wp-optimize-nav-tab-wpo_database-tables-contents .wpo-take-a-backup {
|
||||
margin-left: 1%;
|
||||
}
|
||||
|
||||
.run-single-table-delete {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.wpo-confirm h4 span.table-name {
|
||||
font-style: italic;
|
||||
display: inline-block;
|
||||
background: #EFEFEF;
|
||||
padding: 3px 7px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#wpo_browser_cache_output,
|
||||
#wpo_gzip_compression_output,
|
||||
#wpo_advanced_cache_output {
|
||||
background: #F0F0F0;
|
||||
padding: 10px;
|
||||
border: 1px solid #CCC;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
#wpo_gzip_compression_error_message,
|
||||
.wpo-error {
|
||||
color: #9B0000;
|
||||
}
|
||||
|
||||
.notice.wpo-error__enabling-cache {
|
||||
white-space: pre-wrap;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.notice.wpo-warnings__enabling-cache {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.notice.wpo-warnings__enabling-cache ul, .notice.wpo-warnings__enabling-cache ul li {
|
||||
list-style: inside disc;
|
||||
}
|
||||
|
||||
a.loading.wpo-refresh-gzip-status {
|
||||
color: rgba(68, 68, 68, 0.5);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.loading.wpo-refresh-gzip-status img.wpo_spinner.display-none {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#wpo_browser_cache_expire_days,
|
||||
#wpo_browser_cache_expire_hours {
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.wpo-enabled .wpo-disabled {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpo-disabled .wpo-enabled {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpo-button-wrap {
|
||||
margin-top: 10px;
|
||||
}
|
2
hamrokhaanpaan/wp-content/__plugins/wp-optimize/css/smush-3-2-3.min.css
vendored
Normal file
2
hamrokhaanpaan/wp-content/__plugins/wp-optimize/css/smush-3-2-3.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
912
hamrokhaanpaan/wp-content/__plugins/wp-optimize/css/smush.css
Normal file
912
hamrokhaanpaan/wp-content/__plugins/wp-optimize/css/smush.css
Normal file
@@ -0,0 +1,912 @@
|
||||
/**
|
||||
* Autosmush
|
||||
*/
|
||||
.wpo-fieldgroup .autosmush {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .autosmush h3 {
|
||||
font-size: 1.2em;
|
||||
margin: 3px 18px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Compression Server
|
||||
*/
|
||||
.wpo-fieldgroup .compression_server div {
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .compression_server h2 {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .compression_server h3 {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .compression_server p {
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .compression_server p:last-of-type {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .compression_server {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-flow: row wrap;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .compression_server > div {
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
margin-right: 10px;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .compression_server input[type="radio"] {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
top: calc(50% + 2px);
|
||||
left: 20px;
|
||||
transform: translatey(-50%);
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .compression_server input[type="radio"] ~ label h4 {
|
||||
color: #23282D;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0.9em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .compression_server label {
|
||||
display: block;
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
height: 100%;
|
||||
background: #FFF;
|
||||
text-align: left;
|
||||
box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .compression_server input[type="radio"] + label {
|
||||
padding: 20px;
|
||||
border: 2px solid #FFF;
|
||||
padding-left: 65px;
|
||||
position: relative;
|
||||
border-radius: 5px;
|
||||
color: #82868B;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .compression_server input[type="radio"] + label::before {
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 52px;
|
||||
height: 100%;
|
||||
border-right: 1px solid #EDEFF0;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .save-options {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .compression_server input[type="radio"]:focus + label,
|
||||
.wpo-fieldgroup .compression_server input[type="radio"] + label:hover {
|
||||
border-color: rgba(0, 134, 184, 0.38);
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .compression_server input[type="radio"]:focus + label {
|
||||
box-shadow: 0px 3px 10px -2px #5B9DD9;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .compression_server input[type="radio"]:focus + label h4 {
|
||||
color: #0086B9;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .compression_server input[type="radio"]:checked + label,
|
||||
.wpo-fieldgroup .compression_server input[type="radio"]:checked + label:hover {
|
||||
border-color: #0086B9;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 700px) {
|
||||
|
||||
.wpo-fieldgroup .compression_server {
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .compression_server > div {
|
||||
margin-bottom: 15px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Compression Options
|
||||
*/
|
||||
.wpo-fieldgroup h4 {
|
||||
margin: 1em 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .image_quality input[type=radio] {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .image_quality label {
|
||||
color: #23282D;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
padding: 5px 20px;
|
||||
background: #F9F9F9;
|
||||
float: left;
|
||||
margin: 0 .5px;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .image_quality input[type=radio]:checked + label {
|
||||
color: white;
|
||||
background: #0088B9;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .image_quality label + .wpo-fieldgroup .image_quality input[type=radio] + label {
|
||||
border-left: solid 3px #675F6B;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .image_quality.radio-group {
|
||||
border: solid .5px #C4C4C4;
|
||||
display: inline-block;
|
||||
border-radius: 5px;
|
||||
overflow: hidden;
|
||||
border-bottom: solid 2px #C4C4C4;
|
||||
background: #C4C4C4;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .image_options input {
|
||||
min-height: 16px;
|
||||
min-width: 16px;
|
||||
margin: 3px 2px;
|
||||
}
|
||||
|
||||
img#wpo_smush_images_save_options_spinner {
|
||||
max-width: 20px;
|
||||
max-height: 20px;
|
||||
}
|
||||
|
||||
span#wpo_smush_images_save_options_fail {
|
||||
font-size: inherit;
|
||||
color: red;
|
||||
}
|
||||
|
||||
span#wpo_smush_images_save_options_done {
|
||||
font-size: inherit;
|
||||
color: green;
|
||||
}
|
||||
|
||||
#smush-complete-summary span.clearfix {
|
||||
height: 10px;
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#smush-complete-summary span.close {
|
||||
display: block;
|
||||
clear: both;
|
||||
text-align: left;
|
||||
color: #DF6927;
|
||||
border: 2px solid;
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.modal-message-text {
|
||||
margin: 0 25px;
|
||||
}
|
||||
|
||||
.smush-options.custom_compression {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
#smush-backup-delete-days {
|
||||
width: 50px;
|
||||
margin: 0 8px;
|
||||
}
|
||||
|
||||
img#wpo_smush_delete_backup_spinner {
|
||||
max-width: 20px;
|
||||
max-height: 20px;
|
||||
position: relative;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
span#wpo_smush_delete_backup_done {
|
||||
font-size: inherit;
|
||||
color: green;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .smush-options.custom_compression {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
margin-left: 24px;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .smush-options.custom_compression > span {
|
||||
display: inline-block;
|
||||
padding: 6px;
|
||||
border: 1px solid #CFD2D4;
|
||||
border-radius: 4px;
|
||||
font-size: 0.9em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .smush-options.custom_compression > span.slider-start::after {
|
||||
content: '';
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 100%;
|
||||
transform: translate(-3px, 8px) rotate(45deg);
|
||||
border-right: 1px solid #CFD2D4;
|
||||
border-top: 1px solid #CFD2D4;
|
||||
background: #EDEFF0;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .smush-options.custom_compression > span.slider-end::before {
|
||||
content: '';
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 100%;
|
||||
transform: translate(3px, 8px) rotate(45deg);
|
||||
border-left: 1px solid #CFD2D4;
|
||||
border-bottom: 1px solid #CFD2D4;
|
||||
background: #EDEFF0;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .smush-options.custom_compression > input {
|
||||
margin-left: 8px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 782px) {
|
||||
|
||||
.wpo-fieldgroup input[type="radio"] {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup input[type="radio"]:checked:before {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .smush-options.custom_compression {
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .smush-options.custom_compression > input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .smush-options.custom_compression > span {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .smush-options.custom_compression > span.slider-start::after {
|
||||
left: 0;
|
||||
transform: translate(7px, 22px) rotate(135deg);
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .smush-options.custom_compression > span.slider-end::before {
|
||||
right: auto;
|
||||
left: 100%;
|
||||
transform: translate(-14px, -5px) rotate(135deg);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Uncompressed images
|
||||
*/
|
||||
|
||||
#wpo_smush_settings .align-left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#wpo_smush_settings .align-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .wpo_smush_images_buttons_wrap {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .smush-refresh-icon,
|
||||
.wpo-fieldgroup .smush-select-actions {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup img.wpo_smush_images_loader {
|
||||
display: none;
|
||||
min-height: 20px;
|
||||
min-width: 20px;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .dashicons.dashicons-image-rotate, {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .wpo-toggle-advanced-options {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
color: #0088BC;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .button.wpo-toggle-advanced-options {
|
||||
display: block;
|
||||
width: calc(100% + 40px);
|
||||
margin-left: -20px;
|
||||
margin-right: -20px;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .button.wpo-toggle-advanced-options span.dashicons {
|
||||
text-decoration: none;
|
||||
font-size: 16px;
|
||||
height: 16px;
|
||||
vertical-align: middle;
|
||||
color: #444;
|
||||
transition: .2s all;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .wpo-toggle-advanced-options span.text {
|
||||
background: #F2F4F4;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .button.wpo-toggle-advanced-options:hover,
|
||||
.wpo-fieldgroup .button.wpo-toggle-advanced-options:focus {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .button.wpo-toggle-advanced-options .wpo-toggle-advanced-options__text-show {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .button.wpo-toggle-advanced-options .wpo-toggle-advanced-options__text-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .button.wpo-toggle-advanced-options.opened .wpo-toggle-advanced-options__text-show {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .button.wpo-toggle-advanced-options.opened .wpo-toggle-advanced-options__text-hide {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .button.wpo-toggle-advanced-options.opened::before {
|
||||
content: '';
|
||||
border-top: 1px solid #CCC;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 16px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .button.wpo-toggle-advanced-options.opened span.dashicons {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .wpo-advanced-options {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpo-advanced-options > fieldset:first-child {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.wpo-fieldgroup .button.wpo-toggle-advanced-options.opened + .wpo-advanced-options {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.wpo_smush_image:focus-within label {
|
||||
box-shadow: 0 0 4px #0272AA;
|
||||
}
|
||||
|
||||
.wpo_smush_image .wpo_smush_image__input:checked + label {
|
||||
border-color: #0272AA;
|
||||
}
|
||||
|
||||
.uncompressed-images input[type="checkbox"] {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.uncompressed-images small.red {
|
||||
clear: both;
|
||||
display: block;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.smush-actions .wpo_primary_small {
|
||||
display: inline-block;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.smush-actions {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.smush-actions .dashicons.dashicons-yes {
|
||||
font-size: 15px;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.smush-actions img {
|
||||
max-height: 25px;
|
||||
max-width: 25px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Log and panels
|
||||
*/
|
||||
|
||||
#smush-log-modal {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#log-panel {
|
||||
height: 80%;
|
||||
overflow: scroll;
|
||||
margin: 2%;
|
||||
}
|
||||
|
||||
#log-panel pre {
|
||||
text-align: left;
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
background: gainsboro;
|
||||
}
|
||||
|
||||
.smush-information {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Smush modal progress box & related styling
|
||||
*/
|
||||
|
||||
#smush_stats {
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
padding: 2%;
|
||||
min-width: 350px;
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
#smush_stats .wpo_smush_stats_cta_btn {
|
||||
clear: both;
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#smush_stats .smush_stats_row td:first-child {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#smush_stats tr.smush_stats_row td:last-child {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#smush_stats #wpo_smush_images_information_container p {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#smush-complete-summary .checkmark-circle {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#smush-complete-summary .checkmark-circle .background {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border-radius: 50%;
|
||||
background: #DF6927;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#smush-complete-summary .checkmark-circle .checkmark {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#smush-complete-summary .checkmark-circle .checkmark.draw:after {
|
||||
animation-delay: 100ms;
|
||||
animation-duration: 1s;
|
||||
animation-timing-function: ease;
|
||||
animation-name: checkmark;
|
||||
transform: scalex(-1) rotate(135deg);
|
||||
animation-fill-mode: forwards;
|
||||
}
|
||||
|
||||
#smush-complete-summary .checkmark-circle .checkmark:after {
|
||||
opacity: 1;
|
||||
height: 25px;
|
||||
width: 12.5px;
|
||||
transform-origin: left top;
|
||||
border-right: 5px solid white;
|
||||
border-top: 5px solid white;
|
||||
border-radius: 2.5px !important;
|
||||
content: '';
|
||||
left: 8.3333333333px;
|
||||
top: 25px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#smush_stats .wpo_primary_small {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#smush-complete-summary #summary-message {
|
||||
margin: 15px auto;
|
||||
}
|
||||
|
||||
img#wpo_smush_images_clear_stats_spinner {
|
||||
width: 20px;
|
||||
line-height: 1;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Animated progress bar */
|
||||
|
||||
#wpo_smush_images_information_container {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#wpo_smush_images_information_wrapper .progress-bar {
|
||||
height: 25px;
|
||||
padding: 1px;
|
||||
width: 350px;
|
||||
margin: 10px auto;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#wpo_smush_images_information_wrapper .progress-bar span {
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
|
||||
transition: width .4s ease-in-out;
|
||||
}
|
||||
|
||||
#wpo_smush_images_information_wrapper .orange span {
|
||||
background-color: #DF6927;
|
||||
}
|
||||
|
||||
#wpo_smush_images_information_wrapper .stripes span {
|
||||
background-size: 30px;
|
||||
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);
|
||||
animation: animate-stripes 3s linear infinite;
|
||||
}
|
||||
|
||||
/**
|
||||
* Smush metabox
|
||||
*/
|
||||
|
||||
#smush-metabox-inside-wrapper {
|
||||
display: inline-table;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#smush-metabox-inside-wrapper h4 {
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
||||
#smush-metabox-inside-wrapper label {
|
||||
margin-top: 5px;
|
||||
clear: left;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#smush-metabox-inside-wrapper .wpo_smush_single_image {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#smush-metabox-inside-wrapper .wpo_smush_single_image.action_button {
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
#smush-metabox-inside-wrapper fieldset {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
#smush-metabox-inside-wrapper input[type="radio"] {
|
||||
margin: -4px 4px 0 0;
|
||||
}
|
||||
|
||||
#smush-metabox-inside-wrapper .alignleft {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#smush-metabox-inside-wrapper p#smush_info {
|
||||
margin: 20px auto;
|
||||
padding-top: 10px;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#smush-metabox-inside-wrapper .wpo-toggle-advanced-options {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
clear: both;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#smush-metabox-inside-wrapper .wpo-toggle-advanced-options:not(.opened) ~ .wpo-advanced-options {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#smush-metabox-inside-wrapper .wpo-toggle-advanced-options.opened ~ .wpo-advanced-options {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
#smush-metabox-inside-wrapper .smush-options.custom_compression span {
|
||||
display: block;
|
||||
max-width: 30%;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#smush-metabox-inside-wrapper input#custom_compression_slider {
|
||||
display: block;
|
||||
clear: both;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#smush-metabox-inside-wrapper .smush-options.custom_compression span.alignleft {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#smush-metabox-inside-wrapper .smush-options.custom_compression span.alignright {
|
||||
float: right;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.smush-metabox-dashboard-link {
|
||||
clear: both;
|
||||
padding-top: 15px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.media-frame-content .attachment-compat .compat-item,
|
||||
.compat-field-wpo_compress_image {
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
.compat-field-wpo_compress_image {
|
||||
border-top: 1px solid #DDD;
|
||||
}
|
||||
|
||||
.compat-field-wpo_compress_image span.dashicons {
|
||||
text-align: left;
|
||||
float: none;
|
||||
min-height: 0;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.compat-field-wpo_compress_image td.field {
|
||||
width: auto;
|
||||
float: none;
|
||||
}
|
||||
|
||||
.compat-field-wpo_compress_image td.field [data-tooltip] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.compat-field-wpo_compress_image th.label {
|
||||
text-align: left;
|
||||
min-width: 0;
|
||||
float: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.compat-field-wpo_compress_image th.label label span {
|
||||
font-weight: 500;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* fix for elementor restore button position */
|
||||
.wpo_restore_single_image .alignright {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/**
|
||||
* Force fix the modals
|
||||
*/
|
||||
.blockUI.blockMsg.blockPage {
|
||||
z-index: 170000 !important;
|
||||
right: 0;
|
||||
left: 0 !important;
|
||||
margin-right: auto !important;
|
||||
margin-left: auto !important;
|
||||
max-width: 90%;
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
.blockUI.blockOverlay {
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
/**
|
||||
* Tooltip Styles
|
||||
*/
|
||||
|
||||
/* Add this attribute to the element that needs a tooltip */
|
||||
#smush-metabox-inside-wrapper [data-tooltip],
|
||||
.wpo-fieldgroup [data-tooltip] {
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
/* Hide the tooltip content by default */
|
||||
#smush-metabox-inside-wrapper [data-tooltip]:before,
|
||||
#smush-metabox-inside-wrapper [data-tooltip]:after,
|
||||
.wpo-fieldgroup [data-tooltip]:before,
|
||||
.wpo-fieldgroup [data-tooltip]:after {
|
||||
visibility: hidden;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
||||
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* Position tooltip above the element */
|
||||
#smush-metabox-inside-wrapper [data-tooltip]:before,
|
||||
.wpo-fieldgroup [data-tooltip]:before {
|
||||
position: absolute;
|
||||
bottom: 150%;
|
||||
left: 50%;
|
||||
margin-bottom: 5px;
|
||||
margin-left: -140px;
|
||||
padding: 12px;
|
||||
width: 275px;
|
||||
z-index: 9999;
|
||||
border-radius: 3px;
|
||||
background-color: #000;
|
||||
background-color: hsla(0, 0%, 20%, 0.95);
|
||||
color: #FFF;
|
||||
content: attr(data-tooltip);
|
||||
text-align: center;
|
||||
font-size: .85rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
#smush-metabox-inside-wrapper [data-tooltip]:before {
|
||||
margin-left: -280px;
|
||||
}
|
||||
|
||||
/* Triangle hack to make tooltip look like a speech bubble */
|
||||
#smush-metabox-inside-wrapper [data-tooltip]:after,
|
||||
.wpo-fieldgroup [data-tooltip]:after {
|
||||
position: absolute;
|
||||
bottom: 150%;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
width: 0;
|
||||
border-top: 5px solid #000;
|
||||
border-top: 5px solid hsla(0, 0%, 20%, 0.9);
|
||||
border-right: 5px solid transparent;
|
||||
border-left: 5px solid transparent;
|
||||
content: " ";
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
/* Show tooltip content on hover */
|
||||
#smush-metabox-inside-wrapper [data-tooltip]:hover:before,
|
||||
#smush-metabox-inside-wrapper [data-tooltip]:hover:after,
|
||||
.wpo-fieldgroup [data-tooltip]:hover:before,
|
||||
.wpo-fieldgroup [data-tooltip]:hover:after,
|
||||
#smush-metabox-inside-wrapper [data-tooltip]:focus:before,
|
||||
#smush-metabox-inside-wrapper [data-tooltip]:focus:after,
|
||||
.wpo-fieldgroup [data-tooltip]:focus:before,
|
||||
.wpo-fieldgroup [data-tooltip]:focus:after {
|
||||
visibility: visible;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
||||
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/**
|
||||
* Animation needed for smush
|
||||
*/
|
||||
|
||||
@keyframes checkmark {
|
||||
|
||||
0% {
|
||||
height: 0;
|
||||
width: 0;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
20% {
|
||||
height: 0;
|
||||
width: 12.5px;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
40% {
|
||||
height: 25px;
|
||||
width: 12.5px;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
100% {
|
||||
height: 25px;
|
||||
width: 12.5px;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@keyframes animate-stripes {
|
||||
|
||||
0% {
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
100% {
|
||||
background-position: 60px 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@keyframes animate-stripes {
|
||||
|
||||
0% {
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
100% {
|
||||
background-position: 60px 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#wpo_smush_restore_all_compressed_images_btn + span > span {
|
||||
line-height: 28px;
|
||||
}
|
1
hamrokhaanpaan/wp-content/__plugins/wp-optimize/css/tablesorter/theme.default.min.css
vendored
Normal file
1
hamrokhaanpaan/wp-content/__plugins/wp-optimize/css/tablesorter/theme.default.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.tablesorter-default{width:100%;font:12px/18px Arial,Sans-serif;color:#333;background-color:#fff;border-spacing:0;margin:10px 0 15px;text-align:left}.tablesorter-default th,.tablesorter-default thead td{font-weight:700;color:#000;background-color:#fff;border-collapse:collapse;border-bottom:#ccc 2px solid;padding:0}.tablesorter-default tfoot td,.tablesorter-default tfoot th{border:0}.tablesorter-default .header,.tablesorter-default .tablesorter-header{background-image:url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);background-position:center right;background-repeat:no-repeat;cursor:pointer;white-space:normal;padding:4px 20px 4px 4px}.tablesorter-default thead .headerSortUp,.tablesorter-default thead .tablesorter-headerAsc,.tablesorter-default thead .tablesorter-headerSortUp{background-image:url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);border-bottom:#000 2px solid}.tablesorter-default thead .headerSortDown,.tablesorter-default thead .tablesorter-headerDesc,.tablesorter-default thead .tablesorter-headerSortDown{background-image:url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);border-bottom:#000 2px solid}.tablesorter-default thead .sorter-false{background-image:none;cursor:default;padding:4px}.tablesorter-default tfoot .tablesorter-headerAsc,.tablesorter-default tfoot .tablesorter-headerDesc,.tablesorter-default tfoot .tablesorter-headerSortDown,.tablesorter-default tfoot .tablesorter-headerSortUp{border-top:#000 2px solid}.tablesorter-default td{background-color:#fff;border-bottom:#ccc 1px solid;padding:4px;vertical-align:top}.tablesorter-default tbody>tr.even:hover>td,.tablesorter-default tbody>tr.hover>td,.tablesorter-default tbody>tr.odd:hover>td,.tablesorter-default tbody>tr:hover>td{background-color:#fff;color:#000}.tablesorter-default .tablesorter-processing{background-position:center center!important;background-repeat:no-repeat!important;background-image:url(data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=)!important}.tablesorter-default tr.odd>td{background-color:#dfdfdf}.tablesorter-default tr.even>td{background-color:#efefef}.tablesorter-default tr.odd td.primary{background-color:#bfbfbf}.tablesorter-default td.primary,.tablesorter-default tr.even td.primary{background-color:#d9d9d9}.tablesorter-default tr.odd td.secondary{background-color:#d9d9d9}.tablesorter-default td.secondary,.tablesorter-default tr.even td.secondary{background-color:#e6e6e6}.tablesorter-default tr.odd td.tertiary{background-color:#e6e6e6}.tablesorter-default td.tertiary,.tablesorter-default tr.even td.tertiary{background-color:#f2f2f2}.tablesorter-default>caption{background-color:#fff}.tablesorter-default .tablesorter-filter-row{background-color:#eee}.tablesorter-default .tablesorter-filter-row td{background-color:#eee;border-bottom:#ccc 1px solid;line-height:normal;text-align:center;-webkit-transition:line-height .1s ease;-moz-transition:line-height .1s ease;-o-transition:line-height .1s ease;transition:line-height .1s ease}.tablesorter-default .tablesorter-filter-row .disabled{opacity:.5;cursor:not-allowed}.tablesorter-default .tablesorter-filter-row.hideme td{padding:2px;margin:0;line-height:0;cursor:pointer}.tablesorter-default .tablesorter-filter-row.hideme *{height:1px;min-height:0;border:0;padding:0;margin:0;opacity:0}.tablesorter-default input.tablesorter-filter,.tablesorter-default select.tablesorter-filter{width:95%;height:auto;margin:4px auto;padding:4px;background-color:#fff;border:1px solid #bbb;color:#333;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:height .1s ease;-moz-transition:height .1s ease;-o-transition:height .1s ease;transition:height .1s ease}.tablesorter .filtered{display:none}.tablesorter .tablesorter-errorRow td{text-align:center;cursor:pointer;background-color:#e6bf99}
|
2
hamrokhaanpaan/wp-content/__plugins/wp-optimize/css/wp-optimize-admin-3-2-3.min.css
vendored
Normal file
2
hamrokhaanpaan/wp-content/__plugins/wp-optimize/css/wp-optimize-admin-3-2-3.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
2
hamrokhaanpaan/wp-content/__plugins/wp-optimize/css/wp-optimize-global-3-2-3.min.css
vendored
Normal file
2
hamrokhaanpaan/wp-content/__plugins/wp-optimize/css/wp-optimize-global-3-2-3.min.css
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
#wpadminbar .quicklinks .menupop.hover ul li.separator .ab-item.ab-empty-item{height:2px;line-height:2px;background:rgba(255,255,255,0.0902);margin:5px 10px;width:auto;min-width:0}#wpadminbar .quicklinks .menupop ul li.wpo-cache-stats::before{content:'';display:block;margin-left:10px;margin-right:10px;border-top:1px solid rgba(114,119,124,0.48);padding-top:5px;margin-top:5px}#wpadminbar .quicklinks .menupop ul li.wpo-cache-stats .ab-item{height:auto;line-height:1.2}#wpadminbar .quicklinks .menupop ul li.wpo-cache-stats .ab-item span{line-height:1.5;font-size:80%;color:#989898}#wpadminbar .quicklinks .menupop ul li.wpo-cache-stats .ab-item h4{font-weight:500;text-transform:uppercase;color:#FFF}#wpadminbar .quicklinks .menupop ul li .ab-item.loading{opacity:.2}#wpo_always_purge_this_post_type_select+.select2{width:90% !important}.wpo-collapsible-content .smush-details th{font-weight:bold}.wpo-collapsible-content .smush-details tr{display:table-row}.wpo-collapsible-content .smush-details th,.wpo-collapsible-content .smush-details td{text-align:left;padding:0 3px;font-size:.8em}.wpo-collapsible-content .smush-details td:first-child{word-break:break-all}.wpo-collapsible{cursor:pointer}.wpo-collapsible::before{display:inline-block;width:10px}.wpo-collapsible::before{content:'+'}.wpo-collapsible.opened::before{content:'-'}.wpo-collapsible-content{display:none}.wpo-collapsible.opened+.wpo-collapsible-content{display:block}
|
||||
/*# sourceMappingURL=wp-optimize-global-3-2-3.min.css.map */
|
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["css/wp-optimize-global.css"],"names":[],"mappings":"AAAA,yBAAyB;;AAEzB;CACC,YAAY;CACZ,iBAAiB;CACjB,wCAAsB;CACtB,iBAAiB;CACjB,YAAY;CACZ,aAAa;CACb;;AAED;CACC,YAAY;CACZ,eAAe;CACf,kBAAkB;CAClB,mBAAmB;CACnB,gDAAgD;CAChD,iBAAiB;CACjB,gBAAgB;CAChB;;AAED;CACC,aAAa;CACb,iBAAiB;CACjB;;AAED;CACC,iBAAiB;CACjB,eAAe;CACf,eAAe;CACf;;AAED;CACC,iBAAiB;CACjB,0BAA0B;CAC1B,YAAY;CACZ;;AAED;CACC,aAAa;CACb;;AAED;CACC,sBAAsB;CACtB;;AAED;CACC,kBAAkB;CAClB;;AAED;CACC,mBAAmB;CACnB;;AAED;;CAEC,iBAAiB;CACjB,eAAe;CACf,iBAAiB;CACjB;;AAED;CACC,sBAAsB;CACtB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,sBAAsB;CACtB,YAAY;CACZ;;AAED;CACC,aAAa;CACb;;AAED;CACC,aAAa;CACb;;AAED;CACC,cAAc;CACd;;AAED;CACC,eAAe;CACf","file":"wp-optimize-global-3-2-3.min.css","sourcesContent":["/* Admin bar separator */\n\n#wpadminbar .quicklinks .menupop.hover ul li.separator .ab-item.ab-empty-item {\n\theight: 2px;\n\tline-height: 2px;\n\tbackground: #FFFFFF17;\n\tmargin: 5px 10px;\n\twidth: auto;\n\tmin-width: 0;\n}\n\n#wpadminbar .quicklinks .menupop ul li.wpo-cache-stats::before {\n\tcontent: '';\n\tdisplay: block;\n\tmargin-left: 10px;\n\tmargin-right: 10px;\n\tborder-top: 1px solid rgba(114, 119, 124, 0.48);\n\tpadding-top: 5px;\n\tmargin-top: 5px;\n}\n\n#wpadminbar .quicklinks .menupop ul li.wpo-cache-stats .ab-item {\n\theight: auto;\n\tline-height: 1.2;\n}\n\n#wpadminbar .quicklinks .menupop ul li.wpo-cache-stats .ab-item span {\n\tline-height: 1.5;\n\tfont-size: 80%;\n\tcolor: #989898;\n}\n\n#wpadminbar .quicklinks .menupop ul li.wpo-cache-stats .ab-item h4 {\n\tfont-weight: 500;\n\ttext-transform: uppercase;\n\tcolor: #FFF;\n}\n\n#wpadminbar .quicklinks .menupop ul li .ab-item.loading {\n\topacity: 0.2;\n}\n\n#wpo_always_purge_this_post_type_select + .select2 {\n\twidth: 90% !important;\n}\n\n.wpo-collapsible-content .smush-details th {\n\tfont-weight: bold;\n}\n\n.wpo-collapsible-content .smush-details tr {\n\tdisplay: table-row;\n}\n\n.wpo-collapsible-content .smush-details th,\n.wpo-collapsible-content .smush-details td {\n\ttext-align: left;\n\tpadding: 0 3px;\n\tfont-size: 0.8em;\n}\n\n.wpo-collapsible-content .smush-details td:first-child {\n\tword-break: break-all;\n}\n\n.wpo-collapsible {\n\tcursor: pointer;\n}\n\n.wpo-collapsible::before {\n\tdisplay: inline-block;\n\twidth: 10px;\n}\n\n.wpo-collapsible::before {\n\tcontent: '+';\n}\n\n.wpo-collapsible.opened::before {\n\tcontent: '-';\n}\n\n.wpo-collapsible-content {\n\tdisplay: none;\n}\n\n.wpo-collapsible.opened + .wpo-collapsible-content {\n\tdisplay: block;\n}"]}
|
@@ -0,0 +1,89 @@
|
||||
/* Admin bar separator */
|
||||
|
||||
#wpadminbar .quicklinks .menupop.hover ul li.separator .ab-item.ab-empty-item {
|
||||
height: 2px;
|
||||
line-height: 2px;
|
||||
background: rgba(255, 255, 255, 0.0902);
|
||||
margin: 5px 10px;
|
||||
width: auto;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks .menupop ul li.wpo-cache-stats::before {
|
||||
content: '';
|
||||
display: block;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
border-top: 1px solid rgba(114, 119, 124, 0.48);
|
||||
padding-top: 5px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks .menupop ul li.wpo-cache-stats .ab-item {
|
||||
height: auto;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks .menupop ul li.wpo-cache-stats .ab-item span {
|
||||
line-height: 1.5;
|
||||
font-size: 80%;
|
||||
color: #989898;
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks .menupop ul li.wpo-cache-stats .ab-item h4 {
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks .menupop ul li .ab-item.loading {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
#wpo_always_purge_this_post_type_select + .select2 {
|
||||
width: 90% !important;
|
||||
}
|
||||
|
||||
.wpo-collapsible-content .smush-details th {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.wpo-collapsible-content .smush-details tr {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
.wpo-collapsible-content .smush-details th,
|
||||
.wpo-collapsible-content .smush-details td {
|
||||
text-align: left;
|
||||
padding: 0 3px;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.wpo-collapsible-content .smush-details td:first-child {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.wpo-collapsible {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.wpo-collapsible::before {
|
||||
display: inline-block;
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
.wpo-collapsible::before {
|
||||
content: '+';
|
||||
}
|
||||
|
||||
.wpo-collapsible.opened::before {
|
||||
content: '-';
|
||||
}
|
||||
|
||||
.wpo-collapsible-content {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpo-collapsible.opened + .wpo-collapsible-content {
|
||||
display: block;
|
||||
}
|
Reference in New Issue
Block a user