/* ESTILOS PARA LOS MODALES MÓVILES */ .htc_modal_backdrop { display: none; /* Oculto por defecto */ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.75); /* Fondo oscuro */ backdrop-filter: blur(4px); /* EFECTO DIFUMINADO */ z-index: 99999; align-items: center; justify-content: center; padding: 20px; box-sizing: border-box; } .htc_modal_content { background: #fff; width: 100%; max-width: 350px; /* Ancho máximo para que no se vea gigante en tablets */ border-radius: 12px; box-shadow: 0 10px 25px rgba(0,0,0,0.5); overflow: hidden; position: relative; animation: slideUp 0.3s ease-out; } /* Animación suave de entrada */ @keyframes slideUp { from { transform: translateY(50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } .htc_modal_header { background: #f5f5f5; padding: 15px; font-weight: bold; color: #333; border-bottom: 1px solid #ddd; display: flex; justify-content: space-between; align-items: center; } .htc_close_btn { background: none; border: none; font-size: 20px; color: #888; cursor: pointer; padding: 0 10px; } .htc_modal_body { padding: 20px; } /* Botones grandes táctiles */ .htc_mobile_btn { display: block; width: 100%; padding: 12px; margin-bottom: 10px; background: #f0f7ff; color: #0066cc; text-align: center; border-radius: 8px; text-decoration: none; font-weight: bold; border: 1px solid #cce5ff; } .htc_mobile_btn:active { background: #0066cc; color: #fff; } /* Resultados del buscador móvil */ #mobile_res_ira { max-height: 250px; overflow-y: auto; margin-top: 10px; border-top: 1px solid #eee; } .mobile_ira_item { display: block; padding: 12px 5px; border-bottom: 1px solid #eee; color: #333; text-decoration: none; } HTCMania - Ver Mensaje Individual - Peticiones de software HTC DIAMOND
Ver Mensaje Individual
  #202  
Viejo 11/09/08, 12:22:03
Avatar de LuismiX
LuismiX LuismiX no está en línea
Colaborador/a
Mensajes: 1,060
Compra y venta: (2)
 
Fecha de registro: may 2008
Localización: Madrid, Sierra Norte
Mensajes: 1,060
Modelo de smartphone: S6 Edge - ECHOE Version
Mencionado: 1 comentarios
Tagged: 0 hilos
Cita:
Originalmente Escrito por Griphus Ver Mensaje
Existe algun tipo de programa que sea GPS para via andantes?
Es decir para ir andando por la calle sin necesidad de carreteras?

Creo que te puede valer el OziExplorer
Responder Con Cita