Guide de montage du vhéliotech
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

57 lines
1008 B

.wy-grid-for-nav {
position: static !important;
}
@page {
@bottom-left {
content: "Guide de montage - v1.0.0 - Mai 2023";
font-size: 9px;
font-family: Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;
}
@bottom-center {
content: "www.vhelio.org";
font-size: 9px;
font-family: Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;
}
@bottom-right {
content: counter(page) "/82"; /* total number of pages is automatically updated by count_pdf_pages.py */
font-size: 9px;
font-family: Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;
}
counter-increment: page;
}
@page :first {
counter-reset: page 2;
@bottom-left {
content: "";
}
@bottom-center {
content: "";
}
@bottom-right {
content: "";
}
}
h2 {
break-before: always;
}
.avoid-break {
break-before: avoid;
break-after: avoid;
}
.avoid-break-next-block + ul {
break-inside: avoid;
}
.admonition {
break-inside: avoid;
}
.resized {
width: 550px;
}