-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhipmap.css
More file actions
69 lines (62 loc) · 1.25 KB
/
hipmap.css
File metadata and controls
69 lines (62 loc) · 1.25 KB
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
html, body, #map {
position: fixed;
top:0;
left:0;
right:0;
bottom:0;
margin: 0;
padding: 0;
}
#info {
width: 365px;
background-color: #000;
color: #fff;
position: absolute;
left: 0;
bottom: 0;
padding-left: 10px;
padding-top: 10px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 9pt;
border-top: 2px solid #ffffff;
border-right: 2px solid #ffffff;
border-top-right-radius: 20px;
}
#about {
position: absolute;
top: 50%;
left: 50%;
margin-top: -140px;
margin-left: -200px;
width: 400px;
height: 280px;
border-radius: 20px;
border: 2px solid #ffffff;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 11pt;
padding: 10px;
background-color: #000;
color: #fff;
visibility: hidden;
}
.infoImg {
height: 176px;
width: 176px;
float: left;
margin-right: 5px;
}
#about a:link { color: #97E4EA; }
#about a:visited { color: #97E4EA; }
#about a:hover { color: #97E4EA; }
#about a:active { color: #97E4EA; }
#closeAbout {
cursor: pointer;
float: right;
padding-right: 10px;
}
#openAbout {
cursor: pointer;
}
.simpleInfoWindow .title {
font-weight: bold;
}