update
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user