Add css files
This commit is contained in:
parent
8250139908
commit
acc213d988
File diff suppressed because it is too large
Load Diff
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue