MIX · extractor de estilos
Template: talleresmauro.com.ar/index.html · mtime: 2025-10-16 18:28
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 3 Embebidos: 0 Externos: 3 Inline styles: 1 Missing: 0
CSS externos (no embebidos)
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: talleresmauro.com.ar/index.html */
/* Template mtime: 2025-10-16 18:28:44 */

/* 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;900&display=swap */

/* ===== INLINE <style> BLOCK #1 ===== */
:root {
      --primary: #2563eb;
      --primary-dark: #1d4ed8;
      --secondary: #0f172a;
      --accent: #f59e0b;
      --text: #1e293b;
      --text-light: #64748b;
      --light: #f8fafc;
      --gray: #e2e8f0;
      --success: #10b981;
      --gradient: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
      --gradient-light: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
      --shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
      --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

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

    body {
      font-family: 'Inter', sans-serif;
      color: var(--text);
      line-height: 1.6;
      overflow-x: hidden;
      scroll-behavior: smooth;
    }

    h1, h2, h3, h4, h5, h6 {
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 0.5rem;
    }

    
    .navbar {
  background: #13202d;
  color: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.35);
  transition: all 0.3s ease;
  padding: .75rem 0; /* slightly tighter for taller logo */
}
    
    .navbar .navbar-brand img {
  display: block;
  height: 56px;
  width: auto;
  object-fit: contain;
}
    .navbar .nav-link { color: #ffffff !important; }
    .navbar .nav-link:hover { color: #e2e8f0 !important; }
    .navbar .navbar-toggler { border-color: rgba(255,255,255,.25); }
    .navbar .navbar-toggler:focus { box-shadow: 0 0 0 .15rem rgba(255,255,255,.25); }
    

    
    .navbar.scrolled {
  padding: .5rem 0;
  box-shadow: 0 10px 20px -3px rgba(0,0,0,.45);
}
    

    .navbar-brand { /* applies when brand is text; image unaffected */
  padding-top: 0;
  padding-bottom: 0;

      font-weight: 800;
      font-size: 1.5rem;
      background: var(--gradient);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .nav-link {
      font-weight: 500;
      color: var(--text) !important;
      position: relative;
      transition: color 0.3s ease;
    }

    .nav-link:hover {
      color: var(--primary) !important;
    }

    .nav-link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background: var(--gradient);
      transition: width 0.3s ease;
    }

    .nav-link:hover::after {
      width: 100%;
    }

    .btn {
      font-weight: 600;
      border-radius: 10px;
      padding: 0.75rem 1.5rem;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .btn-primary {
      background: var(--gradient);
      border: none;
      box-shadow: var(--shadow);
    }

    .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: var(--shadow-lg);
    }

    .btn-outline-primary {
      border: 2px solid var(--primary);
      color: var(--primary);
    }

    .btn-outline-primary:hover {
      background: var(--primary);
      color: white;
      transform: translateY(-2px);
      box-shadow: var(--shadow);
    }

    .section {
      padding: 5rem 0;
      position: relative;
    }

    .section-title {
      position: relative;
      margin-bottom: 3rem;
    }

    .section-title::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      widt    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "talleresmauro.com.ar/index.html",
    "template_mtime": 1760639324,
    "template_mtime_human": "2025-10-16T18:28:44+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;900&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;900&display=swap"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 1,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}