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,996 @@
@import url(//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap&subset=latin-ext);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap&subset=latin-ext);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap&subset=latin-ext);
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body,
html {
margin: 0;
padding: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
body img,
html img {
height: auto;
max-width: 100%;
}
body a,
html a {
text-decoration: none;
}
body a,
body body,
body div,
body p,
body span,
html a,
html body,
html div,
html p,
html span {
-webkit-font-smoothing: antialiased;
}
body .bottom-position,
html .bottom-position {
position: fixed;
bottom: 0;
}
body .view,
html .view {
/*background: #FFF;*/
border-radius: 9px !important;
}
@media screen and (max-width: 1850px) {
body .view,
html .view {
padding: 0 2rem !important;
}
}
body .view .box-auto,
html .view .box-auto {
padding: 15px !important;
border-bottom: 1px solid #F1F1F1 !important;
}
body .view .box-auto .container-auto,
html .view .box-auto .container-auto {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 1671px;
width: 100%;
margin: 0 auto;
}
@media screen and (max-width: 1600px) {
body .view .box-auto .container-auto,
html .view .box-auto .container-auto {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
body .view .box-auto .container-auto .container-row,
html .view .box-auto .container-auto .container-row {
width: 50%;
}
@media screen and (max-width: 1600px) {
body .view .box-auto .container-auto .container-row,
html .view .box-auto .container-auto .container-row {
width: 100%;
}
}
body .view .box-auto .container-auto .container-row .inclusion,
html .view .box-auto .container-auto .container-row .inclusion {
padding-top: 22px;
}
body .view .box-auto .container-auto .container-row .inclusion span,
html .view .box-auto .container-auto .container-row .inclusion span {
font-family: "Open Sans";
font-size: 24px;
font-weight: 300;
letter-spacing: -1.44px;
}
@media screen and (max-width: 710px) {
body .view .box-auto .container-auto .container-row .inclusion span,
html .view .box-auto .container-auto .container-row .inclusion span {
font-size: 20px;
}
}
body .view .box-auto .container-auto .container-row .inclusion .inclusion-paczkomaty,
html .view .box-auto .container-auto .container-row .inclusion .inclusion-paczkomaty {
color: #404041;
}
body .view .box-auto .container-auto .container-row .inclusion .inclusion-inpost,
html .view .box-auto .container-auto .container-row .inclusion .inclusion-inpost {
margin-left: 5px;
color: #959595;
}
body .view .box-auto .container-auto .container-row .buttons,
html .view .box-auto .container-auto .container-row .buttons {
padding-top: 24px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (max-width: 900px) {
body .view .box-auto .container-auto .container-row .buttons,
html .view .box-auto .container-auto .container-row .buttons {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: self-start;
-ms-flex-align: self-start;
align-items: self-start;
}
}
body .view .box-auto .container-auto .container-row .buttons .btn-prestahelp,
html .view .box-auto .container-auto .container-row .buttons .btn-prestahelp {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px 10px 10px 20px;
border-radius: 5px !important;
color: #ffffff;
font-family: "Open Sans";
font-size: 14px;
font-weight: 300;
}
body .view .box-auto .container-auto .container-row .buttons .btn-prestahelp img,
html .view .box-auto .container-auto .container-row .buttons .btn-prestahelp img {
margin-right: 13px;
}
@media screen and (max-width: 710px) {
body .view .box-auto .container-auto .container-row .buttons .btn-prestahelp img,
html .view .box-auto .container-auto .container-row .buttons .btn-prestahelp img {
display: none;
}
}
body .view .box-auto .container-auto .container-row .buttons .btn-prestahelp a,
html .view .box-auto .container-auto .container-row .buttons .btn-prestahelp a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 5px;
margin-left: 30px;
padding: 7px 0px 7px 15px;
background: white;
font-family: "Open Sans";
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
}
@media screen and (max-width: 710px) {
body .view .box-auto .container-auto .container-row .buttons .btn-prestahelp a,
html .view .box-auto .container-auto .container-row .buttons .btn-prestahelp a {
padding: 7px 15px;
}
}
body .view .box-auto .container-auto .container-row .buttons .btn-prestahelp a img,
html .view .box-auto .container-auto .container-row .buttons .btn-prestahelp a img {
margin-left: 10px;
}
body .view .box-auto .container-auto .container-row .buttons .green--bg,
html .view .box-auto .container-auto .container-row .buttons .green--bg {
background: #58B030;
max-width: 381px;
}
body .view .box-auto .container-auto .container-row .buttons .green--bg a,
html .view .box-auto .container-auto .container-row .buttons .green--bg a {
color: #58B030;
}
body .view .box-auto .container-auto .container-row .buttons .red--bg,
html .view .box-auto .container-auto .container-row .buttons .red--bg {
background: #F05523;
max-width: 623px;
}
body .view .box-auto .container-auto .container-row .buttons .red--bg a,
html .view .box-auto .container-auto .container-row .buttons .red--bg a {
margin-left: 85px;
color: #F05523;
}
@media screen and (max-width: 710px) {
body .view .box-auto .container-auto .container-row .buttons .red--bg a,
html .view .box-auto .container-auto .container-row .buttons .red--bg a {
margin-left: 0;
}
}
body .view .box-auto .container-auto .container-row .buttons .chengelog-btn,
html .view .box-auto .container-auto .container-row .buttons .chengelog-btn {
cursor: pointer;
margin-left: 20px;
padding: 10px 13px;
border-radius: 5px;
-webkit-box-shadow: inset 0 -3px 0 #e8330f;
box-shadow: inset 0 -3px 0 #e8330f;
background: #F05523;
color: white;
font-family: "Roboto";
font-size: 13px;
font-weight: 300;
}
@media screen and (max-width: 900px) {
body .view .box-auto .container-auto .container-row .buttons .chengelog-btn,
html .view .box-auto .container-auto .container-row .buttons .chengelog-btn {
margin-top: 20px;
margin-left: 0;
}
}
body .view .box-auto .container-auto .container-row .buttons .chengelog-btn img,
html .view .box-auto .container-auto .container-row .buttons .chengelog-btn img {
margin-left: 10px;
}
body .view .box-auto .container-auto .container-row .buttons .support-btn,
html .view .box-auto .container-auto .container-row .buttons .support-btn {
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 690px;
padding: 28px;
border-radius: 5px;
background: #fafafa;
}
body .view .box-auto .container-auto .container-row .buttons .support-btn .img-row,
html .view .box-auto .container-auto .container-row .buttons .support-btn .img-row {
margin-right: 24px;
width: 35px !important;
margin-top: 25px;
}
@media screen and (max-width: 900px) {
body .view .box-auto .container-auto .container-row .buttons .support-btn .img-row,
html .view .box-auto .container-auto .container-row .buttons .support-btn .img-row {
display: none;
}
}
html .view .box-auto .container-auto .container-row .buttons .support-btn .support-row {
display: inline-block;
float: left;
width: 90%;
}
html .view .box-auto .container-auto .container-row .buttons .support-btn > a{
text-decoration: none;
}
body .view .box-auto .container-auto .container-row .buttons .support-btn .support-row span,
html .view .box-auto .container-auto .container-row .buttons .support-btn .support-row span {
font-family: "Open Sans";
color: #F05523;
font-size: 24px;
font-weight: 600;
letter-spacing: -2.1px;
}
@media screen and (max-width: 710px) {
body .view .box-auto .container-auto .container-row .buttons .support-btn .support-row span,
html .view .box-auto .container-auto .container-row .buttons .support-btn .support-row span {
font-size: 20px;
letter-spacing: -1.3px;
}
}
body .view .box-auto .container-auto .container-row .buttons .support-btn .support-row span grey-color,
html .view .box-auto .container-auto .container-row .buttons .support-btn .support-row span grey-color {
color: #404041;
}
body .view .box-auto .container-auto .container-row .buttons .support-btn .support-row .light,
html .view .box-auto .container-auto .container-row .buttons .support-btn .support-row .light {
color: #404041;
font-weight: 300;
}
body .view .box-auto .container-auto .container-row .buttons .support-btn .support-row .light grey-color,
html .view .box-auto .container-auto .container-row .buttons .support-btn .support-row .light grey-color {
font-weight: bold;
color: #404041;
}
body .view .box-auto .container-auto .container-row .buttons .support-btn .support-row .light pom-color,
html .view .box-auto .container-auto .container-row .buttons .support-btn .support-row .light pom-color {
font-weight: bold;
color: #F05523;
}
body .view .box-auto .container-auto .container-row .buttons .support-btn .support-row p,
html .view .box-auto .container-auto .container-row .buttons .support-btn .support-row p {
font-family: "Open Sans";
font-size: 14px;
margin: 0;
letter-spacing: -0.84px;
}
body .view .box-auto .container-auto .container-row .description,
html .view .box-auto .container-auto .container-row .description {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-top: 10px;
padding-left: 20px;
}
@media screen and (max-width: 900px) {
body .view .box-auto .container-auto .container-row .description,
html .view .box-auto .container-auto .container-row .description {
padding-left: 0px;
}
}
body .view .box-auto .container-auto .container-row .description span,
html .view .box-auto .container-auto .container-row .description span {
color: #58B030;
font-family: "Open Sans";
font-size: 13px;
font-weight: 400;
letter-spacing: -0.26px;
}
body .view .box-auto .container-auto .container-row .description .update,
html .view .box-auto .container-auto .container-row .description .update {
color: #404041;
font-family: "Open Sans";
font-size: 13px;
font-weight: 700;
letter-spacing: -0.26px;
}
body .view .box-auto .container-auto .container-row .description .update pom-color,
html .view .box-auto .container-auto .container-row .description .update pom-color {
color: #F05523;
}
body .view .box-auto .container-auto .container-row .description .send-btn,
html .view .box-auto .container-auto .container-row .description .send-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 174px;
padding: 10px 15px;
-webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
border-radius: 5px;
background: #c2c2c2;
color: white;
font-family: "Open Sans";
font-size: 10px;
font-weight: 400;
text-transform: uppercase;
}
body .view .box-auto .container-auto .container-row .description .send-btn svg,
html .view .box-auto .container-auto .container-row .description .send-btn svg {
margin-right: 5px;
}
body .view .box-auto .container-auto .container-row .without-column,
html .view .box-auto .container-auto .container-row .without-column {
padding-top: 15px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body .view .box-auto .container-auto .container-row .without-column a,
html .view .box-auto .container-auto .container-row .without-column a {
margin-left: 20px;
}
body .view .box-auto .container-auto .middle,
html .view .box-auto .container-auto .middle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
@media screen and (max-width: 900px) {
body .view .box-auto .container-auto .middle,
html .view .box-auto .container-auto .middle {
-webkit-box-pack: unset;
-ms-flex-pack: unset;
justify-content: unset;
}
}
body .view-rest,
html .view-rest {
background: #F1F1F1;
}
body .view-rest .large,
html .view-rest .large {
/*padding-top: 73px;*/
}
@media screen and (max-width: 1850px) {
body .view-rest .large,
html .view-rest .large {
padding: 73px 2rem 0 2rem;
}
}
@media screen and (max-width: 900px) {
body .view-rest .large,
html .view-rest .large {
padding: 73px 0 0 0;
}
}
body .view-rest .small,
html .view-rest .small {
padding-top: 20px;
padding-bottom: 20px;
}
@media screen and (max-width: 1850px) {
body .view-rest .small,
html .view-rest .small {
padding: 20px 2rem 65px 2rem;
}
}
@media screen and (max-width: 900px) {
body .view-rest .small,
html .view-rest .small {
padding: 73px 0 0 0;
}
}
body .view-rest .box-auto,
html .view-rest .box-auto {
border-bottom: 1px solid #F1F1F1;
}
body .view-rest .box-auto .container-auto,
html .view-rest .box-auto .container-auto {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
max-width: 1671px;
width: 100%;
margin: 0 auto;
border-radius: 5px;
background: white;
border: 1px solid #d3d8db;
}
@media screen and (max-width: 900px) {
body .view-rest .box-auto .container-auto,
html .view-rest .box-auto .container-auto {
border-radius: 0;
border: none;
}
}
body .view-rest .box-auto .container-auto .header,
html .view-rest .box-auto .container-auto .header {
height: 32px;
line-height: 32px;
padding-left: 9px;
border-bottom: 1px solid #F1F1F1;
}
body .view-rest .box-auto .container-auto .header span,
html .view-rest .box-auto .container-auto .header span {
color: #555555;
font-family: "Roboto Condensed";
font-size: 14px;
font-weight: 300;
text-transform: uppercase;
}
body .view-rest .box-auto .container-auto .box-minimal,
html .view-rest .box-auto .container-auto .box-minimal {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
padding: 38px 70px 38px 27px;
border-bottom: 1px solid #F1F1F1;
}
@media screen and (max-width: 1500px) {
body .view-rest .box-auto .container-auto .box-minimal,
html .view-rest .box-auto .container-auto .box-minimal {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media screen and (max-width: 900px) {
body .view-rest .box-auto .container-auto .box-minimal,
html .view-rest .box-auto .container-auto .box-minimal {
padding: 38px 25px 38px 25px;
}
}
body .view-rest .box-auto .container-auto .box-minimal .row,
html .view-rest .box-auto .container-auto .box-minimal .row {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (max-width: 1500px) {
body .view-rest .box-auto .container-auto .box-minimal .row,
html .view-rest .box-auto .container-auto .box-minimal .row {
width: 100% !important;
border: none !important;
margin: 0 !important;
}
}
@media screen and (max-width: 900px) {
body .view-rest .box-auto .container-auto .box-minimal .row,
html .view-rest .box-auto .container-auto .box-minimal .row {
padding: 0;
}
}
body .view-rest .box-auto .container-auto .box-minimal .row .row_,
html .view-rest .box-auto .container-auto .box-minimal .row .row_ {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 20px;
}
body .view-rest .box-auto .container-auto .box-minimal .row .row_ .owner,
html .view-rest .box-auto .container-auto .box-minimal .row .row_ .owner {
margin: 19px 0 9px 0;
color: #404041;
font-family: "Open Sans";
font-size: 17px;
font-weight: 400;
}
body .view-rest .box-auto .container-auto .box-minimal .row .row_ .row-inline,
html .view-rest .box-auto .container-auto .box-minimal .row .row_ .row-inline {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
@media screen and (max-width: 1850px) {
body .view-rest .box-auto .container-auto .box-minimal .row .row_ .row-inline,
html .view-rest .box-auto .container-auto .box-minimal .row .row_ .row-inline {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
body .view-rest .box-auto .container-auto .box-minimal .row .row_ .row-inline div,
html .view-rest .box-auto .container-auto .box-minimal .row .row_ .row-inline div {
margin: 0 15px;
}
@media screen and (max-width: 1850px) {
body .view-rest .box-auto .container-auto .box-minimal .row .row_ .row-inline div,
html .view-rest .box-auto .container-auto .box-minimal .row .row_ .row-inline div {
display: none;
}
}
body .view-rest .box-auto .container-auto .box-minimal .row .row_ .row-inline span,
html .view-rest .box-auto .container-auto .box-minimal .row .row_ .row-inline span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #404041;
font-family: "Open Sans";
font-size: 13px;
font-weight: 600;
}
@media screen and (max-width: 1850px) {
body .view-rest .box-auto .container-auto .box-minimal .row .row_ .row-inline span,
html .view-rest .box-auto .container-auto .box-minimal .row .row_ .row-inline span {
margin-bottom: 10px;
}
}
body .view-rest .box-auto .container-auto .box-minimal .row .row_ .row-inline span svg,
html .view-rest .box-auto .container-auto .box-minimal .row .row_ .row-inline span svg {
margin-right: 5px;
}
body .view-rest .box-auto .container-auto .box-minimal .row .row_ img,
html .view-rest .box-auto .container-auto .box-minimal .row .row_ img {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
body .view-rest .box-auto .container-auto .box-minimal .small,
html .view-rest .box-auto .container-auto .box-minimal .small {
width: 30%;
border-right: 1px solid #F1F1F1;
}
body .view-rest .box-auto .container-auto .box-minimal .large,
html .view-rest .box-auto .container-auto .box-minimal .large {
margin-left: 50px;
width: 70%;
}
body .view-rest .box-auto .container-auto .box-minimal .large span,
html .view-rest .box-auto .container-auto .box-minimal .large span {
color: #7d7d7d;
font-family: "Open Sans";
font-size: 13px;
font-weight: 400;
line-height: 29px;
}
body .view-rest .box-auto .container-auto #changelog-shops,
html .view-rest .box-auto .container-auto #changelog-shops {
padding: 39px 92px;
}
body .view-rest .box-auto .container-auto #changelog-shops .header span svg{
width: 15px !important;
display: inline-block;
position: relative;
vertical-align: middle;
}
body .view-rest .box-auto .container-auto .shops,
html .view-rest .box-auto .container-auto .shops {
padding: 30px 35px !important;
}
@media screen and (max-width: 1850px) {
body .view-rest .box-auto .container-auto .shops,
html .view-rest .box-auto .container-auto .shops {
padding: 39px 60px 69px 60px;
}
}
@media screen and (max-width: 900px) {
body .view-rest .box-auto .container-auto .shops,
html .view-rest .box-auto .container-auto .shops {
padding: 39px 25px 69px 25px;
}
}
body .view-rest .box-auto .container-auto .shops .changelog-info,
html .view-rest .box-auto .container-auto .shops .changelog-info {
opacity: 1;
display: block;
padding: 15px;
}
body .view-rest .box-auto .container-auto .shops .changelog-info.changelog-current {
border: 1px solid #f1f1f1;
box-shadow: #f1f1f1 0 0 10px;
}
body .view-rest .box-auto .container-auto .shops .changelog-info h2,
html .view-rest .box-auto .container-auto .shops .changelog-info h2 {
color: #29262e;
font-family: "Roboto";
font-size: 26px;
font-weight: 200;
margin: 0 0 24px 0;
}
body .view-rest .box-auto .container-auto .shops .changelog-info .changelog-row,
html .view-rest .box-auto .container-auto .shops .changelog-info .changelog-row {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body .view-rest .box-auto .container-auto .shops .changelog-info .changelog-row h5,
html .view-rest .box-auto .container-auto .shops .changelog-info .changelog-row h5 {
color: #404041;
font-family: "Open Sans";
font-size: 17px;
font-weight: 400;
line-height: 29px;
margin: 0;
}
body .view-rest .box-auto .container-auto .shops .changelog-info .changelog-row a,
html .view-rest .box-auto .container-auto .shops .changelog-info .changelog-row a {
margin-left: 20px;
}
body .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs,
html .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
/*margin-bottom: 20px;*/
}
body .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs span,
html .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs span {
margin-top: 12px;
color: #404041;
font-family: "Open Sans";
color: #7d7d7d;
font-size: 13px;
}
body .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card,
html .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
border: 2px solid #F1F1F1;
border-radius: 5px;
text-align: center;
min-height: 460px;
max-width: 265px;
width: 100%;
}
@media screen and (max-width: 1850px) {
body .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card,
html .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card {
margin-bottom: 35px;
}
}
@media screen and (max-width: 900px) {
body .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card,
html .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card {
max-width: 100%;
}
}
body .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card .version,
html .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card .version {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 38px;
}
body .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card .version span,
html .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card .version span {
font-size: 13px;
padding: 2px 10px;
border-radius: 5px;
color: #404041;
border: 2px solid #F1F1F1;
font-family: "Roboto Condensed";
font-weight: 700;
margin: 0;
}
body .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card .bottom,
html .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card .bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
bottom: 0;
}
body .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card img,
html .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card img {
padding: 30px 0 0 0;
}
body .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card h4,
html .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card h4 {
color: #29262e;
font-family: "Open Sans";
font-size: 20px;
font-weight: 400;
line-height: 120%;
margin: 10px 15px;
text-align: center;
letter-spacing: -1px;
height: 72px;
display: flex;
align-items: center;
}
html .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card h4 span{
color: #29262e !important;
font-family: "Open Sans";
font-size: 20px;
font-weight: 300;
}
body .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card span,
html .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card span {
color: #F05523;
font-family: "Open Sans";
font-size: 22px;
font-weight: 400;
text-align: center;
letter-spacing: -1px;
}
body .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card a,
html .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card a {
cursor: pointer;
padding: 10px 25px;
background: #F05523;
-webkit-box-shadow: inset 0 -3px 0 #e8330f;
box-shadow: inset 0 -3px 0 #e8330f;
border-radius: 5px;
color: white;
font-family: "Roboto";
font-size: 15px;
font-weight: 300;
margin: 10px 0 30px 0;
text-decoration: none;
}
body .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs .card a:hover{
background: rgba(240, 85, 35, 0.7);
}
body .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs_unset,
html .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs_unset {
-webkit-box-orient: unset;
-webkit-box-direction: unset;
-ms-flex-direction: unset;
flex-direction: unset;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media screen and (max-width: 1850px) {
body .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs_unset,
html .view-rest .box-auto .container-auto .shops .changelog-info .shop-boxs_unset {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.changelog-info .shop-boxs span{
margin-left: 15px !important;
}
.changelog-info .shop-boxs span.label-1{
color: #2fa360 !important;
}
.changelog-info .shop-boxs span.label-2{
color: #c51f1a !important;
}
.changelog-info .shop-boxs span.label-3{
color: #818182 !important;
}
body .view-rest .box-auto .container-auto .shops .btn-show,
html .view-rest .box-auto .container-auto .shops .btn-show {
margin-top: 30px;
}
body .view-rest .box-auto .container-auto .shops .btn-show a,
html .view-rest .box-auto .container-auto .shops .btn-show a {
cursor: pointer;
padding: 10px 25px;
background: #F05523;
-webkit-box-shadow: inset 0 -3px 0 #e8330f;
box-shadow: inset 0 -3px 0 #e8330f;
border-radius: 5px;
color: white;
font-family: "Roboto";
font-size: 15px;
font-weight: 300;
}
body .view-rest .box-auto .container-auto .shops .changelog-hide,
html .view-rest .box-auto .container-auto .shops .changelog-hide {
opacity: 0;
display: none;
}
body .view-rest .large, html .view-rest .large {
padding: 0 !important
}
/*# sourceMappingURL=config.css.map */

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

View File

@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="512px" height="512px" viewBox="0 0 511.626 511.626" style="enable-background:new 0 0 511.626 511.626;" xml:space="preserve" class=""><g><g>
<g>
<path d="M49.106,178.729c6.472,4.567,25.981,18.131,58.528,40.685c32.548,22.554,57.482,39.92,74.803,52.099 c1.903,1.335,5.946,4.237,12.131,8.71c6.186,4.476,11.326,8.093,15.416,10.852c4.093,2.758,9.041,5.852,14.849,9.277 c5.806,3.422,11.279,5.996,16.418,7.7c5.14,1.718,9.898,2.569,14.275,2.569h0.287h0.288c4.377,0,9.137-0.852,14.277-2.569 c5.137-1.704,10.615-4.281,16.416-7.7c5.804-3.429,10.752-6.52,14.845-9.277c4.093-2.759,9.229-6.376,15.417-10.852 c6.184-4.477,10.232-7.375,12.135-8.71c17.508-12.179,62.051-43.11,133.615-92.79c13.894-9.703,25.502-21.411,34.827-35.116 c9.332-13.699,13.993-28.07,13.993-43.105c0-12.564-4.523-23.319-13.565-32.264c-9.041-8.947-19.749-13.418-32.117-13.418H45.679 c-14.655,0-25.933,4.948-33.832,14.844C3.949,79.562,0,91.934,0,106.779c0,11.991,5.236,24.985,15.703,38.974 C26.169,159.743,37.307,170.736,49.106,178.729z" data-original="#000000" class="active-path" data-old_color="#000000" fill="#F05523"/>
<path d="M483.072,209.275c-62.424,42.251-109.824,75.087-142.177,98.501c-10.849,7.991-19.65,14.229-26.409,18.699 c-6.759,4.473-15.748,9.041-26.98,13.702c-11.228,4.668-21.692,6.995-31.401,6.995h-0.291h-0.287 c-9.707,0-20.177-2.327-31.405-6.995c-11.228-4.661-20.223-9.229-26.98-13.702c-6.755-4.47-15.559-10.708-26.407-18.699 c-25.697-18.842-72.995-51.68-141.896-98.501C17.987,202.047,8.375,193.762,0,184.437v226.685c0,12.57,4.471,23.319,13.418,32.265 c8.945,8.949,19.701,13.422,32.264,13.422h420.266c12.56,0,23.315-4.473,32.261-13.422c8.949-8.949,13.418-19.694,13.418-32.265 V184.437C503.441,193.569,493.927,201.854,483.072,209.275z" data-original="#000000" class="active-path" data-old_color="#000000" fill="#F05523"/>
</g>
</g></g> </svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="512px" height="512px" viewBox="0 0 369.793 369.792" style="enable-background:new 0 0 369.793 369.792;" xml:space="preserve"><g><g>
<g>
<g>
<path d="M320.83,140.434l-1.759-0.627l-6.87-16.399l0.745-1.685c20.812-47.201,19.377-48.609,15.925-52.031L301.11,42.61 c-1.135-1.126-3.128-1.918-4.846-1.918c-1.562,0-6.293,0-47.294,18.57L247.326,60l-16.916-6.812l-0.679-1.684 C210.45,3.762,208.475,3.762,203.677,3.762h-39.205c-4.78,0-6.957,0-24.836,47.825l-0.673,1.741l-16.828,6.86l-1.609-0.669 C92.774,47.819,76.57,41.886,72.346,41.886c-1.714,0-3.714,0.769-4.854,1.892l-27.787,27.16 c-3.525,3.477-4.987,4.933,16.915,51.149l0.805,1.714l-6.881,16.381l-1.684,0.651C0,159.715,0,161.556,0,166.474v38.418 c0,4.931,0,6.979,48.957,24.524l1.75,0.618l6.882,16.333l-0.739,1.669c-20.812,47.223-19.492,48.501-15.949,52.025L68.62,327.18 c1.162,1.117,3.173,1.915,4.888,1.915c1.552,0,6.272,0,47.3-18.561l1.643-0.769l16.927,6.846l0.658,1.693 c19.293,47.726,21.275,47.726,26.076,47.726h39.217c4.924,0,6.966,0,24.859-47.857l0.667-1.742l16.855-6.814l1.604,0.654 c27.729,11.733,43.925,17.654,48.122,17.654c1.699,0,3.717-0.745,4.876-1.893l27.832-27.219 c3.501-3.495,4.96-4.924-16.981-51.096l-0.816-1.734l6.869-16.31l1.64-0.643c48.938-18.981,48.938-20.831,48.938-25.755v-38.395 C369.793,159.95,369.793,157.914,320.83,140.434z M184.896,247.203c-35.038,0-63.542-27.959-63.542-62.3 c0-34.342,28.505-62.264,63.542-62.264c35.023,0,63.522,27.928,63.522,62.264C248.419,219.238,219.92,247.203,184.896,247.203z" data-original="#000000" class="active-path" data-old_color="#000000" fill="#29262E"/>
</g>
</g>
</g></g> </svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

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,2 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" id="Capa_1" enable-background="new 0 0 479.058 479.058" height="512px" viewBox="0 0 479.058 479.058" width="512px" class=""><g><path d="m434.146 59.882h-389.234c-24.766 0-44.912 20.146-44.912 44.912v269.47c0 24.766 20.146 44.912 44.912 44.912h389.234c24.766 0 44.912-20.146 44.912-44.912v-269.47c0-24.766-20.146-44.912-44.912-44.912zm0 29.941c2.034 0 3.969.422 5.738 1.159l-200.355 173.649-200.356-173.649c1.769-.736 3.704-1.159 5.738-1.159zm0 299.411h-389.234c-8.26 0-14.971-6.71-14.971-14.971v-251.648l199.778 173.141c2.822 2.441 6.316 3.655 9.81 3.655s6.988-1.213 9.81-3.655l199.778-173.141v251.649c-.001 8.26-6.711 14.97-14.971 14.97z" data-original="#000000" class="active-path" data-old_color="#000000" fill="#FFFFFF"/></g> </svg>

After

Width:  |  Height:  |  Size: 799 B

View File

@@ -0,0 +1,4 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="512px" height="512px" viewBox="0 0 401.998 401.998" style="enable-background:new 0 0 401.998 401.998;" xml:space="preserve"><g><g>
<path d="M401.129,311.475c-1.137-3.426-8.371-8.473-21.697-15.129c-3.61-2.098-8.754-4.949-15.41-8.566 c-6.662-3.617-12.709-6.95-18.13-9.996c-5.432-3.045-10.521-5.995-15.276-8.846c-0.76-0.571-3.139-2.234-7.136-5 c-4.001-2.758-7.375-4.805-10.14-6.14c-2.759-1.327-5.473-1.995-8.138-1.995c-3.806,0-8.56,2.714-14.268,8.135 c-5.708,5.428-10.944,11.324-15.7,17.706c-4.757,6.379-9.802,12.275-15.126,17.7c-5.332,5.427-9.713,8.138-13.135,8.138 c-1.718,0-3.86-0.479-6.427-1.424c-2.566-0.951-4.518-1.766-5.858-2.423c-1.328-0.671-3.607-1.999-6.845-4.004 c-3.244-1.999-5.048-3.094-5.428-3.285c-26.075-14.469-48.438-31.029-67.093-49.676c-18.649-18.658-35.211-41.019-49.676-67.097 c-0.19-0.381-1.287-2.19-3.284-5.424c-2-3.237-3.333-5.518-3.999-6.854c-0.666-1.331-1.475-3.283-2.425-5.852 s-1.427-4.709-1.427-6.424c0-3.424,2.713-7.804,8.138-13.134c5.424-5.327,11.326-10.373,17.7-15.128 c6.379-4.755,12.275-9.991,17.701-15.699c5.424-5.711,8.136-10.467,8.136-14.273c0-2.663-0.666-5.378-1.997-8.137 c-1.332-2.765-3.378-6.139-6.139-10.138c-2.762-3.997-4.427-6.374-4.999-7.139c-2.852-4.755-5.799-9.846-8.848-15.271 c-3.049-5.424-6.377-11.47-9.995-18.131c-3.615-6.658-6.468-11.799-8.564-15.415C98.986,9.233,93.943,1.997,90.516,0.859 C89.183,0.288,87.183,0,84.521,0c-5.142,0-11.85,0.95-20.129,2.856c-8.282,1.903-14.799,3.899-19.558,5.996 c-9.517,3.995-19.604,15.605-30.264,34.826C4.863,61.566,0.01,79.271,0.01,96.78c0,5.135,0.333,10.131,0.999,14.989 c0.666,4.853,1.856,10.326,3.571,16.418c1.712,6.09,3.093,10.614,4.137,13.56c1.045,2.948,2.996,8.229,5.852,15.845 c2.852,7.614,4.567,12.275,5.138,13.988c6.661,18.654,14.56,35.307,23.695,49.964c15.03,24.362,35.541,49.539,61.521,75.521 c25.981,25.98,51.153,46.49,75.517,61.526c14.655,9.134,31.314,17.032,49.965,23.698c1.714,0.568,6.375,2.279,13.986,5.141 c7.614,2.854,12.897,4.805,15.845,5.852c2.949,1.048,7.474,2.43,13.559,4.145c6.098,1.715,11.566,2.905,16.419,3.576 c4.856,0.657,9.853,0.996,14.989,0.996c17.508,0,35.214-4.856,53.105-14.562c19.219-10.656,30.826-20.745,34.823-30.269 c2.102-4.754,4.093-11.273,5.996-19.555c1.909-8.278,2.857-14.985,2.857-20.126C401.99,314.814,401.703,312.819,401.129,311.475z" data-original="#000000" class="active-path" data-old_color="#000000" fill="#F05523"/>
</g></g> </svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 B

View File

@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 350 350" style="enable-background:new 0 0 350 350;" xml:space="preserve" width="512px" height="512px"><g><g>
<path d="M175,171.173c38.914,0,70.463-38.318,70.463-85.586C245.463,38.318,235.105,0,175,0s-70.465,38.318-70.465,85.587 C104.535,132.855,136.084,171.173,175,171.173z" data-original="#000000" class="active-path" data-old_color="#000000" fill="#29262E"/>
<path d="M41.909,301.853C41.897,298.971,41.885,301.041,41.909,301.853L41.909,301.853z" data-original="#000000" class="active-path" data-old_color="#000000" fill="#29262E"/>
<path d="M308.085,304.104C308.123,303.315,308.098,298.63,308.085,304.104L308.085,304.104z" data-original="#000000" class="active-path" data-old_color="#000000" fill="#29262E"/>
<path d="M307.935,298.397c-1.305-82.342-12.059-105.805-94.352-120.657c0,0-11.584,14.761-38.584,14.761 s-38.586-14.761-38.586-14.761c-81.395,14.69-92.803,37.805-94.303,117.982c-0.123,6.547-0.18,6.891-0.202,6.131 c0.005,1.424,0.011,4.058,0.011,8.651c0,0,19.592,39.496,133.08,39.496c113.486,0,133.08-39.496,133.08-39.496 c0-2.951,0.002-5.003,0.005-6.399C308.062,304.575,308.018,303.664,307.935,298.397z" data-original="#000000" class="active-path" data-old_color="#000000" fill="#29262E"/>
</g></g> </svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

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;