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: 8pt 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
}
27

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

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

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

    
42

    
43
/*
44
#legend {
45
	font-size: 70%; 
46
  font-family: cursive;
47
  background-color: silver;
48
}
49
*/
(3-3/7)