This commit is contained in:
2025-04-01 00:38:54 +02:00
parent d4d4c0c09d
commit 87da06293a
22351 changed files with 5168854 additions and 7538 deletions

View File

@@ -0,0 +1,35 @@
<?php
/*
* 2007-2016 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-2016 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,88 @@
.stickers-box {
position: absolute;
z-index: 99;
width: 98%;
}
.stickers-box .img-sticker{
position: absolute;
display: block;
width: 100px;
height: auto;
}
.stickers-box .img-sticker.position-1{
top: 0;
left: 0;
}
.stickers-box .img-sticker.position-2{
top: 0;
}
.stickers-box .img-sticker.position-3{
top: 0;
right: 0;
}
.stickers-box .img-sticker.position-4{
left: 0;
}
.stickers-box .img-sticker.position-5{ display: }
.stickers-box .img-sticker.position-6{
right: 0;
}
.stickers-box .img-sticker.position-7{
bottom: 0;
left: 0;
}
.stickers-box .img-sticker.position-8{
bottom: 0;
}
.stickers-box .img-sticker.position-9{
bottom: 0;
right: 0;
}
.stickers-box .img-sticker img{
max-width: 100px;
max-height: 100px;
}
.stickers-box-list {
position: absolute;
z-index: 99;
width: 95%;
}
.stickers-box-list .img-sticker {
position: absolute;
display: block;
width: 70px;
height: auto;
}
.stickers-box-list .img-sticker img {
width: 100%;
}
.stickers-box-list .img-sticker.position-1{
top: 0;
left: 0;
}
.stickers-box-list .img-sticker.position-2{
top: 0;
}
.stickers-box-list .img-sticker.position-3{
top: 0;
right: 0;
}
.stickers-box-list .img-sticker.position-4{
left: 0;
}
.stickers-box-list .img-sticker.position-5{}
.stickers-box-list .img-sticker.position-6{
right: 0;
}
.stickers-box-list .img-sticker.position-7{
bottom: 0;
left: 0;
}
.stickers-box-list .img-sticker.position-8{
bottom: 0;
}
.stickers-box-list .img-sticker.position-9{
bottom: 0;
right: 0;
}

View File

@@ -0,0 +1,116 @@
.stickers-box {
position: absolute;
z-index: 99;
width: 98%;
}
.stickers-box .img-sticker {
position: absolute;
display: block;
width: 100px;
height: auto;
}
.stickers-box .img-sticker.position-1 {
top: 10px;
left: 10px;
}
.stickers-box .img-sticker.position-2 {
top: 10px;
}
.stickers-box .img-sticker.position-3 {
top: 10px;
right: 0;
}
.stickers-box .img-sticker.position-4 {
left: 10px;
}
.stickers-box .img-sticker.position-5 {
display:
}
.stickers-box .img-sticker.position-6 {
right: 0;
}
.stickers-box .img-sticker.position-7 {
bottom: 0;
left: 10px;
}
.stickers-box .img-sticker.position-8 {
bottom: 0;
}
.stickers-box .img-sticker.position-9 {
bottom: 0;
right: 0;
}
.stickers-box .img-sticker img {
max-width: 100px;
max-height: 100px;
background: none !important;
box-shadow: none !important;
}
.stickers-box-list {
position: absolute;
z-index: 2;
width: 97%;
top: -20px;
right: -20px;
}
.stickers-box-list .img-sticker {
position: absolute;
display: block;
width: 70px;
height: auto;
}
.stickers-box-list .img-sticker img {
width: 100%;
}
.stickers-box-list .img-sticker.position-1 {
top: 5px;
left: 5px;
}
.stickers-box-list .img-sticker.position-2 {
top: 5px;
}
.stickers-box-list .img-sticker.position-3 {
top: 10px;
right: 0;
}
.stickers-box-list .img-sticker.position-4 {
left: 5px;
}
.stickers-box-list .img-sticker.position-5 {}
.stickers-box-list .img-sticker.position-6 {
right: 0;
}
.stickers-box-list .img-sticker.position-7 {
bottom: 0;
left: 5px;
}
.stickers-box-list .img-sticker.position-8 {
bottom: 0;
}
.stickers-box-list .img-sticker.position-9 {
bottom: 0;
right: 0;
}