-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
98 lines (81 loc) · 1.13 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
94
95
96
97
98
html, body, main, section, header, ul, p, h1, h2, h3 {
font-family: "Calibri", "Helvetica Neue", "Helvetica", "Segoe UI", "sans-serif";
font-size: 12px;
margin: 0; padding: 0;
display: block;
}
a {
color: #0064BD;
text-decoration: none;
}
a:visited {
color: #7B0796;
}
a:hover {
text-decoration: underline;
}
h2 {
text-transform: uppercase;
}
h3 {
font-size: 1em;
}
hr {
border: none;
border-top: 1px solid #B3B3B3;
}
main {
padding: 15px;
max-width: 700px;
margin: 0 auto;
}
section {
margin-top: 1em;
}
li {
margin-left: 2em;
}
p, li {
text-align: justify;
clear: both;
}
.tenure {
float: right;
}
thead {
display: none;
}
main > header {
width: 100%;
float: left;
margin-bottom: 0;
position: relative;
}
h3 {
display: inline-block;
line-height: 1;
}
#contact {
float: right;
position: absolute;
right: 0;
bottom: 0;
}
#contact > div {
display: inline-block;
margin-left: 5px;
}
span.fa {
text-align: left;
margin-right: 3px;
float: left;
}
section > div {
margin-bottom: 1em;
clear: both;
}
span.keywords {
font-size: 10px;
color: gray;
text-align: right;
}