Initial commit

This commit is contained in:
2020-10-07 10:37:15 +02:00
commit ce5f440392
28157 changed files with 4429172 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop and Contributors
*
* 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-2019 PrestaShop SA and Contributors
* @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 @@
.mce-object{border:1px dotted #3A3A3A;background:#d5d5d5 url(img/object.gif) no-repeat center}.mce-pagebreak{cursor:default;display:block;border:0;width:100%;height:5px;border:1px dashed #666;margin-top:15px}.mce-item-anchor{cursor:default;display:inline-block;-webkit-user-select:all;-webkit-user-modify:read-only;-moz-user-select:all;-moz-user-modify:read-only;user-select:all;user-modify:read-only;width:9px !important;height:9px !important;border:1px dotted #3A3A3A;background:#d5d5d5 url(img/anchor.gif) no-repeat center}.mce-nbsp{background:#AAA}hr{cursor:default}.mce-match-marker{background:#AAA;color:#fff}.mce-match-marker-selected{background:#3399ff;color:#fff}.mce-spellchecker-word{border-bottom:2px solid #F00;cursor:default}.mce-spellchecker-grammar{border-bottom:2px solid #008000;cursor:default}.mce-item-table,.mce-item-table td,.mce-item-table th,.mce-item-table caption{border:1px dashed #BBB}td.mce-item-selected,th.mce-item-selected{background-color:#3399ff !important}.mce-edit-focus{outline:1px dotted #333}

View File

@@ -0,0 +1,99 @@
body {
background-color: #FAFBFC;
color: #000000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
scrollbar-3dlight-color: #F0F0EE;
scrollbar-arrow-color: #676662;
scrollbar-base-color: #F0F0EE;
scrollbar-darkshadow-color: #DDDDDD;
scrollbar-face-color: #E0E0DD;
scrollbar-highlight-color: #F0F0EE;
scrollbar-shadow-color: #F0F0EE;
scrollbar-track-color: #F5F5F5;
padding-bottom: 0!important;
}
td,th {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px
}
.mce-object {
border: 1px dotted #3A3A3A;
background: #d5d5d5 url(img/object.gif) no-repeat center
}
.mce-pagebreak {
cursor: default;
display: block;
border: 0;
width: 100%;
height: 5px;
border: 1px dashed #666;
margin-top: 15px
}
.mce-item-anchor {
cursor: default;
display: inline-block;
-webkit-user-select: all;
-webkit-user-modify: read-only;
-moz-user-select: all;
-moz-user-modify: read-only;
user-select: all;
user-modify: read-only;
width: 10px !important;
height: 10px !important;
border: 1px dotted #3A3A3A;
background: #00AFF0;
}
.mce-nbsp {
background: #AAA
}
hr {
cursor: default
}
.mce-match-marker {
background: #AAA;
color: #fff
}
.mce-match-marker-selected {
background: #3399ff;
color: #fff
}
.mce-spellchecker-word {
border-bottom: 2px solid #F00;
cursor: default
}
.mce-spellchecker-grammar {
border-bottom: 2px solid #008000;
cursor: default
}
.mce-item-table,.mce-item-table td,.mce-item-table th,.mce-item-table caption {
border: 1px dashed #BBB
}
td.mce-item-selected,th.mce-item-selected {
background-color: #3399ff !important
}
.mce-edit-focus {
outline: 1px dotted #333
}
.btn.btn-default {
padding: 3px 6px;
border: solid 1px #3399ff;
border-radius: 3px;
color: #3399ff;
text-decoration: none;
text-transform: uppercase;
}

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop and Contributors
*
* 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-2019 PrestaShop SA and Contributors
* @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,73 @@
/* PrestaShop TinyMCE Style Override */
.mce-widget button i {
font-size: 20px;
color: #95a7ad;
}
.mce-menu-item i {
font-size: 17px;
color: #95a7ad;
}
.mce-window.mce-in .mce-checkbox i {
font-family: Material Icons;
font-style: normal;
}
.mce-window.mce-in .mce-checkbox:not(.mce-checked) i:before {
content: 'ic_check_box_outline_blank';
display: inline-block;
}
.mce-window.mce-in .mce-checkbox.mce-checked i:before {
content: 'ic_check_box';
display: inline-block;
}
i.mce-i-checkbox {
border: 0;
border-radius: 0;
background-color: transparent;
text-indent: -52px;
font-size: 16px;
line-height: 16px;
display: inline;
color : #6C868E;
}
.mce-checked i.mce-i-checkbox {
font-size: 16px;
line-height: 16px;
text-indent: -52px;
Color : #25B9D7;
}
.mce-widget button:hover {
background-color: transparent !important;
}
.mce-widget button i:hover {
color: #24abce !important;
}
.mce-widget {
border: none !important;
}
.mce-panel {
border: none !important;
}
.mce-widget.mce-active button i {
color: #24abce !important;
}
.mce-btn.mce-active, .mce-btn.mce-active:hover, .mce-btn:not(.mce-disabled):active {
background-color: #eee !important;
}
.mce-container-body .mce-flow-layout {
border-bottom: solid 1px #eee;
padding-bottom: 3px;
}