MIX · extractor de estilos
Template: larosafloreria.com.ar/index.html · mtime: 2026-05-05 13:04
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 2 Embebidos: 0 Externos: 2 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: larosafloreria.com.ar/index.html */
/* Template mtime: 2026-05-05 13:04:27 */

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

/* ===== INLINE <style> BLOCK #1 ===== */
:root {
      --rose: #fd3f3e;
      --rose-dark: #e03534;
      --green: #67b097;
      --blue: #053d5d;
      --blue-soft: rgba(5, 61, 93, .08);
      --ink: #111111;
      --muted: #676767;
      --soft: #f8f5f2;
      --line: rgba(17, 17, 17, .07);
      --shadow: 0 24px 48px rgba(5, 61, 93, .09);
      --shadow-strong: 0 30px 70px rgba(5, 61, 93, .14);
      --transition: all .4s cubic-bezier(.16, 1, .3, 1);
    }

    * {
      box-sizing: border-box;
      -webkit-font-smoothing: antialiased;
      text-rendering: geometricPrecision;
    }

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

    body {
      margin: 0;
      color: var(--ink);
      background: #fff;
      font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      overflow-x: hidden;
      line-height: 1.6;
    }

    img {
      max-width: 100%;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .text-balance {
      text-wrap: balance;
    }

    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: var(--transition);
    }

    .reveal.active {
      opacity: 1;
      transform: translateY(0);
    }

    .site-navbar {
      background: rgba(255, 255, 255, .88);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border-bottom: 1px solid var(--line);
      padding: .95rem 0;
      transition: var(--transition);
    }

    .site-navbar.nav-scrolled {
      padding: .7rem 0;
      box-shadow: 0 18px 42px rgba(17, 17, 17, .06);
    }

    .navbar-brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .brand-logo {
      width: auto;
      height: 48px;
      object-fit: contain;
      flex: 0 0 auto;
      transition: var(--transition);
    }

    .navbar-brand:hover .brand-logo {
      transform: rotate(-5deg) scale(1.05);
    }

    .brand-name {
      color: var(--blue);
      font-size: clamp(1rem, 2.8vw, 1.25rem);
      font-weight: 800;
      letter-spacing: -.03em;
      white-space: nowrap;
    }

    .navbar-toggler {
      width: 48px;
      height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--blue);
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 999px;
      box-shadow: 0 10px 22px rgba(5, 61, 93, .08);
    }

    .navbar-toggler:focus {
      box-shadow: 0 0 0 .22rem rgba(253, 63, 62, .13);
    }

    .nav-link {
      position: relative;
      color: var(--ink) !important;
      font-size: .94rem;
      font-weight: 700;
      padding: .6rem .85rem !important;
      margin: 0 .05rem;
      border-radius: 999px;
      transition: var(--transition);
    }

    .nav-link::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 5px;
      width: 0;
      height: 2px;
      background: var(--rose);
      transform: translateX(-50%);
      transition: var(--transition);
    }

    .nav-link:hover,
    .nav-link:focus {
      color: var(--rose) !important;
      background: rgba(253, 63, 62, .06);
    }

    .nav-link:hover::after,
    .nav-link:focus::after {
      width: 20px;
    }

    .btn-pro {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 50px;
      padding: 14    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "larosafloreria.com.ar/index.html",
    "template_mtime": 1777986267,
    "template_mtime_human": "2026-05-05T13:04:27+00:00",
    "css_links_found": [
        "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
    ],
    "css_links_external": [
        "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 3,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}