Remplacement du logo dans email, pdf et dans le front

This commit is contained in:
2024-01-02 14:48:48 +01:00
parent dc001f84e1
commit 1865ce3d3e
31 changed files with 135 additions and 13150 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@
/.well-known/ /.well-known/
/local/session/ /local/session/
/stats/ /stats/
/log/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 355 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 704 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 B

After

Width:  |  Height:  |  Size: 466 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
templates/frontOffice/lematelot/assets/dist/img/favicon.ico vendored Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 814 B

After

Width:  |  Height:  |  Size: 704 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -2991,7 +2991,6 @@ select[multiple].input-lg {
line-height: 1.42857143; line-height: 1.42857143;
border-radius: 3px; border-radius: 3px;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
} }
@@ -5104,14 +5103,6 @@ a.thumbnail.active {
.alert-danger .alert-link { .alert-danger .alert-link {
color: #843534; color: #843534;
} }
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes { @keyframes progress-bar-stripes {
from { from {
background-position: 40px 0; background-position: 40px 0;
@@ -5147,7 +5138,6 @@ a.thumbnail.active {
} }
.progress.active .progress-bar, .progress.active .progress-bar,
.progress-bar.active { .progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite;
} }
.progress-bar-success { .progress-bar-success {
@@ -5858,14 +5848,11 @@ button.close {
outline: 0; outline: 0;
} }
.modal.fade .modal-dialog { .modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%); -ms-transform: translate(0, -25%);
transform: translate(0, -25%); transform: translate(0, -25%);
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out; transition: transform 0.3s ease-out;
} }
.modal.in .modal-dialog { .modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
} }
@@ -6223,29 +6210,23 @@ button.close {
} }
@media all and (transform-3d), (-webkit-transform-3d) { @media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item { .carousel-inner > .item {
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px; perspective: 1000px;
} }
.carousel-inner > .item.next, .carousel-inner > .item.next,
.carousel-inner > .item.active.right { .carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);
left: 0; left: 0;
} }
.carousel-inner > .item.prev, .carousel-inner > .item.prev,
.carousel-inner > .item.active.left { .carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0);
left: 0; left: 0;
} }
.carousel-inner > .item.next.left, .carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right, .carousel-inner > .item.prev.right,
.carousel-inner > .item.active { .carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
left: 0; left: 0;
} }
@@ -6733,7 +6714,6 @@ button.close {
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
} }
@@ -6795,60 +6775,41 @@ button.close {
margin-left: .3em; margin-left: .3em;
} }
.fa-spin { .fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear;
} }
.fa-pulse { .fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8);
} }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin { @keyframes fa-spin {
0% { 0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); transform: rotate(0deg);
} }
100% { 100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); transform: rotate(359deg);
} }
} }
.fa-rotate-90 { .fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg); -ms-transform: rotate(90deg);
transform: rotate(90deg); transform: rotate(90deg);
} }
.fa-rotate-180 { .fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg); -ms-transform: rotate(180deg);
transform: rotate(180deg); transform: rotate(180deg);
} }
.fa-rotate-270 { .fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg); -ms-transform: rotate(270deg);
transform: rotate(270deg); transform: rotate(270deg);
} }
.fa-flip-horizontal { .fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1); -ms-transform: scale(-1, 1);
transform: scale(-1, 1); transform: scale(-1, 1);
} }
.fa-flip-vertical { .fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1); -ms-transform: scale(1, -1);
transform: scale(1, -1); transform: scale(1, -1);
} }
@@ -6857,7 +6818,6 @@ button.close {
:root .fa-rotate-270, :root .fa-rotate-270,
:root .fa-flip-horizontal, :root .fa-flip-horizontal,
:root .fa-flip-vertical { :root .fa-flip-vertical {
-webkit-filter: none;
filter: none; filter: none;
} }
.fa-stack { .fa-stack {
@@ -8644,7 +8604,6 @@ header .header .language-container .currency-switch .select {
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f078"; content: "\f078";
@@ -9006,7 +8965,6 @@ header .header .language-container .currency-switch .select {
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f071"; content: "\f071";
@@ -9136,7 +9094,6 @@ a {
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f105"; content: "\f105";
@@ -9369,7 +9326,6 @@ a {
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f078"; content: "\f078";
@@ -9547,7 +9503,6 @@ a {
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f071"; content: "\f071";
@@ -9607,7 +9562,6 @@ a {
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f054"; content: "\f054";
@@ -9662,7 +9616,6 @@ a {
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f068"; content: "\f068";
@@ -10047,7 +10000,6 @@ a.label-delivered:focus {
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f00d"; content: "\f00d";
@@ -10097,7 +10049,6 @@ label {
content: "\f002"; content: "\f002";
color: #fff; color: #fff;
text-align: center; text-align: center;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
line-height: 0; line-height: 0;
@@ -10112,7 +10063,6 @@ label {
} }
.overlay:hover:after, .overlay:hover:after,
.overlay:focus:after { .overlay:focus:after {
-webkit-transform: translate(0, 50%);
-ms-transform: translate(0, 50%); -ms-transform: translate(0, 50%);
transform: translate(0, 50%); transform: translate(0, 50%);
} }
@@ -10123,7 +10073,6 @@ label {
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f015"; content: "\f015";
@@ -10141,7 +10090,6 @@ label {
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f007"; content: "\f007";
@@ -10175,7 +10123,6 @@ label {
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f07a"; content: "\f07a";
@@ -10300,7 +10247,6 @@ td.product .name > a:focus,
#products-new .products-grid .overlay:after, #products-new .products-grid .overlay:after,
#products-recently-viewed .products-grid .overlay:after, #products-recently-viewed .products-grid .overlay:after,
#products-basics .products-grid .overlay:after { #products-basics .products-grid .overlay:after {
-webkit-transform: translate(0, 40%);
-ms-transform: translate(0, 40%); -ms-transform: translate(0, 40%);
transform: translate(0, 40%); transform: translate(0, 40%);
} }
@@ -10548,7 +10494,6 @@ td.product .name > a:focus,
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f005"; content: "\f005";
@@ -10630,7 +10575,6 @@ td.product .name > a:focus,
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f002"; content: "\f002";
@@ -10702,7 +10646,6 @@ td.product .name > a:focus,
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f0e0"; content: "\f0e0";
@@ -10744,7 +10687,6 @@ td.product .name > a:focus,
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f041"; content: "\f041";
@@ -10757,7 +10699,6 @@ td.product .name > a:focus,
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f10b"; content: "\f10b";
@@ -10772,7 +10713,6 @@ td.product .name > a:focus,
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f0e0"; content: "\f0e0";
@@ -10947,7 +10887,6 @@ td.product .name > a:focus,
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f077"; content: "\f077";
@@ -10985,7 +10924,6 @@ td.product .name > a:focus,
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f078"; content: "\f078";
@@ -11014,7 +10952,6 @@ td.product .name > a:focus,
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f10b"; content: "\f10b";
@@ -11027,7 +10964,6 @@ td.product .name > a:focus,
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f095"; content: "\f095";
@@ -11040,7 +10976,6 @@ td.product .name > a:focus,
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f0e0"; content: "\f0e0";
@@ -11107,7 +11042,6 @@ td.product .name > a:focus,
margin-bottom: 20px; margin-bottom: 20px;
width: 100%; width: 100%;
height: 350px; height: 350px;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%); -moz-filter: grayscale(100%);
-ms-filter: grayscale(100%); -ms-filter: grayscale(100%);
-o-filter: grayscale(100%); -o-filter: grayscale(100%);
@@ -11129,7 +11063,6 @@ td.product .name > a:focus,
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f005"; content: "\f005";
@@ -11234,7 +11167,6 @@ body {
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f023"; content: "\f023";
@@ -11251,7 +11183,6 @@ body {
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f007"; content: "\f007";
@@ -11306,7 +11237,6 @@ body {
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f023"; content: "\f023";
@@ -11323,7 +11253,6 @@ body {
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f007"; content: "\f007";
@@ -11686,7 +11615,6 @@ body {
} }
.overlay:after { .overlay:after {
content: url("../img/zoom-icon.png") !important; content: url("../img/zoom-icon.png") !important;
-webkit-transform: translate(0, 30%);
-ms-transform: translate(0, 30%); -ms-transform: translate(0, 30%);
transform: translate(0, 30%); transform: translate(0, 30%);
} }
@@ -11710,7 +11638,6 @@ body {
#products-basics .products-list li .product-image:hover.overlay:after, #products-basics .products-list li .product-image:hover.overlay:after,
#products-basics .products-grid li .product-image:focus.overlay:after, #products-basics .products-grid li .product-image:focus.overlay:after,
#products-basics .products-list li .product-image:focus.overlay:after { #products-basics .products-list li .product-image:focus.overlay:after {
-webkit-transform: translate(0, 28%);
-ms-transform: translate(0, 28%); -ms-transform: translate(0, 28%);
transform: translate(0, 28%); transform: translate(0, 28%);
} }
@@ -11727,7 +11654,6 @@ body {
#products-basics .products-list li .product-image:hover.overlay:after, #products-basics .products-list li .product-image:hover.overlay:after,
#products-basics .products-grid li .product-image:focus.overlay:after, #products-basics .products-grid li .product-image:focus.overlay:after,
#products-basics .products-list li .product-image:focus.overlay:after { #products-basics .products-list li .product-image:focus.overlay:after {
-webkit-transform: translate(0, 28%);
-ms-transform: translate(0, 28%); -ms-transform: translate(0, 28%);
transform: translate(0, 28%); transform: translate(0, 28%);
} }
@@ -11745,7 +11671,6 @@ body {
#products-basics .products-list li .product-image:hover.overlay:after, #products-basics .products-list li .product-image:hover.overlay:after,
#products-basics .products-grid li .product-image:focus.overlay:after, #products-basics .products-grid li .product-image:focus.overlay:after,
#products-basics .products-list li .product-image:focus.overlay:after { #products-basics .products-list li .product-image:focus.overlay:after {
-webkit-transform: translate(0, 28%);
-ms-transform: translate(0, 28%); -ms-transform: translate(0, 28%);
transform: translate(0, 28%); transform: translate(0, 28%);
} }
@@ -11763,7 +11688,6 @@ body {
#products-basics .products-list li .product-image:hover.overlay:after, #products-basics .products-list li .product-image:hover.overlay:after,
#products-basics .products-grid li .product-image:focus.overlay:after, #products-basics .products-grid li .product-image:focus.overlay:after,
#products-basics .products-list li .product-image:focus.overlay:after { #products-basics .products-list li .product-image:focus.overlay:after {
-webkit-transform: translate(0, 28%);
-ms-transform: translate(0, 28%); -ms-transform: translate(0, 28%);
transform: translate(0, 28%); transform: translate(0, 28%);
} }
@@ -11781,7 +11705,6 @@ body {
#products-basics .products-list li .product-image:hover.overlay:after, #products-basics .products-list li .product-image:hover.overlay:after,
#products-basics .products-grid li .product-image:focus.overlay:after, #products-basics .products-grid li .product-image:focus.overlay:after,
#products-basics .products-list li .product-image:focus.overlay:after { #products-basics .products-list li .product-image:focus.overlay:after {
-webkit-transform: translate(0, 28%);
-ms-transform: translate(0, 28%); -ms-transform: translate(0, 28%);
transform: translate(0, 28%); transform: translate(0, 28%);
} }
@@ -11799,7 +11722,6 @@ body {
#products-basics .products-list li .product-image:hover.overlay:after, #products-basics .products-list li .product-image:hover.overlay:after,
#products-basics .products-grid li .product-image:focus.overlay:after, #products-basics .products-grid li .product-image:focus.overlay:after,
#products-basics .products-list li .product-image:focus.overlay:after { #products-basics .products-list li .product-image:focus.overlay:after {
-webkit-transform: translate(0, 28%);
-ms-transform: translate(0, 28%); -ms-transform: translate(0, 28%);
transform: translate(0, 28%); transform: translate(0, 28%);
} }
@@ -11808,7 +11730,6 @@ body {
#products-offer .products-list .product-image:hover.overlay:after, #products-offer .products-list .product-image:hover.overlay:after,
#products-offer .products-grid .product-image:focus.overlay:after, #products-offer .products-grid .product-image:focus.overlay:after,
#products-offer .products-list .product-image:focus.overlay:after { #products-offer .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 27%);
-ms-transform: translate(0, 27%); -ms-transform: translate(0, 27%);
transform: translate(0, 27%); transform: translate(0, 27%);
} }
@@ -11817,7 +11738,6 @@ body {
#products-offer .products-list .product-image:hover.overlay:after, #products-offer .products-list .product-image:hover.overlay:after,
#products-offer .products-grid .product-image:focus.overlay:after, #products-offer .products-grid .product-image:focus.overlay:after,
#products-offer .products-list .product-image:focus.overlay:after { #products-offer .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 25%);
-ms-transform: translate(0, 25%); -ms-transform: translate(0, 25%);
transform: translate(0, 25%); transform: translate(0, 25%);
} }
@@ -11827,7 +11747,6 @@ body {
#products-offer .products-list .product-image:hover.overlay:after, #products-offer .products-list .product-image:hover.overlay:after,
#products-offer .products-grid .product-image:focus.overlay:after, #products-offer .products-grid .product-image:focus.overlay:after,
#products-offer .products-list .product-image:focus.overlay:after { #products-offer .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 25%);
-ms-transform: translate(0, 25%); -ms-transform: translate(0, 25%);
transform: translate(0, 25%); transform: translate(0, 25%);
} }
@@ -11837,7 +11756,6 @@ body {
#products-offer .products-list .product-image:hover.overlay:after, #products-offer .products-list .product-image:hover.overlay:after,
#products-offer .products-grid .product-image:focus.overlay:after, #products-offer .products-grid .product-image:focus.overlay:after,
#products-offer .products-list .product-image:focus.overlay:after { #products-offer .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 21%);
-ms-transform: translate(0, 21%); -ms-transform: translate(0, 21%);
transform: translate(0, 21%); transform: translate(0, 21%);
} }
@@ -11847,7 +11765,6 @@ body {
#products-offer .products-list .product-image:hover.overlay:after, #products-offer .products-list .product-image:hover.overlay:after,
#products-offer .products-grid .product-image:focus.overlay:after, #products-offer .products-grid .product-image:focus.overlay:after,
#products-offer .products-list .product-image:focus.overlay:after { #products-offer .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 21%);
-ms-transform: translate(0, 21%); -ms-transform: translate(0, 21%);
transform: translate(0, 21%); transform: translate(0, 21%);
} }
@@ -11857,167 +11774,142 @@ body {
#products-offer .products-list .product-image:hover.overlay:after, #products-offer .products-list .product-image:hover.overlay:after,
#products-offer .products-grid .product-image:focus.overlay:after, #products-offer .products-grid .product-image:focus.overlay:after,
#products-offer .products-list .product-image:focus.overlay:after { #products-offer .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 21%);
-ms-transform: translate(0, 21%); -ms-transform: translate(0, 21%);
transform: translate(0, 21%); transform: translate(0, 21%);
} }
} }
.grid #category-products .products-content .item.col-sm-4 article .overlay:after { .grid #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 24%);
-ms-transform: translate(0, 24%); -ms-transform: translate(0, 24%);
transform: translate(0, 24%); transform: translate(0, 24%);
} }
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.grid #category-products .products-content .item.col-sm-4 article .overlay:after { .grid #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 19%);
-ms-transform: translate(0, 19%); -ms-transform: translate(0, 19%);
transform: translate(0, 19%); transform: translate(0, 19%);
} }
} }
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.grid #category-products .products-content .item.col-sm-4 article .overlay:after { .grid #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 6%);
-ms-transform: translate(0, 6%); -ms-transform: translate(0, 6%);
transform: translate(0, 6%); transform: translate(0, 6%);
} }
} }
@media (max-width: 767px) and (min-width: 568px) { @media (max-width: 767px) and (min-width: 568px) {
.grid #category-products .products-content .item.col-sm-4 article .overlay:after { .grid #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 34%);
-ms-transform: translate(0, 34%); -ms-transform: translate(0, 34%);
transform: translate(0, 34%); transform: translate(0, 34%);
} }
} }
@media (max-width: 480px) and (min-width: 320px) { @media (max-width: 480px) and (min-width: 320px) {
.grid #category-products .products-content .item.col-sm-4 article .overlay:after { .grid #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 27%);
-ms-transform: translate(0, 27%); -ms-transform: translate(0, 27%);
transform: translate(0, 27%); transform: translate(0, 27%);
} }
} }
@media (max-width: 320px) { @media (max-width: 320px) {
.grid #category-products .products-content .item.col-sm-4 article .overlay:after { .grid #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 15%);
-ms-transform: translate(0, 15%); -ms-transform: translate(0, 15%);
transform: translate(0, 15%); transform: translate(0, 15%);
} }
} }
.grid #category-products .products-content .item.col-md-3 article .overlay:after { .grid #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 16%);
-ms-transform: translate(0, 16%); -ms-transform: translate(0, 16%);
transform: translate(0, 16%); transform: translate(0, 16%);
} }
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.grid #category-products .products-content .item.col-md-3 article .overlay:after { .grid #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 8%);
-ms-transform: translate(0, 8%); -ms-transform: translate(0, 8%);
transform: translate(0, 8%); transform: translate(0, 8%);
} }
} }
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.grid #category-products .products-content .item.col-md-3 article .overlay:after { .grid #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 21%);
-ms-transform: translate(0, 21%); -ms-transform: translate(0, 21%);
transform: translate(0, 21%); transform: translate(0, 21%);
} }
} }
@media (max-width: 767px) and (min-width: 568px) { @media (max-width: 767px) and (min-width: 568px) {
.grid #category-products .products-content .item.col-md-3 article .overlay:after { .grid #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 21%);
-ms-transform: translate(0, 21%); -ms-transform: translate(0, 21%);
transform: translate(0, 21%); transform: translate(0, 21%);
} }
} }
@media (max-width: 480px) and (min-width: 320px) { @media (max-width: 480px) and (min-width: 320px) {
.grid #category-products .products-content .item.col-md-3 article .overlay:after { .grid #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 20%);
-ms-transform: translate(0, 20%); -ms-transform: translate(0, 20%);
transform: translate(0, 20%); transform: translate(0, 20%);
} }
} }
@media (max-width: 320px) { @media (max-width: 320px) {
.grid #category-products .products-content .item.col-md-3 article .overlay:after { .grid #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 21%);
-ms-transform: translate(0, 21%); -ms-transform: translate(0, 21%);
transform: translate(0, 21%); transform: translate(0, 21%);
} }
} }
.list #category-products .products-content .item.col-sm-4 article .overlay:after { .list #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 16%);
-ms-transform: translate(0, 16%); -ms-transform: translate(0, 16%);
transform: translate(0, 16%); transform: translate(0, 16%);
} }
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.list #category-products .products-content .item.col-sm-4 article .overlay:after { .list #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 9%);
-ms-transform: translate(0, 9%); -ms-transform: translate(0, 9%);
transform: translate(0, 9%); transform: translate(0, 9%);
} }
} }
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.list #category-products .products-content .item.col-sm-4 article .overlay:after { .list #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, -5%);
-ms-transform: translate(0, -5%); -ms-transform: translate(0, -5%);
transform: translate(0, -5%); transform: translate(0, -5%);
} }
} }
@media (max-width: 767px) and (min-width: 568px) { @media (max-width: 767px) and (min-width: 568px) {
.list #category-products .products-content .item.col-sm-4 article .overlay:after { .list #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 34%);
-ms-transform: translate(0, 34%); -ms-transform: translate(0, 34%);
transform: translate(0, 34%); transform: translate(0, 34%);
} }
} }
@media (max-width: 480px) and (min-width: 320px) { @media (max-width: 480px) and (min-width: 320px) {
.list #category-products .products-content .item.col-sm-4 article .overlay:after { .list #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 26%);
-ms-transform: translate(0, 26%); -ms-transform: translate(0, 26%);
transform: translate(0, 26%); transform: translate(0, 26%);
} }
} }
@media (max-width: 320px) { @media (max-width: 320px) {
.list #category-products .products-content .item.col-sm-4 article .overlay:after { .list #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 16%);
-ms-transform: translate(0, 16%); -ms-transform: translate(0, 16%);
transform: translate(0, 16%); transform: translate(0, 16%);
} }
} }
.list #category-products .products-content .item.col-md-3 article .overlay:after { .list #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 19%);
-ms-transform: translate(0, 19%); -ms-transform: translate(0, 19%);
transform: translate(0, 19%); transform: translate(0, 19%);
} }
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.list #category-products .products-content .item.col-md-3 article .overlay:after { .list #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 11%);
-ms-transform: translate(0, 11%); -ms-transform: translate(0, 11%);
transform: translate(0, 11%); transform: translate(0, 11%);
} }
} }
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.list #category-products .products-content .item.col-md-3 article .overlay:after { .list #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 24%);
-ms-transform: translate(0, 24%); -ms-transform: translate(0, 24%);
transform: translate(0, 24%); transform: translate(0, 24%);
} }
} }
@media (max-width: 767px) and (min-width: 568px) { @media (max-width: 767px) and (min-width: 568px) {
.list #category-products .products-content .item.col-md-3 article .overlay:after { .list #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 24%);
-ms-transform: translate(0, 24%); -ms-transform: translate(0, 24%);
transform: translate(0, 24%); transform: translate(0, 24%);
} }
} }
@media (max-width: 480px) and (min-width: 320px) { @media (max-width: 480px) and (min-width: 320px) {
.list #category-products .products-content .item.col-md-3 article .overlay:after { .list #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 23%);
-ms-transform: translate(0, 23%); -ms-transform: translate(0, 23%);
transform: translate(0, 23%); transform: translate(0, 23%);
} }
} }
@media (max-width: 320px) { @media (max-width: 320px) {
.list #category-products .products-content .item.col-md-3 article .overlay:after { .list #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 24%);
-ms-transform: translate(0, 24%); -ms-transform: translate(0, 24%);
transform: translate(0, 24%); transform: translate(0, 24%);
} }
@@ -12026,7 +11918,6 @@ body {
#products-upsell .products-list .product-image:hover.overlay:after, #products-upsell .products-list .product-image:hover.overlay:after,
#products-upsell .products-grid .product-image:focus.overlay:after, #products-upsell .products-grid .product-image:focus.overlay:after,
#products-upsell .products-list .product-image:focus.overlay:after { #products-upsell .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 30%);
-ms-transform: translate(0, 30%); -ms-transform: translate(0, 30%);
transform: translate(0, 30%); transform: translate(0, 30%);
} }
@@ -12035,7 +11926,6 @@ body {
#products-upsell .products-list .product-image:hover.overlay:after, #products-upsell .products-list .product-image:hover.overlay:after,
#products-upsell .products-grid .product-image:focus.overlay:after, #products-upsell .products-grid .product-image:focus.overlay:after,
#products-upsell .products-list .product-image:focus.overlay:after { #products-upsell .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 30%);
-ms-transform: translate(0, 30%); -ms-transform: translate(0, 30%);
transform: translate(0, 30%); transform: translate(0, 30%);
} }
@@ -12045,7 +11935,6 @@ body {
#products-upsell .products-list .product-image:hover.overlay:after, #products-upsell .products-list .product-image:hover.overlay:after,
#products-upsell .products-grid .product-image:focus.overlay:after, #products-upsell .products-grid .product-image:focus.overlay:after,
#products-upsell .products-list .product-image:focus.overlay:after { #products-upsell .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 30%);
-ms-transform: translate(0, 30%); -ms-transform: translate(0, 30%);
transform: translate(0, 30%); transform: translate(0, 30%);
} }
@@ -12055,7 +11944,6 @@ body {
#products-upsell .products-list .product-image:hover.overlay:after, #products-upsell .products-list .product-image:hover.overlay:after,
#products-upsell .products-grid .product-image:focus.overlay:after, #products-upsell .products-grid .product-image:focus.overlay:after,
#products-upsell .products-list .product-image:focus.overlay:after { #products-upsell .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 21%);
-ms-transform: translate(0, 21%); -ms-transform: translate(0, 21%);
transform: translate(0, 21%); transform: translate(0, 21%);
} }
@@ -12065,7 +11953,6 @@ body {
#products-upsell .products-list .product-image:hover.overlay:after, #products-upsell .products-list .product-image:hover.overlay:after,
#products-upsell .products-grid .product-image:focus.overlay:after, #products-upsell .products-grid .product-image:focus.overlay:after,
#products-upsell .products-list .product-image:focus.overlay:after { #products-upsell .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 21%);
-ms-transform: translate(0, 21%); -ms-transform: translate(0, 21%);
transform: translate(0, 21%); transform: translate(0, 21%);
} }
@@ -12075,7 +11962,6 @@ body {
#products-upsell .products-list .product-image:hover.overlay:after, #products-upsell .products-list .product-image:hover.overlay:after,
#products-upsell .products-grid .product-image:focus.overlay:after, #products-upsell .products-grid .product-image:focus.overlay:after,
#products-upsell .products-list .product-image:focus.overlay:after { #products-upsell .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 22%);
-ms-transform: translate(0, 22%); -ms-transform: translate(0, 22%);
transform: translate(0, 22%); transform: translate(0, 22%);
} }
@@ -12603,7 +12489,6 @@ body {
content: url("../img/truck-image.png"); content: url("../img/truck-image.png");
} }
.footer-container .footer-banner .banner .fa-truck.fa-flip-horizontal { .footer-container .footer-banner .banner .fa-truck.fa-flip-horizontal {
-webkit-transform: none;
-ms-transform: none; -ms-transform: none;
transform: none; transform: none;
} }
@@ -12909,3 +12794,9 @@ body {
position: static; position: static;
} }
} }
/* Pour le nouveau logo */
body > div.page > div > header > div > div > div.logo > a > img {
height: 96px;
margin-right: 20px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

@@ -133,10 +133,11 @@
{/if} {/if}
<a class="logo" href="{navigate to="index"}" title="{$store_name}"><img src="{$image}" alt="{$store_name}"></a> <a class="logo" href="{navigate to="index"}" title="{$store_name}"><img src="{$image}" alt="{$store_name}"></a>
{*
<div class="sitetitle"> <div class="sitetitle">
<p class="slogansite"><span class="titlesite">{$store_name}</span><br />{$store_description}</p> <p class="slogansite"><span class="titlesite">{$store_name}</span><br />{$store_description}</p>
</div> </div>
*}
{* <div class="brandbgimg"></div>*} {* <div class="brandbgimg"></div>*}
</div> </div>
<div class="telephone"> <div class="telephone">

View File

@@ -14,7 +14,7 @@
{literal} {literal}
<style> <style>
h1, h2, h3, h4 { h1, h2, h3, h4 {
color:#000044; color:#143058;
margin: .5em 0; margin: .5em 0;
} }
@@ -68,7 +68,7 @@
.table-info h3 { .table-info h3 {
font-size: 18px; font-size: 18px;
color: #000044; color: #143058;
margin-top: 0; margin-top: 0;
margin-bottom: 15px; margin-bottom: 15px;
} }
@@ -82,17 +82,17 @@
font-size: 12px; font-size: 12px;
} }
.table-1 td { .table-1 td {
background: #000044; background: #143058;
border:solid 1px #bcbdc0; border:solid 1px #143058;
} }
.table-2 td { .table-2 td {
border:solid 1px #bcbdc0; border:solid 1px #143058;
} }
.table-3-1, .table-3-2 { .table-3-1, .table-3-2 {
border: solid 1px #bcbdc0; border: solid 1px #143058;
} }
.table-3-1 p { .table-3-1 p {
font-size: 10px; font-size: 10px;
@@ -164,6 +164,7 @@
{if {config key="store_email"} } {if {config key="store_email"} }
{intl l="Email: "}{config key="store_email"} {intl l="Email: "}{config key="store_email"}
{/if} {/if}
{/elsehook} {/elsehook}
</td> </td>
<td>{intl l="page"} [[page_cu]]/[[page_nb]]</td> <td>{intl l="page"} [[page_cu]]/[[page_nb]]</td>
@@ -184,15 +185,30 @@
{$image = {image file='img/logo.png' failsafe=true}} {$image = {image file='img/logo.png' failsafe=true}}
<img src="{$image}" alt="{$store_name}"> <img src="{$image}" alt="{$store_name}">
</td> </td>
<td style="vertical-align: middle;"> <td style="vertical-align: middle; padding-left: 100px">
<h2>{intl l="DELIVERY"}</h2>
<span>{intl l="Invoice date"} : {format_date date=$INVOICE_DATE output="date"}</span>
<br />
<span>{intl l="Invoice REF"} : {$REF}</span>
<br />
{loop type="customer" name="customer.invoice" id=$CUSTOMER current="0"}
<span>{intl l="Customer Number"} : {$REF}</span>
<br />
<span>{intl l="Phone"} : {loop type="address" name="phone.default" customer=$ID default="true"}{$PHONE} - {$CELLPHONE}{/loop}</span>
<br />
<span>{intl l="Email"} : {loop type="address" name="email.default" customer=$ID default="true"}{$EMAIL}{/loop}</span>
{/loop}
<!--
<span style="font-size: 7mm; color: #000044;">{config key="store_name"}</span> <span style="font-size: 7mm; color: #000044;">{config key="store_name"}</span>
<br /> <br />
<span style="font-size: 3.3mm;">{config key="store_description"}</span> <span style="font-size: 3.3mm;">{config key="store_description"}</span>
-->
</td> </td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
<!--
<tr> <tr>
<td> <td>
<h2>{intl l="DELIVERY"}</h2> <h2>{intl l="DELIVERY"}</h2>
@@ -215,6 +231,7 @@
<td>{intl l="Email"} : {loop type="address" name="email.default" customer=$ID default="true"}{$EMAIL}{/loop}</td> <td>{intl l="Email"} : {loop type="address" name="email.default" customer=$ID default="true"}{$EMAIL}{/loop}</td>
</tr> </tr>
{/loop} {/loop}
//-->
{hookblock name="delivery.information" order=$order_id fields="title,value"} {hookblock name="delivery.information" order=$order_id fields="title,value"}
{forhook rel="delivery.information"} {forhook rel="delivery.information"}
<tr> <tr>
@@ -257,14 +274,14 @@
<col style="width: 65%; padding: 3mm;" /> <col style="width: 65%; padding: 3mm;" />
<col style="width: 12%; padding: 3mm;" /> <col style="width: 12%; padding: 3mm;" />
<tr> <tr>
<td style="border:solid 1px #dddddd;background:#000044;" > <td style="border:solid 1px #143058; background:#143058;" >
<h5 style="color:#ffffff;">{intl l="Ref"}</h5> <h5 style="color:#ffffff;">{intl l="Ref"}</h5>
</td> </td>
<td style="border:solid 1px #dddddd;background:#000044;"> <td style="border:solid 1px #143058; background:#143058;">
<h5 style="color:#ffffff;">{intl l="product"}</h5> <h5 style="color:#ffffff;">{intl l="Product"}</h5>
</td> </td>
<td style="border:solid 1px #dddddd;background-color:#dddddd;"> <td style="border:solid 1px #143058; background-color:#143058;">
<h5 style="color:#000044; text-align:center;">{intl l="Quantity"}</h5> <h5 style="color:#ffffff; text-align:center;">{intl l="Quantity"}</h5>
</td> </td>
</tr> </tr>
{loop type="order_product" name="order-products" order=$ID} {loop type="order_product" name="order-products" order=$ID}
@@ -292,7 +309,7 @@
<table style="padding-top: 5mm;"> <table style="padding-top: 5mm;">
<col style="width: 40%; padding: 3mm;" /> <col style="width: 40%; padding: 3mm;" />
<tr> <tr>
<td class="table-3-module" style="border-left:solid 3px #000044; padding-top: 2mm"> <td class="table-3-module" style="border-left:solid 3px #143058; padding-top: 2mm">
<h3>{intl l="Delivery module"}</h3> <h3>{intl l="Delivery module"}</h3>
<span>{loop name="delivery-module" type="module" id=$DELIVERY_MODULE}{$TITLE}{/loop}</span> <span>{loop name="delivery-module" type="module" id=$DELIVERY_MODULE}{$TITLE}{/loop}</span>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -14,7 +14,7 @@
{literal} {literal}
<style> <style>
h1, h2, h3, h4 { h1, h2, h3, h4 {
color:#000044; color:#143058;
margin: .5em 0; margin: .5em 0;
} }
@@ -36,7 +36,7 @@
} }
h5 { h5 {
color:#000044;//#ffffff; color:#143058;//#ffffff;
font-size: 12px; font-size: 12px;
} }
@@ -68,7 +68,7 @@
.table-info h3 { .table-info h3 {
font-size: 18px; font-size: 18px;
color: #000044; color: #143058;
margin-top: 0; margin-top: 0;
margin-bottom: 15px; margin-bottom: 15px;
} }
@@ -82,8 +82,11 @@
font-size: 12px; font-size: 12px;
} }
.table-1 td { .table-1 td {
background: #f1f3f4;//#000044; background: #143058; //#f1f3f4
border:solid 1px #bcbdc0; border:solid 1px #143058;
}
.table-1 td h5 {
color: white;
} }
.table-2 td { .table-2 td {
@@ -186,15 +189,30 @@
{$image = {image file='img/logo.png' failsafe=true}} {$image = {image file='img/logo.png' failsafe=true}}
<img src="{$image}" alt="{$store_name}"> <img src="{$image}" alt="{$store_name}">
</td> </td>
<td style="vertical-align: middle;"> <td style="vertical-align: middle; padding-left: 100px">
<h2>{intl l="INVOICE"}</h2>
<span>{intl l="Invoice date"} : {format_date date=$INVOICE_DATE output="date"}</span>
<br />
<span>{intl l="Invoice REF"} : {$REF}</span>
<br />
{loop type="customer" name="customer.invoice" id=$CUSTOMER current="0"}
<span>{intl l="Customer Number"} : {$REF}</span>
<br />
<span>{intl l="Phone"} : {loop type="address" name="phone.default" customer=$ID default="true"}{$PHONE} - {$CELLPHONE}{/loop}</span>
<br />
<span>{intl l="Email"} : {loop type="address" name="email.default" customer=$ID default="true"}{$EMAIL}{/loop}</span>
{/loop}
<!--
<span style="font-size: 7mm; color: #000044; text-transform:uppercase;">{config key="store_name"}</span> <span style="font-size: 7mm; color: #000044; text-transform:uppercase;">{config key="store_name"}</span>
<br /> <br />
<span style="font-size: 3.3mm; text-transform:uppercase;">{config key="store_description"}</span> <span style="font-size: 3.3mm; text-transform:uppercase;">{config key="store_description"}</span>
//-->
</td> </td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
<!--
<tr> <tr>
<td> <td>
<h2>{intl l="INVOICE"}</h2> <h2>{intl l="INVOICE"}</h2>
@@ -217,6 +235,7 @@
<td>{intl l="Email"} : {loop type="address" name="email.default" customer=$ID default="true"}{$EMAIL}{/loop}</td> <td>{intl l="Email"} : {loop type="address" name="email.default" customer=$ID default="true"}{$EMAIL}{/loop}</td>
</tr> </tr>
{/loop} {/loop}
//-->
{hookblock name="invoice.information" order=$order_id fields="title,value"} {hookblock name="invoice.information" order=$order_id fields="title,value"}
{forhook rel="invoice.information"} {forhook rel="invoice.information"}
<tr> <tr>
@@ -261,14 +280,13 @@
<col style="width: 12%; padding: 1mm;" /> <col style="width: 12%; padding: 1mm;" />
<col style="width: 12%; padding: 1mm;" /> <col style="width: 12%; padding: 1mm;" />
<col style="width: 12%; padding: 1mm;" /> <col style="width: 12%; padding: 1mm;" />
<tr class="table-1"> <tr class="table-1">
<td><h5>{intl l="Product"}</h5></td> <td><h5>{intl l="Product"}</h5></td>
<td><h5 class="align-center">{intl l="Unit. price"}</h5></td> <td><h5 class="align-center">{intl l="Unit. price"}</h5></td>
<td><h5 class="align-center">{intl l="Tax"}</h5></td> <td><h5 class="align-center">{intl l="Tax"}</h5></td>
<td><h5 class="align-center">{intl l="Unit taxed price"}</h5></td> <td><h5 class="align-center">{intl l="Unit taxed price"}</h5></td>
<td><h5 class="align-center">{intl l="Quantity"}</h5></td> <td><h5 class="align-center">{intl l="Quantity"}</h5></td>
<td style="background:#f1f3f4"><h5 style="color:#000044;" class="align-center">{intl l="Taxed total"}</h5></td> <td><h5 class="align-center">{intl l="Taxed total"}</h5></td>
</tr> </tr>
{loop type="order_product" name="order-products" order=$ID} {loop type="order_product" name="order-products" order=$ID}
{if $WAS_IN_PROMO == 1} {if $WAS_IN_PROMO == 1}