-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
72 lines (60 loc) · 1015 Bytes
/
style.css
File metadata and controls
72 lines (60 loc) · 1015 Bytes
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
html, body {
margin: 0;
padding: 0;
background-color: #DCDCDC;
overflow: hidden;
}
h1 {
position:relative;
left:20px;
font-family: "Calibri Light", sans-serif;
}
.link{
position:relative;
left:35px;
top:10px;
color: #002aff;
font-family: "Calibri", sans-serif;
font-size: 18px;
}
/*center align*/
.footnotea{
position:absolute;
bottom:14px;
right:50px;
color: #000000;
text-align:center;
vertical-align: center;
font-family: "Calibri B", sans-serif;
font-size:16px
}
.footnotep{
position:absolute;
bottom:2px;
width:100%;
text-align:center;
font-family: "Calibri", sans-serif;
font-size:14px
}
#footnoteImage{
position:absolute;
bottom:10px;
right:10px;
width:30px;
height:30px;
}
a:link{
text-decoration: none;
}
a:visited{
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
a:active{
text-decoration: underline;
}
.topdivider{
width:98%;
}