Commit e70249c8809ee502bd86aa70516561312e9fc6dd
1 parent
ad051ef5
Exists in
master
and in
7 other branches
-
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 | 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 | 100 | background-repeat: no-repeat; |
| 44 | 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 | 114 | background-repeat: no-repeat; |
| 54 | 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 | 120 | background-repeat: no-repeat; |
| 60 | 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 | 126 | background-repeat: no-repeat; |
| 66 | 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 | 132 | background-repeat: no-repeat; |
| 72 | 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 | 138 | background-repeat: no-repeat; |
| 78 | 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 | 144 | background-repeat: no-repeat; |
| 84 | 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 | 150 | background-repeat: no-repeat; |
| 90 | 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 | 156 | background-repeat: no-repeat; |
| 96 | 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 | 163 | background-repeat: no-repeat; |
| 103 | 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 | 169 | background-repeat: no-repeat; |
| 109 | 170 | background-position: 0px -250px; |
| 110 | 171 | } |
| 111 | ||
| 112 | -{ | |
| 113 | - background-image:URL('../imagens/visual/default/sprite.png'); | |
| 172 | + | |
| 173 | +#google { | |
| 174 | + background-image: URL('../imagens/visual/default/sprite.png'); | |
| 114 | 175 | background-repeat: no-repeat; |
| 115 | 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 | 181 | background-repeat: no-repeat; |
| 121 | 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 | 199 | background-repeat: no-repeat; |
| 133 | 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 | 205 | background-repeat: no-repeat; |
| 139 | 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 | 211 | background-repeat: no-repeat; |
| 145 | 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 | 217 | background-repeat: no-repeat; |
| 151 | 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 | 223 | background-repeat: no-repeat; |
| 157 | 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 | 229 | background-repeat: no-repeat; |
| 163 | 230 | background-position: 0px -450px; |
| 164 | 231 | } |
| 165 | 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 | 235 | background-repeat: no-repeat; |
| 170 | 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 | 243 | background-repeat: no-repeat; |
| 178 | 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 | 251 | background-repeat: no-repeat; |
| 186 | 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 | 259 | background-repeat: no-repeat; |
| 194 | 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 | 267 | background-repeat: no-repeat; |
| 202 | 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 | 275 | background-repeat: no-repeat; |
| 210 | 276 | background-position: 3px -575px; |
| 211 | - width:52px; | |
| 212 | - height:15px; | |
| 277 | + width: 52px; | |
| 278 | + height: 15px; | |
| 213 | 279 | } |
| 214 | 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 | 283 | background-repeat: no-repeat; |
| 219 | 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 | 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 | 292 | background-repeat: no-repeat; |
| 229 | 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 | 301 | background-repeat: no-repeat; |
| 238 | 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 | 321 | background-repeat: no-repeat; |
| 259 | 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 | 330 | background-repeat: no-repeat; |
| 268 | 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 | 339 | background-repeat: no-repeat; |
| 277 | 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 | 348 | background-repeat: no-repeat; |
| 286 | 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 | 357 | background-repeat: no-repeat; |
| 295 | 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 | 368 | background-repeat: no-repeat; |
| 306 | 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 | 377 | background-repeat: no-repeat; |
| 315 | 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 | 386 | background-repeat: no-repeat; |
| 324 | 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 | 395 | background-repeat: no-repeat; |
| 333 | 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 | 404 | background-repeat: no-repeat; |
| 342 | 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 | 413 | background-repeat: no-repeat; |
| 351 | 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 | 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 | 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 | 441 | background-repeat: no-repeat; |
| 379 | 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 | 447 | background-repeat: no-repeat; |
| 385 | 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 | 455 | background-repeat: no-repeat; |
| 393 | 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 | 463 | background-repeat: no-repeat; |
| 401 | 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 | 471 | background-repeat: no-repeat; |
| 409 | 472 | background-position: 0px -1099px; |
| 410 | - width:16px; | |
| 473 | + width: 16px; | |
| 411 | 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 | 479 | background-repeat: no-repeat; |
| 417 | 480 | background-position: 0px -1124px; |
| 418 | - width:16px; | |
| 481 | + width: 16px; | |
| 419 | 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 | 487 | background-repeat: no-repeat; |
| 425 | 488 | background-position: 1px -1149px; |
| 426 | - width:16px; | |
| 489 | + width: 16px; | |
| 427 | 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 | 495 | background-repeat: no-repeat; |
| 433 | 496 | background-position: 1px -1174px; |
| 434 | - width:16px; | |
| 497 | + width: 16px; | |
| 435 | 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 | 503 | background-repeat: no-repeat; |
| 441 | 504 | background-position: 0px -1200px; |
| 442 | - width:14px; | |
| 443 | - height:14px; | |
| 505 | + width: 14px; | |
| 506 | + height: 14px; | |
| 444 | 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 | 515 | background-repeat: no-repeat; |
| 453 | 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 | 523 | background-repeat: no-repeat; |
| 461 | 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 | 531 | background-repeat: no-repeat; |
| 469 | 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 | 539 | background-repeat: no-repeat; |
| 477 | 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 | 547 | background-repeat: no-repeat; |
| 485 | 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 | 555 | background-repeat: no-repeat; |
| 493 | 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 | 563 | background-repeat: no-repeat; |
| 501 | 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 | 571 | background-repeat: no-repeat; |
| 509 | 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 | 578 | background-repeat: no-repeat; |
| 516 | 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 | 587 | background-repeat: no-repeat; |
| 525 | 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 | 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 | 596 | background-repeat: no-repeat; |
| 535 | 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 | 606 | background-repeat: no-repeat; |
| 546 | 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 | 616 | background-repeat: no-repeat; |
| 556 | 617 | background-position: 1px -1523px; |
| 557 | - width:16px; | |
| 618 | + width: 16px; | |
| 558 | 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 | 624 | background-repeat: no-repeat; |
| 564 | 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 | 632 | background-repeat: no-repeat; |
| 572 | 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 | 640 | background-repeat: no-repeat; |
| 580 | 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 | 648 | background-repeat: no-repeat; |
| 588 | 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 | 656 | background-repeat: no-repeat; |
| 596 | 657 | background-position: 1px -1648px; |
| 597 | - width:16px; | |
| 658 | + width: 16px; | |
| 598 | 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 | 664 | background-repeat: no-repeat; |
| 604 | 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 | 673 | background-repeat: no-repeat; |
| 613 | 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 | 682 | background-repeat: no-repeat; |
| 622 | 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 | 691 | background-repeat: no-repeat; |
| 631 | 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 | 700 | background-repeat: no-repeat; |
| 640 | 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 | 706 | background-repeat: no-repeat; |
| 646 | 707 | background-position: 1px -1824px; |
| 647 | - width:16px; | |
| 708 | + width: 16px; | |
| 648 | 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 | 714 | background-repeat: no-repeat; |
| 654 | 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 | 723 | background-repeat: no-repeat; |
| 663 | 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 | 730 | background-repeat: no-repeat; |
| 670 | 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 | 737 | background-repeat: no-repeat; |
| 677 | 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 | 746 | background-repeat: no-repeat; |
| 686 | 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 | 755 | background-repeat: no-repeat; |
| 696 | 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 | 762 | background-repeat: no-repeat; |
| 703 | 763 | background-position: 0px -2000px; |
| 704 | 764 | width: 16px; |
| 705 | 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 | 771 | background-repeat: no-repeat; |
| 712 | 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 | 778 | background-repeat: no-repeat; |
| 719 | 779 | background-position: 0px -2052px; |
| 720 | 780 | width: 16px; |
| 721 | 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 | 787 | background-repeat: no-repeat; |
| 728 | 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 | 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 | 805 | \ No newline at end of file | ... | ... |
css/botoes2.css
| ... | ... | @@ -272,14 +272,6 @@ |
| 272 | 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 | 275 | .carregarKml { |
| 284 | 276 | background-image: URL('../imagens/visual/default/sprite2.png'); |
| 285 | 277 | background-repeat: no-repeat; |
| ... | ... | @@ -316,6 +308,20 @@ |
| 316 | 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 | 325 | #ondeestou { |
| 320 | 326 | background-image: URL('../imagens/visual/default/sprite.png'); |
| 321 | 327 | background-repeat: no-repeat; |
| ... | ... | @@ -371,12 +377,13 @@ |
| 371 | 377 | width: 52px; |
| 372 | 378 | height: 15px; |
| 373 | 379 | } |
| 380 | + | |
| 374 | 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 | 388 | /*bandeira do brasil*/ |
| 382 | 389 | #brasil { |
| ... | ... | @@ -876,6 +883,7 @@ |
| 876 | 883 | width: 18px; |
| 877 | 884 | height: 18px; |
| 878 | 885 | } |
| 886 | + | |
| 879 | 887 | .i3geo_filtro { |
| 880 | 888 | background-image: URL('../imagens/visual/default/sprite.png'); |
| 881 | 889 | background-repeat: no-repeat; |
| ... | ... | @@ -947,8 +955,8 @@ |
| 947 | 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 | 962 | #encolheFerramentas { |
| ... | ... | @@ -986,28 +994,44 @@ button { |
| 986 | 994 | border-radius: 35px 0px 0px 5px; |
| 987 | 995 | opacity: 0.6; |
| 988 | 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 | 1015 | #euDock_euImage_3 { |
| 1000 | 1016 | border: 0px solid lightgray; |
| 1001 | 1017 | opacity: 0.6; |
| 1002 | 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 | 1037 | #euDock_euImage_4 { |
| ... | ... | @@ -1015,18 +1039,26 @@ button { |
| 1015 | 1039 | border-radius: 0px 35px 5px 0px; |
| 1016 | 1040 | opacity: 0.6; |
| 1017 | 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 | 1060 | #euDock_0 img { |
| 1029 | - | |
| 1061 | + | |
| 1030 | 1062 | } |
| 1031 | 1063 | |
| 1032 | 1064 | #euDockMensagem { |
| ... | ... | @@ -1036,9 +1068,11 @@ button { |
| 1036 | 1068 | font-size: 11px; |
| 1037 | 1069 | top: 33px; |
| 1038 | 1070 | } |
| 1071 | + | |
| 1039 | 1072 | .eudockImagemBottom { |
| 1040 | 1073 | box-shadow: 0 10px 5px -10px gray; |
| 1041 | 1074 | } |
| 1042 | -.eudockImagemTop { | |
| 1043 | 1075 | |
| 1044 | -} | |
| 1076 | +.eudockImagemTop { | |
| 1077 | + | |
| 1078 | +} | |
| 1045 | 1079 | \ No newline at end of file | ... | ... |