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,189 @@
.braintree-row-payment {
padding:5px 5px 5px 10px;
border-radius: 4px;
margin:0 0 10px 0;
}
.braintree-row-payment .block_field{
width: 46%;
display: block;
margin-top: 10px;
margin-right:1%;
float: left;
}
.braintree-row-payment .block_field.half_block_field{
width:20%;
margin-right:1%;
}
.braintree-row-payment .half_block_field .hosted_field {
width:100%;
}
.braintree-row-payment .hosted_field {
/*width: 250px;*/
height: 34px;
padding: 6px 12px 6px 12px;
border: 1px solid #cccccc;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
float:left;
}
.braintree-row-payment .braintree-hosted-fields-focused
{
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.braintree-row-payment #braintree_submit{
margin-top: 20px;
color: #fff;
background-color: #337ab7;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid #2e6da4;
border-radius: 4px;
width: 250px;
clear: both;
}
.paypal_clear{
clear:both;
}
.braintree_logo{
vertical-align: bottom;
}
.braintree_title_bo{
color:#000;
}
.braintree_error{
background-color: #F11;
color: white;
padding: 5px;
opacity: 0.5;
border: solid 3px red;
}
#paypal-wrapper .bo_paypal_help{
border-radius:50%;
border: 2px solid #036;
width: 21px;
display: inline-block;
height: 21px;
font-size: 17px;
text-decoration: none;
text-align: center;
}
#paypal-wrapper .braintree_link{
text-decoration: none;
}
.braintree-error {
display:none;
}
.braintree-card #card-image {
position: absolute;
top: 0em;
right: 1em;
width: 44px;
height: 28px;
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/346994/card_sprite.png);
background-size: 86px 458px;
background-position: -100px 0;
background-repeat: no-repeat;
margin-bottom: 1em;
}
.braintree-card #card-image.visa {
background-position: 0 -398px;
}
.braintree-card #card-image.master-card {
background-position: 0 -281px;
}
.braintree-card #card-image.american-express {
background-position: 0 -370px;
}
.braintree-card #card-image.discover {
background-position: 0 -163px;
}
.braintree-card #card-image.maestro {
background-position: 0 -251px;
}
.braintree-card #card-image.jcb {
background-position: 0 -221px;
}
.braintree-card #card-image.diners-club {
background-position: 0 -133px;
}
.braintree-row-payment #card-number {
position: relative;
}
#paypal-vault-info {
display:none;
margin-bottom: 20px;
}
#bt-card-error-msg, #bt-paypal-error-msg {
display:none;
margin-top: 10px;
}
#bt-paypal-error-msg {
margin-bottom: 10px;
}
#logo_braintree_by_paypal{
margin-top:15px;
}
/*------------------VAULT-------------*/
#bt-vault-form {
margin-top: 10px;
margin-bottom: 15px;
}
#bt-vault-form .form-control {
background: #ffffff;
border-radius: 5px;
color: #7a7a7a;
border: 1px solid rgba(0,0,0,.25);
padding: 0.4rem 1rem;
}
.save-in-vault {
margin-top: 10px;
margin-bottom: 10px;
}
label[for="save_card_in_vault"], label[for="save_account_in_vault"] {
display: inline-block !important;
padding-left: 5px;
vertical-align: text-top;
}
@media only screen and (max-width: 500px) {
.braintree-row-payment .block_field {
width: 81%;
}
.braintree-row-payment .block_field.half_block_field {
width: 40%;
margin-right: 1%;
}
}

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 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-2019 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,258 @@
.paypal-nav .nav {
margin-bottom: 20px;
margin-left: 8px;
padding-bottom: 2px;
border-bottom: 1px solid lightgrey;
}
.paypal-nav .nav>li>a {
margin-right: 30px;
}
.paypal-nav .nav>li>a, .paypal-nav .nav>li>a:hover, .paypal-nav .nav>li>a:focus,
.paypal-nav .nav>li>a:hover>span, .paypal-nav .nav>li>a:focus>span{
color:#2095f2;
background-color: transparent;
font-size: 16px;
text-decoration: none;
padding-left: 0;
padding-bottom: 4px;
}
.paypal-nav .nav>li>a:active>span, .paypal-nav .nav>li.active>a:active>span, .paypal-nav .nav>li.active>a>span {
border-bottom: 3px solid #4277bb;
padding-bottom: 4px;
}
.paypal-nav .nav>li>a:active>span,
.paypal-nav .nav>li.active>a:active>span, .paypal-nav .nav>li.active>a:active,.paypal-nav .nav>li>a:active, .paypal-nav .nav>li.active>a>span, .paypal-nav .nav>li.active>a:focus, .paypal-nav .nav>li.active>a:hover, .paypal-nav .nav>li.active>a:hover>span, .paypal-nav .nav>li.active>a, .paypal-nav .nav>li.active>a:focus>span{
color:#4277bb;
background-color: transparent;
font-size: 16px;
font-weight: bold;
padding-left: 0;
}
.active-products img.paypal-products, .parametres .paypal-products {
width: 135px;
}
.active-products img.product-img {
height: 20px;
padding-right: 1px;
}
.active-products .panel span {
font-weight: bold;
}
.active-products .panel a {
font-weight: bold;
text-decoration: none;
cursor: pointer;
}
.active-products .panel div.bottom {
margin-top: 25px;
}
.active-products .panel .btn.btn-default {
color: #87b1d6;
border-color: #87b1d6;
border: 2px solid;
}
.active-products .panel .btn.btn-default:hover{
color: white;
background-color: #87b1d6;
border-color: #87b1d6;
border: 2px solid;
}
.active-products .panel.active-panel {
background-color: #F0F8FF !important;
}
.paypal-signup .btn.btn-info {
padding: 0px 15px 0 0;
}
#paypal_params .parametres {
float:none;
}
#paypal_params .help-right {
padding-left: 20px;
margin-top: 57px;
}
#paypal_params .help-left {
border-right: 1px solid #25b9d7;
}
.paypal-bold{font-weight:700}
.box ul.tick li{background:url(../img/blue_tick.png) no-repeat left 3px;padding:4px 26px}
#paypal_conf .right, .box ul.tick{float:right}
#paypal_conf .left{width:79%}
#paypal_conf .right{width:17%}
#paypal_conf .box{margin:6px 1%;text-align:left}
#paypal_conf .box ul{list-style:none;margin:0;padding:0;width:66%;}
#paypal_conf .left {float:left}
#paypal_conf .left img {margin-bottom: -5px; /*float:left; */ width: 100px;}
#paypal_conf .left .logo {
float: left;
width: fit-content;
padding: 15px;
background: #fff;
margin: 0 auto;
text-align: center;
}
#paypal_conf .left .info {
float: right;
width: 65%;
}
.active-products > p {
padding-left: 15px;
}
#ConfirmLive .btn {
border: 1px solid #666;
padding: 8px;
border-radius: 4px;
text-decoration: none;
cursor: pointer;
margin: 10px;
}
#ConfirmLive .btn-info {
background-color: #25b9d7;
color: #ffffff;
}
.paypal_block_info{
border-color: #A1C4E6 !important;
background-color: #DDEAF6 !important;
}
#paypal_conf .active-products .col-sm-6 .panel{
min-height: 240px;
}
#credential-configuration ul li {
list-style-type: decimal;
}
#paypal_conf .left .logo > div {
margin-top: 11px;
font-size: 16px;
}
/*section marketing*/
.blue {
color: #fff;
background-color: #009cde;
background-image: radial-gradient(circle farthest-side at center bottom,#009cde,#003087 125%);
}
.containerCentered {
margin-right: auto;
margin-left: auto;
-moz-box-sizing: content-box;
box-sizing: content-box;
max-width: 1150px;
padding-left: 3%;
padding-right: 3%;
}
.row-fluid {
background: #fff;
position: relative;
z-index: 2;
-webkit-transform: translate3d(0,0,0);
transform: translate(0,0);
padding: 15px 0;
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#rtb1.row-fluid, #rtb2.row-fluid {
background: none;
}
.center-text {
text-align: center;
}
.containerCentered:after {
content: "";
display: table;
clear: both;
}
.row-fluid [class*=span]:not(.btn) {
padding-right: 2%;
}
html[data-device-type="dedicated"] .sticky-nav-panel .btn, html[data-device-type="portable"] .sticky-nav-panel .btn, html[data-device-type="dedicated"] .row-fluid .span4, html[data-device-type="portable"] .row-fluid .span4 {
min-width: 205px;
}
.row-fluid [class*=span]:first-child {
margin-left: 0;
}
.row-fluid .span4 {
width: 32%;
}
.row-fluid [class*=span] {
float: left;
margin-left: 2%;
min-height: 1px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
p.contentPara {
font-size: 14px;
}
.large, h3, html[data-device-type=mobile] .x-large, html[data-device-type=mobile] h2 {
font-size: 28px;
font-size: 2rem;
line-height: 1.25em;
}
.large, .medium, .small, h3, h4, h5, h6 {
letter-spacing: .01em;
}
.blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6 {
font-family: pp-sans-big-light,Helvetica Neue,Arial,sans-serif !important;
font-weight: 400 !important;
font-variant: normal !important;
line-height: 1.25 !important;
}
.blue p {
color: #fff;
}
.blue a, .dark a {
font-family: pp-sans-small-bold,Helvetica Neue,Arial,sans-serif;
font-weight: bold;
font-variant: normal;
color: #fff;
text-decoration: underline;
}
.blue a:hover, .dark a:hover {
color: #fff;
}
div#config_logo-images-thumbnails img {
max-height: 90px;
}
#paypal_help .btn-padding {
margin-top: 12px;
}
#paypal_help .li-padding {
margin-top: 20px;
}
@media only screen and (max-width: 1240px) {
#paypal_conf .box ul {
width: 55%;
}
}
@media only screen and (max-width: 900px) {
#paypal_conf .left .logo {
float: none;
margin: 0px;
}
#paypal_conf .left .info {
float: none;
margin-top: 15px;
width: 90%;
}
#paypal_conf .left {
width: 97%;
}
#paypal_conf .right {
width: 94%;
}
#paypal_conf .box ul {
width:100%;
float: none;
}
}
@media only screen and (max-width: 570px) {
#paypal_conf .left .logo {
width: 85%;
}
}