Commit 5f7624f765f031df413dccdd17945ca92423c4d4
1 parent
e70249c8
Exists in
master
and in
7 other branches
V6 - remoção do arquivo botoes.css em favor de botoes2.css
Showing
1 changed file
with
0 additions
and
803 deletions
Show diff stats
css/botoes.css
| ... | ... | @@ -1,803 +0,0 @@ |
| 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 | |
| 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'); | |
| 100 | - background-repeat: no-repeat; | |
| 101 | - background-position: 0px 0px; | |
| 102 | -} | |
| 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'); | |
| 114 | - background-repeat: no-repeat; | |
| 115 | - background-position: 0px -25px; | |
| 116 | -} | |
| 117 | - | |
| 118 | -#textofid { | |
| 119 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 120 | - background-repeat: no-repeat; | |
| 121 | - background-position: 0px -50px; | |
| 122 | -} | |
| 123 | - | |
| 124 | -#inserexy { | |
| 125 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 126 | - background-repeat: no-repeat; | |
| 127 | - background-position: 0px -75px; | |
| 128 | -} | |
| 129 | - | |
| 130 | -#selecao { | |
| 131 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 132 | - background-repeat: no-repeat; | |
| 133 | - background-position: 0px -100px; | |
| 134 | -} | |
| 135 | - | |
| 136 | -#exten { | |
| 137 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 138 | - background-repeat: no-repeat; | |
| 139 | - background-position: 0px -125px; | |
| 140 | -} | |
| 141 | - | |
| 142 | -#reinicia { | |
| 143 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 144 | - background-repeat: no-repeat; | |
| 145 | - background-position: 0px -150px; | |
| 146 | -} | |
| 147 | - | |
| 148 | -#lentei { | |
| 149 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 150 | - background-repeat: no-repeat; | |
| 151 | - background-position: 0px -175px; | |
| 152 | -} | |
| 153 | - | |
| 154 | -#identificaBalao { | |
| 155 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 156 | - background-repeat: no-repeat; | |
| 157 | - background-position: 0px -200px; | |
| 158 | - cursor: pointer; | |
| 159 | -} | |
| 160 | - | |
| 161 | -#zoomtot { | |
| 162 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 163 | - background-repeat: no-repeat; | |
| 164 | - background-position: 0px -225px; | |
| 165 | -} | |
| 166 | - | |
| 167 | -#pan { | |
| 168 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 169 | - background-repeat: no-repeat; | |
| 170 | - background-position: 0px -250px; | |
| 171 | -} | |
| 172 | - | |
| 173 | -#google { | |
| 174 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 175 | - background-repeat: no-repeat; | |
| 176 | - background-position: 0px -275px; | |
| 177 | -} | |
| 178 | - | |
| 179 | -#referencia { | |
| 180 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 181 | - background-repeat: no-repeat; | |
| 182 | - background-position: 0px -300px; | |
| 183 | -} | |
| 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'); | |
| 199 | - background-repeat: no-repeat; | |
| 200 | - background-position: 0px -325px; | |
| 201 | -} | |
| 202 | - | |
| 203 | -#wiki { | |
| 204 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 205 | - background-repeat: no-repeat; | |
| 206 | - background-position: 0px -350px; | |
| 207 | -} | |
| 208 | - | |
| 209 | -#scielo { | |
| 210 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 211 | - background-repeat: no-repeat; | |
| 212 | - background-position: 0px -375px; | |
| 213 | -} | |
| 214 | - | |
| 215 | -#confluence { | |
| 216 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 217 | - background-repeat: no-repeat; | |
| 218 | - background-position: 0px -400px; | |
| 219 | -} | |
| 220 | - | |
| 221 | -#v3d { | |
| 222 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 223 | - background-repeat: no-repeat; | |
| 224 | - background-position: 0px -425px; | |
| 225 | -} | |
| 226 | - | |
| 227 | -#area { | |
| 228 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 229 | - background-repeat: no-repeat; | |
| 230 | - background-position: 0px -450px; | |
| 231 | -} | |
| 232 | -/*icone do geoip*/ | |
| 233 | -#ondeestou { | |
| 234 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 235 | - background-repeat: no-repeat; | |
| 236 | - background-position: 0px -475px; | |
| 237 | - width: 20px; | |
| 238 | - height: 10px; | |
| 239 | -} | |
| 240 | - | |
| 241 | -#menuinterface { | |
| 242 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 243 | - background-repeat: no-repeat; | |
| 244 | - background-position: 3px -1775px; | |
| 245 | - width: 52px; | |
| 246 | - height: 15px; | |
| 247 | -} | |
| 248 | - | |
| 249 | -#menuajudaMenu { | |
| 250 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 251 | - background-repeat: no-repeat; | |
| 252 | - background-position: 3px -500px; | |
| 253 | - width: 52px; | |
| 254 | - height: 15px; | |
| 255 | -} | |
| 256 | - | |
| 257 | -#menuanalise { | |
| 258 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 259 | - background-repeat: no-repeat; | |
| 260 | - background-position: 3px -525px; | |
| 261 | - width: 52px; | |
| 262 | - height: 15px; | |
| 263 | -} | |
| 264 | - | |
| 265 | -#menujanelas { | |
| 266 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 267 | - background-repeat: no-repeat; | |
| 268 | - background-position: 3px -550px; | |
| 269 | - width: 52px; | |
| 270 | - height: 15px; | |
| 271 | -} | |
| 272 | - | |
| 273 | -#menuarquivos { | |
| 274 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 275 | - background-repeat: no-repeat; | |
| 276 | - background-position: 3px -575px; | |
| 277 | - width: 52px; | |
| 278 | - height: 15px; | |
| 279 | -} | |
| 280 | -/*bandeira do brasil*/ | |
| 281 | -#brasil { | |
| 282 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 283 | - background-repeat: no-repeat; | |
| 284 | - background-position: 0px -600px; | |
| 285 | - width: 20px; | |
| 286 | - height: 10px; | |
| 287 | - cursor: pointer; | |
| 288 | -} | |
| 289 | -/*bandeira inglaterra*/ | |
| 290 | -#uk { | |
| 291 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 292 | - background-repeat: no-repeat; | |
| 293 | - background-position: 0px -625px; | |
| 294 | - width: 20px; | |
| 295 | - height: 10px; | |
| 296 | - cursor: pointer; | |
| 297 | -} | |
| 298 | - | |
| 299 | -#espanhol { | |
| 300 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 301 | - background-repeat: no-repeat; | |
| 302 | - background-position: 0px -1400px; | |
| 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'); | |
| 321 | - background-repeat: no-repeat; | |
| 322 | - background-position: 0px -675px; | |
| 323 | - width: 9px; | |
| 324 | - height: 9px; | |
| 325 | - cursor: pointer; | |
| 326 | -} | |
| 327 | - | |
| 328 | -.sobe { | |
| 329 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 330 | - background-repeat: no-repeat; | |
| 331 | - background-position: 0px -700px; | |
| 332 | - width: 9px; | |
| 333 | - height: 9px; | |
| 334 | - cursor: pointer; | |
| 335 | -} | |
| 336 | - | |
| 337 | -.desce { | |
| 338 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 339 | - background-repeat: no-repeat; | |
| 340 | - background-position: 0px -725px; | |
| 341 | - width: 9px; | |
| 342 | - height: 9px; | |
| 343 | - cursor: pointer; | |
| 344 | -} | |
| 345 | - | |
| 346 | -.extent { | |
| 347 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 348 | - background-repeat: no-repeat; | |
| 349 | - background-position: 0px -750px; | |
| 350 | - width: 9px; | |
| 351 | - height: 9px; | |
| 352 | - cursor: pointer; | |
| 353 | -} | |
| 354 | - | |
| 355 | -.menuarrow { | |
| 356 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 357 | - background-repeat: no-repeat; | |
| 358 | - background-position: 0px -775px; | |
| 359 | - width: 16px; | |
| 360 | - height: 16px; | |
| 361 | - cursor: pointer; | |
| 362 | - left: 3px; | |
| 363 | - top: 2px; | |
| 364 | -} | |
| 365 | - | |
| 366 | -.mais { | |
| 367 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 368 | - background-repeat: no-repeat; | |
| 369 | - background-position: 0px -800px; | |
| 370 | - width: 17px; | |
| 371 | - height: 9px; | |
| 372 | - cursor: pointer; | |
| 373 | -} | |
| 374 | - | |
| 375 | -.menos { | |
| 376 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 377 | - background-repeat: no-repeat; | |
| 378 | - background-position: 0px -825px; | |
| 379 | - width: 17px; | |
| 380 | - height: 9px; | |
| 381 | - cursor: pointer; | |
| 382 | -} | |
| 383 | - | |
| 384 | -.ponto { | |
| 385 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 386 | - background-repeat: no-repeat; | |
| 387 | - background-position: 0px -850px; | |
| 388 | - width: 17px; | |
| 389 | - height: 9px; | |
| 390 | - cursor: pointer; | |
| 391 | -} | |
| 392 | - | |
| 393 | -.quadro { | |
| 394 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 395 | - background-repeat: no-repeat; | |
| 396 | - background-position: 0px -875px; | |
| 397 | - width: 13px; | |
| 398 | - height: 13px; | |
| 399 | - cursor: pointer; | |
| 400 | -} | |
| 401 | - | |
| 402 | -.quadro1 { | |
| 403 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 404 | - background-repeat: no-repeat; | |
| 405 | - background-position: 0px -900px; | |
| 406 | - width: 13px; | |
| 407 | - height: 13px; | |
| 408 | - cursor: pointer; | |
| 409 | -} | |
| 410 | - | |
| 411 | -.slider { | |
| 412 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 413 | - background-repeat: no-repeat; | |
| 414 | - background-position: 0px -925px; | |
| 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'); | |
| 425 | - background-position: 0px -950px; | |
| 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'); | |
| 435 | - background-position: 0px -975px; | |
| 436 | - height: 18px; | |
| 437 | -} | |
| 438 | - | |
| 439 | -#zoomli { | |
| 440 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 441 | - background-repeat: no-repeat; | |
| 442 | - background-position: 0px -1000px; | |
| 443 | -} | |
| 444 | - | |
| 445 | -.foldermapa1 { | |
| 446 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 447 | - background-repeat: no-repeat; | |
| 448 | - background-position: 0px -1025px; | |
| 449 | - width: 17px; | |
| 450 | - height: 15px; | |
| 451 | -} | |
| 452 | - | |
| 453 | -.foldermapa { | |
| 454 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 455 | - background-repeat: no-repeat; | |
| 456 | - background-position: 0px -1050px; | |
| 457 | - width: 17px; | |
| 458 | - height: 15px; | |
| 459 | -} | |
| 460 | - | |
| 461 | -#i3geo_lixeira { | |
| 462 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 463 | - background-repeat: no-repeat; | |
| 464 | - background-position: 0px -1075px; | |
| 465 | - width: 22px; | |
| 466 | - height: 22px; | |
| 467 | -} | |
| 468 | - | |
| 469 | -.upload { | |
| 470 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 471 | - background-repeat: no-repeat; | |
| 472 | - background-position: 0px -1099px; | |
| 473 | - width: 16px; | |
| 474 | - border: 1px solid #DCDCDC; | |
| 475 | -} | |
| 476 | - | |
| 477 | -.download { | |
| 478 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 479 | - background-repeat: no-repeat; | |
| 480 | - background-position: 0px -1124px; | |
| 481 | - width: 16px; | |
| 482 | - border: 1px solid #DCDCDC; | |
| 483 | -} | |
| 484 | - | |
| 485 | -.conectarwms { | |
| 486 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 487 | - background-repeat: no-repeat; | |
| 488 | - background-position: 1px -1149px; | |
| 489 | - width: 16px; | |
| 490 | - border: 1px solid #DCDCDC; | |
| 491 | -} | |
| 492 | - | |
| 493 | -.conectargeorss { | |
| 494 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 495 | - background-repeat: no-repeat; | |
| 496 | - background-position: 1px -1174px; | |
| 497 | - width: 16px; | |
| 498 | - border: 1px solid #DCDCDC; | |
| 499 | -} | |
| 500 | - | |
| 501 | -.conectarservidor { | |
| 502 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 503 | - background-repeat: no-repeat; | |
| 504 | - background-position: 0px -1200px; | |
| 505 | - width: 14px; | |
| 506 | - height: 14px; | |
| 507 | - border-left: 1px solid gray; | |
| 508 | - border-bottom: 1px solid gray; | |
| 509 | - border-top: 1px solid #F8F8F8; | |
| 510 | - border-right: 1px solid #F8F8F8; | |
| 511 | -} | |
| 512 | - | |
| 513 | -.folder { | |
| 514 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 515 | - background-repeat: no-repeat; | |
| 516 | - background-position: 0px -1225px; | |
| 517 | - width: 17px; | |
| 518 | - height: 15px; | |
| 519 | -} | |
| 520 | - | |
| 521 | -.rosanorte { | |
| 522 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 523 | - background-repeat: no-repeat; | |
| 524 | - background-position: 0px -1250px; | |
| 525 | - width: 14px; | |
| 526 | - height: 14px; | |
| 527 | -} | |
| 528 | - | |
| 529 | -.rosasul { | |
| 530 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 531 | - background-repeat: no-repeat; | |
| 532 | - background-position: 0px -1275px; | |
| 533 | - width: 14px; | |
| 534 | - height: 14px; | |
| 535 | -} | |
| 536 | - | |
| 537 | -.rosaleste { | |
| 538 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 539 | - background-repeat: no-repeat; | |
| 540 | - background-position: 0px -1300px; | |
| 541 | - width: 14px; | |
| 542 | - height: 14px; | |
| 543 | -} | |
| 544 | - | |
| 545 | -.rosaoeste { | |
| 546 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 547 | - background-repeat: no-repeat; | |
| 548 | - background-position: 0px -1325px; | |
| 549 | - width: 14px; | |
| 550 | - height: 14px; | |
| 551 | -} | |
| 552 | - | |
| 553 | -.rosamais { | |
| 554 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 555 | - background-repeat: no-repeat; | |
| 556 | - background-position: 0px -1350px; | |
| 557 | - width: 10px; | |
| 558 | - height: 20px; | |
| 559 | -} | |
| 560 | - | |
| 561 | -.rosamenos { | |
| 562 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 563 | - background-repeat: no-repeat; | |
| 564 | - background-position: 0px -1375px; | |
| 565 | - width: 10px; | |
| 566 | - height: 20px; | |
| 567 | -} | |
| 568 | - | |
| 569 | -#buscafotos { | |
| 570 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 571 | - background-repeat: no-repeat; | |
| 572 | - background-position: 0px -1425px; | |
| 573 | - cursor: pointer; | |
| 574 | -} | |
| 575 | - | |
| 576 | -#desceferramentas { | |
| 577 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 578 | - background-repeat: no-repeat; | |
| 579 | - background-position: 0px -1455px; | |
| 580 | - cursor: pointer; | |
| 581 | - width: 22px; | |
| 582 | - height: 20px; | |
| 583 | -} | |
| 584 | - | |
| 585 | -#sobeferramentas { | |
| 586 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 587 | - background-repeat: no-repeat; | |
| 588 | - background-position: 0px -1480px; | |
| 589 | - cursor: pointer; | |
| 590 | - width: 22px; | |
| 591 | - height: 20px; | |
| 592 | -} | |
| 593 | -/*marcador de lista das propriedades do mapa*/ | |
| 594 | -.ticPropriedades { | |
| 595 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 596 | - background-repeat: no-repeat; | |
| 597 | - background-position: 0px -1500px; | |
| 598 | - width: 9px; | |
| 599 | - height: 10px; | |
| 600 | - cursor: pointer; | |
| 601 | - margin-right: 3px; | |
| 602 | -} | |
| 603 | -/*marcador de lista das op��es do tema*/ | |
| 604 | -.ticOpcoesTemas { | |
| 605 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 606 | - background-repeat: no-repeat; | |
| 607 | - background-position: 0px -1500px; | |
| 608 | - width: 9px; | |
| 609 | - height: 10px; | |
| 610 | - cursor: pointer; | |
| 611 | - margin-right: 3px; | |
| 612 | -} | |
| 613 | - | |
| 614 | -.uploaddbf { | |
| 615 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 616 | - background-repeat: no-repeat; | |
| 617 | - background-position: 1px -1523px; | |
| 618 | - width: 16px; | |
| 619 | - border: 1px solid #DCDCDC; | |
| 620 | -} | |
| 621 | - | |
| 622 | -.rosanordeste { | |
| 623 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 624 | - background-repeat: no-repeat; | |
| 625 | - background-position: 0px -1550px; | |
| 626 | - width: 14px; | |
| 627 | - height: 14px; | |
| 628 | -} | |
| 629 | - | |
| 630 | -.rosasudeste { | |
| 631 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 632 | - background-repeat: no-repeat; | |
| 633 | - background-position: 0px -1575px; | |
| 634 | - width: 14px; | |
| 635 | - height: 14px; | |
| 636 | -} | |
| 637 | - | |
| 638 | -.rosanoroeste { | |
| 639 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 640 | - background-repeat: no-repeat; | |
| 641 | - background-position: 0px -1600px; | |
| 642 | - width: 14px; | |
| 643 | - height: 14px; | |
| 644 | -} | |
| 645 | - | |
| 646 | -.rosasudoeste { | |
| 647 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 648 | - background-repeat: no-repeat; | |
| 649 | - background-position: 0px -1625px; | |
| 650 | - width: 14px; | |
| 651 | - height: 14px; | |
| 652 | -} | |
| 653 | - | |
| 654 | -.nuvemtags { | |
| 655 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 656 | - background-repeat: no-repeat; | |
| 657 | - background-position: 1px -1648px; | |
| 658 | - width: 16px; | |
| 659 | - border: 1px solid #DCDCDC; | |
| 660 | -} | |
| 661 | - | |
| 662 | -.zoomAnterior { | |
| 663 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 664 | - background-repeat: no-repeat; | |
| 665 | - background-position: 0px -1675px; | |
| 666 | - width: 10px; | |
| 667 | - height: 11px; | |
| 668 | - cursor: pointer; | |
| 669 | -} | |
| 670 | - | |
| 671 | -.zoomProximo { | |
| 672 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 673 | - background-repeat: no-repeat; | |
| 674 | - background-position: 0px -1700px; | |
| 675 | - width: 10px; | |
| 676 | - height: 11px; | |
| 677 | - cursor: pointer; | |
| 678 | -} | |
| 679 | - | |
| 680 | -#italiano { | |
| 681 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 682 | - background-repeat: no-repeat; | |
| 683 | - background-position: 0px -1725px; | |
| 684 | - width: 20px; | |
| 685 | - height: 10px; | |
| 686 | - cursor: pointer; | |
| 687 | -} | |
| 688 | - | |
| 689 | -.i3geo_refresh2 { | |
| 690 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 691 | - background-repeat: no-repeat; | |
| 692 | - background-position: 0px -1749px; | |
| 693 | - width: 18px; | |
| 694 | - height: 20px; | |
| 695 | - cursor: pointer; | |
| 696 | -} | |
| 697 | - | |
| 698 | -#rota { | |
| 699 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 700 | - background-repeat: no-repeat; | |
| 701 | - background-position: 0px -1800px; | |
| 702 | -} | |
| 703 | - | |
| 704 | -.conectarwmst { | |
| 705 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 706 | - background-repeat: no-repeat; | |
| 707 | - background-position: 1px -1824px; | |
| 708 | - width: 16px; | |
| 709 | - border: 1px solid #DCDCDC; | |
| 710 | -} | |
| 711 | - | |
| 712 | -.fonte { | |
| 713 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 714 | - background-repeat: no-repeat; | |
| 715 | - background-position: 0px -1850px; | |
| 716 | - width: 9px; | |
| 717 | - height: 9px; | |
| 718 | - cursor: pointer; | |
| 719 | -} | |
| 720 | - | |
| 721 | -#zoomiauto { | |
| 722 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 723 | - background-repeat: no-repeat; | |
| 724 | - background-position: 0px -1875px; | |
| 725 | - cursor: pointer; | |
| 726 | -} | |
| 727 | - | |
| 728 | -#zoomoauto { | |
| 729 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 730 | - background-repeat: no-repeat; | |
| 731 | - background-position: 0px -1900px; | |
| 732 | - cursor: pointer; | |
| 733 | -} | |
| 734 | - | |
| 735 | -#olhoAberto { | |
| 736 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 737 | - background-repeat: no-repeat; | |
| 738 | - background-position: 0px -1925px; | |
| 739 | - cursor: pointer; | |
| 740 | - width: 25px; | |
| 741 | - height: 20px; | |
| 742 | -} | |
| 743 | - | |
| 744 | -#olhoFechado { | |
| 745 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 746 | - background-repeat: no-repeat; | |
| 747 | - background-position: 0px -1949px; | |
| 748 | - width: 25px; | |
| 749 | - height: 20px; | |
| 750 | - cursor: pointer; | |
| 751 | -} | |
| 752 | - | |
| 753 | -#identifica { | |
| 754 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 755 | - background-repeat: no-repeat; | |
| 756 | - background-position: 0px -1975px; | |
| 757 | - cursor: pointer; | |
| 758 | -} | |
| 759 | - | |
| 760 | -.carouselTemas { | |
| 761 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 762 | - background-repeat: no-repeat; | |
| 763 | - background-position: 0px -2000px; | |
| 764 | - width: 16px; | |
| 765 | - border: 1px solid #DCDCDC; | |
| 766 | - cursor: pointer; | |
| 767 | -} | |
| 768 | - | |
| 769 | -#metar { | |
| 770 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 771 | - background-repeat: no-repeat; | |
| 772 | - background-position: 0px -2025px; | |
| 773 | - cursor: pointer; | |
| 774 | -} | |
| 775 | - | |
| 776 | -.uploadgpx { | |
| 777 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 778 | - background-repeat: no-repeat; | |
| 779 | - background-position: 0px -2052px; | |
| 780 | - width: 16px; | |
| 781 | - border: 1px solid #DCDCDC; | |
| 782 | - cursor: pointer; | |
| 783 | -} | |
| 784 | - | |
| 785 | -#soltaLeg { | |
| 786 | - background-image: URL('../imagens/visual/default/sprite.png'); | |
| 787 | - background-repeat: no-repeat; | |
| 788 | - background-position: 0px -2100px; | |
| 789 | - cursor: pointer; | |
| 790 | - width: 22px; | |
| 791 | - height: 22px; | |
| 792 | -} | |
| 793 | - | |
| 794 | -button { | |
| 795 | - background: url(../imagens/tic2.png) 98% 50% no-repeat; | |
| 796 | -} | |
| 797 | - | |
| 798 | -#encolheFerramentas { | |
| 799 | - background-image: URL('../imagens/encolhe.png'); | |
| 800 | - background-repeat: no-repeat; | |
| 801 | - background-position: center; | |
| 802 | - cursor: pointer; | |
| 803 | -} | |
| 804 | 0 | \ No newline at end of file |