Ultron/static/css/gymnast_report.css

24 lines
636 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@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;
}
}