update
This commit is contained in:
@@ -0,0 +1,492 @@
|
||||
/***************************************************
|
||||
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;
|
||||
-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 .clearfix {
|
||||
margin-bottom: 10px; }
|
||||
.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: #5cd468; }
|
||||
.paneltool.themetool {
|
||||
top: 70px; }
|
||||
.paneltool.themetool.active {
|
||||
z-index: 999999; }
|
||||
.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: 12px;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
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: #5cd468; }
|
||||
.paneltool.active {
|
||||
right: 0;
|
||||
-webkit-transition: all 0.6s;
|
||||
-o-transition: all 0.6s;
|
||||
transition: all 0.6s; }
|
||||
.rtl .paneltool.active {
|
||||
left: 0;
|
||||
right: auto; }
|
||||
.paneltool.active .panelbutton {
|
||||
color: #5cd468; }
|
||||
.paneltool .panelcontent {
|
||||
background: #f2f2f2;
|
||||
width: 235px;
|
||||
min-height: 340px; }
|
||||
.paneltool .panelcontent > div {
|
||||
padding: 15px; }
|
||||
.paneltool.editortool .panelbutton {
|
||||
top: 290px; }
|
||||
.paneltool.multiproductdetailtool.active {
|
||||
z-index: 1000; }
|
||||
.paneltool.multiproductdetailtool .panelbutton {
|
||||
top: 170px; }
|
||||
.paneltool.multiproductdetailtool .panelbutton:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
top: -25px;
|
||||
z-index: 9;
|
||||
margin: auto;
|
||||
background: url(../img/label-new.png) no-repeat;
|
||||
background-size: 100%;
|
||||
left: -25px;
|
||||
-webkit-animation: heartbeat 1s infinite;
|
||||
-moz-animation: heartbeat 1s infinite;
|
||||
animation: heartbeat 1s infinite; }
|
||||
.rtl .paneltool.multiproductdetailtool .panelbutton:before {
|
||||
right: -25px;
|
||||
left: auto; }
|
||||
.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;
|
||||
font-size: 14px;
|
||||
color: #777;
|
||||
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: #5cd468; }
|
||||
.paneltool.multiproductdetailtool .group-input.layout .product-detail-demo:hover {
|
||||
color: #5cd468; }
|
||||
.paneltool.multiproductdetailtool .group-input span {
|
||||
cursor: pointer; }
|
||||
.paneltool.multiproductdetailtool label {
|
||||
font-size: 12px;
|
||||
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: #eee;
|
||||
position: absolute;
|
||||
top: 165px;
|
||||
cursor: pointer;
|
||||
line-height: 50px;
|
||||
text-align: center;
|
||||
color: #222;
|
||||
font-size: 26px;
|
||||
left: -50px;
|
||||
border-left: none;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
-o-box-shadow: none;
|
||||
-ms-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
.rtl .panelbutton {
|
||||
right: -50px;
|
||||
left: auto; }
|
||||
.rtl .panelbutton {
|
||||
border-right: none;
|
||||
border-left: inherit; }
|
||||
.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;
|
||||
font-weight: bold; }
|
||||
#leo-paneltool .accordion-group {
|
||||
margin-bottom: 5px; }
|
||||
#leo-paneltool .panel-body {
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden; }
|
||||
#leo-paneltool .block-panelcontent {
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
max-height: 600px; }
|
||||
#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: #5cd468;
|
||||
text-indent: -99999px;
|
||||
border: 2px solid #5cd468; }
|
||||
.leo-dynamic-theme-skin.current-theme-skin {
|
||||
border-color: #000000; }
|
||||
|
||||
/* Select Layout*/
|
||||
.leo-dynamic-update-layout:hover {
|
||||
color: #5cd468; }
|
||||
.leo-dynamic-update-layout.current-layout-mod {
|
||||
color: #5cd468; }
|
||||
|
||||
/* 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: #5cd468;
|
||||
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: #5cd468;
|
||||
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: 25px;
|
||||
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: bold;
|
||||
font-size: 12px;
|
||||
color: #333;
|
||||
border-bottom: 1px solid #eaeaea;
|
||||
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: 10px 6px;
|
||||
font-size: 13px; }
|
||||
#customize-body .panel-heading a {
|
||||
display: block; }
|
||||
#customize-body .nav-tabs > li:nth-child(2) {
|
||||
border: 1px solid #ddd; }
|
||||
#customize-body .nav-tabs a {
|
||||
border: none;
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
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 */
|
||||
.accordion-group label,
|
||||
.form-group label {
|
||||
display: block;
|
||||
text-align: left; }
|
||||
.rtl .accordion-group label, .rtl
|
||||
.form-group label {
|
||||
text-align: right; }
|
||||
|
||||
.accordion-group label {
|
||||
min-width: 100px; }
|
||||
|
||||
.clear-bg {
|
||||
padding: 2px 6px;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
margin-left: 5px; }
|
||||
.rtl .clear-bg {
|
||||
margin-right: 5px;
|
||||
margin-left: inherit; }
|
||||
.clear-bg:hover {
|
||||
background: #5cd468;
|
||||
color: #fff; }
|
||||
|
||||
/* Home page version */
|
||||
.group-input a.apconfig {
|
||||
display: inline-block;
|
||||
font-size: 12px;
|
||||
line-height: 25px;
|
||||
color: #777; }
|
||||
.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.active {
|
||||
color: #5cd468; }
|
||||
|
||||
.group-input a.apconfig {
|
||||
width: 100%; }
|
||||
|
||||
/*# sourceMappingURL=paneltool.css.map */
|
||||
Reference in New Issue
Block a user