-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocument-print.css
More file actions
63 lines (63 loc) · 1.15 KB
/
document-print.css
File metadata and controls
63 lines (63 loc) · 1.15 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
@import url("print.css");
@page:first {
margin: 110mm 0 60mm 0;
@top-left {
content: "";
margin: 0 0 0 0;
}
@top-right-corner {
content: "";
margin: 0 0 0 0;
}
@bottom-right-corner {
content: "";
margin: 0 0 0 0;
}
@top-center {
content:var(--logotype-front);
vertical-align: bottom;
}
@bottom-center {
font-family: var(--font-caption, sans-serif);
font-weight: normal;
font-size: 14pt;
white-space: pre;
line-height: 100\%;
content: string(identification) "\a\a" string(date);
}
}
header {
page-break-after: always;
margin: 19.1mm auto 0 auto;
font-size: 30pt;
font-weight: bold;
vertical-align: center;
max-width: 100%;
}
header > h1 {
text-align: center;
padding: 0 2cm;
}
header:after {
font-size: 18pt;
padding: 1cm 0 0 0;
}
h1 {
page-break-before: always;
}
@page abstract{
page-break-after: always;
}
#abstract{
page: abstract;
prince-bookmark-level: 1;
prince-bookmark-label: var(--translation-abstract, "Abstract");
}
@page tableOfContents{
page-break-after: always;
}
nav{
page: tableOfContents;
prince-bookmark-level: 1;
prince-bookmark-label: var(--translation-table-of-contents, "Table of Contents");
}