hardware:perifericos:pcwsharpmini
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
| hardware:perifericos:pcwsharpmini [2026/07/25 10:37] – jesus | hardware:perifericos:pcwsharpmini [2026/07/25 10:41] (actual) – jesus | ||
|---|---|---|---|
| Línea 1: | Línea 1: | ||
| + | ~~NOTOC~~ | ||
| + | |||
| + | < | ||
| + | < | ||
| + | /* ======================================================================== | ||
| + | 1. MOTOR VISUAL RETRO CRT & RENDERIZADO | ||
| + | | ||
| + | .pcw-monitor-ultra { | ||
| + | background-color: | ||
| + | border: 12px solid # | ||
| + | border-radius: | ||
| + | padding: 25px; | ||
| + | margin: 25px 0; | ||
| + | font-family: | ||
| + | position: relative; | ||
| + | overflow: hidden; | ||
| + | box-shadow: inset 0 0 60px rgba(0, | ||
| + | } | ||
| + | |||
| + | /* Efecto de barrido y entrelazado CRT */ | ||
| + | .pcw-monitor-ultra:: | ||
| + | content: " "; | ||
| + | position: absolute; | ||
| + | top: 0; left: 0; bottom: 0; right: 0; | ||
| + | background: linear-gradient(rgba(18, | ||
| + | linear-gradient(90deg, | ||
| + | background-size: | ||
| + | z-index: 2; | ||
| + | pointer-events: | ||
| + | animation: flickering 0.15s infinite; | ||
| + | } | ||
| + | |||
| + | @keyframes flickering { 0% { opacity: 0.98; } 100% { opacity: 1; } } | ||
| + | |||
| + | .retro-text-green { | ||
| + | color: #00ff00 !important; | ||
| + | font-family: | ||
| + | text-shadow: | ||
| + | text-transform: | ||
| + | letter-spacing: | ||
| + | text-decoration: | ||
| + | } | ||
| + | |||
| + | .pcw-title-ultra { | ||
| + | font-size: 1.6em; | ||
| + | font-weight: | ||
| + | margin-bottom: | ||
| + | display: block; | ||
| + | } | ||
| + | |||
| + | .pcw-title-ultra:: | ||
| + | @keyframes cursor-blink { 0%, 100% { opacity: 0; } 50% { opacity: 1; } } | ||
| + | |||
| + | .content-body { position: relative; z-index: 3; color: #00ff00; line-height: | ||
| + | .content-body b, .content-body strong { color: #00ff00; font-weight: | ||
| + | .content-body ul { list-style: square; margin-top: 10px; padding-left: | ||
| + | .content-body ul li { margin-bottom: | ||
| + | .content-body ul li a { color: #00ff00 !important; text-decoration: | ||
| + | | ||
| + | /* Secciones y Bloques de Título */ | ||
| + | .pcw-subtitle-box { | ||
| + | background-color: | ||
| + | color: #000b00 !important; | ||
| + | padding: 5px 12px; | ||
| + | font-weight: | ||
| + | display: inline-block; | ||
| + | margin: 25px 0 15px 0; | ||
| + | text-transform: | ||
| + | position: relative; | ||
| + | z-index: 3; | ||
| + | font-family: | ||
| + | } | ||
| + | |||
| + | /* ======================================================================== | ||
| + | 2. GRILLAS TÉCNICAS Y CONTENEDORES DE COMPONENTES | ||
| + | | ||
| + | .drive-grid-container { | ||
| + | display: flex; | ||
| + | flex-direction: | ||
| + | gap: 20px; | ||
| + | margin-top: 10px; | ||
| + | position: relative; | ||
| + | z-index: 3; | ||
| + | } | ||
| + | |||
| + | .drive-card { | ||
| + | border: 1px solid #004400; | ||
| + | background: rgba(0, 15, 0, 0.6); | ||
| + | padding: 15px; | ||
| + | display: flex; | ||
| + | flex-direction: | ||
| + | gap: 15px; | ||
| + | transition: 0.2s; | ||
| + | } | ||
| + | .drive-card: | ||
| + | |||
| + | .drive-info-header { | ||
| + | font-size: 1.1em; | ||
| + | border-bottom: | ||
| + | padding-bottom: | ||
| + | color: #00ff00; | ||
| + | display: flex; | ||
| + | align-items: | ||
| + | gap: 10px; | ||
| + | flex-wrap: wrap; | ||
| + | } | ||
| + | |||
| + | .model-highlight { | ||
| + | background-color: | ||
| + | color: #000b00 !important; | ||
| + | padding: 2px 8px; | ||
| + | font-weight: | ||
| + | text-transform: | ||
| + | } | ||
| + | |||
| + | /* Galería responsive elástica sin desbordamiento */ | ||
| + | .drive-gallery { | ||
| + | display: flex; | ||
| + | gap: 15px; | ||
| + | flex-direction: | ||
| + | flex-wrap: wrap; | ||
| + | justify-content: | ||
| + | width: 100%; | ||
| + | } | ||
| + | |||
| + | .img-frame { | ||
| + | border: 2px solid #00ff00; | ||
| + | padding: 6px; | ||
| + | background: #000; | ||
| + | text-align: center; | ||
| + | display: flex; | ||
| + | flex-direction: | ||
| + | align-items: | ||
| + | flex: 1 1 200px; | ||
| + | max-width: 48%; | ||
| + | box-sizing: border-box; | ||
| + | } | ||
| + | |||
| + | .img-frame img { | ||
| + | width: 100%; | ||
| + | height: auto; | ||
| + | aspect-ratio: | ||
| + | object-fit: contain; | ||
| + | cursor: pointer; | ||
| + | background-color: | ||
| + | } | ||
| + | |||
| + | .large-frame { | ||
| + | border: 2px solid #00ff00; | ||
| + | padding: 6px; | ||
| + | background: #000; | ||
| + | display: inline-block; | ||
| + | max-width: 100%; | ||
| + | margin-top: 10px; | ||
| + | box-sizing: border-box; | ||
| + | } | ||
| + | | ||
| + | .large-frame img { | ||
| + | max-width: 100%; | ||
| + | height: auto; | ||
| + | display: block; | ||
| + | cursor: pointer; | ||
| + | } | ||
| + | | ||
| + | .img-label { font-size: 0.75em; color: #00aa00; margin-top: 6px; text-transform: | ||
| + | |||
| + | /* Ficha de Versiones / Control Histórico */ | ||
| + | .version-table { | ||
| + | width: 100%; | ||
| + | border-collapse: | ||
| + | margin-top: 10px; | ||
| + | font-size: 0.9em; | ||
| + | } | ||
| + | .version-table th { background: #00ff00; color: #000b00; padding: 6px; text-align: left; text-transform: | ||
| + | .version-table td { border-bottom: | ||
| + | .version-table tr:hover td { background: rgba(0, | ||
| + | |||
| + | /* ======================================================================== | ||
| + | 3. LIGHTBOX MODAL (SIN JAVASCRIPT) | ||
| + | | ||
| + | .modal-pcw { | ||
| + | display: none; | ||
| + | position: fixed; | ||
| + | z-index: 9999; | ||
| + | top: 0; left: 0; | ||
| + | width: 100%; height: 100%; | ||
| + | background-color: | ||
| + | overflow: auto; | ||
| + | } | ||
| + | | ||
| + | .modal-pcw: | ||
| + | | ||
| + | .close-overlay { | ||
| + | display: inline-block; | ||
| + | min-width: 100%; | ||
| + | min-height: 100%; | ||
| + | padding: 40px; | ||
| + | box-sizing: border-box; | ||
| + | text-decoration: | ||
| + | cursor: zoom-out; | ||
| + | vertical-align: | ||
| + | } | ||
| + | | ||
| + | .modal-content { | ||
| + | max-width: 90% !important; | ||
| + | max-height: 85vh !important; | ||
| + | border: 4px solid # | ||
| + | box-shadow: 0 0 50px rgba(0, 255, 0, 0.5); | ||
| + | margin: auto; | ||
| + | display: inline-block; | ||
| + | object-fit: contain; | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | <!-- ======================================================================== | ||
| + | 4. CAPA DE INTERFACES INTERACTIVAS (MODALES LIGHTBOX) | ||
| + | | ||
| + | <div id=" | ||
| + | <a href="# | ||
| + | </ | ||
| + | <div id=" | ||
| + | <a href="# | ||
| + | </ | ||
| + | <div id=" | ||
| + | <a href="# | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| <!-- ======================================================================== | <!-- ======================================================================== | ||
| 5. CONTENIDO DE LA FICHA TÉCNICA (MONITOR CRT) | 5. CONTENIDO DE LA FICHA TÉCNICA (MONITOR CRT) | ||
| Línea 5: | Línea 239: | ||
| | | ||
| <div class=" | <div class=" | ||
| - | <div class=" | + | <div class=" |
| + | < | ||
| + | <div class=" | ||
| | | ||
| - | < | + | < |
| - | <div class=" | + | |
| <div class=" | <div class=" | ||
| < | < | ||
| Línea 14: | Línea 249: | ||
| </ | </ | ||
| - | <!-- SECCIÓN 2: DE COLORIN A PCW# MINI --> | ||
| <div class=" | <div class=" | ||
| <div class=" | <div class=" | ||
hardware/perifericos/pcwsharpmini.1784975850.txt.gz · Última modificación: por jesus
