first commit

This commit is contained in:
2024-11-11 18:46:54 +01:00
commit a630d17338
25634 changed files with 4923715 additions and 0 deletions

View File

@@ -0,0 +1 @@
.mce-fontawesome-panel .mce-container-body>.mce-container,.mce-fontawesome-panel .mce-container-body>.mce-container>.mce-container-body{height:auto!important;width:670px}.mce-fontawesome-panel .mce-container-body>.mce-container{position:static;margin-top:10px;margin-left:10px}.mce-fontawesome-panel-title{display:flex;align-items:center;font-weight:700;margin-top:5px;margin-bottom:4px;cursor:pointer;padding:6px;border-bottom:1px solid transparent}.mce-fontawesome-panel-title:focus,.mce-fontawesome-panel-title:hover{background-color:rgba(0,0,0,.1)}.mce-fontawesome-panel-search .mce-fontawesome-panel-title:focus,.mce-fontawesome-panel-search .mce-fontawesome-panel-title:hover{background-color:transparent}.mce-fontawesome-panel-accordion-open .mce-fontawesome-panel-title{border-bottom:1px solid #eee}.mce-fontawesome-panel-accordion:first-child .mce-fontawesome-panel-title{margin-top:0}.mce-fontawesome-panel-accordion-indicator{margin-left:auto;font-family:FontAwesome}.mce-fontawesome-panel-content{transition:.5s height;overflow:hidden}.mce-fontawesome-panel .mce-icon-cell{position:relative;float:left;width:29px;height:29px}.mce-fontawesome-panel .fa{display:block;line-height:29px;font-family:FontAwesome;cursor:pointer;text-align:center;border-radius:3px}.mce-fontawesome-panel .fa:focus,.mce-fontawesome-panel .fa:hover{background-color:rgba(0,0,0,.1)}.mce-fontawesome-search-container{position:absolute;margin:10px 0 0 10px}.mce-fontawesome-search-container::before{font-family:FontAwesome;content:"\f002";position:absolute;top:0;left:0;line-height:30px;color:rgba(0,0,0,.4)}.mce-fontawesome-search-container-clear{position:absolute;display:none;top:0;right:0}.mce-fontawesome-panel-search .mce-fontawesome-search-container-clear{display:block}.mce-fontawesome-search-container-clear span{line-height:30px;color:rgba(0,0,0,.4)}.mce-fontawesome-search-container-clear:focus span,.mce-fontawesome-search-container-clear:hover span{color:rgba(0,0,0,.8)}.mce-fontawesome-search-container input{display:block;width:200px;height:30px;line-height:30px;margin:0;padding:0 25px;border:0 solid;border-bottom:1px solid rgba(0,0,0,.2);-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.mce-fontawesome-search-container input::-webkit-input-placeholder{color:rgba(0,0,0,.4)}.mce-fontawesome-search-container input::-moz-placeholder{color:rgba(0,0,0,.4)}.mce-fontawesome-search-container input:-ms-input-placeholder{color:rgba(0,0,0,.4)}.mce-fontawesome-search-noresults{text-align:center;color:rgba(0,0,0,.4);position:absolute;left:0;right:0;top:calc(50% - 8px)}.mce-i-flag{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:1px;position:relative;top: -1px!important; padding: 3px!important;}.mce-i-flag:before{content:"\f024"}

View File

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