-
Notifications
You must be signed in to change notification settings - Fork 0
/
diseasepage.css
88 lines (82 loc) · 1.5 KB
/
diseasepage.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
ul.vertNav {
position: relative;
width: 19%;
border: 2px solid midnightblue;
border-radius: 3px;
top: 122px;
list-style-type: none;
margin: 0px;
padding: 0px;
overflow: hidden;
display: inline-block;
}
ul.vertNav li a:link {
text-decoration: none;
display: block;
font-size: 18px;
padding: 6px;
text-align: center;
border-bottom: 1px solid #007B94;
color: #002D35;
font-family: Tahoma, Geneva, sans-serif;
letter-spacing: 0.6px;
}
ul.vertNav li a:hover {
text-decoration: underline;
}
ul.vertNav li a:visited {
text-decoration: none;
display: block;
font-size: 18px;
padding: 6px;
text-align: center;
border-bottom: 1px solid #007B94;
color: #002D35;
font-family: Tahoma, Geneva, sans-serif;
letter-spacing: 0.6px;
}
#linkactive {
background-color: #0D4A74;
color: #FDFEFE;
}
#framecss {
position: relative;
left: 2%;
top: 122px;
width: 78%;
height: 370px;
overflow: scroll;
display: inline-block;
border: 2px solid midnightblue;
border-radius: 3px;
}
div#footer, div#footer a {
background-color: #003345;
min-width: 40%;
width: 100%;
position: relative;
left: 0px;
right: 0px;
color: #DCFFFE;
font-size: 14px;
font-family: "Manrope", sans-serif;
letter-spacing: 2px;
overflow: auto;
text-decoration: none;
}
div#footer p#credits {
text-align: center;
color: #DCFFFE;
}
div#footer span#footright1 {
margin-left: 85%;
font-size: 19px;
position: absolute;
top: 50%;
}
div#footer span#footright2 {
margin-left: 85%;
font-size: 14px;
position: absolute;
top: 65%;
}