-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
68 lines (57 loc) · 1.13 KB
/
stylesheet.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
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
body {
margin: auto;
margin-top: 40px;
margin-bottom: 40px;
width: 160mm;
padding: 50px;
padding-left: 25mm;
padding-right: 25mm;
border: 1px #ddd solid;
box-shadow: 5px 5px 25px #eee;
font-family: 'Lora', serif;
font-size: 10pt;
line-height: 130%;
color: #333;
text-align: justify;
}
h1 {
color: #1c6aaf;
font-size: 175%;
font-weight: 700;
}
h2 {
color: #1c6aaf;
text-transform: uppercase;
font-size: 90%;
font-weight: 700;
font-family: 'Open Sans', sans-serif;
margin-top: 20pt;
margin-bottom: 6pt;
border-bottom: 1pt #ddd solid;
}
h3 {
font-weight: 700;
font-size: 110%;
color: black;
margin-bottom: 6pt;
margin-top: 16pt;
padding-bottom: 0pt;
}
#date {
float: right;
font-weight: 400;
font-size: 90%;
}
ul {
padding-left: 12pt;
}
ul li {
padding-top: 0pt;
padding-bottom: 6pt;
}
table, tbody, colgroup {
border: none;
margin: auto;
}