start
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
| start [2026/04/26 11:38] – [Bienvenido] jesus | start [2026/05/21 06:10] (actual) – jesus | ||
|---|---|---|---|
| Línea 3: | Línea 3: | ||
| ====== Bienvenido ====== | ====== Bienvenido ====== | ||
| - | **Bienvenido a la Wiki del [[es:companias: | + | **Bienvenido a la Wiki del [[companias: |
| **Si quieres contribuir con la Wiki, échale primero un ojo a esta [[contribuir|pequeña guía]].** | **Si quieres contribuir con la Wiki, échale primero un ojo a esta [[contribuir|pequeña guía]].** | ||
| Línea 23: | Línea 23: | ||
| < | < | ||
| < | < | ||
| - | /* Contenedor principal estilo monitor PCW */ | + | /* --- MOTOR VISUAL RETRO CRT --- */ |
| - | .pcw-monitor { | + | .pcw-monitor-ultra |
| - | background-color: | + | background-color: |
| - | border: | + | border: |
| - | padding: | + | border-radius: |
| - | margin: | + | padding: |
| + | margin: | ||
| font-family: | font-family: | ||
| + | position: relative; | ||
| + | overflow: hidden; | ||
| + | box-shadow: inset 0 0 60px rgba(0, | ||
| } | } | ||
| - | /* Título HARDWARE | + | /* Capa de scanlines y parpadeo |
| - | .pcw-title { | + | .pcw-monitor-ultra:: |
| - | | + | |
| - | | + | |
| - | | + | |
| - | padding: 5px 15px; | + | |
| - | | + | linear-gradient(90deg, |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| } | } | ||
| - | | + | |
| - | .pcw-grid | + | |
| - | display: grid; | + | |
| - | gap: 10px; | + | |
| - | grid-template-columns: repeat(3, 1fr); | + | |
| - | | + | |
| - | /* Botones estilo fósforo | + | /* Estilo de Texto Retro (Glow Verde) |
| - | .pcw-btn { | + | .retro-text { |
| - | display: flex; | + | |
| - | align-items: | + | |
| - | justify-content: | + | |
| - | background-color: | + | |
| color: #00ff00 !important; | color: #00ff00 !important; | ||
| - | | + | |
| + | text-shadow: | ||
| + | text-transform: | ||
| + | letter-spacing: | ||
| text-decoration: | text-decoration: | ||
| - | border: 1px solid #00ff00; | ||
| - | font-weight: | ||
| - | text-transform: | ||
| - | text-align: center; | ||
| - | transition: all 0.2s ease; | ||
| } | } | ||
| - | | + | .pcw-title-ultra |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | display: block; |
| } | } | ||
| - | | + | |
| - | @media (max-width: 850px) | + | |
| - | | + | animation: cursor-blink 1s infinite; |
| } | } | ||
| - | @media (max-width: 480px) { | ||
| - | .pcw-grid { grid-template-columns: | ||
| - | .pcw-title { display: block; text-align: center; } | ||
| - | } | ||
| - | </ | ||
| - | <div class=" | + | @keyframes cursor-blink { 0%, 100% { opacity: 0; } 50% { opacity: 1; } } |
| - | <div class=" | + | |
| - | + | ||
| - | <div class=" | + | |
| - | <a href=" | + | |
| - | <a href=" | + | |
| - | <a href=" | + | |
| - | <a href=" | + | |
| - | <a href=" | + | |
| - | <a href=" | + | |
| - | <a href=" | + | |
| - | <a href=" | + | |
| - | <a href=" | + | |
| - | <a href=" | + | |
| - | <a href=" | + | |
| - | </ | + | |
| - | </ | + | |
| - | </ | + | |
| - | + | ||
| - | ---- | + | |
| - | + | ||
| - | < | + | |
| - | < | + | |
| - | /* Contenedor estilo monitor PCW para Software */ | + | |
| - | .pcw-monitor-sw | + | |
| - | background-color: #000; | + | |
| - | border: 2px solid #00ff00; | + | |
| - | padding: 20px; | + | |
| - | margin: 20px 0; | + | |
| - | font-family: | + | |
| - | | + | |
| - | + | ||
| - | /* Título SOFTWARE con prompt */ | + | |
| - | .pcw-title-sw | + | |
| - | color: #000; | + | |
| - | background-color: | + | |
| - | display: inline-block; | + | |
| - | padding: 5px 15px; | + | |
| - | margin-bottom: | + | |
| - | font-size: 1.5em; | + | |
| - | font-weight: | + | |
| - | text-transform: | + | |
| - | letter-spacing: | + | |
| - | | + | |
| - | /* Rejilla | + | /* Rejilla |
| - | .pcw-grid-sw { | + | .pcw-grid-ultra { |
| display: grid; | display: grid; | ||
| gap: 10px; | gap: 10px; | ||
| grid-template-columns: | grid-template-columns: | ||
| + | position: relative; | ||
| + | z-index: 3; | ||
| } | } | ||
| - | | + | .pcw-btn-ultra { |
| - | | + | |
| display: flex; | display: flex; | ||
| align-items: | align-items: | ||
| - | justify-content: | + | justify-content: |
| - | background-color: #000; | + | background: |
| - | color: #00ff00 !important; | + | padding: |
| - | padding: | + | border: 1px solid transparent; |
| - | text-decoration: | + | |
| - | border: 1px solid #00ff00; | + | |
| font-weight: | font-weight: | ||
| - | | + | |
| - | text-align: center; | + | transition: 0.2s; |
| - | transition: | + | |
| } | } | ||
| - | /* Efecto | + | /* Efecto |
| - | .pcw-btn-sw:hover { | + | .pcw-btn-ultra:hover { |
| - | background-color: | + | background-color: |
| - | | + | |
| - | | + | |
| } | } | ||
| - | | + | |
| - | @media (max-width: 850px) | + | |
| - | .pcw-grid-sw { grid-template-columns: repeat(2, 1fr); } | + | opacity: 0.4; |
| + | margin-right: 5px; | ||
| } | } | ||
| - | @media (max-width: 480px) { | + | |
| - | .pcw-grid-sw { grid-template-columns: | + | .pcw-btn-ultra: |
| - | | + | |
| } | } | ||
| + | |||
| + | /* Variantes de columnas */ | ||
| + | .col-2 { grid-template-columns: | ||
| + | .col-1 { grid-template-columns: | ||
| + | |||
| + | @media (max-width: 850px) { .pcw-grid-ultra { grid-template-columns: | ||
| + | @media (max-width: 480px) { .pcw-grid-ultra { grid-template-columns: | ||
| </ | </ | ||
| - | <div class=" | + | <!-- 1. HARDWARE --> |
| - | <div class=" | + | <div class=" |
| - | | + | <div class=" |
| - | <div class=" | + | <div class=" |
| - | <a href=" | + | <a href="doku.php? |
| - | <a href=" | + | <a href=" |
| - | <a href=" | + | <a href="doku.php? |
| - | <a href=" | + | <a href=" |
| - | <a href=" | + | <a href="doku.php? |
| + | <a href=" | ||
| + | <a href="doku.php? | ||
| + | <a href=" | ||
| + | <a href="doku.php? | ||
| + | <a href=" | ||
| + | <a href=" | ||
| </ | </ | ||
| </ | </ | ||
| - | </ | ||
| - | ---- | + | <!-- 2. SOFTWARE |
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <a href=" | ||
| + | <a href=" | ||
| + | <a href=" | ||
| + | <a href=" | ||
| + | <a href=" | ||
| + | <a href=" | ||
| + | </ | ||
| + | </ | ||
| - | <html> | + | <!-- 3. CATÁLOGOS --> |
| - | <div class=" | + | <div class=" |
| - | <div class=" | + | <div class=" |
| - | <div class=" | + | <div class=" |
| - | <a href=" | + | <a href="doku.php?id=catalogos: |
| </ | </ | ||
| </ | </ | ||
| - | </ | ||
| - | ---- | + | <!-- 4. EMULADORES |
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <a href=" | ||
| + | <a href=" | ||
| + | <a href=" | ||
| + | <a href=" | ||
| + | </ | ||
| + | </ | ||
| - | <html> | + | < |
| - | < | + | <div class=" |
| - | /* Mismo estilo coherente con los anteriores */ | + | <div class=" |
| - | .pcw-monitor-emu { | + | <div class=" |
| - | background-color: | + | <a href="doku.php? |
| - | border: 2px solid #00ff00; | + | <a href="doku.php? |
| - | padding: 20px; | + | </div> |
| - | margin: 20px 0; | + | |
| - | font-family: | + | |
| - | } | + | |
| - | + | ||
| - | .pcw-title-emu { | + | |
| - | color: #000; | + | |
| - | background-color: | + | |
| - | display: inline-block; | + | |
| - | padding: 5px 15px; | + | |
| - | margin-bottom: | + | |
| - | font-size: 1.5em; | + | |
| - | font-weight: | + | |
| - | } | + | |
| - | + | ||
| - | .pcw-grid-emu { | + | |
| - | display: grid; | + | |
| - | gap: 10px; | + | |
| - | grid-template-columns: | + | |
| - | } | + | |
| - | + | ||
| - | .pcw-btn-emu { | + | |
| - | display: flex; | + | |
| - | align-items: | + | |
| - | justify-content: | + | |
| - | background-color: | + | |
| - | color: # | + | |
| - | padding: 15px 5px; | + | |
| - | text-decoration: none !important; | + | |
| - | border: 1px solid #00ff00; | + | |
| - | font-weight: bold; | + | |
| - | text-align: center; | + | |
| - | transition: all 0.2s ease; | + | |
| - | } | + | |
| - | + | ||
| - | .pcw-btn-emu:hover { | + | |
| - | background-color: | + | |
| - | color: #000 !important; | + | |
| - | box-shadow: 0 0 10px #00ff00; | + | |
| - | } | + | |
| - | + | ||
| - | @media (max-width: 850px) { | + | |
| - | .pcw-grid-emu { grid-template-columns: | + | |
| - | } | + | |
| - | @media (max-width: 480px) { | + | |
| - | .pcw-grid-emu { grid-template-columns: | + | |
| - | .pcw-title-emu { display: block; text-align: center; } | + | |
| - | } | + | |
| - | </style> | + | |
| - | + | ||
| - | <div class=" | + | |
| - | <div class=" | + | |
| - | | + | |
| - | <div class=" | + | |
| - | <a href=" | + | |
| - | <a href=" | + | |
| - | <a href=" | + | |
| - | <a href=" | + | |
| </ | </ | ||
| + | <!-- 6. LOCOMOTIVE SOFTWARE --> | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <a href=" | ||
| + | <a href=" | ||
| + | <a href=" | ||
| + | <a href=" | ||
| + | </ | ||
| </ | </ | ||
| - | </ | ||
| - | |||
| - | ---- | ||
| - | |||
| - | < | ||
| - | < | ||
| - | /* Mantenemos el estilo de monitor fósforo */ | ||
| - | .pcw-monitor-lib { | ||
| - | background-color: | ||
| - | border: 2px solid #00ff00; | ||
| - | padding: 20px; | ||
| - | margin: 20px 0; | ||
| - | font-family: | ||
| - | } | ||
| - | |||
| - | .pcw-title-lib { | ||
| - | color: #000; | ||
| - | background-color: | ||
| - | display: inline-block; | ||
| - | padding: 5px 15px; | ||
| - | margin-bottom: | ||
| - | font-size: 1.5em; | ||
| - | font-weight: | ||
| - | } | ||
| - | |||
| - | .pcw-grid-lib { | ||
| - | display: grid; | ||
| - | gap: 10px; | ||
| - | grid-template-columns: | ||
| - | } | ||
| - | |||
| - | .pcw-btn-lib { | ||
| - | display: flex; | ||
| - | align-items: | ||
| - | justify-content: | ||
| - | background-color: | ||
| - | color: #00ff00 !important; | ||
| - | padding: 15px 5px; | ||
| - | text-decoration: | ||
| - | border: 1px solid #00ff00; | ||
| - | font-weight: | ||
| - | text-align: center; | ||
| - | transition: all 0.2s ease; | ||
| - | } | ||
| - | |||
| - | .pcw-btn-lib: | ||
| - | background-color: | ||
| - | color: #000 !important; | ||
| - | box-shadow: 0 0 10px #00ff00; | ||
| - | } | ||
| - | |||
| - | @media (max-width: 480px) { | ||
| - | .pcw-grid-lib { grid-template-columns: | ||
| - | .pcw-title-lib { display: block; text-align: center; } | ||
| - | } | ||
| - | </ | ||
| - | <div class=" | + | <!-- 7. MANUALES --> |
| - | <div class=" | + | <div class=" |
| - | | + | <div class=" |
| - | <div class=" | + | <div class=" |
| - | <a href=" | + | <a href="doku.php? |
| - | <a href=" | + | <a href="doku.php? |
| </ | </ | ||
| </ | </ | ||
| - | </ | ||
| - | ---- | + | < |
| - | + | <div class=" | |
| - | <html> | + | <div class=" |
| - | < | + | <div class=" |
| - | .pcw-monitor-loco { | + | <a href="doku.php? |
| - | background-color: | + | <a href="doku.php? |
| - | border: 2px solid #00ff00; | + | <a href="doku.php? |
| - | padding: 20px; | + | |
| - | margin: 20px 0; | + | |
| - | font-family: | + | |
| - | } | + | |
| - | + | ||
| - | .pcw-title-loco { | + | |
| - | color: #000; | + | |
| - | background-color: | + | |
| - | display: inline-block; | + | |
| - | padding: 5px 15px; | + | |
| - | margin-bottom: | + | |
| - | font-size: 1.5em; | + | |
| - | font-weight: | + | |
| - | } | + | |
| - | + | ||
| - | .pcw-grid-loco { | + | |
| - | display: grid; | + | |
| - | gap: 10px; | + | |
| - | grid-template-columns: | + | |
| - | } | + | |
| - | + | ||
| - | .pcw-btn-loco { | + | |
| - | display: flex; | + | |
| - | align-items: | + | |
| - | justify-content: | + | |
| - | background-color: | + | |
| - | color: # | + | |
| - | padding: 15px 5px; | + | |
| - | text-decoration: none !important; | + | |
| - | border: 1px solid #00ff00; | + | |
| - | font-weight: bold; | + | |
| - | text-align: center; | + | |
| - | transition: all 0.2s ease; | + | |
| - | } | + | |
| - | + | ||
| - | .pcw-btn-loco:hover { | + | |
| - | background-color: | + | |
| - | color: #000 !important; | + | |
| - | box-shadow: 0 0 10px #00ff00; | + | |
| - | } | + | |
| - | + | ||
| - | @media (max-width: 480px) { | + | |
| - | .pcw-grid-loco { grid-template-columns: | + | |
| - | .pcw-title-loco { display: block; text-align: center; } | + | |
| - | } | + | |
| - | </style> | + | |
| - | + | ||
| - | <div class=" | + | |
| - | <div class=" | + | |
| - | | + | |
| - | <div class=" | + | |
| - | <a href=" | + | |
| - | <a href=" | + | |
| - | <a href=" | + | |
| - | <a href=" | + | |
| </ | </ | ||
| </ | </ | ||
| - | </ | ||
| - | + | < | |
| - | ---- | + | <div class=" |
| - | + | <div class=" | |
| - | <html> | + | <div class=" |
| - | < | + | <a href="doku.php? |
| - | .pcw-monitor-man { | + | <a href=" |
| - | background-color: | + | <a href="doku.php? |
| - | border: 2px solid #00ff00; | + | |
| - | padding: 20px; | + | |
| - | margin: 20px 0; | + | |
| - | font-family: | + | |
| - | } | + | |
| - | + | ||
| - | .pcw-title-man { | + | |
| - | color: #000; | + | |
| - | background-color: | + | |
| - | display: inline-block; | + | |
| - | padding: 5px 15px; | + | |
| - | margin-bottom: | + | |
| - | font-size: 1.5em; | + | |
| - | font-weight: | + | |
| - | } | + | |
| - | + | ||
| - | .pcw-grid-man { | + | |
| - | display: grid; | + | |
| - | gap: 10px; | + | |
| - | grid-template-columns: | + | |
| - | } | + | |
| - | + | ||
| - | .pcw-btn-man { | + | |
| - | display: flex; | + | |
| - | align-items: | + | |
| - | justify-content: | + | |
| - | background-color: | + | |
| - | color: # | + | |
| - | padding: 15px 10px; | + | |
| - | text-decoration: none !important; | + | |
| - | border: 1px solid #00ff00; | + | |
| - | font-weight: bold; | + | |
| - | text-align: center; | + | |
| - | transition: all 0.2s ease; | + | |
| - | } | + | |
| - | + | ||
| - | .pcw-btn-man:hover { | + | |
| - | background-color: | + | |
| - | color: #000 !important; | + | |
| - | box-shadow: 0 0 10px #00ff00; | + | |
| - | } | + | |
| - | + | ||
| - | @media (max-width: 600px) { | + | |
| - | .pcw-grid-man { grid-template-columns: | + | |
| - | .pcw-title-man { display: block; text-align: center; } | + | |
| - | } | + | |
| - | </style> | + | |
| - | + | ||
| - | <div class=" | + | |
| - | <div class=" | + | |
| - | | + | |
| - | <div class=" | + | |
| - | <a href=" | + | |
| - | <a href=" | + | |
| </ | </ | ||
| </ | </ | ||
| - | </ | ||
| - | |||
| - | ---- | ||
| - | |||
| - | < | ||
| - | < | ||
| - | .pcw-monitor-prog { | ||
| - | background-color: | ||
| - | border: 2px solid #00ff00; | ||
| - | padding: 20px; | ||
| - | margin: 20px 0; | ||
| - | font-family: | ||
| - | } | ||
| - | |||
| - | .pcw-title-prog { | ||
| - | color: #000; | ||
| - | background-color: | ||
| - | display: inline-block; | ||
| - | padding: 5px 15px; | ||
| - | margin-bottom: | ||
| - | font-size: 1.5em; | ||
| - | font-weight: | ||
| - | } | ||
| - | |||
| - | .pcw-grid-prog { | ||
| - | display: grid; | ||
| - | gap: 10px; | ||
| - | grid-template-columns: | ||
| - | } | ||
| - | |||
| - | .pcw-btn-prog { | ||
| - | display: flex; | ||
| - | align-items: | ||
| - | justify-content: | ||
| - | background-color: | ||
| - | color: #00ff00 !important; | ||
| - | padding: 15px 5px; | ||
| - | text-decoration: | ||
| - | border: 1px solid #00ff00; | ||
| - | font-weight: | ||
| - | text-align: center; | ||
| - | transition: all 0.2s ease; | ||
| - | } | ||
| - | |||
| - | .pcw-btn-prog: | ||
| - | background-color: | ||
| - | color: #000 !important; | ||
| - | box-shadow: 0 0 10px #00ff00; | ||
| - | } | ||
| - | |||
| - | @media (max-width: 850px) { | ||
| - | .pcw-grid-prog { grid-template-columns: | ||
| - | } | ||
| - | @media (max-width: 480px) { | ||
| - | .pcw-grid-prog { grid-template-columns: | ||
| - | .pcw-title-prog { display: block; text-align: center; } | ||
| - | } | ||
| - | </ | ||
| - | <div class=" | + | <!-- 10. TUTORIALES --> |
| - | <div class=" | + | <div class=" |
| - | | + | <div class=" |
| - | <div class=" | + | <div class=" |
| - | <a href=" | + | <a href="doku.php? |
| - | <a href=" | + | <a href="doku.php? |
| - | <a href=" | + | <a href="doku.php? |
| + | <a href=" | ||
| </ | </ | ||
| </ | </ | ||
| - | </ | ||
| - | ---- | + | <!-- 11. OTROS --> |
| - | + | <div class=" | |
| - | <html> | + | |
| - | <style> | + | |
| - | .pcw-monitor-rev { | + | |
| - | background-color: | + | <a href="doku.php? |
| - | border: 2px solid #00ff00; | + | <a href=" |
| - | padding: 20px; | + | <a href="doku.php? |
| - | margin: 20px 0; | + | <a href="doku.php? |
| - | font-family: | + | <a href="doku.php? |
| - | | + | |
| - | + | ||
| - | .pcw-title-rev { | + | |
| - | color: #000; | + | |
| - | background-color: #00ff00; | + | |
| - | display: inline-block; | + | |
| - | padding: 5px 15px; | + | |
| - | margin-bottom: | + | |
| - | font-size: 1.5em; | + | |
| - | font-weight: | + | |
| - | | + | |
| - | + | ||
| - | .pcw-grid-rev { | + | |
| - | | + | |
| - | gap: 10px; | + | |
| - | grid-template-columns: | + | |
| - | } | + | |
| - | + | ||
| - | | + | |
| - | display: flex; | + | |
| - | align-items: | + | |
| - | justify-content: | + | |
| - | background-color: | + | |
| - | color: #00ff00 !important; | + | |
| - | padding: 15px 5px; | + | |
| - | text-decoration: | + | |
| - | border: 1px solid #00ff00; | + | |
| - | font-weight: | + | |
| - | text-align: center; | + | |
| - | transition: all 0.2s ease; | + | |
| - | } | + | |
| - | + | ||
| - | .pcw-btn-rev:hover { | + | |
| - | background-color: #00ff00; | + | |
| - | color: #000 !important; | + | |
| - | box-shadow: 0 0 10px #00ff00; | + | |
| - | } | + | |
| - | + | ||
| - | @media (max-width: 850px) { | + | |
| - | .pcw-grid-rev { grid-template-columns: | + | |
| - | } | + | |
| - | @media (max-width: 480px) { | + | |
| - | .pcw-grid-rev { grid-template-columns: | + | |
| - | .pcw-title-rev { display: block; | + | |
| - | } | + | |
| - | </style> | + | |
| - | + | ||
| - | <div class="pcw-monitor-rev"> | + | |
| - | < | + | |
| - | + | ||
| - | | + | |
| - | <a href=" | + | |
| - | <a href=" | + | |
| - | <a href=" | + | |
| </ | </ | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| ---- | ---- | ||
| - | |||
| - | |||
start.1777203494.txt.gz · Última modificación: por jesus
