Herramientas de usuario

Herramientas del sitio


otros:entrevistas

Diferencias

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

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
otros:entrevistas [2026/05/07 15:44] jesusotros:entrevistas [2026/05/07 15:55] (actual) jesus
Línea 2: Línea 2:
 <html> <html>
 <style> <style>
 +  /* --- MONITOR CRT --- */
   .pcw-monitor-interviews {   .pcw-monitor-interviews {
     background-color: #000b00;      background-color: #000b00; 
-    border: 10px solid #333;  +    border: 12px solid #2a2a2a;  
-    border-radius: 10px+    border-radius: 15px
-    padding: 25px+    padding: 30px
-    margin: 20px 0; +    margin: 25px 0; 
-    font-family: 'Courier New', monospace;+    font-family: 'Courier New', Courier, monospace;
     position: relative;     position: relative;
-    box-shadow: inset 0 0 50px rgba(0,255,0,0.1);+    overflow: hidden; 
 +    box-shadow: inset 0 0 60px rgba(0,255,0,0.15), 0 10px 30px rgba(0,0,0,0.7);
   }   }
  
-  .retro-header { +  /* FORZAR AJUSTE DE VIDEOS */ 
-    color: #00ff00; +  .video-slot-wrapper div,  
-    font-size: 1.6em; +  .video-slot-wrapper iframe,  
-    border-bottom: 2px solid #004400; +  .video-slot-wrapper object { 
-    margin-bottom25px+    width100% !important
-    padding-bottom5px; +    max-width100% !important;
-  } +
- +
-  /* --- CONTENEDOR DE CADA ENTREVISTA --- */ +
-  .interview-box {+
     display: block;     display: block;
-    text-decoration: none !important; 
-    border: 1px solid #004400; 
-    margin-bottom: 30px; 
-    padding: 15px; 
-    transition: 0.3s; 
-    background: rgba(0,20,0,0.3); 
   }   }
  
-  .interview-box:hover +  .pcw-header 
-    border-color: #00ff00; +    color: #00ff00; font-size: 1.8em; font-weight: bold;  
-    backgroundrgba(0,255,0,0.05);+    margin-bottom30px; border-bottom: 2px solid #004400; padding-bottom: 10px;
   }   }
  
-  .video-display +  /* CONTENEDOR PRINCIPAL */ 
-    width: 100%; +  .main-video-box 
-    max-width600px; +    margin-bottom40px; border: 3px solid #00ff00; padding15px
-    height: 337px; +    background: rgba(0, 20, 0, 0.4);
-    margin: 0 auto 15px auto; +
-    border: 2px solid #00ff00; +
-    background-color#000+
-    background-sizecover; +
-    background-position: center; +
-    display: flex; +
-    align-items: center; +
-    justify-content: center; +
-    position: relative;+
   }   }
  
-  /* El botón de play estilo Amstrad */ +  /* REJILLA SECUNDARIA */ 
-  .play-btn +  .interview-grid 
-    backgroundrgba(0,0,0,0.8); +    displaygrid;  
-    color#00ff00; +    grid-template-columns: repeat(auto-fitminmax(280px1fr));  
-    border: 2px solid #00ff00; +    gap: 20px;
-    padding: 10px 20px+
-    font-weight: bold; +
-    letter-spacing: 2px;+
   }   }
  
-  .description-text +  .interview-card 
-    color#00ff00; +    backgroundrgba(0, 40, 0, 0.1);  
-    font-size: 1.1em; +    border1px solid #00ff00
-    line-height: 1.4+
-    text-aligncenter;+
     padding: 10px;     padding: 10px;
-    border-top1px dashed #004400;+    overflowhidden;
   }   }
  
-  .date-tag { +  .desc-box margin-top: 15px; color: #00ff00; font-size: 0.9emline-height: 1.4; } 
-    color: #008800; +  .status { font-size: 0.7em; color: #00ff00; margin-bottom: 5px; display: block; font-weight: bold; 
-    font-size: 0.8em+  .blink { animation: 1s infinite; } 
-    margin-bottom: 5px; +  @keyframes { 50% { opacity: 0; } }
-    display: block; +
-  } +
- +
-  .blink { animation: blinker 1s linear infinite; } +
-  @keyframes blinker { 50% { opacity: 0; } }+
 </style> </style>
  
 <div class="pcw-monitor-interviews"> <div class="pcw-monitor-interviews">
-  <div class="retro-header">A:\> LISTAR_ENTREVISTAS.EXE<span class="blink">_</span></div>+  <div class="pcw-header">A:\> ENTREVISTAS<span class="blink">_</span></div>
  
-  <!-- ENTREVISTA (2018) --> +  <!-- VIDEO 1: JUNIO 2018 (GRANDE) --> 
-  <a href="https://youtube.com" target="_blank" class="interview-box"> +  <div class="main-video-box"> 
-    <span class="date-tag">[ REGISTRO: 17 JUNIO 2018 ]</span> +    <span class="status">17 de Junio 2018</span> 
-    <div class="video-display" style="background-image: url('https://youtube.com');"> +    <div class="video-slot-wrapper"> 
-      <div class="play-btn">EJECUTAR VÍDEO</div>+</html> 
 +{{youtube>NyXftUzH8F0?large}} 
 +<html>
     </div>     </div>
-    <div class="description-text"> +    <div class="desc-box" style="font-weight:bold; border-top: 1px solid #004400; padding-top: 10px;"> 
-      Entrevista de Amiga Wave a HabiSoft - Habi sobre PCW y desarrollo FPGA+      Entrevista de Amiga Wave a HabiSoft - Emitido el 17 de Junio 2018 - Habi sobre PCW y desarrollo FPGA
     </div>     </div>
-  </a>+  </div>
  
-  <!-- ENTREVISTA 2 (ENERO 2019) --> +  <!-- GRID SECUNDARIO --> 
-  <a href="https://youtube.com" target="_blank" class="interview-box"> +  <div class="interview-grid"
-    <span class="date-tag">[ REGISTRO: 02 ENERO 2019 ]</span> +     
-    <div class="video-display" style="background-image: url('https://youtube.com');"+    <!-- VIDEO 2: ENERO 2019 --> 
-      <div class="play-btn">EJECUTAR VÍDEO</div>+    <div class="interview-card"> 
 +      <span class="status">2 de Enero 2019</span> 
 +      <div class="video-slot-wrapper"> 
 +</html> 
 +{{youtube>t6a4FolrAXU?medium}} 
 +<html> 
 +      </div
 +      <div class="desc-box"> 
 +        Entrevista de Javi Ortíz a HabiSoft - Emitido el 2 de Enero 2019 - Hoy charlamos con HabiSoft 
 +      </div>
     </div>     </div>
-    <div class="description-text"> 
-      Entrevista de Javi Ortíz a HabiSoft - "Hoy charlamos con HabiSoft" 
-    </div> 
-  </a> 
  
-  <!-- ENTREVISTA (SEP 2019--> +    <!-- VIDEO 3: SEPTIEMBRE 2019 --> 
-  <a href="https://youtube.com" target="_blank" class="interview-box"> +    <div class="interview-card"> 
-    <span class="date-tag">[ REGISTRO: 07 SEPTIEMBRE 2019 ]</span> +      <span class="status">7 de Septiembre 2019</span> 
-    <div class="video-display" style="background-image: url('https://youtube.com');"> +      <div class="video-slot-wrapper"> 
-      <div class="play-btn">EJECUTAR VÍDEO</div+</html> 
-    </div> +{{youtube>VWV23BIII9s?medium}} 
-    <div class="description-text"> +<html
-      Entrevista de Javi Ortíz a HabiSoft - Nuevo juego Amstrad PCW "Spirits"+      </div> 
 +      <div class="desc-box"> 
 +        Entrevista de Javi Ortíz a HabiSoft - Emitido el 7 de Septiembre 2019 - Nuevo juego Amstrad PCW "Spirits" 
 +      </div>
     </div>     </div>
-  </a> 
  
 +  </div>
 </div> </div>
 </html> </html>
  
otros/entrevistas.1778168640.txt.gz · Última modificación: por jesus