-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
56 lines (51 loc) · 937 Bytes
/
main.css
File metadata and controls
56 lines (51 loc) · 937 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
#top-bar{
height:35px;
}
#content{
width: 100%;
background-color: bisque;
}
.title-header {
background-color: white;
width: 100%;
color: steelblue;
font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
margin: 0;
padding: 0;
/* border-style: solid;
border-size: small;
border-color: black;*/
vertical-align: middle;
}
.ontop {
z-index: 999;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: none;
position: absolute;
background-color: #cccccc;
color: #aaaaaa;
opacity: 0.95;
filter: alpha(opacity = 50);
}
#popup {
width: 100%;
height: auto;
position: absolute;
color: #000000;
background-color: #ffffff;
margin-top: 7%;
margin-left: 2%;
}
#world-map {
width: 100%;
height: 87%;
float: center;
}
.datamaps-legend{
background-color: bisque;
width: 99.4%;
margin-left: 4px;
}