| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa |
| manuales:amstrad_pcw [2026/05/08 16:15] – jesus | manuales:amstrad_pcw [2026/05/10 06:47] (actual) – jesus |
|---|
| <html> | <html> |
| <style> | <style> |
| /* --- MOTOR VISUAL RETRO CRT --- */ | |
| .pcw-monitor-ultra { | .pcw-monitor-ultra { |
| background-color: #000b00; | background-color: #000b00; border: 12px solid #2a2a2a; border-radius: 15px; |
| border: 12px solid #2a2a2a; | padding: 25px; margin: 25px 0; font-family: 'Courier New', Courier, monospace; |
| border-radius: 15px; | position: relative; overflow: hidden; box-shadow: inset 0 0 60px rgba(0,255,0,0.2); |
| padding: 25px; | |
| margin: 25px 0; | |
| font-family: 'Courier New', Courier, monospace; | |
| position: relative; | |
| overflow: hidden; | |
| box-shadow: inset 0 0 60px rgba(0,255,0,0.15), 0 10px 30px rgba(0,0,0,0.7); | |
| } | } |
| |
| /* Capa de scanlines y parpadeo */ | |
| .pcw-monitor-ultra::after { | .pcw-monitor-ultra::after { |
| content: " "; | content: " "; position: absolute; top: 0; left: 0; bottom: 0; right: 0; |
| position: absolute; | background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.15) 50%); |
| top: 0; left: 0; bottom: 0; right: 0; | background-size: 100% 3px; z-index: 2; pointer-events: none; |
| background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.15) 50%), | |
| linear-gradient(90deg, rgba(255, 0, 0, 0.03), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.03)); | |
| background-size: 100% 3px, 2px 100%; | |
| z-index: 2; | |
| pointer-events: none; | |
| animation: flickering 0.15s infinite; | |
| } | } |
| | |
| @keyframes flickering { 0% { opacity: 0.98; } 100% { opacity: 1; } } | /* REGLAS PARA TODOS LOS ENLACES (Mantenemos alineación) */ |
| | .dokuwiki .pcw-monitor-ultra a { |
| /* Estilo de Texto Retro */ | text-decoration: none !important; border: none !important; |
| .retro-text { | display: block !important; width: 100% !important; |
| color: #00ff00 !important; | padding: 6px 15px !important; margin: 0 !important; |
| font-family: 'Courier New', Courier, monospace; | box-sizing: border-box !important; text-transform: uppercase; |
| text-shadow: 0 0 10px rgba(0, 255, 0, 0.7), 0 0 2px rgba(0, 255, 0, 0.8); | |
| text-transform: uppercase; | |
| letter-spacing: 1px; | |
| text-decoration: none !important; | |
| } | } |
| |
| .pcw-title-ultra { | /* 1. INACTIVO (No creado): Verde Oliva Legible */ |
| font-size: 1.6em; | .dokuwiki .pcw-monitor-ultra a.wikilink2 { |
| font-weight: bold; | color: #88aa55 !important; text-shadow: none !important; opacity: 0.8 !important; |
| margin-bottom: 25px; | |
| display: block; | |
| } | } |
| |
| /* SUBTÍTULOS CON FONDO VERDE */ | /* 2. ACTIVO (Creado): VERDE NEÓN RADIACTIVO */ |
| .pcw-subtitle-box { | /* Forzamos prioridad máxima para que no se quede en verde bosque */ |
| background-color: #00ff00; /* Fondo verde sólido */ | .dokuwiki .pcw-monitor-ultra a.wikilink, |
| border: 2px solid #00ff00; | .dokuwiki .pcw-monitor-ultra a:not(.wikilink2) { |
| padding: 5px 15px; | color: #00ff00 !important; |
| margin: 20px 0 15px 0; | text-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00 !important; |
| display: inline-block; | font-weight: bold !important; opacity: 1 !important; |
| box-shadow: 0 0 15px rgba(0, 255, 0, 0.5); | |
| color: #000000 !important; /* Texto en negro para legibilidad */ | |
| font-weight: bold; | |
| text-transform: uppercase; | |
| } | } |
| |
| .pcw-grid-vertical { | .pcw-monitor-ultra a:hover { background-color: rgba(0, 255, 0, 0.2) !important; color: #00ff00 !important; } |
| display: grid; | .pcw-title-ultra { color: #00ff00; font-size: 1.6em; font-weight: bold; margin-bottom: 25px; display: block; text-shadow: 0 0 10px #00ff00; } |
| gap: 8px; | .pcw-subtitle-box { background-color: #00ff00; border: 2px solid #00ff00; padding: 5px 15px; margin: 20px 0 15px 0; display: inline-block; color: #000000 !important; font-weight: bold; text-transform: uppercase; } |
| grid-template-columns: 1fr; | |
| position: relative; | |
| z-index: 3; | |
| margin-bottom: 30px; | |
| } | |
| | |
| .pcw-btn-ultra { | |
| display: flex; | |
| align-items: center; | |
| background: transparent; | |
| padding: 8px 15px; | |
| border: 1px solid transparent; | |
| font-size: 1em; | |
| transition: 0.2s; | |
| } | |
| | |
| .pcw-btn-ultra:hover { | |
| background-color: rgba(0, 255, 0, 0.15); | |
| border: 1px solid rgba(0, 255, 0, 0.5); | |
| transform: translateX(12px); | |
| } | |
| | |
| .pcw-btn-ultra::before { | |
| content: "> "; | |
| opacity: 0.4; | |
| margin-right: 10px; | |
| } | |
| </style> | </style> |
| |
| <div class="pcw-monitor-ultra"> | <div class="pcw-monitor-ultra"> |
| <div class="pcw-title-ultra retro-text"> A:\> MANUALES DE LOS MODELOS DE AMSTRAD PCW </div> | <div class="pcw-title-ultra"> A:\> MANUALES DE LOS MODELOS DE AMSTRAD PCW </div> |
| | |
| <!-- SECCIÓN ESPAÑOL --> | |
| <div class="pcw-subtitle-box">MANUALES EN ESPAÑOL</div> | <div class="pcw-subtitle-box">MANUALES EN ESPAÑOL</div> |
| <div class="pcw-grid-vertical"> | |
| <a href="doku.php?id=manuales:manuales_pcw:es_modelo_1" target="_blank" class="pcw-btn-ultra retro-text">MANUAL AMSTRAD PCW 8256 TOMO 1 RUSTICO ESPAÑOL</a> | |
| <a href="doku.php?id=manuales:manuales_pcw:es_modelo_2" target="_blank" class="pcw-btn-ultra retro-text">MANUAL AMSTRAD PCW 8256 TOMO 2 RUSTICO ESPAÑOL</a> | |
| <a href="doku.php?id=manuales:manuales_pcw:es_modelo_3" target="_blank" class="pcw-btn-ultra retro-text">MANUAL AMSTRAD PCW 8256 TOMO 1 ESPIRAL ESPAÑOL</a> | |
| <a href="doku.php?id=manuales:manuales_pcw:es_modelo_4" target="_blank" class="pcw-btn-ultra retro-text">MANUAL AMSTRAD PCW 8256 TOMO 2 ESPIRAL ESPAÑOL</a> | |
| </div> | |
| |
| <!-- SECCIÓN INGLÉS --> | |
| <div class="pcw-subtitle-box">MANUALES EN INGLES</div> | |
| <div class="pcw-grid-vertical"> | |
| <a href="doku.php?id=manuales:manuales_pcw:en_modelo_1" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW ENGLISH 1</a> | |
| <a href="doku.php?id=manuales:manuales_pcw:en_modelo_2" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW ENGLISH 2</a> | |
| <a href="doku.php?id=manuales:manuales_pcw:en_modelo_3" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW ENGLISH 3</a> | |
| <a href="doku.php?id=manuales:manuales_pcw:en_modelo_4" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW ENGLISH 4</a> | |
| </div> | |
| |
| <!-- SECCIÓN ALEMÁN --> | |
| <div class="pcw-subtitle-box">MANUALES EN ALEMAN</div> | |
| <div class="pcw-grid-vertical"> | |
| <a href="doku.php?id=manuales:manuales_pcw:de_modelo_1" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW DEUTSCH 1</a> | |
| <a href="doku.php?id=manuales:manuales_pcw:de_modelo_2" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW DEUTSCH 2</a> | |
| <a href="doku.php?id=manuales:manuales_pcw:de_modelo_3" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW DEUTSCH 3</a> | |
| <a href="doku.php?id=manuales:manuales_pcw:de_modelo_4" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW DEUTSCH 4</a> | |
| </div> | |
| |
| <!-- SECCIÓN FRANCÉS --> | |
| <div class="pcw-subtitle-box">MANUALES EN FRANCES</div> | |
| <div class="pcw-grid-vertical"> | |
| <a href="doku.php?id=manuales:manuales_pcw:fr_modelo_1" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW FRANÇAIS 1</a> | |
| <a href="doku.php?id=manuales:manuales_pcw:fr_modelo_2" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW FRANÇAIS 2</a> | |
| <a href="doku.php?id=manuales:manuales_pcw:fr_modelo_3" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW FRANÇAIS 3</a> | |
| <a href="doku.php?id=manuales:manuales_pcw:fr_modelo_4" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW FRANÇAIS 4</a> | |
| </div> | |
| |
| <!-- SECCIÓN ITALIANO --> | |
| <div class="pcw-subtitle-box">MANUALES EN ITALIANO</div> | |
| <div class="pcw-grid-vertical"> | |
| <a href="doku.php?id=manuales:manuales_pcw:it_modelo_1" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW ITALIANO 1</a> | |
| <a href="doku.php?id=manuales:manuales_pcw:it_modelo_2" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW ITALIANO 2</a> | |
| <a href="doku.php?id=manuales:manuales_pcw:it_modelo_3" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW ITALIANO 3</a> | |
| <a href="doku.php?id=manuales:manuales_pcw:it_modelo_4" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW ITALIANO 4</a> | |
| </div> | |
| |
| <!-- SECCIÓN EE.UU --> | |
| <div class="pcw-subtitle-box">MANUALES EE.UU</div> | |
| <div class="pcw-grid-vertical"> | |
| <a href="doku.php?id=manuales:manuales_pcw:us_modelo_1" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW USA 1</a> | |
| <a href="doku.php?id=manuales:manuales_pcw:us_modelo_2" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW USA 2</a> | |
| <a href="doku.php?id=manuales:manuales_pcw:us_modelo_3" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW USA 3</a> | |
| <a href="doku.php?id=manuales:manuales_pcw:us_modelo_4" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW USA 4</a> | |
| </div> | |
| |
| </div> | |
| </html> | </html> |
| | [[manuales:manuales_pcw:pcw_8256_rustico_tomo_1_sp|MANUAL AMSTRAD PCW 8256 TOMO 1 RUSTICO ESPAÑOL]] |
| | [[manuales:manuales_pcw:pcw_8256_rustico_tomo_2_sp|MANUAL AMSTRAD PCW 8256 TOMO 2 RUSTICO ESPAÑOL]] |
| | [[manuales:manuales_pcw:pcw_8256_espiral_tomo_1_sp|MANUAL AMSTRAD PCW 8256 TOMO 1 ESPIRAL ESPAÑOL]] |
| | [[manuales:manuales_pcw:pcw_8256_espiral_tomo_2_sp|MANUAL AMSTRAD PCW 8256 TOMO 2 ESPIRAL ESPAÑOL]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_1_sp|MANUAL AMSTRAD PCW 8256/8512 TOMO 1 RUSTICO ESPAÑOL]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_2_sp|MANUAL AMSTRAD PCW 8256/8512 TOMO 2 RUSTICO ESPAÑOL]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_1_sp|MANUAL AMSTRAD PCW 8256/8512 TOMO 1 ESPIRAL ESPAÑOL]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_2_sp|MANUAL AMSTRAD PCW 8256/8512 TOMO 2 ESPIRAL ESPAÑOL]] |
| | [[manuales:manuales_pcw:pcw_9512_espiral_tomo_1_sp|MANUAL AMSTRAD PCW 9512 TOMO 1 ESPIRAL ESPAÑOL]] |
| | [[manuales:manuales_pcw:pcw_9512_espiral_tomo_2_sp|MANUAL AMSTRAD PCW 9512 TOMO 2 ESPIRAL ESPAÑOL]] |
| | <html><div class="pcw-subtitle-box">MANUALES EN INGLES</div></html> |
| | [[manuales:manuales_pcw:pcw_8256_rustico_tomo_1_en|MANUAL AMSTRAD PCW 8256 TOMO 1 RUSTICO INGLES]] |
| | [[manuales:manuales_pcw:pcw_8256_rustico_tomo_2_en|MANUAL AMSTRAD PCW 8256 TOMO 2 RUSTICO INGLES]] |
| | [[manuales:manuales_pcw:pcw_8256_espiral_tomo_1_en|MANUAL AMSTRAD PCW 8256 TOMO 1 ESPIRAL INGLES]] |
| | [[manuales:manuales_pcw:pcw_8256_espiral_tomo_2_en|MANUAL AMSTRAD PCW 8256 TOMO 2 ESPIRAL INGLES]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_1_en|MANUAL AMSTRAD PCW 8256/8512 TOMO 1 RUSTICO INGLES]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_2_en|MANUAL AMSTRAD PCW 8256/8512 TOMO 2 RUSTICO INGLES]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_1_en|MANUAL AMSTRAD PCW 8256/8512 TOMO 1 ESPIRAL INGLES]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_2_en|MANUAL AMSTRAD PCW 8256/8512 TOMO 2 ESPIRAL INGLES]] |
| | [[manuales:manuales_pcw:pcw_9512_rustico_en|MANUAL AMSTRAD PCW 9512 RUSTICO INGLES]] |
| | [[manuales:manuales_pcw:pcw_9256_rustico_en|MANUAL AMSTRAD PCW 9256 RUSTICO INGLES]] |
| | [[manuales:manuales_pcw:pcw_9512_plus_rustico_en|MANUAL AMSTRAD PCW 9512+ RUSTICO INGLES]] |
| | [[manuales:manuales_pcw:pcw_10_rustico_en|MANUAL AMSTRAD PcW 10 RUSTICO INGLES]] |
| | [[manuales:manuales_pcw:pcw_16_rustico_en|MANUAL AMSTRAD PcW 16 RUSTICO INGLES]] |
| | <html><div class="pcw-subtitle-box">MANUALES EN ALEMAN</div></html> |
| | [[manuales:manuales_pcw:pcw_8256_rustico_tomo_1_de|MANUAL SCHNEIDER JOYCE TOMO 1 RUSTICO ALEMAN]] |
| | [[manuales:manuales_pcw:pcw_8256_rustico_tomo_2_de|MANUAL SCHNEIDER JOYCE TOMO 2 RUSTICO ALEMAN]] |
| | [[manuales:manuales_pcw:pcw_8256_espiral_tomo_1_de|MANUAL SCHNEIDER JOYCE TOMO 1 ESPIRAL ALEMAN]] |
| | [[manuales:manuales_pcw:pcw_8256_espiral_tomo_2_de|MANUAL SCHNEIDER JOYCE TOMO 2 ESPIRAL ALEMAN]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_1_de|MANUAL SCHNEIDER JOYCE+ TOMO 1 RUSTICO ALEMAN]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_2_de|MANUAL SCHNEIDER JOYCE+ TOMO 2 RUSTICO ALEMAN]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_1_de|MANUAL SCHNEIDER JOYCE+ TOMO 1 ESPIRAL ALEMAN]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_2_de|MANUAL SCHNEIDER JOYCE+ TOMO 2 ESPIRAL ALEMAN]] |
| | <html><div class="pcw-subtitle-box">MANUALES EN FRANCES</div></html> |
| | [[manuales:manuales_pcw:pcw_8256_rustico_tomo_1_fr|MANUAL AMSTRAD PCW 8256 TOMO 1 RUSTICO FRANCES]] |
| | [[manuales:manuales_pcw:pcw_8256_rustico_tomo_2_fr|MANUAL AMSTRAD PCW 8256 TOMO 2 RUSTICO FRANCES]] |
| | [[manuales:manuales_pcw:pcw_8256_espiral_tomo_1_fr|MANUAL AMSTRAD PCW 8256 TOMO 1 ESPIRAL FRANCES]] |
| | [[manuales:manuales_pcw:pcw_8256_espiral_tomo_2_fr|MANUAL AMSTRAD PCW 8256 TOMO 2 ESPIRAL FRANCES]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_1_fr|MANUAL AMSTRAD PCW 8256/8512 TOMO 1 RUSTICO FRANCES]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_2_fr|MANUAL AMSTRAD PCW 8256/8512 TOMO 2 RUSTICO FRANCES]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_1_fr|MANUAL AMSTRAD PCW 8256/8512 TOMO 1 ESPIRAL FRANCES]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_2_fr|MANUAL AMSTRAD PCW 8256/8512 TOMO 2 ESPIRAL FRANCES]] |
| | [[manuales:manuales_pcw:pcw_9512_rustico_fr|MANUAL AMSTRAD PCW 9512 RUSTICO FRANCES]] |
| | <html><div class="pcw-subtitle-box">MANUALES EN ITALIANO</div></html> |
| | [[manuales:manuales_pcw:pcw_8256_rustico_tomo_1_it|MANUAL AMSTRAD PCW 8256 TOMO 1 RUSTICO ITALIANO]] |
| | [[manuales:manuales_pcw:pcw_8256_rustico_tomo_2_it|MANUAL AMSTRAD PCW 8256 TOMO 2 RUSTICO ITALIANO]] |
| | [[manuales:manuales_pcw:pcw_8256_espiral_tomo_1_it|MANUAL AMSTRAD PCW 8256 TOMO 1 ESPIRAL ITALIANO]] |
| | [[manuales:manuales_pcw:pcw_8256_espiral_tomo_2_it|MANUAL AMSTRAD PCW 8256 TOMO 2 ESPIRAL ITALIANO]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_1_it|MANUAL AMSTRAD PCW 8256/8512 TOMO 1 RUSTICO ITALIANO]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_2_it|MANUAL AMSTRAD PCW 8256/8512 TOMO 2 RUSTICO ITALIANO]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_1_it|MANUAL AMSTRAD PCW 8256/8512 TOMO 1 ESPIRAL ITALIANO]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_2_it|MANUAL AMSTRAD PCW 8256/8512 TOMO 2 ESPIRAL ITALIANO]] |
| | <html><div class="pcw-subtitle-box">MANUALES EE.UU</div></html> |
| | [[manuales:manuales_pcw:pcw_8256_rustico_tomo_1_eeuu|MANUAL AMSTRAD PCW 8256 TOMO 1 RUSTICO AMERICANO]] |
| | [[manuales:manuales_pcw:pcw_8256_rustico_tomo_2_eeuu|MANUAL AMSTRAD PCW 8256 TOMO 2 RUSTICO AMERICANO]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_1_eeuu|MANUAL AMSTRAD PCW 8256/8512 TOMO 1 RUSTICO AMERICANO]] |
| | [[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_2_eeuu|MANUAL AMSTRAD PCW 8256/8512 TOMO 2 RUSTICO AMERICANO]] |
| | <html></div></html> |
| |