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

109 lines
2.2 KiB
CSS
Raw Normal View History

@page {
@bottom-center {
content: string(title);
}
}
2026-03-02 17:06:42 +01:00
figure, img{
width: 100%;
margin: 0;
}
2026-03-02 17:11:01 +01:00
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-09 14:56:09 +01:00
.figure-backgroung-cover img{
width: 100%;
height: 100%;
object-fit: cover;
2025-11-24 17:30:36 +01:00
}
2026-03-09 14:56:09 +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;
2026-03-09 14:56:09 +01:00
}
*/
2026-03-02 17:06:42 +01:00
/*
Géoformat
*/
.geoformat{
break-before: right;
2025-12-10 11:35:37 +01:00
}
2026-03-09 14:56:09 +01:00
2026-03-02 17:06:42 +01:00
h2{
2026-03-02 17:11:01 +01:00
break-after: avoid;
2026-03-02 17:06:42 +01:00
}
2026-03-09 14:56:09 +01:00
2026-03-02 17:06:42 +01:00
/*
CHAPITRES
*/
2026-03-09 14:56:09 +01:00
h3{
break-after: avoid;
}
2025-12-10 11:35:37 +01:00
2026-03-02 17:06:42 +01:00
/*
CARTES
*/
2026-03-09 14:56:09 +01:00
h4{
2026-03-02 17:11:01 +01:00
break-after: avoid;
2026-03-09 14:56:09 +01:00
}
2026-03-02 17:06:42 +01:00
/*
MARKERS
*/
2026-03-09 14:56:09 +01:00
.marker-title{
2026-03-02 17:11:01 +01:00
display: flex;
align-items: center;
2026-03-09 14:56:09 +01:00
}
2026-03-02 17:06:42 +01:00
.marker-title img{
2026-03-09 14:56:09 +01:00
width: 30px;
}
2026-03-02 17:06:42 +01:00
2026-03-09 14:56:09 +01:00
h5{
font-weight: bold;
font-size: 16px;
margin-top: 20px;
margin-bottom: 10px;
}
2026-03-02 17:06:42 +01:00