-
Notifications
You must be signed in to change notification settings - Fork 0
/
FusionMapTemplate.css
70 lines (68 loc) · 1010 Bytes
/
FusionMapTemplate.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
@charset "utf-8";
/* CSS Document */
html { height: 100% }
body {
height: 100%;
margin:0px;
color:#333333;
padding: 0 }
#mapContainer{
position:relative;
float:left;
width:700px;
padding-left:7px;
}
a:link{
color:#002664;
text-decoration:none;
}
a:hover{
color:#E17000;
text-decoration:none;
}
a:visited{
color:#0039a6;
text-decoration:none;
}
#map_canvas {
float:left;
height: 500px;
width:700px;
position:relative;
}
#mapHed{
position:relative;
float:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
width:100%;
font-weight:bold;
}
#mapHed{
position:relative;
float:left;
width:100%;
height: 100%;
padding-bottom:7px;
}
#mapDek{
position:relative;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width:100%;
padding-bottom:7px;
}
#mapDate{
position:relative;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-style:italic;
}
#mapSource{
position:relative;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}