| Próxima revisión | Revisión previa |
| en:software:nuevos_desarrollos:coliseum [2026/07/17 18:57] – creado jesus | en:software:nuevos_desarrollos:coliseum [2026/07/17 19:01] (actual) – jesus |
|---|
| } | } |
| |
| /* Visor interactivo a TAMAÑO REAL con scroll */ | /* VISOR INTERACTIVO OPTIMIZADO: Evita pérdidas por el lado izquierdo */ |
| .pcw-img-modal { | .pcw-img-modal { |
| display: none; | display: none; |
| top: 0; left: 0; width: 100%; height: 100%; | top: 0; left: 0; width: 100%; height: 100%; |
| background-color: rgba(0,10,0,0.95); | background-color: rgba(0,10,0,0.95); |
| overflow: auto; | overflow: hidden; |
| cursor: zoom-out; | cursor: zoom-out; |
| padding: 20px; | |
| box-sizing: border-box; | box-sizing: border-box; |
| } | } |
| justify-content: center; | justify-content: center; |
| align-items: center; | align-items: center; |
| min-width: 100%; | width: 100%; |
| min-height: 100%; | height: 100%; |
| | padding: 20px; |
| | box-sizing: border-box; |
| } | } |
| .pcw-img-modal img { | .pcw-img-modal img { |
| max-width: none !important; | max-width: 100% !important; |
| max-height: none !important; | max-height: 90vh !important; |
| width: auto !important; | width: auto !important; |
| height: auto !important; | height: auto !important; |
| | object-fit: contain !important; |
| border: 4px solid #00ff00 !important; | border: 4px solid #00ff00 !important; |
| box-shadow: 0 0 30px #00ff00; | box-shadow: 0 0 30px #00ff00; |
| img.src = url; | img.src = url; |
| visor.style.display = 'block'; | visor.style.display = 'block'; |
| visor.scrollTop = 0; | |
| visor.scrollLeft = 0; | |
| } | } |
| </script> | </script> |
| <div class="dato-linea"><span class="dato-etiqueta">Publisher:</span><span class="dato-valor"><a href="doku.php?id=en:companias:topo_soft" style="color: #00ff00 !important; font-weight: bold; text-decoration: underline !important;">Topo Soft</a></span></div> | <div class="dato-linea"><span class="dato-etiqueta">Publisher:</span><span class="dato-valor"><a href="doku.php?id=en:companias:topo_soft" style="color: #00ff00 !important; font-weight: bold; text-decoration: underline !important;">Topo Soft</a></span></div> |
| <div class="dato-linea"><span class="dato-etiqueta">Production team:</span><span class="dato-valor">Code: Eugenio Barahona Novoa<br>Original Graphics: Ricardo Cancho Nieta<br>Original Music: César Astudillo (Gominolas)</span></div> | <div class="dato-linea"><span class="dato-etiqueta">Production team:</span><span class="dato-valor">Code: Eugenio Barahona Novoa<br>Original Graphics: Ricardo Cancho Nieta<br>Original Music: César Astudillo (Gominolas)</span></div> |
| <div class="dato-linea"><span class="dato-etiqueta">Mod / Port:</span><span class="dato-valor">Enrique Gálvez (<a href="https://itch.io" target="_blank" style="color: #00ff00 !important; text-decoration: underline !important;">https://itch.io</a>)</span></div> | <div class="dato-linea"><span class="dato-etiqueta">Mod / Port:</span><span class="dato-valor">Enrique Gálvez (<a href="https://enriqueggalvez.itch.io/" target="_blank" style="color: #00ff00 !important; text-decoration: underline !important;">https://itch.io</a>)</span></div> |
| <div class="dato-linea"><span class="dato-etiqueta">Release Year:</span><span class="dato-valor">1988 (Original)</span></div> | <div class="dato-linea"><span class="dato-etiqueta">Release Year:</span><span class="dato-valor">1988 (Original)</span></div> |
| <div class="dato-linea"><span class="dato-etiqueta">Port Year:</span><span class="dato-valor">2023</span></div> | <div class="dato-linea"><span class="dato-etiqueta">Port Year:</span><span class="dato-valor">2023</span></div> |
| </div> | </div> |
| |
| <!-- SECCIÓN CARÁTULA CORREGIDA (TEXT-ALIGN) --> | <!-- SECCIÓN CARÁTULA CORREGIDA (AJUSTE FLUIDO DE PANTALLA) --> |
| <div class="retro-subtitle">Cover Art</div> | <div class="retro-subtitle">Cover Art</div> |
| <div style="text-align: center; margin-bottom: 25px; position: relative; z-index: 3;"> | <div style="text-align: center; margin-bottom: 25px; position: relative; z-index: 3;"> |
| </div> | </div> |
| |
| <!-- SECCIÓN MAPAS (CORREGIDA A 2 COLUMNAS SIMÉTRICAS) --> | <!-- SECCIÓN MAPAS (CORREGIDA A 2 COLUMNAS SIMÉTRICAS Y VISOR PROPORCIONAL) --> |
| <div class="retro-subtitle" style="font-size: 1.1em; margin-top: 25px; border-bottom: 1px dotted #00ff00;">Maps</div> | <div class="retro-subtitle" style="font-size: 1.1em; margin-top: 25px; border-bottom: 1px dotted #00ff00;">Maps</div> |
| <div class="pcw-texto-plano" style="margin-bottom: 15px;"> | <div class="pcw-texto-plano" style="margin-bottom: 15px;"> |
| <div class="pcw-grid-horizontal" style="display: flex; justify-content: center; gap: 20px;"> | <div class="pcw-grid-horizontal" style="display: flex; justify-content: center; gap: 20px;"> |
| <div class="pcw-grid-item"> | <div class="pcw-grid-item"> |
| <a href="/lib/exe/fetch.php?media=software:nuevos_desarrollos:extras:Colisevm_mapa_1.jpg" target="_blank"> | <img src="/lib/exe/fetch.php?media=software:nuevos_desarrollos:extras:Colisevm_mapa_1.jpg" style="width:310px;" onclick="verImagen(this.src)"> |
| <img src="/lib/exe/fetch.php?media=software:nuevos_desarrollos:extras:Colisevm_mapa_1.jpg" style="width:310px; cursor:zoom-in;"> | |
| </a> | |
| </div> | </div> |
| <div class="pcw-grid-item"> | <div class="pcw-grid-item"> |
| <a href="/lib/exe/fetch.php?media=software:nuevos_desarrollos:extras:Colisevm_mapa_2.jpg" target="_blank"> | <img src="/lib/exe/fetch.php?media=software:nuevos_desarrollos:extras:Colisevm_mapa_2.jpg" style="width:310px;" onclick="verImagen(this.src)"> |
| <img src="/lib/exe/fetch.php?media=software:nuevos_desarrollos:extras:Colisevm_mapa_2.jpg" style="width:310px; cursor:zoom-in;"> | |
| </a> | |
| </div> | </div> |
| </div> | </div> |