| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa |
| de:software:verlage [2026/04/30 08:05] – jesus | de:software:verlage [2026/05/12 12:45] (actual) – jesus |
|---|
| <html> | <html> |
| <style> | <style> |
| /* --- CRT BASE VISUAL ENGINE --- */ | /* --- MOTOR VISUAL RETRO CRT --- */ |
| .pcw-monitor-ultra { | .pcw-monitor-ultra { |
| background-color: #000b00; | background-color: #000b00; |
| } | } |
| |
| | /* Capa de scanlines y parpadeo */ |
| .pcw-monitor-ultra::after { | .pcw-monitor-ultra::after { |
| content: " "; | content: " "; |
| @keyframes flickering { 0% { opacity: 0.98; } 100% { opacity: 1; } } | @keyframes flickering { 0% { opacity: 0.98; } 100% { opacity: 1; } } |
| |
| | /* Estilo de Texto Retro (Glow Verde) */ |
| .retro-text { | .retro-text { |
| color: #00ff00 !important; | color: #00ff00 !important; |
| @keyframes cursor-blink { 0%, 100% { opacity: 0; } 50% { opacity: 1; } } | @keyframes cursor-blink { 0%, 100% { opacity: 0; } 50% { opacity: 1; } } |
| |
| | /* Rejilla Vertical para Listado */ |
| .pcw-grid-vertical { | .pcw-grid-vertical { |
| display: grid; | display: grid; |
| gap: 10px; | gap: 10px; |
| grid-template-columns: 1fr; | grid-template-columns: 1fr; /* Fuerza una sola columna */ |
| position: relative; | position: relative; |
| z-index: 3; | z-index: 3; |
| } | } |
| |
| | /* Efecto de Selección: Puntero y Desplazamiento */ |
| .pcw-btn-ultra:hover { | .pcw-btn-ultra:hover { |
| background-color: rgba(0, 255, 0, 0.15); | background-color: rgba(0, 255, 0, 0.15); |
| </style> | </style> |
| |
| <!-- A> VERLAGE --> | <!-- 2. VERLAGE --> |
| <div class="pcw-monitor-ultra"> | <div class="pcw-monitor-ultra"> |
| <div class="pcw-title-ultra retro-text"> A> VERLAGE </div> | <div class="pcw-title-ultra retro-text"> A> VERLAGE </div> |
| <div class="pcw-grid-vertical"> | <div class="pcw-grid-vertical"> |
| <!-- Sybex Verlag --> | <a href="doku.php?id=de:editoriales:amstrad_computing" class="pcw-btn-ultra retro-text">Amstrad Computing Newsletters</a> |
| <a href="doku.php?id=de:editoriales:bmf" class="pcw-btn-ultra retro-text">BMF Editores, S.A.</a> | <a href="doku.php?id=de:editoriales:bmf" class="pcw-btn-ultra retro-text">BMF Editores, S.A.</a> |
| <a href="doku.php?id=de:editoriales:database_publications" class="pcw-btn-ultra retro-text">Database Publications Ltd.</a> | <a href="doku.php?id=de:editoriales:bapcwclub" class="pcw-btn-ultra retro-text">British Amstrad PCW Club</a> |
| <a href="doku.php?id=de:editoriales:dmv" class="pcw-btn-ultra retro-text"> | <a href="doku.php?id=de:editoriales:club_auser" class="pcw-btn-ultra retro-text">Club Auser</a> |
| DMV Daten & Medien Verlagsgesellschaft mbH</a> | <a href="doku.php?id=de:editoriales:database_publications" class="pcw-btn-ultra retro-text">Database Publications Ltd.</a> |
| | <a href="doku.php?id=de:editoriales:dmv" class="pcw-btn-ultra retro-text">DMV Daten & Medien Verlagsgesellschaft mbH</a> |
| <a href="doku.php?id=de:editoriales:future_publishing" class="pcw-btn-ultra retro-text">Future Publishing Ltd.</a> | <a href="doku.php?id=de:editoriales:future_publishing" class="pcw-btn-ultra retro-text">Future Publishing Ltd.</a> |
| <a href="doku.php?id=de:editoriales:initiative_design" class="pcw-btn-ultra retro-text"> | <a href="doku.php?id=de:editoriales:initiative_design" class="pcw-btn-ultra retro-text">Initiative Design and Print</a> |
| Initiative Design and Print</a> | |
| <a href="doku.php?id=de:editoriales:locomotive_software" class="pcw-btn-ultra retro-text">Locomotive Software Ltd.</a> | <a href="doku.php?id=de:editoriales:locomotive_software" class="pcw-btn-ultra retro-text">Locomotive Software Ltd.</a> |
| <a href="doku.php?id=de:editoriales:logistick" class="pcw-btn-ultra retro-text">LOGI'STICK édition</a> | <a href="doku.php?id=de:editoriales:logistick" class="pcw-btn-ultra retro-text">LOGI'STICK édition</a> |
| <a href="doku.php?id=de:editoriales:publinfor" class="pcw-btn-ultra retro-text"> | <a href="doku.php?id=de:editoriales:nexus media" class="pcw-btn-ultra retro-text">Nexus Media Ltd</a> |
| Publinfor - Publicações e Informática, Lda.</a> | <a href="doku.php?id=de:editoriales:pcwusergroup" class="pcw-btn-ultra retro-text">PCW User Group</a> |
| | <a href="doku.php?id=de:editoriales:publinfor" class="pcw-btn-ultra retro-text">Publinfor - Publicações e Informática, Lda.</a> |
| <a href="doku.php?id=de:editoriales:sybex" class="pcw-btn-ultra retro-text">SYBEX</a> | <a href="doku.php?id=de:editoriales:sybex" class="pcw-btn-ultra retro-text">SYBEX</a> |
| | <a href="doku.php?id=de:editoriales:south_essex_club" class="pcw-btn-ultra retro-text">The South Essex PCW Club</a> |
| </div> | </div> |
| </div> | </div> |
| </html> | </html> |
| |