Project

General

Profile

1
#cursorTrack, #cursorTrack INPUT
2
{
3
  border: 0px blue none;
4
  font: 8pt Verdana, geneva, arial, sans-serif;
5
  color: #000000;
6
  background-color: transparent;
7
}
8

    
9
#mapScaleText, #mapScaleText INPUT
10
{
11
  font: 8pt Verdana, geneva, arial, sans-serif;
12
  color: #000000;
13
}
14

    
15
#timestamp, #timestamp INPUT
16
{
17
  font: 9pt Verdana, geneva, arial, sans-serif;
18
  color: #000000;
19
  background-color: transparent;
20
  border: 0px blue none;
21
}
22

    
23
#mainMapContainer {
24
  border: 1px solid olive;
25
  cursor: crosshair;
26
  background-color: #c8e5f5;
27
}
28

    
29
/* elements for the layerCOntrol widget */
30
.layerControl TD {
31
  padding: 2px;
32
  font: 70% Verdana, geneva, arial, sans-serif;
33
}
34

    
35
.altRow_1 {
36
  background-color: #D1E2EC;
37
}
38

    
39
.altRow_0 {
40
  background-color: #FFFFFF;
41
}
42

    
43
.loadingIndicator
44
{
45
  color: #000000;
46
  background-color: #FFFFFF;
47
	opacity: .75;
48
	/*filter: alpha(opacity=75);*/
49
}
50

    
51
.loadingIndicator p
52
{
53
  margin: 0px;
54
  padding: 2px;
55
}
56

    
57
.loadingIndicator img
58
{
59
  padding: 2px;
60
  margin: 0px;
61
  float: left;
62
}
63
/*
64
#legend {
65
	font-size: 70%; 
66
  font-family: cursive;
67
  background-color: silver;
68
}
69
*/
(3-3/7)