MIX · extractor de estilos
Template: fundacionandradsalud.com.ar/index.html · mtime: 2025-10-02 13:08
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 3 Embebidos: 0 Externos: 3 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: fundacionandradsalud.com.ar/index.html */
/* Template mtime: 2025-10-02 13:08:05 */

/* 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://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800&display=swap */

/* ===== INLINE <style> BLOCK #1 ===== */
:root{
      --brand: #0f4fb3;
      --brand-light: #4a7ad3;
      --brand-dark: #0c3f8f;
      --brand-2: #189a8a;
      --brand-2-light: #2dc0ae;
      --ink: #0b1220;
      --ink-light: #374151;
      --muted: #6b7280;
      --bg-soft: #f6f8fb;
      --bg-white: #ffffff;
      --shadow: 0 10px 30px rgba(0,0,0,.08);
      --shadow-lg: 0 20px 40px rgba(0,0,0,.12);
      --ticker-size: 620px;
      --nav-height: 80px;
      --border-radius: 16px;
      --transition: all 0.3s ease;
    }
    
    html{ scroll-behavior:smooth; }
    body{ 
      font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Arial, Helvetica, sans-serif; 
      color: var(--ink);
      line-height: 1.6;
      overflow-x: hidden; /* evita desplazamiento horizontal por el ticker */
    }
    img{ max-width:100%; height:auto; display:block; }

    h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
      font-family: 'Outfit', sans-serif;
      font-weight: 700;
    }

    /* Navbar */
    .navbar{ 
      box-shadow: var(--shadow); 
      background: var(--bg-white);
      height: var(--nav-height);
      padding: 0 1rem;
      transition: var(--transition);
    }
    .navbar-brand { display:flex; align-items:center; gap:12px; }
    .navbar-brand img{ height: 42px; transition: var(--transition); }
    .navbar-brand strong {
      font-family: 'Outfit', sans-serif;
      font-weight: 700;
      font-size: 1.4rem;
      background: linear-gradient(90deg, var(--brand) 0%, var(--brand-2) 100%);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    }
    .nav-link { font-weight: 500; position: relative; padding: 0.5rem 1rem !important; transition: var(--transition); }
    .nav-link::after {
      content: ''; position:absolute; bottom:0; left:50%; width:0; height:3px;
      background: linear-gradient(90deg, var(--brand) 0%, var(--brand-2) 100%); border-radius: 10px; transition: var(--transition); transform: translateX(-50%);
    }
    .nav-link:hover::after, .nav-link.active::after { width: 70%; }
    
    .btn-brand{ 
      background: linear-gradient(90deg, var(--brand) 0%, var(--brand-2) 100%);
      color:#fff; border:none; font-weight:600; padding: .75rem 1.5rem; border-radius:12px;
      transition:var(--transition); box-shadow:0 4px 14px rgba(15,79,179,.4);
    }
    .btn-brand:hover{ transform:translateY(-2px); box-shadow:0 6px 20px rgba(15,79,179,.5); color:#fff; }
    .btn-outline-primary{ border:2px solid var(--brand); color:var(--brand); font-weight:600; padding:.75rem 1.5rem; border-radius:12px; transition:var(--transition); }
    .btn-outline-primary:hover{ background:var(--brand); color:#fff; transform:translateY(-2px); box-shadow:0 6px 20px rgba(15,79,179,.3); }

    /* Hero */
    #inicio{ padding-top: calc(var(--nav-height) + 40px); position:relative; overflow:hidden; }
    .hero{ background: linear-gradient(135deg, #ffffff 0%, #f7fbff 60%, #eef8ff 100%); position:relative; }
    .hero::before{
      content:''; position:absolute; top:-100px; right:-100px; width:400px; height:400px; border-radius:50%;
      background: linear-gradient(135deg, rgba(15,79,179,.1) 0%, rgba(24,154,138,.1) 100%);
      z-index:0;
    }
    .hero::after{
      content:''; position:absolute; bottom:-100px; left:-100px; width:300px; height:300px; border    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "fundacionandradsalud.com.ar/index.html",
    "template_mtime": 1759410485,
    "template_mtime_human": "2025-10-02T13:08:05+00:00",
    "css_links_found": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css",
        "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800&display=swap"
    ],
    "css_links_external": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css",
        "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800&display=swap"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 3,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}