This commit is contained in:
2025-07-21 18:39:34 +02:00
parent a306c77209
commit 4142bc7b75
18 changed files with 1824 additions and 582 deletions
@@ -4,6 +4,13 @@
display: none;
}
}
.print_only{
@media screen {
display: none;
}
}
.layout-container {
font-family: $font-family-default;
margin: none;
@@ -10,13 +10,25 @@
* 1- https://www.docuseal.co/blog/css-print-page-style
* 2- https://www.alsacreations.com/astuce/lire/1160-Une-feuille-de-styles-de-base-pour-le-media-print.html
*/
// @media screen{
@media print {
/* Dimension et marges de page */
@page {
size: A4 portrait;
margin: 1.5cm 1.5cm;
// @bottom-center {
// content: "Page " counter(page) " / " counter(pages);
// }
}
// @page:first {
// @top-center {
// content: "Titre du document";
// font-size: 14pt;
// font-weight: bold;
// }
// }
/* Reset général */
* {
@@ -45,14 +57,45 @@
color: #000000 !important;
background-color: #ffffff !important;
}
#fotter-bottom{
box-shadow: none !important;
border-top: rgba($color: #000000, $alpha: 0.5);
a[href^="http"]:after,
a[href^="https"]:after {
content: "";
// #fotter-bottom{
// box-shadow: none !important;
// border-top: rgba($color: #000000, $alpha: 0.5);
// a[href^="http"]:after,
// a[href^="https"]:after {
// content: "";
// }
// }
.back-cover{
break-before: page;
// margin-top: 55rem;
display: flex;
flex-direction: column ;
justify-content: center;
.region{
h2{
margin-top: 0;
color: $blue-dark;
font-size: 1.2rem;
}
}
.view-id-partenaires{
.view-content {
img{
width: 5rem;
height: auto;
}
a[href^="http"]:after{display: none;}
}
.views-row-wrapper{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
}
}
/* Espacements typographiques (15pt = 20px) */
p,
@@ -166,6 +209,19 @@
.block-entity-fieldnodefield-photo{
width: 100% !important;
}
.slick-dots, .slick-arrow{
display: none;
}
// .slick-list{
// overflow: visible;
// .slick-track{
// display: flex;
// flex-direction: row;
// flex-wrap: wrap;
// width: 100%;
// }
// }
.top_right{
width: 100% !important;
}
@@ -182,5 +238,5 @@
}
}
}
}
-1
View File
@@ -14,7 +14,6 @@
// @import "global/_reset";
@import "global/_typography";
@import "global/_mediaqueries";
@import "global/_print";
// @import "global/_nodetyperessource.scss";