Initial commit

This commit is contained in:
2019-11-20 07:44:43 +01:00
commit 5bf49c4a81
41188 changed files with 5459177 additions and 0 deletions

View File

@@ -0,0 +1,158 @@
/**
* 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
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
#psthemecusto .center-img img {
display: block;
margin: 1rem auto 2rem auto;
}
#psthemecusto b {
font-weight: bolder;
color: #363a41;
margin: 0;
font-size: 14px;
font-size: .875rem;
margin-bottom: 7px;
display: block;
}
#psthemecusto p {
font-size: 13px;
font-size: .8rem;
font-weight: 400;
line-height: 1.5;
color: #363a41;
}
#psthemecusto .row.row-buttons {
margin-top: 1rem;
}
#psthemecusto .icon-external-link {
font-weight: 400;
font-size: 20px;
padding-left: 6px;
display: inline-block;
vertical-align: middle;
}
#psthemecusto .alert {
margin-top: 1.5rem;
}
#psthemecusto .download_child_theme_error {
margin-top: 0;
display: none;
}
#psthemecusto .row.row-buttons .btn{
white-space: initial !important;
}
form#importDropzone {
border: 2px dashed #6c868e;
}
.dropzone {
min-height: 150px;
border: 2px solid rgba(0,0,0,0.3);
background: white;
padding: 20px 20px;
}
.dropzone.dz-clickable * {
cursor: default;
}
.module-import-start-icon {
font-size: 70px;
color: #CECCCC;
}
.module-import-start {
text-align: center;
}
.module-import-start-footer-text {
font-size: smaller;
font-style: italic;
color: #CECCCC;
}
.btn-outline-secondary {
border: 1px solid #8a8a8a !important;
}
a.btn-outline-secondary {
color: #8a8a8a;
}
.row-buttons .btn {
margin-bottom: 10px;
}
/**
LOADER
*/
#psthemecusto .btn-primary.js-loader {
position: relative;
display: none;
}
.btn .loader {
display: block;
border: 2px solid #f3f3f3;
border-top: 2px solid #25b9d7;
width: 22px;
height: 22px;
position: absolute;
top: 9px;
right: 9px;
}
.modal .loader {
border: 4px solid #f3f3f3;
border-top: 4px solid #25b9d7;
width: 50px;
height: 50px;
margin-top: 32px;
}
/**
MODAL
*/
.dz-preview {
display: none !important;
}
#psthemecusto .modal .module-import-failure,
#psthemecusto .modal .module-import-failure-details,
#psthemecusto .modal .module-import-success {
display: none;
text-align: center;
}
#psthemecusto .modal .module-import-start-footer-text {
color: #CECCCC !important;
font-size: 0.8rem !important;
}
#psthemecusto .modal .module-import-failure {
font-size: 0.8rem;
line-height: 2rem;
}
#psthemecusto .modal .module-import-failure .module-import-failure-icon {
color: #c45c67;
font-size: 70px;
}
#psthemecusto .modal .module-import-failure .module-import-failure-msg {
font-weight: 700;
margin-bottom: 0;
}
#psthemecusto .modal .module-import-success .module-import-success-icon {
color: #1c8ca3;
font-size: 70px;
}

View File

@@ -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;

View File

@@ -0,0 +1,228 @@
/**
* 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
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
/**
GENERAL
*/
#psthemecusto .js-wireframe div {
width: 92%;
}
@media screen and (max-width: 991px) {
#psthemecusto .js-wireframe div {
width: 100%;
}
}
#psthemecusto .js-wireframe img{
max-width: 100%;
}
#psthemecusto .js-wireframe div { cursor: pointer; }
#psthemecusto .js-wireframe div .on-element{ display: none; opacity: 0; }
#psthemecusto .js-wireframe div:hover .out-element,
#psthemecusto .js-wireframe div.active .out-element{ display: none; }
#psthemecusto .js-wireframe div:hover .on-element,
#psthemecusto .js-wireframe div.active .on-element{
display: block;
opacity: 1;
}
#psthemecusto .module-list {
position: -webkit-sticky;
position: sticky;
top: 186px;
}
@media screen and (max-width: 991px) {
#psthemecusto .module-list {
margin-top: 25px;
}
}
#psthemecusto .configuration-rectangle {
border-left: 4px solid #dcdcdc;
margin-bottom: 25px;
-webkit-box-shadow: 0px 2px 1px rgba(0,0,0,0.12);
box-shadow: 0px 2px 1px rgba(0,0,0,0.12);
}
#psthemecusto .configuration-rectangle.active {
-webkit-box-shadow: none;
box-shadow: none;
}
#psthemecusto .configuration-rectangle.active,
#psthemecusto .configuration-rectangle:hover {
border-color: #25b9d7;
-webkit-transition: border-color .2s;
transition: border-color .2s;
}
#psthemecusto .configuration-rectangle .module-logo {
width: 30px;
max-width: 100%;
}
#psthemecusto .configuration-rectangle .form-action-button-container {
padding: 0;
}
#psthemecusto .configuration-rectangle .js-module-name {
text-transform: uppercase;
font-family: "Open Sans";
font-size: 12px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
text-align: left;
color: #4a4a4a;
padding: 18px 24px 8px 12px;
opacity: 0.6;
background-color: #eff1f2;
cursor: pointer;
}
#psthemecusto .configuration-rectangle .js-module-name.active {
-webkit-box-shadow: 0px 2px 1px rgba(0,0,0,0.2);
box-shadow: 0px 2px 1px rgba(0,0,0,0.2);
}
#psthemecusto .configuration-rectangle:hover .js-module-name,
#psthemecusto .configuration-rectangle .js-module-name.active,
#psthemecusto .configuration-rectangle .js-module-name:hover {
background-color: #25b9d7;
color: #fff;
opacity: 1;
-webkit-transition: opacity .2s, color .2s, background-color .2s, -webkit-transform .2s;
transition: opacity .2s, color .2s, background-color .2s, transform .2s;
}
#psthemecusto .configuration-rectangle .module-informations {
display: none;
/* padding-top: 25px;
padding-right: 25px;
padding-left: 25px; */
padding-top: 1.2vw;
padding-right: 1.2vw;
padding-left: 1.2vw;
padding-bottom: 0;
}
#psthemecusto .configuration-rectangle .module-informations b {
font-weight: bolder;
color: #363a41;
margin: 0;
font-size: 14px;
font-size: .875rem;
margin-bottom: 7px;
display: block;
}
#psthemecusto .configuration-rectangle .module-informations .description {
font-size: 13px;
font-size: .8rem;
font-weight: 400;
line-height: 1.5;
color: #363a41;
}
#psthemecusto .configuration-rectangle .module-informations:last-child {
padding-bottom: 25px;
}
#psthemecusto .configuration-rectangle .module-informations .icon-cogs {
font-size: 20px;
}
#psthemecusto .configuration-rectangle .configuration-rectangle-caret {
text-align: right;
}
#psthemecusto .configuration-rectangle .configuration-rectangle-caret .caret {
border-top: 8px solid;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
}
button.dropdown-item {
display: block;
width: 100%;
padding: 5px;
padding: .3125rem;
clear: both;
font-weight: 400;
color: #6c868e;
text-align: inherit;
white-space: nowrap;
background: none;
border: 0;
cursor: initial;
}
.dropdown-item:focus,
.dropdown-item:hover {
color: #25b9d7;
text-decoration: none;
background-color: #fff;
}
.btn-outline-primary {
color: #25b9d7 !important;
background-color: transparent !important;
background-image: none !important;
border-color: #25b9d7 !important;
}
.btn-outline-primary:hover {
color: #fff !important;
background-color: #3ed2f0 !important;
border-color: #3ed2f0 !important;
}
.no-padding{
padding: 0 !important;
}
.no-radius-right {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.loader {
border: 4px solid #f3f3f3;
border-top: 4px solid #25b9d7;
width: 31px;
height: 31px;
}
.configuration-rectangle .dropdown-action {
padding: 0;
}
.configuration-rectangle .dropdown-action .material-icons{
line-height: 0 !important;
padding-top: 18px;
}
.configuration-rectangle .general-action .btn {
padding: 8.5px 0px;
}
.dropdown-menu {
box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3) !important;
}
.dropdown-menu>li a{
padding: 5px !important;
padding: .3125rem !important;
cursor: default;
text-decoration: none;
color: #6c868e;
display: block;
}
.dropdown-menu>li a:hover {
text-decoration: none;
color: #3ed2f0;
}
.material-icons.up{
display: none;
}

View File

@@ -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;

View File

@@ -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;

View File

@@ -0,0 +1,109 @@
/**
* 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
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
/**
MODAL
*/
#psthemecusto .modal {
overflow: hidden;
}
#psthemecusto .modal .modal-content {
border-radius: 0 !important;
}
#psthemecusto .modal h4 {
font-size: 1.125rem;
line-height: 1.5;
font-family: Open Sans,Helvetica,Arial,sans-serif;
font-weight: 700;
}
#psthemecusto .modal .modal-header,
#psthemecusto .modal .modal-footer {
border: 0 !important;
}
#psthemecusto .modal .modal-header {
position: relative;
}
#psthemecusto .modal .modal-header .close {
position: absolute;
top: 1rem;
right: 1rem;
font-size: 2rem;
}
#psthemecusto .modal .modal-header .close span {
color: #000;
}
#psthemecusto .modal p{
font-family: Open Sans,Helvetica,Arial,sans-serif;
font-size: .875rem;
font-weight: 400;
line-height: 1.5;
color: #363a41;
}
#psthemecusto .modal .modal-footer .action_available {
text-transform: initial;
}
/**
LOADER
*/
.loader {
display: none;
border-radius: 50%;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
margin: auto;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/**
BUTTON
*/
#psthemecusto .btn {
border-radius: 0 !important;
}
#psthemecusto .btn.btn-primary {
text-transform: initial;
background-color: #25b9d7 !important;
border-color: #25b9d7 !important;
}
#psthemecusto .btn.btn-primary:hover {
background-color: #3ed2f0 !important;
border-color: #3ed2f0 !important;
}
/**
OTHER
*/
.displaynone {
display: none;
}

View File

@@ -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;