-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaper-print.css
More file actions
46 lines (46 loc) · 930 Bytes
/
paper-print.css
File metadata and controls
46 lines (46 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
@import url("print.css");
@page:first {
size: A4;
margin: 80mm 40mm 37mm 50mm;
@top-left {
content: "";
margin: 0 0 0 0;
}
@top-center {
content:var(--logotype-front);
vertical-align: bottom;
}
@top-right-corner {
font-family: "PT Sans", "Verdana", sans-serif;
font-weight: normal;
font-size: 8pt;
text-align: right;
vertical-align: top;
margin: 25mm 10mm 0mm 0mm;
white-space: pre;
content: string(identification) "\a" string(date) "\a" string(author) "\a\a" string(classification);
}
@bottom-right-corner {
content: "";
margin: 0 0 0 0;
}
@bottom-right-corner {
font-family: "PT Sans", "Verdana", sans-serif;
font-weight: normal;
font-size: 8pt;
text-align: center;
content: counter(page) " " var(--translation-of, "of") " " counter(pages);
}
}
header {
margin: 0;
padding: 0 0 1cm 0;
}
header > h1 {
margin: 0;
padding: 1cm 0;
}
header:after {
margin: 0;
padding: 0;
}