Add css files

This commit is contained in:
Gregory Trullemans 2022-11-19 18:56:21 +01:00
parent 8250139908
commit acc213d988
2 changed files with 29708 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,24 @@
@page {
size: A4;
margin: 0.8cm -1cm 1cm 1.3cm;
@top-center {
content: element(header);
font-size: 11px;
width: 100%;
}
/* @bottom-right {
content: "Page " counter(page) " of " counter(pages);
} */
@bottom-center {
/* background: url({% static site/img/logo-pdf.svg %}) no-repeat center top; */
background-size: auto 1.5cm;
padding-top: 1.8cm;
/* content: “{% trans “Donation made via www.make-impact.org” %}”; */
/* font: 10pt “Playfair Display”; */
text-align: center;
vertical-align: top;
}
}