Files
drmaterac.pl/modules/x13webp/views/css/x13webp.admin.css
2025-03-21 20:24:43 +01:00

303 lines
5.9 KiB
CSS

.preloader, .files-preloader {
position: absolute;
left: 0px;
right: 0px;
bottom: 0px;
top: 0px;
background: #fff;
z-index: 10;
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
visibility: hidden;
transition: 0.4s;
}
.preloader:after, .files-preloader:after {
content: '';
height: 40px;
width: 40px;
border: 2px solid #999;
border-top-color: #666;
border-radius: 50%;
animation: 1s spin infinite linear;
}
.files-preloader:after{
height: 25px;
width: 25px;
}
.preloader.active, .files-preloader {
opacity: 1;
visibility: visible;
}
#x13webp-products-output {
position: relative;
}
#x13webp-products-output ul {
position: absolute;
left: 0px;
right: 0px;
top: 100%;
padding: 0px;
list-style: none;
background: #fff;
z-index: 10;
box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
display: none;
max-height: 300px;
overflow: hidden scroll;
}
#x13webp-products-output ul li {
display: flex;
align-items: center;
padding: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
font-size: 14px;
cursor: pointer;
transition: 0.3s;
}
#x13webp-products-output ul li img {
max-width: 50px;
max-height: 50px;
margin-right: 10px;
}
#x13webp-products-output ul li:hover {
background: rgba(0, 0, 0, 0.1);
}
#x13webp-products-output ul.active {
display: block;
}
#x13webp-products-search-wrapper {
margin-top: 15px;
}
#x13webp-test-images-wrapper {
padding-top: 15px;
}
#x13webp-test-images-wrapper .preloader {
top: 50px;
bottom: auto;
background: none;
}
#x13webp-test-images-wrapper .image {
height: auto;
width: auto;
position: relative;
max-width: 100% !important;
}
#x13webp-test-images-wrapper .image img {
max-width: 100%;
height: auto;
width: auto;
}
#conversion-fieldset .tab-pane {
position: relative;
}
#conversion-fieldset .tab-pane form{
min-height: 300px;
display: flex;
flex-direction: column;
}
#x13webp-convert-image {
margin-top: 15px;
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.progress-td .progress {
margin: 4px 0px;
}
.progress {
display: none;
}
.progress .progress-bar {
min-width: auto !important;
}
.progress .progress-bar .progress-text {
padding: 0px 5px;
display: inline-block;
}
.progress.is-loaded {
display: block;
}
.progress.is-done .progress-bar {
background: #31ca46;
}
.lb-outerContainer {
background: none !important;
}
.images-done-wrapper {
position: relative;
}
.images-done-wrapper .preloader {
justify-content: right;
padding-right: 10px;
background: none;
}
.images-done-wrapper .preloader:after {
height: 12px;
width: 12px;
border: 1px solid #999;
border-top-color: #666;
}
.images-done-wrapper .images-done-total {
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.images-done-wrapper .images-done-total.active {
opacity: 1;
visibility: visible;
}
.bottom-button-conversion-progress {
text-align: center;
margin-top: auto;
display: flex;
justify-content: center;
padding-top:15px;
}
.progress-item-table .progress-button {
height: 36px;
}
.progress-item-table tr.tr-format-jpg [data-format="webp"] {
display: none !important;
}
.progress-item-table tr.tr-format-jpg[data-image_type="main"] {
display: none !important;
}
.progress-item-table tr.tr-format-webp [data-format="jpg"] {
display: none !important;
}
#form-tabs li a.disabled {
opacity: 0.3;
color: #646464;
cursor: no-drop;
border-color: #fff !important;
}
.x13webp-log-wrapper {
margin-top: 30px;
}
.x13webp-log-wrapper .button {
display: flex;
justify-content: flex-end;
margin-bottom: 10px;
}
.x13webp-log-wrapper .x13webp-log-info.warnings-only .log-li {
display: none;
}
.x13webp-log-wrapper .x13webp-log-info.warnings-only .log-li.has-warning {
display: block;
}
.x13webp-log-info,
#x13webp-logs-delete-all {
background: #eff1f2;
padding: 5px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
height: 110px;
overflow: auto;
}
.x13webp-log-info .log-li .log-format,
#x13webp-logs-delete-all .log-li .log-format {
color: #6c868e !important;
}
.x13webp-log-info .log-li .log-success,
#x13webp-logs-delete-all .log-li .log-success {
color: #72c279;
}
.x13webp-log-info .log-li .log-warning,
#x13webp-logs-delete-all .log-li .log-warning {
color: #e6a304;
}
.x13webp-log-info .log-li .log-danger,
#x13webp-logs-delete-all .log-li .log-danger {
color: #d5676f;
}
#x13webp-logs-delete-all {
min-height: auto;
margin-top: 20px;
}
.tooltip-wrapper {
display: inline-block;
}
.progress-button-wrapper {
display: inline-block;
}
.list-files {
max-height: 500px;
overflow: auto;
margin-bottom: 20px;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 30px;
position: relative;
}
.list-files li.is-closed > ul {
display: none;
}
.list-files .dir p {
cursor: pointer;
}
.list-files .dir p:after {
content: '';
width: 10px;
height: 10px;
border: 1px solid rgba(0, 0, 0, 0.4);
border-top-color: rgba(0, 0, 0, 0.7);
border-radius: 50%;
margin-left: 5px;
animation: 1s spin infinite linear;
transition: 0.3s;
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.list-files .dir p i {
color: #ffc000;
}
.list-files .dir p.loading:after {
opacity: 1;
visibility: visible;
}
.list-files li:not(.dir) p {
margin-left: 18px;
}
.list-files ul {
list-style: none;
padding-left: 15px;
}
.list-files ul li {
padding: 2px 0px;
}
.list-files ul p {
display: flex;
align-items: center;
margin-bottom: 0px;
display: inline-flex;
padding-right: 10px;
}
.list-files ul p .state {
margin-right: 5px;
}
.list-files ul p input {
margin: 0px 5px 0px 0px !important;
cursor: pointer;
}
#x13webp_image_format {
margin-bottom: 15px;
}
#x13webpTestButton i{
margin-right:5px;
}
.bottom-buttons-wrapper .btn{
margin-right:5px;
}
.x13webp-image a{
display: block;
}