MIX · extractor de estilos
Template: carteleriavisual.com.ar/index.html · mtime: 2025-08-27 14:29
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 4 Embebidos: 0 Externos: 4 Inline styles: 3 Missing: 0
CSS externos (no embebidos)
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: carteleriavisual.com.ar/index.html */
/* Template mtime: 2025-08-27 14:29:07 */

/* external link (no embedded): https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css */
/* external link (no embedded): https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css */

/* ===== INLINE <style> BLOCK #1 ===== */
:root {
      --brand: #ff6b00;
      --brand-2: #ff8a33;
      --brand-gradient: linear-gradient(135deg, #ff6b00 0%, #ff8a33 100%);
      --brand-dark: #e55d00;
      --ink: #111;
      --muted: #6c757d;
      --bg: #ffffff;
      --bg-alt: #f8f9fb;
      --card: #ffffff;
      --ticker-size: 500px;
      --shadow: 0 10px 30px rgba(0,0,0,.08);
      --shadow-hover: 0 15px 40px rgba(0,0,0,.12);
      --radius: 20px;
      --transition: all 0.3s ease;
    }
    
    * { box-sizing: border-box }
    html { scroll-behavior: smooth }
    
    body {
      font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, "Helvetica Neue", Arial, sans-serif;
      color: var(--ink); 
      background: var(--bg);
      line-height: 1.6;
    }
    
    a { 
      color: var(--brand);
      text-decoration: none;
      transition: var(--transition);
    }
    
    a:hover {
      color: var(--brand-dark);
    }
    
    .btn-brand {
      background: var(--brand-gradient);
      border: none;
      color: #fff;
      font-weight: 500;
      padding: 0.75rem 1.5rem;
      border-radius: 12px;
      transition: var(--transition);
      box-shadow: 0 4px 15px rgba(255, 107, 0, 0.3);
    }
    
    .btn-brand:hover {
      background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand-2) 100%);
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(255, 107, 0, 0.4);
    }
    
    .btn-outline-brand {
      border: 2px solid var(--brand);
      color: var(--brand);
      background: transparent;
      font-weight: 500;
      padding: 0.75rem 1.5rem;
      border-radius: 12px;
      transition: var(--transition);
    }
    
    .btn-outline-brand:hover {
      background: var(--brand);
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(255, 107, 0, 0.3);
    }
    
    .text-brand { color: var(--brand)!important }
    
    .badge-soft {
      background: rgba(255,107,0,.12); 
      color: var(--brand); 
      border: 1px solid rgba(255,107,0,.28);
      padding: 0.5rem 1rem;
      border-radius: 50px;
      font-weight: 500;
      letter-spacing: 0.5px;
    }
    
    .section {
      padding: 100px 0;
    }
    
    .section-title {
      font-weight: 800;
      letter-spacing: -0.5px;
      line-height: 1.2;
      position: relative;
      margin-bottom: 1.5rem;
    }
    
    .section-title:after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      background: var(--brand-gradient);
      border-radius: 10px;
      margin-top: 1rem;
    }
    
    .section-title.center:after {
      margin-left: auto;
      margin-right: auto;
    }
    
    .lead {
      color: #495057;
      font-size: 1.15rem;
      font-weight: 400;
    }
    
    .shadow-soft {
      box-shadow: var(--shadow);
      transition: var(--transition);
    }
    
    .shadow-soft:hover {
      box-shadow: var(--shadow-hover);
    }
    
    .rounded-xl {
      border-radius: var(--radius);
    }
    
    .icon-bullet {
      width: 60px;
      height: 60px;
      border-radius: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255,107,0,.12); 
      colo    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "carteleriavisual.com.ar/index.html",
    "template_mtime": 1756304947,
    "template_mtime_human": "2025-08-27T14:29:07+00:00",
    "css_links_found": [
        "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css",
        "https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
    ],
    "css_links_external": [
        "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css",
        "https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 3,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}