MIX · extractor de estilos
Template: ilfgym.com.ar/index.html · mtime: 2026-05-20 12:01
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 2 Embebidos: 0 Externos: 2 Inline styles: 2 Missing: 0
CSS externos (no embebidos)
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: ilfgym.com.ar/index.html */
/* Template mtime: 2026-05-20 12:01:14 */

/* external link (no embedded): https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Instrument+Serif:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */

/* ===== INLINE <style> BLOCK #1 ===== */
/* ── TOKENS ─────────────────────────────────────────── */
    :root {
      --accent:        #00bb00;
      --accent-dim:    rgba(0,187,0,.12);
      --accent-glow:   rgba(0,187,0,.22);
      --accent-dark:   #009900;
      --text:          #0c0c0d;
      --muted:         #5c6470;
      --muted-light:   #8a9099;
      --line:          rgba(12,12,13,.08);
      --surface:       #ffffff;
      --surface-soft:  #f7f7f4;
      --surface-mid:   #efefeb;
      --shadow-sm:     0 4px 16px rgba(15,23,42,.06);
      --shadow-md:     0 12px 40px rgba(15,23,42,.09);
      --shadow-lg:     0 28px 64px rgba(15,23,42,.12);
      --shadow-green:  0 16px 48px rgba(0,187,0,.18);
      --r-pill:        999px;
      --r-xl:          28px;
      --r-lg:          20px;
      --r-md:          14px;
      --nav-h:         72px;
      --font-display:  "Syne", sans-serif;
      --font-serif:    "Instrument Serif", serif;
      --font-body:     "DM Sans", sans-serif;
      --ease-out:      cubic-bezier(.16,1,.3,1);
    }

    /* ── RESET / BASE ───────────────────────────────────── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; }
    html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
    body {
      font-family: var(--font-body);
      color: var(--text);
      background: #fff;
      overflow-x: hidden;
    }
    img { max-width: 100%; display: block; }
    a  { text-decoration: none; color: inherit; }
    p  { margin: 0; }
    h1,h2,h3,h4 { margin: 0; }

    /* ── NOISE OVERLAY ──────────────────────────────────── */
    body::before {
      content: "";
      position: fixed; inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
      pointer-events: none;
      z-index: 9999;
      opacity: .45;
    }

    /* ── SECTION ────────────────────────────────────────── */
    .section { padding: 120px 0; }

    /* ── EYEBROW ────────────────────────────────────────── */
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      padding: .45rem 1rem .45rem .65rem;
      border-radius: var(--r-pill);
      border: 1.5px solid rgba(0,187,0,.2);
      background: var(--accent-dim);
      font-family: var(--font-display);
      font-size: .7rem;
      font-weight: 700;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: #006b00;
    }
    .eyebrow::before {
      content: "";
      width: .42rem; height: .42rem;
      border-radius: 50%;
      background: var(--accent);
      box-shadow: 0 0 0 4px var(--accent-glow);
      flex-shrink: 0;
    }

    /* ── SECTION HEAD ───────────────────────────────────── */
    .section-head {     /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "ilfgym.com.ar/index.html",
    "template_mtime": 1779278474,
    "template_mtime_human": "2026-05-20T12:01:14+00:00",
    "css_links_found": [
        "https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Instrument+Serif:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
    ],
    "css_links_external": [
        "https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Instrument+Serif:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 2,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}