Herramientas de usuario

Herramientas del sitio


de:companias:locomotive_software

¡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: 10px; box-sizing: border-box; display: flex; align-items: center; justify-content: center;
}
.portada-ficha-container img { max-width: 100%; height: auto; object-fit: contain; }
.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: 25px; border: 1px solid #00ff00; }

.dato-linea { margin: 8px 0; font-size: 0.95em; display: flex; }
.dato-etiqueta { color: #008800; font-weight: bold; min-width: 180px; text-transform: uppercase; }
.dato-valor { color: #00ff00; flex: 1; }
/* --- 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;
}
.pcw-index-tree { line-height: 1.6; color: #00ff00; }
.index-item-main { font-weight: bold; margin-top: 10px; display: block; border-left: 3px solid #008800; padding-left: 10px; }
.index-subitem { margin-left: 30px; display: block; font-size: 0.9em; opacity: 0.8; }
.index-subitem::before { content: "├─ "; color: #008800; }
@media (max-width: 700px) {
  .ficha-libro-crt { flex-direction: column; align-items: center; }
  .dato-linea { flex-direction: column; }
}

</style>

<!-- 1. DATENBLATT -->
<div class="ficha-libro-crt">
  <div class="portada-ficha-container">
    <img src="/lib/exe/fetch.php?media=compañias:logos:locomotive_software_logo.jpg" alt="Locomotive Logo">
  </div>
  <div class="datos-ficha">
    <div class="titulo-linea">
      <h2>LOCOMOTIVE SOFTWARE</h2>
      <img src="/lib/exe/fetch.php?media=botones:reino_unido.jpg" class="bandera-pais">
    </div>
    <div class="dato-linea"><span class="dato-etiqueta">NAME:</span><span class="dato-valor">Locomotive Software Ltd</span></div>
    <div class="dato-linea"><span class="dato-etiqueta">HERKUNFT:</span><span class="dato-valor">Leatherhead, Surrey (Großbritannien)</span></div>
    <div class="dato-linea"><span class="dato-etiqueta">GRÜNDUNG:</span><span class="dato-valor">14. Februar 1983</span></div>
    <div class="dato-linea"><span class="dato-etiqueta">STATUS:</span><span class="dato-valor">Aufgelöst (9. Oktober 2010)</span></div>
    <div class="dato-linea"><span class="dato-etiqueta">SPEZIALGEBIET:</span><span class="dato-valor">BS, Sprachen und Textverarbeitung</span></div>
    <div class="dato-linea"><span class="dato-etiqueta">GRÜNDER:</span><span class="dato-valor">Richard Clayton und Chris Hall</span></div>
  </div>
</div>

</htnl>

de/companias/locomotive_software.1777528004.txt.gz · Última modificación: por jesus