-
Notifications
You must be signed in to change notification settings - Fork 1
/
generatePdf.css
71 lines (60 loc) · 986 Bytes
/
generatePdf.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
* {
margin: 0;
padding: 0;
color: black;
}
html {
font-family: 'Times New Roman';
font-size: 0.9rem;
}
main {
padding: 2rem;
}
div {
margin: 0;
margin-top: 0;
margin-bottom: 0;
padding: 0;
background-color: red;
color: blue;
}
.info {
margin-top: 0.3rem !important;
margin-bottom: 0.3rem !important;
padding: 0 !important;
}
ul {
list-style-position: inside;
}
ul li {
font-size: 0.9rem;
line-height: 1.3 !important;
}
p {
font-size: 0.9rem;
line-height: 1.3;
padding: 0;
}
h1 {
font-size: 1.3rem;
margin: 0 !important;
padding: 0 !important;
}
h2 {
box-shadow: inset 0 -0.7px 0 0 !important; /* Adjust as needed */
font-size: 1.2rem;
margin-top: 1rem !important;
margin-bottom: 0.8rem !important;
padding: 0 !important;
}
h3 {
font-size: 0.9rem !important;
margin-top: 0.8rem !important;
margin-bottom: 0.3rem !important;
}
a.hash-item {
pointer-events: none;
cursor: default;
margin: 0;
padding: 0;
}