manifest
This commit is contained in:
17
docs/stylesheets/second_extra.css
Normal file
17
docs/stylesheets/second_extra.css
Normal 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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user