-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
93 lines (73 loc) · 1.05 KB
/
style.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
html, body {
height: 100%;
width: 100%;
}
h1 {
padding-top: 2em;
}
.bold {
font-family: 'Oswald', sans-serif;
font-weight: 400;
}
.light{
font-family: 'Oswald', sans-serif, lighter;
font-weight: lighter;
font-size : 20pt;
}
.center {
text-align: center;
}
#author {
color:gray;
text-align: center;
}
.padding_default {
padding: 3em 20em 10em 12em;
}
.margin_zero {
margin: 0;
}
h2{
font-size: 30px;
opacity: 70%;
font-family: sans-serif;
}
.padding_default > div > p{
line-height: 3;
margin: 0em;
text-indent: 50px;
}
li{
font-size: 20px;
opacity: 70%;
font-family: sans-serif;
}
.header_list{
padding: .5em 0cm;
}
.header_list > p{
line-height: 3;
margin: 0em;
text-indent: 50px;
}
.header_block{
padding-bottom: 2em;
}
hr{
margin: 0em 5em 4em 5em;
opacity: 20%;
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
margin: 2em 0em;
width: 100%;
}
td, th {
border: 1px solid #c8c9cb;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}