This commit is contained in:
2020-03-13 10:32:12 +01:00
parent fe309fab69
commit 3279b1dda9
11 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
@page {
size: a4 portrait;
margin: 25mm 10mm 25mm 10mm;
counter-increment: page;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
white-space: pre;
color: grey;
@bottom-left {
content: '© 2020 bruno@clicclac.info';
}
@bottom-center {
content: string(chapter);
}
@bottom-right {
content: 'Page ' counter(page);
}
}