first commit

This commit is contained in:
2024-11-05 12:22:50 +01:00
commit e5682a3912
19641 changed files with 2948548 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2014 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-2014 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;

View File

@@ -0,0 +1,86 @@
.container {
display: block;
width: 910px;
margin: 0px auto;
}
.iview {
display: block;
width: 900px;
background: #000;
background: rgba(0, 0, 0, 0.7);
padding: 5px;
border-radius: 5px;
position: relative;
-webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
margin: 40px auto;
}
.iview .iviewSlider{
display: block;
width: 900px;
height: 400px;
overflow: hidden;
border-radius: 4px 4px 0px 0px;
}
.iview-controlNav {
position: static;
height: 45px;
text-align: center;
background: url('../../../img/iView/navigation-bg.png');
border-radius: 0px 0px 4px 4px;
}
.iview-controlNav .iview-items {
display: block;
padding: 0px 20px;
}
.iview-controlNav a img {
height: 30px;
border: #000 1px solid;
margin: 7px 7px 0px 0px;
border-radius: 2px;
}
.iview-controlNav a.active img {
border-color: #999;
}
.tp-caption {
background: url('../../../img/iView/caption-bg.png');
color: #FFF;
border-radius: 3px;
padding: 10px 15px;
font-family: Verdana;
font-size: 12px;
text-shadow: #000 1px 1px 0px;
}
.tp-caption.caption1 {
text-shadow: none;
}
.tp-caption.caption2 {
background: #FFF;
color: #000;
text-shadow: none;
}
.tp-caption.caption3 {
background: #c4302b;
box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
text-shadow: none;
}
.iview-preloader {
border: #666 1px solid;
width: 150px
}
.iview-preloader div {
background: #666;
}