update
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2017 PrestaShop
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
|
||||
* that is bundled with this package in the file LICENSE.txt.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* https://opensource.org/licenses/AFL-3.0
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please refer to http://www.prestashop.com for more information.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright PrestaShop SA
|
||||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
|
||||
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
|
||||
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate');
|
||||
header('Cache-Control: post-check=0, pre-check=0', false);
|
||||
header('Pragma: no-cache');
|
||||
|
||||
header('Location: ../');
|
||||
exit;
|
||||
@@ -0,0 +1,70 @@
|
||||
/***************************************************
|
||||
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
|
||||
*/
|
||||
/***********************************************************************/
|
||||
.col-xl-1 {
|
||||
float: left;
|
||||
width: 8.33333%; }
|
||||
|
||||
.col-xl-2 {
|
||||
float: left;
|
||||
width: 16.66667%; }
|
||||
|
||||
.col-xl-3 {
|
||||
float: left;
|
||||
width: 25%; }
|
||||
|
||||
.col-xl-4 {
|
||||
float: left;
|
||||
width: 33.33333%; }
|
||||
|
||||
.col-xl-5 {
|
||||
float: left;
|
||||
width: 41.66667%; }
|
||||
|
||||
.col-xl-6 {
|
||||
float: left;
|
||||
width: 50%; }
|
||||
|
||||
.col-xl-7 {
|
||||
float: left;
|
||||
width: 58.33333%; }
|
||||
|
||||
.col-xl-8 {
|
||||
float: left;
|
||||
width: 66.66667%; }
|
||||
|
||||
.col-xl-9 {
|
||||
float: left;
|
||||
width: 75%; }
|
||||
|
||||
.col-xl-10 {
|
||||
float: left;
|
||||
width: 83.33333%; }
|
||||
|
||||
.col-xl-11 {
|
||||
float: left;
|
||||
width: 91.66667%; }
|
||||
|
||||
.col-xl-12 {
|
||||
float: left;
|
||||
width: 100%; }
|
||||
|
||||
/*# sourceMappingURL=non-responsive.css.map */
|
||||
@@ -0,0 +1,130 @@
|
||||
/***************************************************
|
||||
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
|
||||
*/
|
||||
/***********************************************************************/
|
||||
/*
|
||||
* Core Owl Carousel CSS File
|
||||
* v1.3.3
|
||||
*/
|
||||
/* clearfix */
|
||||
.owl-carousel .owl-wrapper:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
line-height: 0;
|
||||
height: 0; }
|
||||
|
||||
/* display none until init */
|
||||
.owl-carousel {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
-ms-touch-action: pan-y; }
|
||||
|
||||
.owl-carousel .owl-wrapper {
|
||||
position: relative;
|
||||
-webkit-transform: translate3d(0px, 0px, 0px);
|
||||
-moz-transform: translate3d(0px, 0px, 0px);
|
||||
-ms-transform: translate3d(0px, 0px, 0px);
|
||||
-o-transform: translate3d(0px, 0px, 0px);
|
||||
transform: translate3d(0px, 0px, 0px); }
|
||||
|
||||
.owl-carousel .owl-wrapper-outer {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 100%; }
|
||||
|
||||
.owl-carousel .owl-wrapper-outer.autoHeight {
|
||||
-webkit-transition: height 500ms ease-in-out;
|
||||
-o-transition: height 500ms ease-in-out;
|
||||
transition: height 500ms ease-in-out; }
|
||||
|
||||
.owl-carousel .owl-item {
|
||||
float: left; }
|
||||
|
||||
.owl-controls .owl-page,
|
||||
.owl-controls .owl-buttons div {
|
||||
cursor: pointer; }
|
||||
|
||||
.owl-controls {
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-tap-highlight-color: transparent; }
|
||||
|
||||
/* mouse grab icon */
|
||||
.grabbing {
|
||||
cursor: url(../img/grabbing.png) 8 8, move; }
|
||||
|
||||
/* fix */
|
||||
.owl-carousel .owl-wrapper,
|
||||
.owl-carousel .owl-item {
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
-ms-transform: translate3d(0, 0, 0); }
|
||||
|
||||
.rtl .owl-carousel .owl-item {
|
||||
float: right; }
|
||||
|
||||
/* css for owl loading*/
|
||||
@-webkit-keyframes animate {
|
||||
0% {
|
||||
-webkit-transform: perspective(160px); }
|
||||
50% {
|
||||
-webkit-transform: perspective(160px) rotateY(-180deg); }
|
||||
100% {
|
||||
-webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); } }
|
||||
@keyframes animate {
|
||||
0% {
|
||||
transform: perspective(160px) rotateX(0deg) rotateY(0deg);
|
||||
-webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg); }
|
||||
50% {
|
||||
transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
|
||||
-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg); }
|
||||
100% {
|
||||
transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
|
||||
-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg); } }
|
||||
.owl-carousel.owl-loading .item {
|
||||
display: none; }
|
||||
.owl-carousel.owl-loading .item.first {
|
||||
display: block;
|
||||
opacity: 0;
|
||||
filter: alpha(opacity=0); }
|
||||
.owl-carousel.owl-loading::before {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 50%;
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
background-color: #5cd468;
|
||||
-webkit-animation: animate 1s infinite ease-in-out;
|
||||
-moz-animation: animate 1s infinite ease-in-out;
|
||||
animation: animate 1s infinite ease-in-out;
|
||||
margin: -20px auto 0; }
|
||||
|
||||
/*# sourceMappingURL=owl.carousel.css.map */
|
||||
@@ -0,0 +1,155 @@
|
||||
/***************************************************
|
||||
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
|
||||
*/
|
||||
/***********************************************************************/
|
||||
/*
|
||||
* Owl Carousel Owl Demo Theme
|
||||
* v1.3.3
|
||||
*/
|
||||
.owl-row {
|
||||
margin-left: -15px;
|
||||
margin-right: -15px; }
|
||||
@media (max-width: 991px) {
|
||||
.owl-row {
|
||||
margin-left: -7px;
|
||||
margin-right: -7px; } }
|
||||
|
||||
.owl-carousel .owl-item {
|
||||
padding: 0 15px; }
|
||||
@media (max-width: 991px) {
|
||||
.owl-carousel .owl-item {
|
||||
padding: 0 7px; } }
|
||||
|
||||
/* Styling Next and Prev buttons */
|
||||
.owl-theme .owl-buttons {
|
||||
width: 65px;
|
||||
position: absolute;
|
||||
top: -60px;
|
||||
overflow: hidden;
|
||||
right: 15px; }
|
||||
.rtl .owl-theme .owl-buttons {
|
||||
left: 15px;
|
||||
right: auto; }
|
||||
@media (max-width: 991px) {
|
||||
.owl-theme .owl-buttons {
|
||||
right: 7px; }
|
||||
.rtl .owl-theme .owl-buttons {
|
||||
left: 7px;
|
||||
right: auto; } }
|
||||
@media (max-width: 360px) {
|
||||
.owl-theme .owl-buttons {
|
||||
display: none; } }
|
||||
.owl-theme .owl-buttons div {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
line-height: 28px;
|
||||
color: transparent;
|
||||
text-align: center;
|
||||
background: #fff;
|
||||
border: 1px solid #eee;
|
||||
-webkit-transition: all 0.5s ease;
|
||||
-o-transition: all 0.5s ease;
|
||||
transition: all 0.5s ease;
|
||||
-webkit-border-radius: 15px;
|
||||
-moz-border-radius: 15px;
|
||||
-ms-border-radius: 15px;
|
||||
-o-border-radius: 15px;
|
||||
border-radius: 15px;
|
||||
position: relative;
|
||||
color: transparent; }
|
||||
.owl-theme .owl-buttons div:before {
|
||||
content: "\f0da";
|
||||
font-family: "FontAwesome";
|
||||
color: #999999;
|
||||
font-size: 14px;
|
||||
display: block;
|
||||
-webkit-transition: all 0.5s ease;
|
||||
-o-transition: all 0.5s ease;
|
||||
transition: all 0.5s ease;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0; }
|
||||
.owl-theme .owl-buttons div.owl-prev {
|
||||
float: left; }
|
||||
.owl-theme .owl-buttons div.owl-prev:before {
|
||||
content: "\f0d9"; }
|
||||
.owl-theme .owl-buttons div.owl-next {
|
||||
float: right; }
|
||||
@media (min-width: 992px) {
|
||||
.owl-theme .owl-buttons div:hover {
|
||||
background: #5cd468;
|
||||
border-color: #5cd468;
|
||||
-webkit-transition: all 0.5s ease;
|
||||
-o-transition: all 0.5s ease;
|
||||
transition: all 0.5s ease; }
|
||||
.owl-theme .owl-buttons div:hover:before {
|
||||
color: #fff; }
|
||||
.owl-theme .owl-buttons div:hover:before {
|
||||
color: #FFFFFF; } }
|
||||
|
||||
/* Use it for non-touch hover action */
|
||||
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
text-decoration: none; }
|
||||
|
||||
/* Styling Pagination*/
|
||||
.owl-theme .owl-controls .owl-pagination {
|
||||
margin: 10px 0; }
|
||||
.owl-theme .owl-controls .owl-page {
|
||||
display: inline-block;
|
||||
zoom: 1;
|
||||
*display: inline;
|
||||
/*IE7 life-saver */ }
|
||||
.owl-theme .owl-controls span {
|
||||
display: block;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
margin: 0 3px;
|
||||
border-radius: 100%;
|
||||
background-color: #000000;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
zoom: 1;
|
||||
background-color: transparent\9; }
|
||||
|
||||
.owl-theme .owl-controls .owl-page.active span,
|
||||
.owl-theme .owl-controls.clickable .owl-page:hover span {
|
||||
background-color: #000000;
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
zoom: 1;
|
||||
background-color: transparent\9; }
|
||||
|
||||
/* If PaginationNumbers is true */
|
||||
.owl-theme .owl-controls .owl-page span.owl-numbers {
|
||||
height: auto;
|
||||
width: auto;
|
||||
color: #FFF;
|
||||
padding: 2px 10px;
|
||||
font-size: 12px;
|
||||
border-radius: 30px; }
|
||||
|
||||
/* preloading images */
|
||||
.owl-item.loading {
|
||||
min-height: 150px;
|
||||
background: url(../img/AjaxLoader.gif) no-repeat center center; }
|
||||
|
||||
/*# sourceMappingURL=owl.theme.css.map */
|
||||
@@ -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 */
|
||||
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/*
|
||||
* 2007-2017 PrestaShop
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License (AFL 3.0)
|
||||
* that is bundled with this package in the file LICENSE.txt.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* http://opensource.org/licenses/afl-3.0.php
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please refer to http://www.prestashop.com for more information.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright 2007-2017 PrestaShop SA
|
||||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
|
||||
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
|
||||
|
||||
header("Cache-Control: no-store, no-cache, must-revalidate");
|
||||
header("Cache-Control: post-check=0, pre-check=0", false);
|
||||
header("Pragma: no-cache");
|
||||
|
||||
header("Location: ../");
|
||||
exit;
|
||||
@@ -0,0 +1,19 @@
|
||||
|
||||
/* customize for body */
|
||||
a:hover,.box-ptabs .nav-tabs .nav-item a:hover,.box-cate .widget-category_image a:hover,.thumbnail-container .product-title a:hover { color:#d61e1e}
|
||||
|
||||
/* customize for header-nav */
|
||||
|
||||
/* customize for header-main */
|
||||
|
||||
/* customize for magemenu */
|
||||
|
||||
/* customize for magemenu-vertical */
|
||||
|
||||
/* customize for footer */
|
||||
|
||||
/* customize for product */
|
||||
|
||||
/* customize for modules */
|
||||
|
||||
/* customize for highlighted-modules */
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,51 @@
|
||||
/***************************************************
|
||||
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
|
||||
*/
|
||||
/***********************************************************************/
|
||||
/*Footer home 4*/
|
||||
.footer-center {
|
||||
background: #303136;
|
||||
padding-bottom: 20px; }
|
||||
.footer-center .inner {
|
||||
border-top: 0; }
|
||||
|
||||
.footer-bottom {
|
||||
padding-top: 0;
|
||||
background: #2b2c31; }
|
||||
.footer-bottom .inner {
|
||||
border-top: 0; }
|
||||
.footer-bottom .ApHtml strong {
|
||||
color: #fff; }
|
||||
|
||||
.footer-container .ApColumn .title_block {
|
||||
color: #fff; }
|
||||
|
||||
.block_newsletter form {
|
||||
background: #2b2c31; }
|
||||
.block_newsletter form input {
|
||||
background: #2b2c31;
|
||||
color: #eee; }
|
||||
.block_newsletter form button {
|
||||
color: #fff; }
|
||||
|
||||
.block-social li:before {
|
||||
color: #fff; }
|
||||
|
||||
/*# sourceMappingURL=footerposition1488482722.css.map */
|
||||
@@ -0,0 +1,24 @@
|
||||
/***************************************************
|
||||
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
|
||||
*/
|
||||
/***********************************************************************/
|
||||
/* Header 1*/
|
||||
|
||||
/*# sourceMappingURL=headerposition1487279078.css.map */
|
||||
@@ -0,0 +1,42 @@
|
||||
/***************************************************
|
||||
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
|
||||
*/
|
||||
/***********************************************************************/
|
||||
/* Header 2*/
|
||||
.header-nav {
|
||||
background: #303136; }
|
||||
|
||||
.bottomnav .inner {
|
||||
border-bottom: 0; }
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.header-menu {
|
||||
border: 0; }
|
||||
.header-menu:before {
|
||||
left: -999px;
|
||||
right: -999px; }
|
||||
|
||||
.col-menu {
|
||||
background: #303136; }
|
||||
|
||||
.leo-megamenu .navbar-nav > li > a {
|
||||
color: #fff; } }
|
||||
|
||||
/*# sourceMappingURL=headerposition1488216530.css.map */
|
||||
@@ -0,0 +1,84 @@
|
||||
/***************************************************
|
||||
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
|
||||
*/
|
||||
/***********************************************************************/
|
||||
/*Header home 4*/
|
||||
@media (min-width: 992px) {
|
||||
#index .ApMegamenu .leo-verticalmenu > .block_content {
|
||||
-webkit-transform: scale(0);
|
||||
-ms-transform: scale(0);
|
||||
transform: scale(0);
|
||||
opacity: 0;
|
||||
filter: alpha(opacity=0); }
|
||||
#index .ApMegamenu .leo-verticalmenu.active > .block_content {
|
||||
-webkit-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100); }
|
||||
|
||||
.popup-over.userinfo-selector {
|
||||
margin: 0; }
|
||||
.popup-over.userinfo-selector a.popup-title {
|
||||
display: none; }
|
||||
.popup-over.userinfo-selector .popup-content {
|
||||
position: static;
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
-webkit-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
transform: scale(1);
|
||||
display: block;
|
||||
background: none;
|
||||
border: 0;
|
||||
padding: 0; }
|
||||
.popup-over.userinfo-selector .popup-content li {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
vertical-align: top;
|
||||
margin: 0 0 0 30px; }
|
||||
.rtl .popup-over.userinfo-selector .popup-content li {
|
||||
margin: 0 30px 0 0; }
|
||||
.popup-over.userinfo-selector .popup-content li a {
|
||||
display: block;
|
||||
padding: 10px 0;
|
||||
line-height: 24px;
|
||||
color: #999;
|
||||
text-transform: capitalize; }
|
||||
.popup-over.userinfo-selector .popup-content li a:hover {
|
||||
color: #5cd468; } }
|
||||
.bottomnav .inner {
|
||||
border-bottom: 0; }
|
||||
|
||||
.header-menu:before {
|
||||
background: none; }
|
||||
|
||||
@media (max-width: 991px) {
|
||||
.header-menu.bg-fullwidth:before {
|
||||
display: none !important; }
|
||||
.header-menu .col-menu .navbar-toggler {
|
||||
height: 50px;
|
||||
border: 2px solid #303136;
|
||||
background: #fff; } }
|
||||
@media (min-width: 992px) {
|
||||
.leo-megamenu .navbar-nav > li > a {
|
||||
color: #fff; } }
|
||||
|
||||
/*# sourceMappingURL=headerposition1488483140.css.map */
|
||||
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2017 PrestaShop
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
|
||||
* that is bundled with this package in the file LICENSE.txt.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* https://opensource.org/licenses/AFL-3.0
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please refer to http://www.prestashop.com for more information.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright PrestaShop SA
|
||||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
|
||||
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
|
||||
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate');
|
||||
header('Cache-Control: post-check=0, pre-check=0', false);
|
||||
header('Pragma: no-cache');
|
||||
|
||||
header('Location: ../');
|
||||
exit;
|
||||
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2017 PrestaShop
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
|
||||
* that is bundled with this package in the file LICENSE.txt.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* https://opensource.org/licenses/AFL-3.0
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please refer to http://www.prestashop.com for more information.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright PrestaShop SA
|
||||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
|
||||
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
|
||||
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate');
|
||||
header('Cache-Control: post-check=0, pre-check=0', false);
|
||||
header('Pragma: no-cache');
|
||||
|
||||
header('Location: ../');
|
||||
exit;
|
||||
@@ -0,0 +1,24 @@
|
||||
/***************************************************
|
||||
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
|
||||
*/
|
||||
/***********************************************************************/
|
||||
/* Home 1*/
|
||||
|
||||
/*# sourceMappingURL=profile1487249757.css.map */
|
||||
@@ -0,0 +1,26 @@
|
||||
/***************************************************
|
||||
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
|
||||
*/
|
||||
/***********************************************************************/
|
||||
/* Home 2*/
|
||||
.box-freeshipping {
|
||||
margin-bottom: 25px !important; }
|
||||
|
||||
/*# sourceMappingURL=profile1488232255.css.map */
|
||||
@@ -0,0 +1,26 @@
|
||||
/***************************************************
|
||||
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
|
||||
*/
|
||||
/***********************************************************************/
|
||||
/*Home 3*/
|
||||
.footer-bottom .ApHtml strong {
|
||||
display: inline; }
|
||||
|
||||
/*# sourceMappingURL=profile1488392287.css.map */
|
||||
@@ -0,0 +1,37 @@
|
||||
/***************************************************
|
||||
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
|
||||
*/
|
||||
/***********************************************************************/
|
||||
/*Home 4*/
|
||||
.box-discount {
|
||||
margin-bottom: 20px !important; }
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.box-image {
|
||||
padding-bottom: 20px; }
|
||||
.box-image .ApColumn {
|
||||
margin-top: -120px; }
|
||||
|
||||
.iview-controlNav div.iview-items {
|
||||
bottom: 110px; } }
|
||||
.box-manufacture .manufacturers_block {
|
||||
margin-bottom: 0; }
|
||||
|
||||
/*# sourceMappingURL=profile1488486320.css.map */
|
||||
@@ -0,0 +1,42 @@
|
||||
/***************************************************
|
||||
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
|
||||
*/
|
||||
/***********************************************************************/
|
||||
/*home 5*/
|
||||
@media (min-width: 992px) {
|
||||
#index .ApMegamenu .leo-verticalmenu > .block_content {
|
||||
-webkit-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100); } }
|
||||
.box-prospecial {
|
||||
margin-bottom: 30px; }
|
||||
@media (max-width: 991px) {
|
||||
.box-prospecial {
|
||||
margin-bottom: 10px; } }
|
||||
|
||||
.box-discount {
|
||||
margin-bottom: 40px !important; }
|
||||
@media (max-width: 991px) {
|
||||
.box-discount {
|
||||
margin-bottom: 20px; } }
|
||||
|
||||
/*# sourceMappingURL=profile1488572554.css.map */
|
||||
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2017 PrestaShop
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
|
||||
* that is bundled with this package in the file LICENSE.txt.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* https://opensource.org/licenses/AFL-3.0
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please refer to http://www.prestashop.com for more information.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright PrestaShop SA
|
||||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
|
||||
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
|
||||
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate');
|
||||
header('Cache-Control: post-check=0, pre-check=0', false);
|
||||
header('Pragma: no-cache');
|
||||
|
||||
header('Location: ../');
|
||||
exit;
|
||||
@@ -0,0 +1,142 @@
|
||||
@charset "UTF-8";
|
||||
/***************************************************
|
||||
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
|
||||
*/
|
||||
/***********************************************************************/
|
||||
/* Slider */
|
||||
.slick-loading .slick-list {
|
||||
background: #fff url("../img/ajax-loader.gif") center center no-repeat; }
|
||||
|
||||
/* Arrows */
|
||||
.slick-arrows .slick-arrow {
|
||||
position: absolute;
|
||||
display: block;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
line-height: 0px;
|
||||
font-size: 0px;
|
||||
z-index: 9;
|
||||
cursor: pointer;
|
||||
background: transparent;
|
||||
color: transparent;
|
||||
top: 50%;
|
||||
padding: 0;
|
||||
border: none;
|
||||
outline: none;
|
||||
color: black;
|
||||
-webkit-transition: all 0.3s ease;
|
||||
-o-transition: all 0.3s ease;
|
||||
transition: all 0.3s ease;
|
||||
-webkit-transform: translate(0, -50%);
|
||||
-moz-transform: translate(0, -50%);
|
||||
-ms-transform: translate(0, -50%);
|
||||
-o-transform: translate(0, -50%);
|
||||
transform: translate(0, -50%); }
|
||||
.slick-arrows .slick-arrow:hover, .slick-arrows .slick-arrow:focus {
|
||||
outline: none; }
|
||||
.slick-arrows .slick-arrow:hover:before, .slick-arrows .slick-arrow:focus:before {
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100); }
|
||||
.slick-arrows .slick-arrow.slick-disabled:before {
|
||||
opacity: 0.25;
|
||||
filter: alpha(opacity=25); }
|
||||
.slick-arrows .slick-arrow:before {
|
||||
font-size: 14px;
|
||||
display: block;
|
||||
font-family: "FontAwesome";
|
||||
opacity: 0.75;
|
||||
filter: alpha(opacity=75); }
|
||||
.slick-arrows .slick-arrow.slick-prev {
|
||||
left: -25px; }
|
||||
.rtl .slick-arrows .slick-arrow.slick-prev {
|
||||
right: -25px;
|
||||
left: auto; }
|
||||
.slick-arrows .slick-arrow.slick-prev:before {
|
||||
content: ""; }
|
||||
[dir="rtl"] .slick-arrows .slick-arrow.slick-prev:before {
|
||||
content: ""; }
|
||||
.slick-arrows .slick-arrow.slick-next {
|
||||
right: -25px; }
|
||||
.rtl .slick-arrows .slick-arrow.slick-next {
|
||||
left: -25px;
|
||||
right: auto; }
|
||||
.slick-arrows .slick-arrow.slick-next:before {
|
||||
content: ""; }
|
||||
[dir="rtl"] .slick-arrows .slick-arrow.slick-next:before {
|
||||
content: ""; }
|
||||
|
||||
/* Dots */
|
||||
.slick-dotted.slick-slider {
|
||||
margin-bottom: 30px; }
|
||||
|
||||
.slick-dots {
|
||||
position: absolute;
|
||||
bottom: -25px;
|
||||
list-style: none;
|
||||
display: block;
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 100%; }
|
||||
.slick-dots li {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
margin: 0 5px;
|
||||
padding: 0;
|
||||
cursor: pointer; }
|
||||
.slick-dots li button {
|
||||
border: 0;
|
||||
background: transparent;
|
||||
display: block;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
outline: none;
|
||||
line-height: 0px;
|
||||
font-size: 0px;
|
||||
color: transparent;
|
||||
padding: 5px;
|
||||
cursor: pointer; }
|
||||
.slick-dots li button:hover, .slick-dots li button:focus {
|
||||
outline: none; }
|
||||
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100); }
|
||||
.slick-dots li button:before {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
content: "";
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
font-family: "FontAwesome";
|
||||
font-size: 10px;
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
color: black;
|
||||
opacity: 0.25;
|
||||
filter: alpha(opacity=25); }
|
||||
.slick-dots li.slick-active button:before {
|
||||
color: black;
|
||||
opacity: 0.75;
|
||||
filter: alpha(opacity=75); }
|
||||
|
||||
/*# sourceMappingURL=slick-theme.css.map */
|
||||
105
themes/leo_lulandia/modules/appagebuilder/views/css/slick.css
Normal file
105
themes/leo_lulandia/modules/appagebuilder/views/css/slick.css
Normal file
@@ -0,0 +1,105 @@
|
||||
/***************************************************
|
||||
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
|
||||
*/
|
||||
/***********************************************************************/
|
||||
/* Slider */
|
||||
.slick-slider {
|
||||
position: relative;
|
||||
display: block;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-ms-touch-action: pan-y;
|
||||
touch-action: pan-y;
|
||||
-webkit-tap-highlight-color: transparent; }
|
||||
|
||||
.slick-list {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
padding: 0;
|
||||
margin-left: -15px;
|
||||
margin-right: -15px; }
|
||||
.slick-list:focus {
|
||||
outline: none; }
|
||||
.slick-list.dragging {
|
||||
cursor: pointer;
|
||||
cursor: hand; }
|
||||
|
||||
.slick-slider .slick-track,
|
||||
.slick-slider .slick-list {
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
-ms-transform: translate3d(0, 0, 0);
|
||||
-o-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0); }
|
||||
|
||||
.slick-track {
|
||||
position: relative;
|
||||
left: 0;
|
||||
top: 0;
|
||||
display: block; }
|
||||
.slick-track:before, .slick-track:after {
|
||||
content: "";
|
||||
display: table; }
|
||||
.slick-track:after {
|
||||
clear: both; }
|
||||
.slick-loading .slick-track {
|
||||
visibility: hidden; }
|
||||
|
||||
.slick-slide {
|
||||
outline: 0;
|
||||
float: left;
|
||||
height: 100%;
|
||||
min-height: 1px;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
display: none; }
|
||||
[dir="rtl"] .slick-slide {
|
||||
float: right; }
|
||||
.slick-slide .slick-slide {
|
||||
padding-left: 0;
|
||||
padding-right: 0; }
|
||||
.slick-slide.slick-loading img {
|
||||
display: none; }
|
||||
.slick-slide.dragging img {
|
||||
pointer-events: none; }
|
||||
.slick-initialized .slick-slide {
|
||||
display: block; }
|
||||
.slick-loading .slick-slide {
|
||||
visibility: hidden; }
|
||||
.slick-vertical .slick-slide {
|
||||
display: block;
|
||||
height: auto; }
|
||||
|
||||
.slick-arrow.slick-hidden {
|
||||
display: none; }
|
||||
|
||||
.slick-row.hide-loading .timeline-wrapper {
|
||||
display: none; }
|
||||
|
||||
.slick-loading {
|
||||
display: none; }
|
||||
|
||||
.slick-loaded {
|
||||
display: block; }
|
||||
|
||||
/*# sourceMappingURL=slick.css.map */
|
||||
3088
themes/leo_lulandia/modules/appagebuilder/views/css/styles.css
Normal file
3088
themes/leo_lulandia/modules/appagebuilder/views/css/styles.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user