geoproject-app/public/assets/css/stylesheet.print.css

135 lines
2.7 KiB
CSS
Raw Normal View History

@page {
2026-03-02 17:11:01 +01:00
size: A5;
margin: 20mm 15mm 26mm 15mm;
background: rgba(255, 255, 255, 1);
}
@page {
@bottom-center {
content: string(title);
}
}
body {
font-family: "DM Sans", sans-serif;
}
2026-03-02 17:06:42 +01:00
figure, img{
width: 100%;
margin: 0;
}
2026-03-02 17:11:01 +01:00
p{
font-size: 14px;
line-height: 18px;
}
2026-03-02 17:06:42 +01:00
/*
COVER
*/
.figure-backgroung-cover{
width: var(--pagedjs-width);
height: var(--pagedjs-height);
position: absolute;
top: calc(var(--pagedjs-margin-top)*-1);
left: calc(var(--pagedjs-margin-left)*-1);
z-index: -1;
}
2026-03-02 17:06:42 +01:00
h1{
2026-03-02 17:11:01 +01:00
font-size: 38px;
2026-03-02 17:06:42 +01:00
background: rgba(255, 255, 255, 0.521);
padding: 10px 20px;
margin: 0;
margin-top: 60px;
}
2026-03-02 17:06:42 +01:00
p.author{
font-size: 24px;
font-weight: bold;
background: rgba(255, 255, 255, 0.521);
padding: 10px 20px;
margin: 0;
margin-top: 20px;
2025-11-24 17:30:36 +01:00
}
2026-03-02 17:06:42 +01:00
.introduction{
font-size: 26px;
background: rgba(255, 255, 255, 0.521);
padding: 10px 20px;
margin: 0;
margin-top: 60px;
}
.figure-backgroung-cover img{
width: 100%;
height: 100%;
object-fit: cover;
}
2026-03-02 17:06:42 +01:00
/*
Géoformat
*/
.geoformat{
break-before: right;
2025-12-10 11:35:37 +01:00
}
2026-03-02 17:06:42 +01:00
h2{
2026-03-02 17:11:01 +01:00
font-size: 38px;
2026-03-02 17:06:42 +01:00
margin-top: 36px;
background-color: #cfcfcf;
padding: 20px;
2026-03-02 17:11:01 +01:00
break-after: avoid;
2026-03-02 17:06:42 +01:00
}
/*
CHAPITRES
*/
h3{
2026-03-02 17:11:01 +01:00
margin-top: 30px;
break-after: avoid;
2025-12-10 11:35:37 +01:00
}
2026-03-02 17:06:42 +01:00
/*
CARTES
*/
2026-03-02 17:11:01 +01:00
h4{
break-after: avoid;
margin-top: 30px;
text-decoration: underline;
2026-03-02 17:06:42 +01:00
2026-03-02 17:11:01 +01:00
}
2026-03-02 17:06:42 +01:00
/*
MARKERS
*/
2026-03-02 17:11:01 +01:00
h5{
display: flex;
align-items: center;
}
2026-03-02 17:06:42 +01:00
.marker-title img{
width: 40px;
}
2026-03-02 17:06:42 +01:00