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

/* 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.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap */

/* ===== INLINE <style> BLOCK #1 ===== */
:root {
      --ink: #0b1220;
      --ink-light: #1e293b;
      --muted: #64748b;
      --line: rgba(15, 23, 42, .08);
      --bg: #ffffff;
      --soft: #f8fafc;
      --soft-blue: #f0f9ff;
      --brand: #0ea5e9;
      --brand-dark: #0284c7;
      --brand-light: #7dd3fc;
      --accent: #ffce2a;
      --accent-light: #c4b5fd;
      --radius: 20px;
      --radius-sm: 12px;
      --radius-lg: 28px;
      --shadow: 0 20px 50px rgba(2, 6, 23, .08);
      --shadow-lg: 0 32px 64px rgba(2, 6, 23, .12);
      --shadow-sm: 0 4px 12px rgba(2, 6, 23, .04);
      --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      --gradient-bg: linear-gradient(135deg, #f0f9ff 0%, #fef7ff 50%, #f0f9ff 100%);
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 80px;
    }

    body {
      font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Arial, sans-serif;
      color: var(--ink);
      background: var(--bg);
      line-height: 1.6;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    h1, h2, h3, h4, h5, h6 {
      font-family: 'Space Grotesk', 'Inter', sans-serif;
      font-weight: 700;
      line-height: 1.1;
      letter-spacing: -0.02em;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: var(--transition);
    }

    .container {
      max-width: 1200px;
      padding-left: 24px;
      padding-right: 24px;
    }

    .section {
      padding: 100px 0;
      position: relative;
    }

    @media (max-width: 992px) {
      .section {
        padding: 80px 0;
      }
    }

    @media (max-width: 768px) {
      .section {
        padding: 60px 0;
      }
    }

    /* ===== NAVBAR PREMIUM ===== */
    .navbar {
      background: rgba(255, 255, 255, 0.92);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border-bottom: 1px solid var(--line);
      padding: 16px 0;
      transition: var(--transition);
      box-shadow: var(--shadow-sm);
    }

    .navbar.scrolled {
      padding: 12px 0;
      box-shadow: var(--shadow);
    }

    .navbar-brand {
      font-weight: 800;
      font-size: 1.5rem;
      letter-spacing: -0.01em;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .brand-icon {
      width: 40px;
      height: 40px;
      background: linear-gradient(135deg, var(--brand) 0%, var(--accent) 100%);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 1.2rem;
      transition: var(--transition);
    }

    .navbar-brand:hover .brand-icon {
      transform: rotate(15deg);
    }

    .nav-link {
      color: var(--ink-light);
      font-weight: 600;
      padding: 8px 16px !important;
      border-radius: var(--radius-sm);
      transition: var(--transition);
      position: relative;
      overflow: hidden;
    }

    .nav-link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 2px;
      background: linear-gradient(90deg, var(--brand), var(--accent));
      transition: var(--transitio    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "tecnotapas.com.ar/index.html",
    "template_mtime": 1769775900,
    "template_mtime_human": "2026-01-30T12:25:00+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.min.css",
        "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&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.min.css",
        "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 4,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}