MIX · extractor de estilos
Template: prueba/index.html · mtime: 2025-09-15 19:27
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 2 Embebidos: 0 Externos: 2 Inline styles: 1 Missing: 0
CSS externos (no embebidos)
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: prueba/index.html */
/* Template mtime: 2025-09-15 19:27:03 */

/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css */

/* ===== INLINE <style> BLOCK #1 ===== */
/* Glass Card Effect */
    .glass-card {
      background: rgba(255, 255, 255, 0.6);
      backdrop-filter: blur(12px);
      border-radius: 20px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
    }
    .glass-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    }

    /* Hero */
    .hero {
      background: url("imagenes/prueba.JPG") top center no-repeat;
      background-size: cover;
      height: 100vh;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      flex-direction: column;
      padding: 0 1rem 60px;
      position: relative;
    }

    /* Navbar */
    .navbar {
      background: linear-gradient(90deg, #222c4a, #2e395f);
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    }
    .navbar-brand,
    .nav-link,
    .dropdown-item {
      color: #e0e6ff !important;
      font-weight: 600;
    }
    .nav-link:hover,
    .dropdown-item:hover {
      color: #8ab4f8 !important;
    }
    .dropdown-menu {
      background: #2e395f;
      border: none;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      border-radius: 0.5rem;
    }
    .dropdown-menu.show {
      animation: fadeInDropdown 0.3s ease forwards;
    }
    @keyframes fadeInDropdown {
      from {
        opacity: 0;
        transform: translateY(-10px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Img Hover */
    .img-hover-container {
      position: relative;
      display: inline-block;
      max-width: 100%;
    }
    .img-hover-container .hover-img {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.4s ease-in-out;
      width: 100%;
      height: 100%;
      border-radius: 1rem;
      object-fit: cover;
    }
    .img-hover-container:hover .hover-img {
      opacity: 1;
    }
    .img-hover-container:hover .main-img {
      opacity: 0;
    }

    /* Expanded sections */
    .expanded-section {
      display: none;
      background: #f9fbff;
      padding: 3rem 1rem;
      border-radius: 1rem;
      margin-top: 2rem;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    }
    .btn-back {
      margin-top: 2rem;
      background: #2e395f;
      color: #e0e6ff;
      border: none;
      padding: 0.5rem 1.5rem;
      border-radius: 25px;
      cursor: pointer;
      transition: background 0.3s ease;
    }
    .btn-back:hover {
      background: #8ab4f8;
      color: #fff;
    }

    /* Slider trabajos */
    .slider-container {
      overflow: hidden;
      position: relative;
      max-width: 100%;
    }
    .slider-track {
      display: flex;
      animation: scroll 30s linear infinite;
    }
    .slider-item {
      flex: 0 0 auto;
      width: 300px;
      height: 200px;
      margin-right: 20px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
      background: #fff;
      cursor: pointer;
      transition: transform 0.3s ease;
    }
    .slider-item:hover {
      transform: scale(1.05);
      z-index: 10;
    }
    .slider-item img,
    .slider-item video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top;
      display: block;
      border-radius: 12px;
    }

    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    @media (max-width: 768px) {
      .slider-item {
        width: 250px;
        height: 160px;
        /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "prueba/index.html",
    "template_mtime": 1757964423,
    "template_mtime_human": "2025-09-15T19:27:03+00:00",
    "css_links_found": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
    ],
    "css_links_external": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 1,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}