generating an PDF with all Varia's activities since 2017, using the website + weasyprint
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.
 
 

34 lines
511 B

@page {
size: a4;
margin: 10mm 5mm;
background-color: white;
}
body {
background-color: white !important;
}
header,
.buttons,
.paginator{
display: none;
}
.hentry.current,
.hentry.article,
.hentry.artikel,
.hentry.current .article-info,
.hentry.current .featured-image img {
width: 55mm;
}
section#content{
margin-top: 0 !important;
}
article {
width: 55mm !important;
margin: 0 3mm 0 0;
}
.hentry.workshops.current {
}
article .featured-image img {
width: 55mm !important;
display: block;
}