revistas:8000_plus
¡Esta es una revisión vieja del documento!
<html> <style>
/* --- MOTOR VISUAL CRT BASE --- */
.pcw-page-container {
background-color: #000b00 !important;
font-family: 'Courier New', Courier, monospace !important;
padding: 15px;
color: #00ff00 !important;
}
.crt-effect { position: relative; overflow: hidden; border: 2px solid #2a2a2a; }
.crt-effect::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.1) 50%),
linear-gradient(90deg, rgba(255, 0, 0, 0.02), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.02));
background-size: 100% 3px, 2px 100%; z-index: 100; pointer-events: none;
animation: flicker-pcw 0.15s infinite;
}
@keyframes flicker-pcw { 0% { opacity: 0.97; } 100% { opacity: 1; } }
/* --- 1. FICHA TÉCNICA --- */
.ficha-libro-crt {
border: 10px solid #2a2a2a; border-radius: 15px; padding: 30px; margin-bottom: 20px;
display: flex; flex-wrap: wrap; gap: 30px;
box-shadow: inset 0 0 50px rgba(0,255,0,0.15), 0 10px 30px rgba(0,0,0,0.7);
}
.portada-ficha-container {
width: 220px; height: 300px; background-color: #111; border: 4px solid #00ff00;
padding: 2px; box-sizing: border-box;
}
.portada-ficha-container img { width: 100%; height: 100%; object-fit: cover; }
.datos-ficha { flex: 1; min-width: 300px; }
.titulo-linea {
display: flex; justify-content: space-between; align-items: center;
border-bottom: 2px solid #00ff00; margin-bottom: 20px; padding-bottom: 5px;
}
.datos-ficha h2 { margin: 0 !important; font-size: 1.8em !important; color: #00ff00 !important; text-transform: uppercase; text-shadow: 0 0 10px #00ff00; }
.bandera-pais { height: 30px; border: 1px solid #00ff00; }
.dato-linea { margin: 8px 0; font-size: 0.95em; display: flex; }
.dato-etiqueta { color: #008800; font-weight: bold; min-width: 130px; text-transform: uppercase; }
.dato-valor { color: #00ff00; }
.link-editorial { color: #00ff00 !important; text-decoration: underline !important; font-weight: bold; }
/* --- 2. BLOQUES DE SECCIÓN --- */
.pcw-section-box {
background-color: #000b00; border: 2px solid #00ff00;
margin: 20px 0; padding: 20px;
}
.pcw-section-title {
background-color: #00ff00; color: #000; padding: 3px 12px;
font-weight: bold; display: inline-block; margin-bottom: 15px;
text-transform: uppercase; font-size: 1.1em;
}
/* --- REJILLA DE REVISTAS --- */
.magazine-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
gap: 20px;
margin-top: 20px;
}
.magazine-item {
text-align: center;
transition: 0.3s;
}
.magazine-item a { text-decoration: none; display: block; }
.magazine-item img {
width: 100%;
height: auto;
border: 2px solid #008800;
transition: 0.3s;
}
.magazine-item:hover img {
border-color: #00ff00;
transform: scale(1.05);
box-shadow: 0 0 15px #00ff00;
}
.magazine-label {
display: block;
margin-top: 8px;
color: #00ff00;
font-size: 0.8em;
font-weight: bold;
}
@media (max-width: 700px) {
.ficha-libro-crt { flex-direction: column; align-items: center; }
.dato-linea { flex-direction: column; }
.magazine-grid { grid-template-columns: repeat(2, 1fr); }
}
</style>
<div class=“pcw-page-container crt-effect”>
revistas/8000_plus.1777479888.txt.gz · Última modificación: por jesus
