Commit e70249c8809ee502bd86aa70516561312e9fc6dd

Authored by Edmar Moretti
1 parent ad051ef5

-

Showing 2 changed files with 614 additions and 512 deletions   Show diff stats
css/botoes.css
1 -/*  
2 -utiliza botões antigos até a versão 4.4 do i3geo  
3 -*/  
4 #importarwmc,#soltaLeg,#uploadgpx,#metar,#carouselTemas,#identificaBalao,#rota,#buscafotos,#area,#confluence,#scielo,#wiki,#inseregrafico,#realca,#reinicia,#google,#zoomtot,#pan,#zoomli,#zoomlo,#zoomiauto,#zoomoauto,#identifica,#lentei,#reinicia,#exten,#selecao,#inserexy,#textofid,#mede,#cruza,#tamanho,#imprimir,#salva,#carrega,#referencia,#pegaimagens,#v3d 1 #importarwmc,#soltaLeg,#uploadgpx,#metar,#carouselTemas,#identificaBalao,#rota,#buscafotos,#area,#confluence,#scielo,#wiki,#inseregrafico,#realca,#reinicia,#google,#zoomtot,#pan,#zoomli,#zoomlo,#zoomiauto,#zoomoauto,#identifica,#lentei,#reinicia,#exten,#selecao,#inserexy,#textofid,#mede,#cruza,#tamanho,#imprimir,#salva,#carrega,#referencia,#pegaimagens,#v3d
5 -{  
6 - cursor:pointer;  
7 - border: 0px solid rgb(50,50,50);  
8 - border-bottom:1px solid rgb(50,50,50);  
9 - border-left:1px solid rgb(50,50,50);  
10 - width:22px;  
11 - height:22px;  
12 - z-index:1000;  
13 - position:relative;  
14 -}  
15 -#box1  
16 -{font-size:0px;cursor:crosshair;opacity:.25;background-color: gray;position: absolute;visibility: hidden;width: 0px;height: 0px;border: 2px solid #ff0000;}  
17 -#boxg  
18 -{position: absolute;visibility: visible;width: 20px;height: 20px;border: 2px solid red;display:none;}  
19 -#obj  
20 -{position:absolute;z-index:500;height:0;width: 0}  
21 -#lente  
22 -{z-index:101;top:10px;position: absolute;}  
23 -#boxlente  
24 -{display:none;z-index: 200;border: 2px solid #ff0000;top:10px;position:absolute;width: 240px;height: 240px;}  
25 -#aguarde  
26 -{top:0px;position:absolute;visibility: hidden;}  
27 -#mensagem  
28 -{background-color:white;position:absolute;visibility:hidden}  
29 -.i3geoBotaoAplicar  
30 -{display:none;position:absolute;cursor:pointer;z-index:1000;background-color:#F6F6F6;color:#426252;}  
31 -  
32 -#img,#imgL,#imgO,#imgN,#imgS  
33 -{border: 0px solid black;cursor:crosshair;top:0px;left:0px;}  
34 -#img_d  
35 -{border: 0px solid black;cursor:crosshair;}  
36 -#carrega  
37 -{background-image:URL('../imagens/carrega.gif');}  
38 -#salva  
39 -{background-image:URL('../imagens/salva.gif');}  
40 -#imprimir  
41 -{  
42 - background-image:URL('../imagens/visual/default/sprite.png'); 2 + {
  3 + cursor: pointer;
  4 + border: 0px solid rgb(50, 50, 50);
  5 + border-bottom: 1px solid rgb(50, 50, 50);
  6 + border-left: 1px solid rgb(50, 50, 50);
  7 + width: 22px;
  8 + height: 22px;
  9 + z-index: 1000;
  10 + position: relative;
  11 +}
  12 +
  13 +#box1 {
  14 + font-size: 0px;
  15 + cursor: crosshair;
  16 + opacity: .25;
  17 + background-color: gray;
  18 + position: absolute;
  19 + visibility: hidden;
  20 + width: 0px;
  21 + height: 0px;
  22 + border: 2px solid #ff0000;
  23 +}
  24 +
  25 +#boxg {
  26 + position: absolute;
  27 + visibility: visible;
  28 + width: 20px;
  29 + height: 20px;
  30 + border: 2px solid red;
  31 + display: none;
  32 +}
  33 +
  34 +#obj {
  35 + position: absolute;
  36 + z-index: 500;
  37 + height: 0;
  38 + width: 0
  39 +}
  40 +
  41 +#lente {
  42 + z-index: 101;
  43 + top: 10px;
  44 + position: absolute;
  45 +}
  46 +
  47 +#boxlente {
  48 + display: none;
  49 + z-index: 200;
  50 + border: 2px solid #ff0000;
  51 + top: 10px;
  52 + position: absolute;
  53 + width: 240px;
  54 + height: 240px;
  55 +}
  56 +
  57 +#aguarde {
  58 + top: 0px;
  59 + position: absolute;
  60 + visibility: hidden;
  61 +}
  62 +
  63 +#mensagem {
  64 + background-color: white;
  65 + position: absolute;
  66 + visibility: hidden
  67 +}
  68 +
  69 +.i3geoBotaoAplicar {
  70 + display: none;
  71 + position: absolute;
  72 + cursor: pointer;
  73 + z-index: 1000;
  74 + background-color: #F6F6F6;
  75 + color: #426252;
  76 +}
  77 +
  78 +#img,#imgL,#imgO,#imgN,#imgS {
  79 + border: 0px solid black;
  80 + cursor: crosshair;
  81 + top: 0px;
  82 + left: 0px;
  83 +}
  84 +
  85 +#img_d {
  86 + border: 0px solid black;
  87 + cursor: crosshair;
  88 +}
  89 +
  90 +#carrega {
  91 + background-image: URL('../imagens/carrega.gif');
  92 +}
  93 +
  94 +#salva {
  95 + background-image: URL('../imagens/salva.gif');
  96 +}
  97 +
  98 +#imprimir {
  99 + background-image: URL('../imagens/visual/default/sprite.png');
43 background-repeat: no-repeat; 100 background-repeat: no-repeat;
44 background-position: 0px 0px; 101 background-position: 0px 0px;
45 } 102 }
46 -#tamanho  
47 -{background-image:URL('../imagens/amp.gif');}  
48 -#cruza  
49 -{background-image:URL('../imagens/cruzapt.png');}  
50 -#mede  
51 -{  
52 - background-image:URL('../imagens/visual/default/sprite.png'); 103 +
  104 +#tamanho {
  105 + background-image: URL('../imagens/amp.gif');
  106 +}
  107 +
  108 +#cruza {
  109 + background-image: URL('../imagens/cruzapt.png');
  110 +}
  111 +
  112 +#mede {
  113 + background-image: URL('../imagens/visual/default/sprite.png');
53 background-repeat: no-repeat; 114 background-repeat: no-repeat;
54 background-position: 0px -25px; 115 background-position: 0px -25px;
55 } 116 }
56 -#textofid  
57 -{  
58 - background-image:URL('../imagens/visual/default/sprite.png'); 117 +
  118 +#textofid {
  119 + background-image: URL('../imagens/visual/default/sprite.png');
59 background-repeat: no-repeat; 120 background-repeat: no-repeat;
60 background-position: 0px -50px; 121 background-position: 0px -50px;
61 } 122 }
62 -#inserexy  
63 -{  
64 - background-image:URL('../imagens/visual/default/sprite.png'); 123 +
  124 +#inserexy {
  125 + background-image: URL('../imagens/visual/default/sprite.png');
65 background-repeat: no-repeat; 126 background-repeat: no-repeat;
66 background-position: 0px -75px; 127 background-position: 0px -75px;
67 } 128 }
68 -#selecao  
69 -{  
70 - background-image:URL('../imagens/visual/default/sprite.png'); 129 +
  130 +#selecao {
  131 + background-image: URL('../imagens/visual/default/sprite.png');
71 background-repeat: no-repeat; 132 background-repeat: no-repeat;
72 background-position: 0px -100px; 133 background-position: 0px -100px;
73 } 134 }
74 -#exten  
75 -{  
76 - background-image:URL('../imagens/visual/default/sprite.png'); 135 +
  136 +#exten {
  137 + background-image: URL('../imagens/visual/default/sprite.png');
77 background-repeat: no-repeat; 138 background-repeat: no-repeat;
78 background-position: 0px -125px; 139 background-position: 0px -125px;
79 } 140 }
80 -#reinicia  
81 -{  
82 - background-image:URL('../imagens/visual/default/sprite.png'); 141 +
  142 +#reinicia {
  143 + background-image: URL('../imagens/visual/default/sprite.png');
83 background-repeat: no-repeat; 144 background-repeat: no-repeat;
84 background-position: 0px -150px; 145 background-position: 0px -150px;
85 } 146 }
86 -#lentei  
87 -{  
88 - background-image:URL('../imagens/visual/default/sprite.png'); 147 +
  148 +#lentei {
  149 + background-image: URL('../imagens/visual/default/sprite.png');
89 background-repeat: no-repeat; 150 background-repeat: no-repeat;
90 background-position: 0px -175px; 151 background-position: 0px -175px;
91 } 152 }
92 -#identificaBalao  
93 -{  
94 - background-image:URL('../imagens/visual/default/sprite.png'); 153 +
  154 +#identificaBalao {
  155 + background-image: URL('../imagens/visual/default/sprite.png');
95 background-repeat: no-repeat; 156 background-repeat: no-repeat;
96 background-position: 0px -200px; 157 background-position: 0px -200px;
97 - cursor:pointer; 158 + cursor: pointer;
98 } 159 }
99 -#zoomtot  
100 -{  
101 - background-image:URL('../imagens/visual/default/sprite.png'); 160 +
  161 +#zoomtot {
  162 + background-image: URL('../imagens/visual/default/sprite.png');
102 background-repeat: no-repeat; 163 background-repeat: no-repeat;
103 background-position: 0px -225px; 164 background-position: 0px -225px;
104 } 165 }
105 -#pan  
106 -{  
107 - background-image:URL('../imagens/visual/default/sprite.png'); 166 +
  167 +#pan {
  168 + background-image: URL('../imagens/visual/default/sprite.png');
108 background-repeat: no-repeat; 169 background-repeat: no-repeat;
109 background-position: 0px -250px; 170 background-position: 0px -250px;
110 } 171 }
111 -#google  
112 -{  
113 - background-image:URL('../imagens/visual/default/sprite.png'); 172 +
  173 +#google {
  174 + background-image: URL('../imagens/visual/default/sprite.png');
114 background-repeat: no-repeat; 175 background-repeat: no-repeat;
115 background-position: 0px -275px; 176 background-position: 0px -275px;
116 } 177 }
117 -#referencia  
118 -{  
119 - background-image:URL('../imagens/visual/default/sprite.png'); 178 +
  179 +#referencia {
  180 + background-image: URL('../imagens/visual/default/sprite.png');
120 background-repeat: no-repeat; 181 background-repeat: no-repeat;
121 background-position: 0px -300px; 182 background-position: 0px -300px;
122 } 183 }
123 -#pegaimagens  
124 -{background-image:URL('../imagens/legend.gif');}  
125 -#realca  
126 -{background-image:URL('../imagens/realca.gif');}  
127 -#zoomlo  
128 -{background-image:URL('../imagens/zoomlo.gif');}  
129 -#inseregrafico  
130 -{  
131 - background-image:URL('../imagens/visual/default/sprite.png'); 184 +
  185 +#pegaimagens {
  186 + background-image: URL('../imagens/legend.gif');
  187 +}
  188 +
  189 +#realca {
  190 + background-image: URL('../imagens/realca.gif');
  191 +}
  192 +
  193 +#zoomlo {
  194 + background-image: URL('../imagens/zoomlo.gif');
  195 +}
  196 +
  197 +#inseregrafico {
  198 + background-image: URL('../imagens/visual/default/sprite.png');
132 background-repeat: no-repeat; 199 background-repeat: no-repeat;
133 background-position: 0px -325px; 200 background-position: 0px -325px;
134 } 201 }
135 -#wiki  
136 -{  
137 - background-image:URL('../imagens/visual/default/sprite.png'); 202 +
  203 +#wiki {
  204 + background-image: URL('../imagens/visual/default/sprite.png');
138 background-repeat: no-repeat; 205 background-repeat: no-repeat;
139 background-position: 0px -350px; 206 background-position: 0px -350px;
140 } 207 }
141 -#scielo  
142 -{  
143 - background-image:URL('../imagens/visual/default/sprite.png'); 208 +
  209 +#scielo {
  210 + background-image: URL('../imagens/visual/default/sprite.png');
144 background-repeat: no-repeat; 211 background-repeat: no-repeat;
145 background-position: 0px -375px; 212 background-position: 0px -375px;
146 } 213 }
147 -#confluence  
148 -{  
149 - background-image:URL('../imagens/visual/default/sprite.png'); 214 +
  215 +#confluence {
  216 + background-image: URL('../imagens/visual/default/sprite.png');
150 background-repeat: no-repeat; 217 background-repeat: no-repeat;
151 background-position: 0px -400px; 218 background-position: 0px -400px;
152 } 219 }
153 -#v3d  
154 -{  
155 - background-image:URL('../imagens/visual/default/sprite.png'); 220 +
  221 +#v3d {
  222 + background-image: URL('../imagens/visual/default/sprite.png');
156 background-repeat: no-repeat; 223 background-repeat: no-repeat;
157 background-position: 0px -425px; 224 background-position: 0px -425px;
158 } 225 }
159 -#area  
160 -{  
161 - background-image:URL('../imagens/visual/default/sprite.png'); 226 +
  227 +#area {
  228 + background-image: URL('../imagens/visual/default/sprite.png');
162 background-repeat: no-repeat; 229 background-repeat: no-repeat;
163 background-position: 0px -450px; 230 background-position: 0px -450px;
164 } 231 }
165 /*icone do geoip*/ 232 /*icone do geoip*/
166 -#ondeestou  
167 -{  
168 - background-image:URL('../imagens/visual/default/sprite.png'); 233 +#ondeestou {
  234 + background-image: URL('../imagens/visual/default/sprite.png');
169 background-repeat: no-repeat; 235 background-repeat: no-repeat;
170 background-position: 0px -475px; 236 background-position: 0px -475px;
171 - width:20px;  
172 - height:10px; 237 + width: 20px;
  238 + height: 10px;
173 } 239 }
174 -#menuinterface  
175 -{  
176 - background-image:URL('../imagens/visual/default/sprite.png'); 240 +
  241 +#menuinterface {
  242 + background-image: URL('../imagens/visual/default/sprite.png');
177 background-repeat: no-repeat; 243 background-repeat: no-repeat;
178 background-position: 3px -1775px; 244 background-position: 3px -1775px;
179 - width:52px;  
180 - height:15px; 245 + width: 52px;
  246 + height: 15px;
181 } 247 }
182 -#menuajudaMenu  
183 -{  
184 - background-image:URL('../imagens/visual/default/sprite.png'); 248 +
  249 +#menuajudaMenu {
  250 + background-image: URL('../imagens/visual/default/sprite.png');
185 background-repeat: no-repeat; 251 background-repeat: no-repeat;
186 background-position: 3px -500px; 252 background-position: 3px -500px;
187 - width:52px;  
188 - height:15px; 253 + width: 52px;
  254 + height: 15px;
189 } 255 }
190 -#menuanalise  
191 -{  
192 - background-image:URL('../imagens/visual/default/sprite.png'); 256 +
  257 +#menuanalise {
  258 + background-image: URL('../imagens/visual/default/sprite.png');
193 background-repeat: no-repeat; 259 background-repeat: no-repeat;
194 background-position: 3px -525px; 260 background-position: 3px -525px;
195 - width:52px;  
196 - height:15px; 261 + width: 52px;
  262 + height: 15px;
197 } 263 }
198 -#menujanelas  
199 -{  
200 - background-image:URL('../imagens/visual/default/sprite.png'); 264 +
  265 +#menujanelas {
  266 + background-image: URL('../imagens/visual/default/sprite.png');
201 background-repeat: no-repeat; 267 background-repeat: no-repeat;
202 background-position: 3px -550px; 268 background-position: 3px -550px;
203 - width:52px;  
204 - height:15px; 269 + width: 52px;
  270 + height: 15px;
205 } 271 }
206 -#menuarquivos  
207 -{  
208 - background-image:URL('../imagens/visual/default/sprite.png'); 272 +
  273 +#menuarquivos {
  274 + background-image: URL('../imagens/visual/default/sprite.png');
209 background-repeat: no-repeat; 275 background-repeat: no-repeat;
210 background-position: 3px -575px; 276 background-position: 3px -575px;
211 - width:52px;  
212 - height:15px; 277 + width: 52px;
  278 + height: 15px;
213 } 279 }
214 /*bandeira do brasil*/ 280 /*bandeira do brasil*/
215 -#brasil  
216 -{  
217 - background-image:URL('../imagens/visual/default/sprite.png'); 281 +#brasil {
  282 + background-image: URL('../imagens/visual/default/sprite.png');
218 background-repeat: no-repeat; 283 background-repeat: no-repeat;
219 background-position: 0px -600px; 284 background-position: 0px -600px;
220 - width:20px;  
221 - height:10px;  
222 - cursor:pointer; 285 + width: 20px;
  286 + height: 10px;
  287 + cursor: pointer;
223 } 288 }
224 /*bandeira inglaterra*/ 289 /*bandeira inglaterra*/
225 -#uk  
226 -{  
227 - background-image:URL('../imagens/visual/default/sprite.png'); 290 +#uk {
  291 + background-image: URL('../imagens/visual/default/sprite.png');
228 background-repeat: no-repeat; 292 background-repeat: no-repeat;
229 background-position: 0px -625px; 293 background-position: 0px -625px;
230 - width:20px;  
231 - height:10px;  
232 - cursor:pointer; 294 + width: 20px;
  295 + height: 10px;
  296 + cursor: pointer;
233 } 297 }
234 -#espanhol  
235 -{  
236 - background-image:URL('../imagens/visual/default/sprite.png'); 298 +
  299 +#espanhol {
  300 + background-image: URL('../imagens/visual/default/sprite.png');
237 background-repeat: no-repeat; 301 background-repeat: no-repeat;
238 background-position: 0px -1400px; 302 background-position: 0px -1400px;
239 - width:20px;  
240 - height:10px;  
241 - cursor:pointer;  
242 -}  
243 -  
244 -/*ícone de aplicar*/  
245 -.tic  
246 -{  
247 - background-image:url(../imagens/visual/default/sprite.png);  
248 - background-position:0px -650px;  
249 - background-repeat:no-repeat;  
250 - cursor:pointer;  
251 - height:14px;  
252 - text-align:center;  
253 - width:25px;  
254 -}  
255 -.x  
256 -{  
257 - background-image:URL('../imagens/visual/default/sprite.png'); 303 + width: 20px;
  304 + height: 10px;
  305 + cursor: pointer;
  306 +}
  307 +
  308 +/*icone de aplicar*/
  309 +.tic {
  310 + background-image: url(../imagens/visual/default/sprite.png);
  311 + background-position: 0px -650px;
  312 + background-repeat: no-repeat;
  313 + cursor: pointer;
  314 + height: 14px;
  315 + text-align: center;
  316 + width: 25px;
  317 +}
  318 +
  319 +.x {
  320 + background-image: URL('../imagens/visual/default/sprite.png');
258 background-repeat: no-repeat; 321 background-repeat: no-repeat;
259 background-position: 0px -675px; 322 background-position: 0px -675px;
260 - width:9px;  
261 - height:9px;  
262 - cursor:pointer; 323 + width: 9px;
  324 + height: 9px;
  325 + cursor: pointer;
263 } 326 }
264 -.sobe  
265 -{  
266 - background-image:URL('../imagens/visual/default/sprite.png'); 327 +
  328 +.sobe {
  329 + background-image: URL('../imagens/visual/default/sprite.png');
267 background-repeat: no-repeat; 330 background-repeat: no-repeat;
268 background-position: 0px -700px; 331 background-position: 0px -700px;
269 - width:9px;  
270 - height:9px;  
271 - cursor:pointer; 332 + width: 9px;
  333 + height: 9px;
  334 + cursor: pointer;
272 } 335 }
273 -.desce  
274 -{  
275 - background-image:URL('../imagens/visual/default/sprite.png'); 336 +
  337 +.desce {
  338 + background-image: URL('../imagens/visual/default/sprite.png');
276 background-repeat: no-repeat; 339 background-repeat: no-repeat;
277 background-position: 0px -725px; 340 background-position: 0px -725px;
278 - width:9px;  
279 - height:9px;  
280 - cursor:pointer; 341 + width: 9px;
  342 + height: 9px;
  343 + cursor: pointer;
281 } 344 }
282 -.extent  
283 -{  
284 - background-image:URL('../imagens/visual/default/sprite.png'); 345 +
  346 +.extent {
  347 + background-image: URL('../imagens/visual/default/sprite.png');
285 background-repeat: no-repeat; 348 background-repeat: no-repeat;
286 background-position: 0px -750px; 349 background-position: 0px -750px;
287 - width:9px;  
288 - height:9px;  
289 - cursor:pointer; 350 + width: 9px;
  351 + height: 9px;
  352 + cursor: pointer;
290 } 353 }
291 -.menuarrow  
292 -{  
293 - background-image:URL('../imagens/visual/default/sprite.png'); 354 +
  355 +.menuarrow {
  356 + background-image: URL('../imagens/visual/default/sprite.png');
294 background-repeat: no-repeat; 357 background-repeat: no-repeat;
295 background-position: 0px -775px; 358 background-position: 0px -775px;
296 - width:16px;  
297 - height:16px;  
298 - cursor:pointer;  
299 - left:3px;  
300 - top:2px; 359 + width: 16px;
  360 + height: 16px;
  361 + cursor: pointer;
  362 + left: 3px;
  363 + top: 2px;
301 } 364 }
302 -.mais  
303 -{  
304 - background-image:URL('../imagens/visual/default/sprite.png'); 365 +
  366 +.mais {
  367 + background-image: URL('../imagens/visual/default/sprite.png');
305 background-repeat: no-repeat; 368 background-repeat: no-repeat;
306 background-position: 0px -800px; 369 background-position: 0px -800px;
307 - width:17px;  
308 - height:9px;  
309 - cursor:pointer; 370 + width: 17px;
  371 + height: 9px;
  372 + cursor: pointer;
310 } 373 }
311 -.menos  
312 -{  
313 - background-image:URL('../imagens/visual/default/sprite.png'); 374 +
  375 +.menos {
  376 + background-image: URL('../imagens/visual/default/sprite.png');
314 background-repeat: no-repeat; 377 background-repeat: no-repeat;
315 background-position: 0px -825px; 378 background-position: 0px -825px;
316 - width:17px;  
317 - height:9px;  
318 - cursor:pointer; 379 + width: 17px;
  380 + height: 9px;
  381 + cursor: pointer;
319 } 382 }
320 -.ponto  
321 -{  
322 - background-image:URL('../imagens/visual/default/sprite.png'); 383 +
  384 +.ponto {
  385 + background-image: URL('../imagens/visual/default/sprite.png');
323 background-repeat: no-repeat; 386 background-repeat: no-repeat;
324 background-position: 0px -850px; 387 background-position: 0px -850px;
325 - width:17px;  
326 - height:9px;  
327 - cursor:pointer; 388 + width: 17px;
  389 + height: 9px;
  390 + cursor: pointer;
328 } 391 }
329 -.quadro  
330 -{  
331 - background-image:URL('../imagens/visual/default/sprite.png'); 392 +
  393 +.quadro {
  394 + background-image: URL('../imagens/visual/default/sprite.png');
332 background-repeat: no-repeat; 395 background-repeat: no-repeat;
333 background-position: 0px -875px; 396 background-position: 0px -875px;
334 - width:13px;  
335 - height:13px;  
336 - cursor:pointer; 397 + width: 13px;
  398 + height: 13px;
  399 + cursor: pointer;
337 } 400 }
338 -.quadro1  
339 -{  
340 - background-image:URL('../imagens/visual/default/sprite.png'); 401 +
  402 +.quadro1 {
  403 + background-image: URL('../imagens/visual/default/sprite.png');
341 background-repeat: no-repeat; 404 background-repeat: no-repeat;
342 background-position: 0px -900px; 405 background-position: 0px -900px;
343 - width:13px;  
344 - height:13px;  
345 - cursor:pointer; 406 + width: 13px;
  407 + height: 13px;
  408 + cursor: pointer;
346 } 409 }
347 -.slider  
348 -{  
349 - background-image:URL('../imagens/visual/default/sprite.png'); 410 +
  411 +.slider {
  412 + background-image: URL('../imagens/visual/default/sprite.png');
350 background-repeat: no-repeat; 413 background-repeat: no-repeat;
351 background-position: 0px -925px; 414 background-position: 0px -925px;
352 - width:20px;  
353 - height:9px;  
354 -}  
355 -#vertMenosZoom  
356 -{  
357 - cursor:pointer;  
358 - position:relative;  
359 - top:-1px;  
360 - width:18px;  
361 - background:url('../imagens/visual/default/sprite.png'); 415 + width: 20px;
  416 + height: 9px;
  417 +}
  418 +
  419 +#vertMenosZoom {
  420 + cursor: pointer;
  421 + position: relative;
  422 + top: -1px;
  423 + width: 18px;
  424 + background: url('../imagens/visual/default/sprite.png');
362 background-position: 0px -950px; 425 background-position: 0px -950px;
363 - height:18px;  
364 -}  
365 -#vertMaisZoom  
366 -{  
367 - cursor:pointer;  
368 - position:relative;  
369 - top:2px;  
370 - width:18px;  
371 - background:url('../imagens/visual/default/sprite.png'); 426 + height: 18px;
  427 +}
  428 +
  429 +#vertMaisZoom {
  430 + cursor: pointer;
  431 + position: relative;
  432 + top: 2px;
  433 + width: 18px;
  434 + background: url('../imagens/visual/default/sprite.png');
372 background-position: 0px -975px; 435 background-position: 0px -975px;
373 - height:18px; 436 + height: 18px;
374 } 437 }
375 -#zoomli  
376 -{  
377 - background-image:URL('../imagens/visual/default/sprite.png'); 438 +
  439 +#zoomli {
  440 + background-image: URL('../imagens/visual/default/sprite.png');
378 background-repeat: no-repeat; 441 background-repeat: no-repeat;
379 background-position: 0px -1000px; 442 background-position: 0px -1000px;
380 } 443 }
381 -.foldermapa1  
382 -{  
383 - background-image:URL('../imagens/visual/default/sprite.png'); 444 +
  445 +.foldermapa1 {
  446 + background-image: URL('../imagens/visual/default/sprite.png');
384 background-repeat: no-repeat; 447 background-repeat: no-repeat;
385 background-position: 0px -1025px; 448 background-position: 0px -1025px;
386 - width:17px;  
387 - height:15px; 449 + width: 17px;
  450 + height: 15px;
388 } 451 }
389 -.foldermapa  
390 -{  
391 - background-image:URL('../imagens/visual/default/sprite.png'); 452 +
  453 +.foldermapa {
  454 + background-image: URL('../imagens/visual/default/sprite.png');
392 background-repeat: no-repeat; 455 background-repeat: no-repeat;
393 background-position: 0px -1050px; 456 background-position: 0px -1050px;
394 - width:17px;  
395 - height:15px; 457 + width: 17px;
  458 + height: 15px;
396 } 459 }
397 -#i3geo_lixeira  
398 -{  
399 - background-image:URL('../imagens/visual/default/sprite.png'); 460 +
  461 +#i3geo_lixeira {
  462 + background-image: URL('../imagens/visual/default/sprite.png');
400 background-repeat: no-repeat; 463 background-repeat: no-repeat;
401 background-position: 0px -1075px; 464 background-position: 0px -1075px;
402 - width:22px;  
403 - height:22px; 465 + width: 22px;
  466 + height: 22px;
404 } 467 }
405 -.upload  
406 -{  
407 - background-image:URL('../imagens/visual/default/sprite.png'); 468 +
  469 +.upload {
  470 + background-image: URL('../imagens/visual/default/sprite.png');
408 background-repeat: no-repeat; 471 background-repeat: no-repeat;
409 background-position: 0px -1099px; 472 background-position: 0px -1099px;
410 - width:16px; 473 + width: 16px;
411 border: 1px solid #DCDCDC; 474 border: 1px solid #DCDCDC;
412 } 475 }
413 -.download  
414 -{  
415 - background-image:URL('../imagens/visual/default/sprite.png'); 476 +
  477 +.download {
  478 + background-image: URL('../imagens/visual/default/sprite.png');
416 background-repeat: no-repeat; 479 background-repeat: no-repeat;
417 background-position: 0px -1124px; 480 background-position: 0px -1124px;
418 - width:16px; 481 + width: 16px;
419 border: 1px solid #DCDCDC; 482 border: 1px solid #DCDCDC;
420 } 483 }
421 -.conectarwms  
422 -{  
423 - background-image:URL('../imagens/visual/default/sprite.png'); 484 +
  485 +.conectarwms {
  486 + background-image: URL('../imagens/visual/default/sprite.png');
424 background-repeat: no-repeat; 487 background-repeat: no-repeat;
425 background-position: 1px -1149px; 488 background-position: 1px -1149px;
426 - width:16px; 489 + width: 16px;
427 border: 1px solid #DCDCDC; 490 border: 1px solid #DCDCDC;
428 } 491 }
429 -.conectargeorss  
430 -{  
431 - background-image:URL('../imagens/visual/default/sprite.png'); 492 +
  493 +.conectargeorss {
  494 + background-image: URL('../imagens/visual/default/sprite.png');
432 background-repeat: no-repeat; 495 background-repeat: no-repeat;
433 background-position: 1px -1174px; 496 background-position: 1px -1174px;
434 - width:16px; 497 + width: 16px;
435 border: 1px solid #DCDCDC; 498 border: 1px solid #DCDCDC;
436 } 499 }
437 -.conectarservidor  
438 -{  
439 - background-image:URL('../imagens/visual/default/sprite.png'); 500 +
  501 +.conectarservidor {
  502 + background-image: URL('../imagens/visual/default/sprite.png');
440 background-repeat: no-repeat; 503 background-repeat: no-repeat;
441 background-position: 0px -1200px; 504 background-position: 0px -1200px;
442 - width:14px;  
443 - height:14px; 505 + width: 14px;
  506 + height: 14px;
444 border-left: 1px solid gray; 507 border-left: 1px solid gray;
445 - border-bottom:1px solid gray;  
446 - border-top:1px solid #F8F8F8;  
447 - border-right:1px solid #F8F8F8; 508 + border-bottom: 1px solid gray;
  509 + border-top: 1px solid #F8F8F8;
  510 + border-right: 1px solid #F8F8F8;
448 } 511 }
449 -.folder  
450 -{  
451 - background-image:URL('../imagens/visual/default/sprite.png'); 512 +
  513 +.folder {
  514 + background-image: URL('../imagens/visual/default/sprite.png');
452 background-repeat: no-repeat; 515 background-repeat: no-repeat;
453 background-position: 0px -1225px; 516 background-position: 0px -1225px;
454 - width:17px;  
455 - height:15px; 517 + width: 17px;
  518 + height: 15px;
456 } 519 }
457 -.rosanorte  
458 -{  
459 - background-image:URL('../imagens/visual/default/sprite.png'); 520 +
  521 +.rosanorte {
  522 + background-image: URL('../imagens/visual/default/sprite.png');
460 background-repeat: no-repeat; 523 background-repeat: no-repeat;
461 background-position: 0px -1250px; 524 background-position: 0px -1250px;
462 - width:14px;  
463 - height:14px; 525 + width: 14px;
  526 + height: 14px;
464 } 527 }
465 -.rosasul  
466 -{  
467 - background-image:URL('../imagens/visual/default/sprite.png'); 528 +
  529 +.rosasul {
  530 + background-image: URL('../imagens/visual/default/sprite.png');
468 background-repeat: no-repeat; 531 background-repeat: no-repeat;
469 background-position: 0px -1275px; 532 background-position: 0px -1275px;
470 - width:14px;  
471 - height:14px; 533 + width: 14px;
  534 + height: 14px;
472 } 535 }
473 -.rosaleste  
474 -{  
475 - background-image:URL('../imagens/visual/default/sprite.png'); 536 +
  537 +.rosaleste {
  538 + background-image: URL('../imagens/visual/default/sprite.png');
476 background-repeat: no-repeat; 539 background-repeat: no-repeat;
477 background-position: 0px -1300px; 540 background-position: 0px -1300px;
478 - width:14px;  
479 - height:14px; 541 + width: 14px;
  542 + height: 14px;
480 } 543 }
481 -.rosaoeste  
482 -{  
483 - background-image:URL('../imagens/visual/default/sprite.png'); 544 +
  545 +.rosaoeste {
  546 + background-image: URL('../imagens/visual/default/sprite.png');
484 background-repeat: no-repeat; 547 background-repeat: no-repeat;
485 background-position: 0px -1325px; 548 background-position: 0px -1325px;
486 - width:14px;  
487 - height:14px; 549 + width: 14px;
  550 + height: 14px;
488 } 551 }
489 -.rosamais  
490 -{  
491 - background-image:URL('../imagens/visual/default/sprite.png'); 552 +
  553 +.rosamais {
  554 + background-image: URL('../imagens/visual/default/sprite.png');
492 background-repeat: no-repeat; 555 background-repeat: no-repeat;
493 background-position: 0px -1350px; 556 background-position: 0px -1350px;
494 - width:10px;  
495 - height:20px; 557 + width: 10px;
  558 + height: 20px;
496 } 559 }
497 -.rosamenos  
498 -{  
499 - background-image:URL('../imagens/visual/default/sprite.png'); 560 +
  561 +.rosamenos {
  562 + background-image: URL('../imagens/visual/default/sprite.png');
500 background-repeat: no-repeat; 563 background-repeat: no-repeat;
501 background-position: 0px -1375px; 564 background-position: 0px -1375px;
502 - width:10px;  
503 - height:20px; 565 + width: 10px;
  566 + height: 20px;
504 } 567 }
505 -#buscafotos  
506 -{  
507 - background-image:URL('../imagens/visual/default/sprite.png'); 568 +
  569 +#buscafotos {
  570 + background-image: URL('../imagens/visual/default/sprite.png');
508 background-repeat: no-repeat; 571 background-repeat: no-repeat;
509 background-position: 0px -1425px; 572 background-position: 0px -1425px;
510 - cursor:pointer; 573 + cursor: pointer;
511 } 574 }
512 -#desceferramentas  
513 -{  
514 - background-image:URL('../imagens/visual/default/sprite.png'); 575 +
  576 +#desceferramentas {
  577 + background-image: URL('../imagens/visual/default/sprite.png');
515 background-repeat: no-repeat; 578 background-repeat: no-repeat;
516 background-position: 0px -1455px; 579 background-position: 0px -1455px;
517 - cursor:pointer;  
518 - width:22px;  
519 - height:20px; 580 + cursor: pointer;
  581 + width: 22px;
  582 + height: 20px;
520 } 583 }
521 -#sobeferramentas  
522 -{  
523 - background-image:URL('../imagens/visual/default/sprite.png'); 584 +
  585 +#sobeferramentas {
  586 + background-image: URL('../imagens/visual/default/sprite.png');
524 background-repeat: no-repeat; 587 background-repeat: no-repeat;
525 background-position: 0px -1480px; 588 background-position: 0px -1480px;
526 - cursor:pointer;  
527 - width:22px;  
528 - height:20px; 589 + cursor: pointer;
  590 + width: 22px;
  591 + height: 20px;
529 } 592 }
530 /*marcador de lista das propriedades do mapa*/ 593 /*marcador de lista das propriedades do mapa*/
531 -.ticPropriedades  
532 -{  
533 - background-image:URL('../imagens/visual/default/sprite.png'); 594 +.ticPropriedades {
  595 + background-image: URL('../imagens/visual/default/sprite.png');
534 background-repeat: no-repeat; 596 background-repeat: no-repeat;
535 background-position: 0px -1500px; 597 background-position: 0px -1500px;
536 - width:9px;  
537 - height:10px;  
538 - cursor:pointer;  
539 - margin-right:3px; 598 + width: 9px;
  599 + height: 10px;
  600 + cursor: pointer;
  601 + margin-right: 3px;
540 } 602 }
541 -/*marcador de lista das opções do tema*/  
542 -.ticOpcoesTemas  
543 -{  
544 - background-image:URL('../imagens/visual/default/sprite.png'); 603 +/*marcador de lista das op��es do tema*/
  604 +.ticOpcoesTemas {
  605 + background-image: URL('../imagens/visual/default/sprite.png');
545 background-repeat: no-repeat; 606 background-repeat: no-repeat;
546 background-position: 0px -1500px; 607 background-position: 0px -1500px;
547 - width:9px;  
548 - height:10px;  
549 - cursor:pointer;  
550 - margin-right:3px; 608 + width: 9px;
  609 + height: 10px;
  610 + cursor: pointer;
  611 + margin-right: 3px;
551 } 612 }
552 -.uploaddbf  
553 -{  
554 - background-image:URL('../imagens/visual/default/sprite.png'); 613 +
  614 +.uploaddbf {
  615 + background-image: URL('../imagens/visual/default/sprite.png');
555 background-repeat: no-repeat; 616 background-repeat: no-repeat;
556 background-position: 1px -1523px; 617 background-position: 1px -1523px;
557 - width:16px; 618 + width: 16px;
558 border: 1px solid #DCDCDC; 619 border: 1px solid #DCDCDC;
559 } 620 }
560 -.rosanordeste  
561 -{  
562 - background-image:URL('../imagens/visual/default/sprite.png'); 621 +
  622 +.rosanordeste {
  623 + background-image: URL('../imagens/visual/default/sprite.png');
563 background-repeat: no-repeat; 624 background-repeat: no-repeat;
564 background-position: 0px -1550px; 625 background-position: 0px -1550px;
565 - width:14px;  
566 - height:14px; 626 + width: 14px;
  627 + height: 14px;
567 } 628 }
568 -.rosasudeste  
569 -{  
570 - background-image:URL('../imagens/visual/default/sprite.png'); 629 +
  630 +.rosasudeste {
  631 + background-image: URL('../imagens/visual/default/sprite.png');
571 background-repeat: no-repeat; 632 background-repeat: no-repeat;
572 background-position: 0px -1575px; 633 background-position: 0px -1575px;
573 - width:14px;  
574 - height:14px; 634 + width: 14px;
  635 + height: 14px;
575 } 636 }
576 -.rosanoroeste  
577 -{  
578 - background-image:URL('../imagens/visual/default/sprite.png'); 637 +
  638 +.rosanoroeste {
  639 + background-image: URL('../imagens/visual/default/sprite.png');
579 background-repeat: no-repeat; 640 background-repeat: no-repeat;
580 background-position: 0px -1600px; 641 background-position: 0px -1600px;
581 - width:14px;  
582 - height:14px; 642 + width: 14px;
  643 + height: 14px;
583 } 644 }
584 -.rosasudoeste  
585 -{  
586 - background-image:URL('../imagens/visual/default/sprite.png'); 645 +
  646 +.rosasudoeste {
  647 + background-image: URL('../imagens/visual/default/sprite.png');
587 background-repeat: no-repeat; 648 background-repeat: no-repeat;
588 background-position: 0px -1625px; 649 background-position: 0px -1625px;
589 - width:14px;  
590 - height:14px; 650 + width: 14px;
  651 + height: 14px;
591 } 652 }
592 -.nuvemtags  
593 -{  
594 - background-image:URL('../imagens/visual/default/sprite.png'); 653 +
  654 +.nuvemtags {
  655 + background-image: URL('../imagens/visual/default/sprite.png');
595 background-repeat: no-repeat; 656 background-repeat: no-repeat;
596 background-position: 1px -1648px; 657 background-position: 1px -1648px;
597 - width:16px; 658 + width: 16px;
598 border: 1px solid #DCDCDC; 659 border: 1px solid #DCDCDC;
599 } 660 }
600 -.zoomAnterior  
601 -{  
602 - background-image:URL('../imagens/visual/default/sprite.png'); 661 +
  662 +.zoomAnterior {
  663 + background-image: URL('../imagens/visual/default/sprite.png');
603 background-repeat: no-repeat; 664 background-repeat: no-repeat;
604 background-position: 0px -1675px; 665 background-position: 0px -1675px;
605 - width:10px;  
606 - height:11px;  
607 - cursor:pointer; 666 + width: 10px;
  667 + height: 11px;
  668 + cursor: pointer;
608 } 669 }
609 -.zoomProximo  
610 -{  
611 - background-image:URL('../imagens/visual/default/sprite.png'); 670 +
  671 +.zoomProximo {
  672 + background-image: URL('../imagens/visual/default/sprite.png');
612 background-repeat: no-repeat; 673 background-repeat: no-repeat;
613 background-position: 0px -1700px; 674 background-position: 0px -1700px;
614 - width:10px;  
615 - height:11px;  
616 - cursor:pointer; 675 + width: 10px;
  676 + height: 11px;
  677 + cursor: pointer;
617 } 678 }
618 -#italiano  
619 -{  
620 - background-image:URL('../imagens/visual/default/sprite.png'); 679 +
  680 +#italiano {
  681 + background-image: URL('../imagens/visual/default/sprite.png');
621 background-repeat: no-repeat; 682 background-repeat: no-repeat;
622 background-position: 0px -1725px; 683 background-position: 0px -1725px;
623 - width:20px;  
624 - height:10px;  
625 - cursor:pointer; 684 + width: 20px;
  685 + height: 10px;
  686 + cursor: pointer;
626 } 687 }
627 -.i3geo_refresh2  
628 -{  
629 - background-image:URL('../imagens/visual/default/sprite.png'); 688 +
  689 +.i3geo_refresh2 {
  690 + background-image: URL('../imagens/visual/default/sprite.png');
630 background-repeat: no-repeat; 691 background-repeat: no-repeat;
631 background-position: 0px -1749px; 692 background-position: 0px -1749px;
632 - width:18px;  
633 - height:20px;  
634 - cursor:pointer; 693 + width: 18px;
  694 + height: 20px;
  695 + cursor: pointer;
635 } 696 }
636 -#rota  
637 -{  
638 - background-image:URL('../imagens/visual/default/sprite.png'); 697 +
  698 +#rota {
  699 + background-image: URL('../imagens/visual/default/sprite.png');
639 background-repeat: no-repeat; 700 background-repeat: no-repeat;
640 background-position: 0px -1800px; 701 background-position: 0px -1800px;
641 } 702 }
642 -.conectarwmst  
643 -{  
644 - background-image:URL('../imagens/visual/default/sprite.png'); 703 +
  704 +.conectarwmst {
  705 + background-image: URL('../imagens/visual/default/sprite.png');
645 background-repeat: no-repeat; 706 background-repeat: no-repeat;
646 background-position: 1px -1824px; 707 background-position: 1px -1824px;
647 - width:16px; 708 + width: 16px;
648 border: 1px solid #DCDCDC; 709 border: 1px solid #DCDCDC;
649 } 710 }
650 -.fonte  
651 -{  
652 - background-image:URL('../imagens/visual/default/sprite.png'); 711 +
  712 +.fonte {
  713 + background-image: URL('../imagens/visual/default/sprite.png');
653 background-repeat: no-repeat; 714 background-repeat: no-repeat;
654 background-position: 0px -1850px; 715 background-position: 0px -1850px;
655 - width:9px;  
656 - height:9px;  
657 - cursor:pointer; 716 + width: 9px;
  717 + height: 9px;
  718 + cursor: pointer;
658 } 719 }
659 -#zoomiauto  
660 -{  
661 - background-image:URL('../imagens/visual/default/sprite.png'); 720 +
  721 +#zoomiauto {
  722 + background-image: URL('../imagens/visual/default/sprite.png');
662 background-repeat: no-repeat; 723 background-repeat: no-repeat;
663 background-position: 0px -1875px; 724 background-position: 0px -1875px;
664 - cursor:pointer; 725 + cursor: pointer;
665 } 726 }
666 -#zoomoauto  
667 -{  
668 - background-image:URL('../imagens/visual/default/sprite.png'); 727 +
  728 +#zoomoauto {
  729 + background-image: URL('../imagens/visual/default/sprite.png');
669 background-repeat: no-repeat; 730 background-repeat: no-repeat;
670 background-position: 0px -1900px; 731 background-position: 0px -1900px;
671 - cursor:pointer; 732 + cursor: pointer;
672 } 733 }
673 -#olhoAberto  
674 -{  
675 - background-image:URL('../imagens/visual/default/sprite.png'); 734 +
  735 +#olhoAberto {
  736 + background-image: URL('../imagens/visual/default/sprite.png');
676 background-repeat: no-repeat; 737 background-repeat: no-repeat;
677 background-position: 0px -1925px; 738 background-position: 0px -1925px;
678 - cursor:pointer;  
679 - width:25px;  
680 - height:20px; 739 + cursor: pointer;
  740 + width: 25px;
  741 + height: 20px;
681 } 742 }
682 -#olhoFechado  
683 -{  
684 - background-image:URL('../imagens/visual/default/sprite.png'); 743 +
  744 +#olhoFechado {
  745 + background-image: URL('../imagens/visual/default/sprite.png');
685 background-repeat: no-repeat; 746 background-repeat: no-repeat;
686 background-position: 0px -1949px; 747 background-position: 0px -1949px;
687 - width:25px;  
688 - height:20px;  
689 - cursor:pointer; 748 + width: 25px;
  749 + height: 20px;
  750 + cursor: pointer;
690 } 751 }
691 752
692 -#identifica  
693 -{  
694 - background-image:URL('../imagens/visual/default/sprite.png'); 753 +#identifica {
  754 + background-image: URL('../imagens/visual/default/sprite.png');
695 background-repeat: no-repeat; 755 background-repeat: no-repeat;
696 background-position: 0px -1975px; 756 background-position: 0px -1975px;
697 - cursor:pointer; 757 + cursor: pointer;
698 } 758 }
699 -.carouselTemas  
700 -{  
701 - background-image:URL('../imagens/visual/default/sprite.png'); 759 +
  760 +.carouselTemas {
  761 + background-image: URL('../imagens/visual/default/sprite.png');
702 background-repeat: no-repeat; 762 background-repeat: no-repeat;
703 background-position: 0px -2000px; 763 background-position: 0px -2000px;
704 width: 16px; 764 width: 16px;
705 border: 1px solid #DCDCDC; 765 border: 1px solid #DCDCDC;
706 - cursor:pointer; 766 + cursor: pointer;
707 } 767 }
708 -#metar  
709 -{  
710 - background-image:URL('../imagens/visual/default/sprite.png'); 768 +
  769 +#metar {
  770 + background-image: URL('../imagens/visual/default/sprite.png');
711 background-repeat: no-repeat; 771 background-repeat: no-repeat;
712 background-position: 0px -2025px; 772 background-position: 0px -2025px;
713 - cursor:pointer; 773 + cursor: pointer;
714 } 774 }
715 -.uploadgpx  
716 -{  
717 - background-image:URL('../imagens/visual/default/sprite.png'); 775 +
  776 +.uploadgpx {
  777 + background-image: URL('../imagens/visual/default/sprite.png');
718 background-repeat: no-repeat; 778 background-repeat: no-repeat;
719 background-position: 0px -2052px; 779 background-position: 0px -2052px;
720 width: 16px; 780 width: 16px;
721 border: 1px solid #DCDCDC; 781 border: 1px solid #DCDCDC;
722 - cursor:pointer; 782 + cursor: pointer;
723 } 783 }
724 -#soltaLeg  
725 -{  
726 - background-image:URL('../imagens/visual/default/sprite.png'); 784 +
  785 +#soltaLeg {
  786 + background-image: URL('../imagens/visual/default/sprite.png');
727 background-repeat: no-repeat; 787 background-repeat: no-repeat;
728 background-position: 0px -2100px; 788 background-position: 0px -2100px;
729 - cursor:pointer;  
730 - width:22px;  
731 - height:22px; 789 + cursor: pointer;
  790 + width: 22px;
  791 + height: 22px;
732 } 792 }
733 -button{background:url(../imagens/tic2.png) 98% 50% no-repeat;}  
734 -#encolheFerramentas  
735 -{background-image:URL('../imagens/encolhe.png');background-repeat: no-repeat;background-position:center;cursor:pointer;}  
736 \ No newline at end of file 793 \ No newline at end of file
  794 +
  795 +button {
  796 + background: url(../imagens/tic2.png) 98% 50% no-repeat;
  797 +}
  798 +
  799 +#encolheFerramentas {
  800 + background-image: URL('../imagens/encolhe.png');
  801 + background-repeat: no-repeat;
  802 + background-position: center;
  803 + cursor: pointer;
  804 +}
737 \ No newline at end of file 805 \ No newline at end of file
css/botoes2.css
@@ -272,14 +272,6 @@ @@ -272,14 +272,6 @@
272 width: 15px; 272 width: 15px;
273 } 273 }
274 274
275 -.ticDownload {  
276 - background-image: url("../imagens/visual/default/sprite.png");  
277 - background-position: 0 -1124px;  
278 - background-repeat: no-repeat;  
279 - height: 15px;  
280 - width: 15px;  
281 -}  
282 -  
283 .carregarKml { 275 .carregarKml {
284 background-image: URL('../imagens/visual/default/sprite2.png'); 276 background-image: URL('../imagens/visual/default/sprite2.png');
285 background-repeat: no-repeat; 277 background-repeat: no-repeat;
@@ -316,6 +308,20 @@ @@ -316,6 +308,20 @@
316 background-position: 0px -672px; 308 background-position: 0px -672px;
317 } 309 }
318 310
  311 +.i3GEOfonteDados {
  312 + background-image: URL('../imagens/visual/default/sprite2.png');
  313 + background-repeat: no-repeat;
  314 + background-position: 0px -696px;
  315 +}
  316 +
  317 +.ticDownload {
  318 + background-image: url("../imagens/visual/default/sprite.png");
  319 + background-position: 0 -1124px;
  320 + background-repeat: no-repeat;
  321 + height: 15px;
  322 + width: 15px;
  323 +}
  324 +
319 #ondeestou { 325 #ondeestou {
320 background-image: URL('../imagens/visual/default/sprite.png'); 326 background-image: URL('../imagens/visual/default/sprite.png');
321 background-repeat: no-repeat; 327 background-repeat: no-repeat;
@@ -371,12 +377,13 @@ @@ -371,12 +377,13 @@
371 width: 52px; 377 width: 52px;
372 height: 15px; 378 height: 15px;
373 } 379 }
  380 +
374 #menui3GeoMenuMarcador { 381 #menui3GeoMenuMarcador {
375 - background-image: url("../imagens/visual/default/sprite.png");  
376 - background-position: 0px -2226px;  
377 - background-repeat: no-repeat;  
378 - height: 15px;  
379 - width: 57px; 382 + background-image: url("../imagens/visual/default/sprite.png");
  383 + background-position: 0px -2226px;
  384 + background-repeat: no-repeat;
  385 + height: 15px;
  386 + width: 57px;
380 } 387 }
381 /*bandeira do brasil*/ 388 /*bandeira do brasil*/
382 #brasil { 389 #brasil {
@@ -876,6 +883,7 @@ @@ -876,6 +883,7 @@
876 width: 18px; 883 width: 18px;
877 height: 18px; 884 height: 18px;
878 } 885 }
  886 +
879 .i3geo_filtro { 887 .i3geo_filtro {
880 background-image: URL('../imagens/visual/default/sprite.png'); 888 background-image: URL('../imagens/visual/default/sprite.png');
881 background-repeat: no-repeat; 889 background-repeat: no-repeat;
@@ -947,8 +955,8 @@ @@ -947,8 +955,8 @@
947 width: 16px; 955 width: 16px;
948 } 956 }
949 957
950 -button {  
951 - //background: url(../imagens/tic2.png) 99% 50% no-repeat; 958 +button { //
  959 + background: url(../imagens/tic2.png) 99% 50% no-repeat;
952 } 960 }
953 961
954 #encolheFerramentas { 962 #encolheFerramentas {
@@ -986,28 +994,44 @@ button { @@ -986,28 +994,44 @@ button {
986 border-radius: 35px 0px 0px 5px; 994 border-radius: 35px 0px 0px 5px;
987 opacity: 0.6; 995 opacity: 0.6;
988 background: black; 996 background: black;
989 - background: rgb(181,189,200);  
990 - background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%);  
991 - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1)));  
992 - background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);  
993 - background: -o-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);  
994 - background: -ms-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);  
995 - background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);  
996 - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); 997 + background: rgb(181, 189, 200);
  998 + background: -moz-linear-gradient(top, rgba(181, 189, 200, 1) 0%,
  999 + rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
  1000 + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(181,
  1001 + 189, 200, 1)), color-stop(36%, rgba(130, 140, 149, 1)),
  1002 + color-stop(100%, rgba(40, 52, 59, 1)));
  1003 + background: -webkit-linear-gradient(top, rgba(181, 189, 200, 1) 0%,
  1004 + rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
  1005 + background: -o-linear-gradient(top, rgba(181, 189, 200, 1) 0%,
  1006 + rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
  1007 + background: -ms-linear-gradient(top, rgba(181, 189, 200, 1) 0%,
  1008 + rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
  1009 + background: linear-gradient(to bottom, rgba(181, 189, 200, 1) 0%,
  1010 + rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
  1011 + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8',
  1012 + endColorstr='#28343b', GradientType=0);
997 } 1013 }
998 1014
999 #euDock_euImage_3 { 1015 #euDock_euImage_3 {
1000 border: 0px solid lightgray; 1016 border: 0px solid lightgray;
1001 opacity: 0.6; 1017 opacity: 0.6;
1002 background: black; 1018 background: black;
1003 - background: rgb(181,189,200);  
1004 - background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%);  
1005 - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1)));  
1006 - background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);  
1007 - background: -o-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);  
1008 - background: -ms-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);  
1009 - background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);  
1010 - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); 1019 + background: rgb(181, 189, 200);
  1020 + background: -moz-linear-gradient(top, rgba(181, 189, 200, 1) 0%,
  1021 + rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
  1022 + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(181,
  1023 + 189, 200, 1)), color-stop(36%, rgba(130, 140, 149, 1)),
  1024 + color-stop(100%, rgba(40, 52, 59, 1)));
  1025 + background: -webkit-linear-gradient(top, rgba(181, 189, 200, 1) 0%,
  1026 + rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
  1027 + background: -o-linear-gradient(top, rgba(181, 189, 200, 1) 0%,
  1028 + rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
  1029 + background: -ms-linear-gradient(top, rgba(181, 189, 200, 1) 0%,
  1030 + rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
  1031 + background: linear-gradient(to bottom, rgba(181, 189, 200, 1) 0%,
  1032 + rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
  1033 + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8',
  1034 + endColorstr='#28343b', GradientType=0);
1011 } 1035 }
1012 1036
1013 #euDock_euImage_4 { 1037 #euDock_euImage_4 {
@@ -1015,18 +1039,26 @@ button { @@ -1015,18 +1039,26 @@ button {
1015 border-radius: 0px 35px 5px 0px; 1039 border-radius: 0px 35px 5px 0px;
1016 opacity: 0.6; 1040 opacity: 0.6;
1017 background: black; 1041 background: black;
1018 - background: rgb(181,189,200);  
1019 - background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%);  
1020 - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1)));  
1021 - background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);  
1022 - background: -o-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);  
1023 - background: -ms-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);  
1024 - background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);  
1025 - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); 1042 + background: rgb(181, 189, 200);
  1043 + background: -moz-linear-gradient(top, rgba(181, 189, 200, 1) 0%,
  1044 + rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
  1045 + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(181,
  1046 + 189, 200, 1)), color-stop(36%, rgba(130, 140, 149, 1)),
  1047 + color-stop(100%, rgba(40, 52, 59, 1)));
  1048 + background: -webkit-linear-gradient(top, rgba(181, 189, 200, 1) 0%,
  1049 + rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
  1050 + background: -o-linear-gradient(top, rgba(181, 189, 200, 1) 0%,
  1051 + rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
  1052 + background: -ms-linear-gradient(top, rgba(181, 189, 200, 1) 0%,
  1053 + rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
  1054 + background: linear-gradient(to bottom, rgba(181, 189, 200, 1) 0%,
  1055 + rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
  1056 + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8',
  1057 + endColorstr='#28343b', GradientType=0);
1026 } 1058 }
1027 1059
1028 #euDock_0 img { 1060 #euDock_0 img {
1029 - 1061 +
1030 } 1062 }
1031 1063
1032 #euDockMensagem { 1064 #euDockMensagem {
@@ -1036,9 +1068,11 @@ button { @@ -1036,9 +1068,11 @@ button {
1036 font-size: 11px; 1068 font-size: 11px;
1037 top: 33px; 1069 top: 33px;
1038 } 1070 }
  1071 +
1039 .eudockImagemBottom { 1072 .eudockImagemBottom {
1040 box-shadow: 0 10px 5px -10px gray; 1073 box-shadow: 0 10px 5px -10px gray;
1041 } 1074 }
1042 -.eudockImagemTop {  
1043 1075
1044 -} 1076 +.eudockImagemTop {
  1077 +
  1078 +}
1045 \ No newline at end of file 1079 \ No newline at end of file