Herramientas de usuario

Herramientas del sitio


manuales:amstrad_pcw

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Próxima revisión
Revisión previa
manuales:amstrad_pcw [2026/05/08 15:44] – creado jesusmanuales:amstrad_pcw [2026/05/10 06:47] (actual) jesus
Línea 3: Línea 3:
 <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-decorationnone !important; border: none !important;  
-  .retro-text +    displayblock !important; width: 100% !important
-    color#00ff00 !important; +    padding: 6px 15px !important; margin: 0 !important
-    font-family'Courier New', Courier, monospace+    box-sizingborder-box !important; text-transformuppercase;
-    text-shadow: 0 0 10px rgba(0, 255, 0, 0.7), 0 0 2px rgba(0, 255, 0, 0.8)+
-    text-transformuppercase; +
-    letter-spacing: 1px; +
-    text-decorationnone !important;+
   }   }
  
-  .pcw-title-ultra { +  /* 1. INACTIVO (No creado): Verde Oliva Legible */ 
-    font-size1.6em; +  .dokuwiki .pcw-monitor-ultra a.wikilink2 
-    font-weightbold; +    color#88aa55 !importanttext-shadownone !importantopacity0.8 !important;
-    margin-bottom25px; +
-    display: block;+
   }   }
  
-  .pcw-title-ultra::after +  /* 2. ACTIVO (Creado): VERDE NEÓN RADIACTIVO */ 
-    content"_"+  /* Forzamos prioridad máxima para que no se quede en verde bosque */ 
-    animationcursor-blink 1s infinite;+  .dokuwiki .pcw-monitor-ultra a.wikilink, 
 +  .dokuwiki .pcw-monitor-ultra a:not(.wikilink2) 
 +    color#00ff00 !important
 +    text-shadow0 0 10px #00ff00, 0 0 20px #00ff00 !important; 
 +    font-weight: bold !important; opacity: 1 !important;
   }   }
  
-  /* RECUADRO VERDE PARA SUBTÍTULOS */ +  .pcw-monitor-ultra a:hover background-color: rgba(0, 255, 0, 0.2!importantcolor#00ff00 !important; } 
-  .pcw-subtitle-box { +  .pcw-title-ultra color#00ff00font-size1.6emfont-weightbold; margin-bottom: 25px; display: blocktext-shadow: 0 0 10px #00ff00; } 
-    border: 2px solid #00ff00; +  .pcw-subtitle-box { background-color: #00ff00; border: 2px solid #00ff00; padding: 5px 15px; margin: 20px 15px 0; displayinline-blockcolor#000000 !importantfont-weightboldtext-transformuppercase; }
-    padding: 10px; +
-    margin: 20px 0 10px 0; +
-    display: inline-block; +
-    box-shadow0 0 10px rgba(0, 255, 0, 0.4); +
-  } +
- +
-  @keyframes cursor-blink { 0%, 100% { opacity0; } 50% { opacity: 1; } } +
- +
-  /* Listado Vertical */ +
-  .pcw-grid-vertical { +
-    displaygrid; +
-    gap: 8px; +
-    grid-template-columns1fr; +
-    position: relative; +
-    z-index3; +
-    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); +
-    transformtranslateX(12px); +
-  } +
- +
-  .pcw-btn-ultra::before { +
-    content: "> "; +
-    opacity0.4; +
-    margin-right10px; +
-  }+
 </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> 
- +  <div class="pcw-subtitle-box">MANUALES EN ESPAÑOL</div>
-  <!-- SECCIÓN ESPAÑOL --+
-  <div class="pcw-subtitle-box retro-text">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 PCW ESPAÑOL 1</a> +
-    <a href="doku.php?id=manuales:manuales_pcw:es_modelo_2" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW ESPAÑOL 2</a> +
-    <a href="doku.php?id=manuales:manuales_pcw:es_modelo_3" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW ESPAÑOL 3</a> +
-    <a href="doku.php?id=manuales:manuales_pcw:es_modelo_4" target="_blank" class="pcw-btn-ultra retro-text">MANUAL PCW ESPAÑOL 4</a> +
-  </div> +
- +
-  <!-- SECCIÓN INGLÉS --> +
-  <div class="pcw-subtitle-box retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">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>
  
manuales/amstrad_pcw.1778255066.txt.gz · Última modificación: por jesus