Herramientas de usuario

Herramientas del sitio


tutoriales:disquete_3_pulgadas

¡Esta es una revisión vieja del documento!


<html> <style>

/* --- MOTOR VISUAL RETRO CRT --- */
.pcw-monitor-ultra {
  background-color: #000b00; 
  border: 12px solid #2a2a2a; 
  border-radius: 15px;
  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);
}
.pcw-monitor-ultra::after {
  content: " ";
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  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; } }
.retro-text-green {
  color: #00ff00 !important;
  font-family: 'Courier New', Courier, monospace;
  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 {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 25px;
  display: block;
}
.pcw-title-ultra::after { content: "_"; animation: cursor-blink 1s infinite; }
@keyframes cursor-blink { 0%, 100% { opacity: 0; } 50% { opacity: 1; } }
.content-body { position: relative; z-index: 3; color: #00ff00; line-height: 1.6; text-align: justify; }
.content-body b, .content-body strong { color: #00ff00; font-weight: bold; }

/* --- SUBTÍTULO EN CUADRO NEÓN --- */
.pcw-subtitle-box {
  background-color: #00ff00;
  color: #000b00 !important;
  padding: 5px 12px;
  font-weight: bold;
  display: inline-block;
  margin: 25px 0 15px 0;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  font-family: 'Courier New', Courier, monospace;
}
/* --- FLUJO DE IMÁGENES INTEGRADAS EN EL TEXTO --- */
.img-inline-flow {
  text-align: center;
  margin: 20px 0;
  position: relative;
  z-index: 3;
}
.img-inline-container {
  border: 2px solid #00ff00;
  padding: 4px;
  background: #000;
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
}
.img-inline-container img { 
  max-width: 100%;
  height: auto;
  display: block;
  cursor: pointer; 
  background-color: #000;
}

.img-inline-label { 
  font-size: 0.75em; 
  color: #00aa00; 
  margin-top: 6px; 
  text-transform: uppercase; 
  display: block;
  text-align: center;
}
/* --- LIGHTBOX SCROLL --- */
.modal-pcw {
  display: none; 
  position: fixed; 
  z-index: 9999;
  top: 0; left: 0; 
  width: 100%; height: 100%;
  background-color: rgba(0, 10, 0, 0.95);
  overflow: auto; 
}

.modal-pcw:target { display: block; text-align: center; }

.close-overlay {
  display: inline-block;
  min-width: 100%;
  min-height: 100%;
  padding: 40px; 
  box-sizing: border-box;
  text-decoration: none !important; 
  cursor: zoom-out;
  vertical-align: middle;
}

.modal-content {
  max-width: none !important; 
  max-height: none !important;
  border: 4px solid #00ff00; 
  box-shadow: 0 0 50px rgba(0, 255, 0, 0.5);
  margin: auto auto; 
  display: inline-block;
}

</style>

<!– CAPA DE MODALES INTERACTIVOS PARA TAMAÑO ORIGINAL –>

<a href=“#close” class=“close-overlay”><img class=“modal-content” src=“/lib/exe/fetch.php?media=guias:imagenes:Discos de 3 pulgadas.jpg”></a>

<a href=“#close” class=“close-overlay”><img class=“modal-content” src=“/lib/exe/fetch.php?media=guias:imagenes:Disco_vinilo.jpg”></a>

<a href=“#close” class=“close-overlay”><img class=“modal-content” src=“/lib/exe/fetch.php?media=guias:imagenes:Modos de proteccion de un disco.jpg”></a>

<a href=“#close” class=“close-overlay”><img class=“modal-content” src=“/lib/exe/fetch.php?media=guias:imagenes:Estructura de un disco.jpg”></a>

<div class="pcw-title-ultra retro-text-green"> A> El disquete o disco flexible </div>
tutoriales/disquete_3_pulgadas.1778916381.txt.gz · Última modificación: por jesus