forked from datalogics/datalogics.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
introStyles.css
77 lines (75 loc) · 1.37 KB
/
introStyles.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
72
73
74
75
76
77
td {
padding: 1pt;
vertical-align:center;
padding-left: 5pt;
}
th {
text-align: center;
}
h1 {
position: fixed;
top: 0pt;
color: #ffffff;
width: 100%;
height: 66px;
z-index: 1;
display: flex;
margin-top: 0pt;
padding-left: 6pt;
align-items: center;}
h2 {
border-bottom: thick double #32a1ce;
background-color: #ffffff;
}
h3 {
margin-left: 6pt;
border-bottom: solid #b0c4de;
font-size: 12pt;
font-family: "filson-pro", sans-serif;
font-weight: 700;
}
dt {
margin-left: 10pt;
}
li {
margin-left: 20pt;
}
body {
font-family: "venn", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 11pt;
}
h1, h2{
font-family: "filson-pro",
sans-serif; font-weight: 700;
font-style: normal;
}
tr {
font-family: "venn", sans-serif;
font-weight: 400;
font-size: 11pt;
}
section {
margin: 18pt;
margin-right: 4pt;
background-color: #fefaf3;
}
tr td:first-child {
font-family: "venn", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 12pt;
}
tr:nth-child(even) {
background-color: #fefaf3;
}
tr:nth-child(odd) {
background-color: #fcecce;
}
table {
border: solid #f9d186 1px;
}
p {
margin-left: 9pt;
}