| |
| de:companias:advancedmemorysystems [2026/05/22 06:05] – creado jesus | de:companias:advancedmemorysystems [2026/05/22 06:08] (actual) – jesus |
|---|
| .index-subitem::before { content: "├─ "; color: #008800; } | .index-subitem::before { content: "├─ "; color: #008800; } |
| |
| /* CENTRADO DE IMAGEN */ | /* CENTRADO DE IMAGEN E INTERACTIVIDAD POPUP (ZOOM) */ |
| .pcw-image-center { | .pcw-image-center { |
| display: flex; | display: flex; |
| margin-top: 8px; | margin-top: 8px; |
| text-align: center; | text-align: center; |
| | } |
| | |
| | /* Zoom-Effekt für klickbare Bilder */ |
| | .img-zoomable { |
| | cursor: zoom-in; |
| | transition: transform 0.2s ease; |
| | } |
| | |
| | /* Vollbild-Overlay-Container */ |
| | .pcw-fullscreen-overlay { |
| | display: none; |
| | position: fixed; |
| | top: 0; left: 0; width: 100%; height: 100%; |
| | background-color: rgba(0, 11, 0, 0.95); |
| | z-index: 99999; |
| | justify-content: center; |
| | align-items: center; |
| | cursor: zoom-out; |
| | } |
| | .pcw-fullscreen-overlay img { |
| | max-width: 95%; |
| | max-height: 95%; |
| | object-fit: contain; |
| | border: 4px solid #00ff00; |
| | box-shadow: 0 0 30px rgba(0,255,0,0.5); |
| } | } |
| |
| <div class="pcw-section-title">Werbung und Grafikmaterial</div> | <div class="pcw-section-title">Werbung und Grafikmaterial</div> |
| <div class="pcw-image-center"> | <div class="pcw-image-center"> |
| <img src="/lib/exe/fetch.php?media=compañias:logos:Advanced_Memory_ad_pcw.jpg" width="400" alt="Advanced Memory Systems Ad"> | <!-- Einbindung der interaktiven Zoom-Klasse und des Klick-Ereignisses --> |
| | <img src="/lib/exe/fetch.php?media=compañias:logos:Advanced_Memory_ad_pcw.jpg" width="400" alt="Advanced Memory Systems Ad" class="img-zoomable" onclick="document.getElementById('pcwOverlay').style.display='flex'"> |
| <div class="pcw-image-caption">Werbeanzeige von Advanced Memory Systems Ltd, die Lernsoftware-Titel für die Amstrad PCW-Reihe zeigt.</div> | <div class="pcw-image-caption">Werbeanzeige von Advanced Memory Systems Ltd, die Lernsoftware-Titel für die Amstrad PCW-Reihe zeigt.</div> |
| </div> | </div> |
| | </div> |
| | |
| | <!-- VERSTECKTER CONTAINER FÜR DIE VOLLBILDANSICHT --> |
| | <div id="pcwOverlay" class="pcw-fullscreen-overlay" onclick="this.style.display='none'"> |
| | <img src="/lib/exe/fetch.php?media=compañias:logos:Advanced_Memory_ad_pcw.jpg" alt="Advanced Memory Systems Ad Fullscreen"> |
| </div> | </div> |
| |
| <div class="pcw-section-title">Multisystem-Kompatibilität</div> | <div class="pcw-section-title">Multisystem-Kompatibilität</div> |
| <div style="color: #aaffaa; line-height: 1.6; text-align: justify;"> | <div style="color: #aaffaa; line-height: 1.6; text-align: justify;"> |
| <p>Obwohl das AMX-Ökosystem innerhalb der Amstrad PCW-Reihe einen massiven kritischen Erfolg feierte, passte Advanced Memory Systems seine Hardware-Schnittstellen und die unterstützende Grafiksoftware (AMX Art und WIMP-Umgebungen) auch erfolgreich an andere zeitgenössische 8-Bit-Mikrocomputer an, die auf dem britischen Markt weit verbreitet waren, darunter der <strong>Sinclair ZX Spectrum</strong>, der <strong>Amstrad CPC</strong> und der <strong>BBC Micro</strong>.</p> | <p>Obwohl das AMX-Ökosystem innerhalb der Amstrad PCW-Reihe einen massiven kritischen Erfolg feierte, passte Advanced Memory Systems seine Hardware-Schnittstellen und die unterstützende Grafiksoftware (AMX Art und WIMP-Umgebungen) auch erfolgreich an andere zeitgenössische 8-Bit-Mikrocomputer an, die auf dem britischen Markt weit verbreitet waren, darunter der <strong>Sinclair ZX Spectrum</strong>, the <strong>Amstrad CPC</strong> und der <strong>BBC Micro</strong>.</p> |
| </div> | </div> |
| </div> | </div> |