NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/Interactive_Map/trunk/Interactive_Map/htdocs/sample.css

Revision 19 (checked in by jcleary, 17 years ago)

Last code checkout from earlier SVN instance

Line 
1
2 #TopTabsLayer {
3   position:absolute;
4   left:175px;
5   top:25px;
6   width:420px;
7   height:12px;
8   z-index:1;
9   padding:0px;
10   margin:0px;
11   border-bottom: 1px solid #cccccc;
12 }
13
14 #NavToolsLayer {
15   position:absolute;
16   background-color:#ffffff;
17   left:175px;
18   top:38px;
19   width:420px;
20   height:30px;
21   padding:0px;
22   margin:0px;
23   z-index:2;
24 }
25
26 #ROIToolsLayer {
27   position:absolute;
28   background-color:#ffffff;
29   left:175px;
30   top:38px;
31   width:420px;
32   height:30px;
33   padding:0px;
34   margin:0px;
35   z-index:1;
36 }
37
38 #LanguageLayer {
39   position:absolute;
40   left:10px;
41   top:52px;
42   width:155px;
43   height:24px;
44   z-index:1;
45   padding:0px;
46   margin:0px;
47 }
48
49 #SideTabsLayer {
50   position:absolute;
51   left:10px;
52   top:25px;
53   width:155px;
54   height:12px;
55   z-index:1;
56   padding:0px;
57   margin:0px;
58   border-bottom: 1px solid #cccccc;
59 }
60
61 #LegendLayer {
62   position:absolute;
63   background-color:#ffffff;
64   left:10px;
65   top:38px;
66   width:155px;
67   height:348px;
68   padding:0px;
69   margin:0px;
70   z-index:2;
71 }
72
73 #OtherToolsLayer {
74   position:absolute;
75   background-color:#ffffff;
76   left:10px;
77   top:38px;
78   width:155px;
79   height:250px;
80   padding:0px;
81   margin:0px;
82   z-index:1;
83 }
84
85 #ScaleZoomLayer {
86   padding:0px;
87   margin:0px;
88   position:absolute;
89   left:10px;
90   top:300px;
91   width:155px;
92   height:50px;
93   z-index:1;
94 }
95
96 #MainMapLayer {
97   padding:0px;
98   margin:0px;
99   position:absolute;
100   left:184px;
101   top:86px;
102   width:402px;
103   height:302px;
104   z-index:2;
105   border: 0px none #000000;
106 }
107
108 #PanArrowsLayer {
109   padding:0px;
110   margin:0px;
111   position:absolute;
112   left:175px;
113   top:77px;
114   width:420px;
115   height:320px;
116   z-index:0;
117   background-color: #cccccc;
118   border: 0px none #000000;
119 }
120
121 #TimeHandler {
122   padding:0px;   
123   position:absolute;
124   left:175px;
125   top:565px;
126   width:800px;
127   height:50px;
128   z-index:0;
129 }
130
131 #RefLayer {
132   padding:0px;
133   margin:0px;
134   position:absolute;
135   left:778px;
136   top:85px;
137   width:200px;
138   height:450px;
139   z-index:0;
140   background-color:#ffffff;
141 }
142
143 .grey_border {
144   border: 1px solid #cccccc;
145 }
146
147 .label
148 {
149   font-family: Arial, Helvetica, sans-serif;
150   font-size: 10px;
151   color: #333333;
152 }
153
154 .labelon
155 {
156   font-family: Arial, Helvetica, sans-serif;
157   font-weight: bold;
158   font-size: 11px;
159   color: #990000;
160 }
161
162 .title
163 {
164   font-family: Arial, Helvetica, sans-serif;
165   font-weight: bold;
166   font-size: 14px;
167   color: #333333;
168 }
169
170 .inputBox
171 {
172   font-family: Arial, Helvetica, sans-serif;
173   font-size: 10px;
174   font-weight: bold;
175   color: #000000;
176   border-width: 0px;
177   background-color: #ffffff;
178 }
179
Note: See TracBrowser for help on using the browser.