Files
kalsport.pl/themes/at_movic/modules/appagebuilder/views/css/paneltool.css
2024-11-05 12:22:50 +01:00

540 lines
15 KiB
CSS

/***************************************************
Mixins Themes
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
Mixins RTL Themes
/***************************************************/
/************************************
Override Bootstrap
*************************************/
/**
* Web Application Prefix Apply For Making Owner Styles
*/
/**
* Blocks Layout Selectors
*/
/***********************************************************************/
/* PANELTOOL */
/**********************************/
.fancybox-skin .leo-paneltool {
display: none; }
.paneltool {
position: fixed;
top: 5px;
width: 235px;
z-index: 99999;
background: #eee;
-webkit-transition: all 0.6s ease 0s;
-o-transition: all 0.6s ease 0s;
transition: all 0.6s ease 0s;
right: -235px; }
.rtl .paneltool {
left: -235px;
right: auto; }
.paneltool .leo-dynamic-update-side {
text-transform: uppercase;
display: inline-block;
margin-top: 10px;
border: 1px solid;
padding: 5px;
font-size: 11px; }
.paneltool .leo-dynamic-update-side.current-sidebar {
color: #000; }
.paneltool.themetool {
top: 70px; }
.paneltool.themetool.active {
z-index: 999999; }
.paneltool.themetool .panelbutton {
width: 140px;
height: 30px;
line-height: 30px;
left: -85px;
transform: rotate(-90deg); }
.paneltool.themetool .panelcontent {
min-height: 130px;
height: 100%;
overflow-y: auto; }
.paneltool.themetool .group-input {
margin-bottom: 20px; }
.paneltool.themetool .group-input.layout .leo-dynamic-update-layout {
display: block;
float: left;
width: 100%;
padding: 10px 0 10px 10px;
position: relative;
font-size: 14px; }
.paneltool.themetool .group-input.layout .leo-dynamic-update-layout:before {
content: "+"; }
.paneltool.themetool .group-input.layout .leo-dynamic-update-layout[data-layout-mod="layout-boxed-md"] {
display: none; }
.paneltool.themetool .group-input span {
cursor: pointer; }
.paneltool.themetool .panelinner .group-input:last-child {
margin-bottom: 0px; }
.paneltool.themetool label {
font-size: 13px;
text-transform: uppercase;
text-align: left; }
.rtl .paneltool.themetool label {
text-align: right; }
.paneltool.themetool label span {
margin-right: 10px;
vertical-align: middle; }
.rtl .paneltool.themetool label span {
margin-left: 10px;
margin-right: inherit; }
.paneltool.themetool .leo-dynamic-update-header {
display: block;
padding: 10px;
font-size: 11px;
text-transform: uppercase; }
.paneltool.themetool .leo-dynamic-update-header.current-header {
color: #000; }
.paneltool.active {
right: 0; }
.rtl .paneltool.active {
left: 0;
right: auto; }
.paneltool.active .panelbutton {
background: #000; }
.paneltool .panelcontent {
background: #eee;
width: 235px;
min-height: 340px; }
.paneltool .panelcontent > div {
padding: 15px; }
.paneltool.editortool .panelbutton {
top: 275px; }
.paneltool.multiproductdetailtool.active {
z-index: 999999; }
.paneltool.multiproductdetailtool .panelbutton {
top: 185px; }
.paneltool.multiproductdetailtool .panelcontent {
min-height: 130px;
height: 100%;
overflow-y: auto; }
.paneltool.multiproductdetailtool .group-input {
margin-bottom: 20px; }
.paneltool.multiproductdetailtool .group-input.layout .product-detail-demo {
display: block;
float: left;
width: 100%;
position: relative;
color: #999;
position: relative;
padding: 5px 0 5px 15px; }
.rtl .paneltool.multiproductdetailtool .group-input.layout .product-detail-demo {
padding: 5px 15px 5px 0; }
.paneltool.multiproductdetailtool .group-input.layout .product-detail-demo:before {
content: "\f067";
font-family: "FontAwesome";
font-size: 9px;
position: absolute;
top: 10px;
left: 0; }
.rtl .paneltool.multiproductdetailtool .group-input.layout .product-detail-demo:before {
right: 0;
left: auto; }
.paneltool.multiproductdetailtool .group-input.layout .product-detail-demo.active {
color: #000; }
.paneltool.multiproductdetailtool .group-input.layout .product-detail-demo:hover {
color: #000; }
.paneltool.multiproductdetailtool .group-input span {
cursor: pointer; }
.paneltool.multiproductdetailtool label {
font-size: 13px;
text-transform: uppercase;
font-weight: bold;
line-height: 1.4;
text-align: left; }
.rtl .paneltool.multiproductdetailtool label {
text-align: right; }
.paneltool.multiproductdetailtool label span {
vertical-align: middle;
margin-right: 10px; }
.rtl .paneltool.multiproductdetailtool label span {
margin-left: 10px;
margin-right: inherit; }
.panelbutton {
background: #000;
position: absolute;
top: 168px;
cursor: pointer;
line-height: 40px;
text-align: center;
color: #fff;
font-size: 12px;
left: -40px;
border-left: none;
width: 40px;
height: 40px;
letter-spacing: 1px; }
.panelbutton.label-customize {
display: none; }
#leo-paneltool {
background: #F5F5F5;
width: 300px;
height: 100%;
top: 0;
z-index: 9999;
left: -320px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
-o-box-shadow: 0 1px 3px #999;
-ms-box-shadow: 0 1px 3px #999;
box-shadow: 0 1px 3px #999;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-property: left, right, top, bottom, width, margin;
-moz-transition-property: left, right, top, bottom, width, margin;
transition-property: left, right, top, bottom, width, margin;
border-right: 1px solid rgba(0, 0, 0, 0.2); }
.rtl #leo-paneltool {
right: -320px;
left: auto; }
.rtl #leo-paneltool {
border-left: 1px solid rgba(0, 0, 0, 0.2);
border-right: inherit; }
#leo-paneltool h4 {
margin-bottom: 20px;
margin-top: 0;
text-transform: uppercase;
font-size: 16px;
padding: 10px; }
#leo-paneltool .accordion-group {
margin-bottom: 5px; }
#leo-paneltool .panel-body {
max-height: 500px;
overflow-y: auto; }
#leo-paneltool .block-panelcontent {
overflow-x: hidden;
overflow-y: auto;
max-height: 80vh; }
#leo-paneltool form .group-input {
margin-bottom: 10px; }
#leo-paneltool select {
padding: 5px; }
#leo-paneltool .nav-tabs > li:after, #leo-paneltool .nav-tabs > li:before {
display: none; }
/* Select Skin */
.leo-dynamic-theme-skin {
float: left;
margin-left: 5px;
width: 24px;
height: 24px;
margin-top: 10px;
cursor: pointer;
border: 2px solid transparent; }
.rtl .leo-dynamic-theme-skin {
float: right; }
.rtl .leo-dynamic-theme-skin {
margin-right: 5px;
margin-left: inherit; }
.leo-dynamic-theme-skin.skin-default {
background-color: #000;
text-indent: -99999px;
border: 2px solid #000; }
.leo-dynamic-theme-skin.current-theme-skin {
border-color: #000000; }
/* Select Layout*/
.leo-dynamic-update-layout:hover {
color: #000; }
.leo-dynamic-update-layout.current-layout-mod {
color: #000; }
/* Enable Float Header */
.btn_enable_fheader {
background-color: #25292C;
margin-top: 10px;
margin-left: 10px;
width: 100px;
height: 36px;
position: relative;
border-radius: 18px; }
.enable_fheader {
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #FFFFFF;
background-color: #504C4C;
margin-top: 3px;
border-radius: 50%; }
.enable_fheader span {
position: relative;
z-index: 9; }
.enable_fheader:first-child {
float: left;
margin-left: 3px; }
.enable_fheader:last-child {
float: right;
margin-right: 3px; }
.enable_fheader.btn_no:before {
content: "";
position: absolute;
width: 30px;
height: 30px;
top: 3px;
left: 4px;
border-radius: 18px;
background-color: #000;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden; }
.enable_fheader.btn_yes:after {
content: "";
position: absolute;
width: 30px;
height: 30px;
top: 3px;
right: 4px;
border-radius: 18px;
background-color: #000;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden; }
.enable_fheader.current.btn_no:before {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
left: 67px;
-webkit-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s; }
.enable_fheader.current.btn_yes:after {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
right: 67px;
-webkit-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s; }
/* Box Patterns */
.box-patterns div {
display: block;
width: 38px;
height: 38px;
float: left;
cursor: pointer;
margin: 6px;
border: 1px solid #ccc; }
.rtl .box-patterns div {
float: right; }
.box-patterns div.active {
border-color: red; }
.colorpicker {
z-index: 99999; }
/* Customize body */
#customize-body input[type="text"], #customize-body select {
border: 1px solid #E2E2E2;
color: #FFFFFF;
font-size: 11px;
margin: 0 5px 0 0;
padding: 2px 3px;
width: 65px;
height: auto;
display: inline-block;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px; }
#customize-body select {
color: #666666; }
#customize-body .accordion-group label {
color: #666666;
font-size: 11px;
font-weight: normal; }
#customize-body .accordion-group label.subtitle {
font-weight: 600;
font-size: 12px;
color: #333;
border-bottom: 1px solid #eee;
padding-bottom: 4px;
margin-top: 10px;
display: inline-block;
width: 100%;
text-transform: uppercase; }
#customize-body .accordion-group .input-group .input-group-addon {
padding: 0;
background: transparent;
border: none;
float: right;
margin-top: 2px;
width: 20px; }
.rtl #customize-body .accordion-group .input-group .input-group-addon {
float: left; }
#customize-body .panel-heading {
padding: 5px 6px;
font-size: 11px; }
#customize-body .panel-heading a {
display: block; }
#customize-body .nav-tabs a {
border: none;
font-size: 12px;
padding: 6px 12px;
color: #000000; }
#customize-body .nav-tabs a.active {
color: #FFFFFF; }
#customize-body .form-group {
margin-bottom: 10px; }
#customize-body .accordion-inner .form-group .input-group {
display: inline-block;
width: 92px;
float: left; }
.rtl #customize-body .accordion-inner .form-group .input-group {
float: right; }
/* wrapper */
.bi-wrapper > div {
float: left;
width: 25px;
height: 25px;
margin: 3px 4px;
border: solid 1px #999;
cursor: pointer; }
.rtl .bi-wrapper > div {
float: right; }
.bi-wrapper > div.active {
border-color: red; }
/* Accordion */
.paneltool .accordion-group label,
.paneltool .form-group label {
display: block;
text-align: left; }
.rtl .paneltool .accordion-group label, .rtl
.paneltool .form-group label {
text-align: right; }
.accordion-group label {
min-width: 100px; }
.clear-bg {
padding: 3px 6px;
font-size: 14px;
color: #FFFFFF;
margin-left: 5px; }
.rtl .clear-bg {
margin-right: 5px;
margin-left: inherit; }
.clear-bg:hover {
background: #000; }
/* Home page version */
.group-input a.apconfig {
display: inline-block;
font-size: 13px;
line-height: 25px;
color: #999;
text-transform: uppercase; }
.group-input a.apconfig:before {
content: "\f067";
font-family: "FontAwesome";
padding-right: 5px;
font-size: 10px; }
.rtl .group-input a.apconfig:before {
padding-left: 5px;
padding-right: inherit; }
.group-input a.apconfig:hover, .group-input a.apconfig.active {
color: #000; }
.group-input a.apconfig {
width: 100%; }
.group-input a.apconfig-header,
.group-input a.apconfig-footer {
background-size: contain;
background-position: center;
background-repeat: no-repeat;
height: 50px;
line-height: 80px;
text-align: center;
font-weight: 600;
margin: 5px -20px;
width: calc(100% + 40px);
color: transparent;
background-color: #fff;
border: 1px solid #ddd;
font-size: 12px; }
.group-input a.apconfig-header:before,
.group-input a.apconfig-footer:before {
display: none; }
.group-input a.apconfig-footer {
height: 60px;
line-height: 90px; }
.group-input a.apconfig-header.active,
.group-input a.apconfig-footer.active,
.group-input a.apconfig-header:hover,
.group-input a.apconfig-footer:hover {
color: #000;
border-color: #000; }
a.apconfig-header:nth-child(1) {
background-image: url(https://cdn.shopify.com/s/files/1/0465/2407/2095/files/header-1.png); }
a.apconfig-header:nth-child(2) {
background-image: url(https://cdn.shopify.com/s/files/1/0465/2407/2095/files/header-2.png); }
a.apconfig-header:nth-child(3) {
background-image: url(https://cdn.shopify.com/s/files/1/0465/2407/2095/files/header-3.png); }
a.apconfig-header:nth-child(4) {
background-image: url(https://cdn.shopify.com/s/files/1/0465/2407/2095/files/header-4.png); }
a.apconfig-header:nth-child(5) {
background-image: url(https://cdn.shopify.com/s/files/1/0465/2407/2095/files/header-5.png); }
a.apconfig-header:nth-child(6) {
background-image: url(https://cdn.shopify.com/s/files/1/0465/2407/2095/files/header-6.png); }
a.apconfig-header:nth-child(7) {
background-image: url(https://cdn.shopify.com/s/files/1/0465/2407/2095/files/header-7.png); }
a.apconfig-header:nth-child(8) {
background-image: url(https://cdn.shopify.com/s/files/1/0465/2407/2095/files/header-8.png); }
a.apconfig-footer:nth-child(1) {
background-image: url(https://cdn.shopify.com/s/files/1/0465/2407/2095/files/footer-1.png); }
a.apconfig-footer:nth-child(2) {
background-image: url(https://cdn.shopify.com/s/files/1/0465/2407/2095/files/footer-2.png); }
a.apconfig-footer:nth-child(3) {
background-image: url(https://cdn.shopify.com/s/files/1/0465/2407/2095/files/footer-3.png); }
a.apconfig-footer:nth-child(4) {
background-image: url(https://cdn.shopify.com/s/files/1/0465/2407/2095/files/footer-4.png); }
a.apconfig-footer:nth-child(5) {
background-image: url(https://cdn.shopify.com/s/files/1/0465/2407/2095/files/footer-5.png); }
a.apconfig-footer:nth-child(6) {
background-image: url(https://cdn.shopify.com/s/files/1/0465/2407/2095/files/footer-6.png); }
a.apconfig-footer:nth-child(7) {
background-image: url(https://cdn.shopify.com/s/files/1/0465/2407/2095/files/footer-7.png); }
a.apconfig-footer:nth-child(8) {
background-image: url(https://cdn.shopify.com/s/files/1/0465/2407/2095/files/footer-8.png); }
/*# sourceMappingURL=paneltool.css.map */