-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstampa.css
73 lines (53 loc) · 933 Bytes
/
stampa.css
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
64
65
66
67
68
69
70
71
/* Use A4 paper in landscape orientation */
@page {
size: A4 landscape;
margin: 20mm 30mm;
marks: crop cross;
}
@bottom-left {
content: counter(page);
}
h2 {
break-before: page;
font-size: 35px;
color: aqua;
margin: 48px 0 16px;
border-top: none;
padding-top: 24px;
letter-spacing: -0.02em;
line-height: 32px;
font-size: 16px;
}
p {
font-size: 6pt;
}
.vp-doc h2 {
margin: 48px 0 16px;
border-top: none;
padding-top: 24px;
letter-spacing: -0.02em;
line-height: 32px;
font-size: 16px;
}
.vp-doc p {
line-height: 28px;
font-size: 8pt;
color: #676767;
}
.VPDocAside {
visibility: hidden;
}
.VPLocalNav {
visibility: hidden;
}
.custom-block.danger {
border-color: red;
color: red;
background-color: red;
}
.VPNavBar {
visibility: hidden;
}
.pager {
visibility: hidden;
}