MIX · extractor de estilos
Template: radioeadtc.com/index.php · mtime: 2025-11-26 11:06
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 2 Embebidos: 0 Externos: 2 Inline styles: 8 Missing: 0
CSS externos (no embebidos)
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: radioeadtc.com/index.php */
/* Template mtime: 2025-11-26 11:06:08 */

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

/* ===== INLINE <style> BLOCK #1 ===== */
:root{
      --bg:#ffffff; --ink:#0f172a; --muted:#64748b; --line:#e2e8f0;
      --accent:#B62C8E; --accent-light:#fdf2f8; --accent-dark:#9c1c74;
      --accent-glow:rgba(182,44,142,0.15);
      --green:#10b981; --blue:#3b82f6; --orange:#f59e0b;
      --radius-sm:8px; --radius:12px; --radius-lg:16px; --radius-xl:24px;
      --shadow-sm:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
      --shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
      --shadow-lg:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
      --shadow-xl:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
      --gradient:linear-gradient(135deg, #B62C8E 0%, #ec4899 100%);
      --gradient-light:linear-gradient(135deg, rgba(182,44,142,0.1) 0%, rgba(236,72,153,0.1) 100%);
      --gradient-dark:linear-gradient(135deg, #9c1c74 0%, #d61f69 100%);
    }
    
    *{box-sizing:border-box; margin:0; padding:0}
    html{scroll-behavior:smooth}
    body{background:var(--bg); color:var(--ink); font-family:'Inter', system-ui, -apple-system, sans-serif; line-height:1.6; overflow-x:hidden}
    a{color:inherit; text-decoration:none; transition:all 0.2s ease}
    img{max-width:100%; height:auto; display:block}
    .container{max-width:1280px; margin:0 auto; padding:0 24px}
    .section{padding:100px 0}
    .section-title{font-size:clamp(2rem, 4vw, 3rem); font-weight:800; line-height:1.2; margin-bottom:20px; background:var(--gradient); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; text-align:center}
    .section-sub{font-size:1.25rem; color:var(--muted); margin-bottom:60px; max-width:700px; margin-left:auto; margin-right:auto; text-align:center; line-height:1.6}
    
    /* NAVBAR */
    .navbar{position:sticky; top:0; z-index:1000; background:rgba(255,255,255,0.95); backdrop-filter:blur(16px); border-bottom:1px solid rgba(226,232,240,0.8); transition:all 0.3s ease}
    .navbar.scrolled{box-shadow:var(--shadow); background:rgba(255,255,255,0.98)}
    .navbar .inner{height:80px; display:flex; align-items:center; justify-content:space-between; gap:32px}
    .brand{display:flex; align-items:center; gap:16px; font-weight:800; font-size:1.25rem}
    .brand img{width:48px; height:48px; border-radius:var(--radius)}
    .nav-links{display:flex; align-items:center; gap:8px}
    .nav-links a{position:relative; padding:12px 20px; border-radius:var(--radius); font-weight:500; transition:all 0.2s ease}
    .nav-links a:hover{color:var(--accent); background:var(--accent-light)}
    .nav-links a.active{color:var(--accent); font-weight:600}
    .nav-links a.active::after{content:''; position:absolute; bottom:0; left:20px; right:20px; height:2px; background:var(--accent); border-radius:2px}
    .cta{display:flex; gap:12px; align-items:center}
    .btn{display:inline-flex; align-items:center; gap:8px; padding:12px 24px; border:none; border-radius:var(--radius); font-weight:600; font-size:0.875rem; cursor:pointer; transition:all 0.2s ease; background:var(--gradient); color:white; box-shadow:var(--shadow); position:relative; overflow:hidden}
    .btn::before{content:''; position:absolute; top:0; left:-100%; width:100%; height:100%; background:linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); transition:left 0.5s}
    .btn:hover::before{left:100%}
    .btn:hover{transform:translateY(-2px); box-shadow:var(--shadow-lg)}
    .btn-outline{background:transparent; border:2px solid var(--accent); color:var(--accent)}
    .btn-outline:hover{background:var(--accent-light); transform:tran    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "radioeadtc.com/index.php",
    "template_mtime": 1764155168,
    "template_mtime_human": "2025-11-26T11:06:08+00:00",
    "css_links_found": [
        "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css"
    ],
    "css_links_external": [
        "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 8,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}