MIX · extractor de estilos
Template: vuelveamilado.com/index.html · mtime: 2025-08-21 12:59
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 4 Embebidos: 0 Externos: 4 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: vuelveamilado.com/index.html */
/* Template mtime: 2025-08-21 12:59:39 */

/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css */
/* external link (no embedded): https://unpkg.com/[email protected]/dist/aos.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap */

/* ===== INLINE <style> BLOCK #1 ===== */
:root {
      --primary: #ff4d8d;
      --primary-dark: #c2185b;
      --primary-light: #ffe6f0;
      --secondary: #6c757d;
      --light: #f8f9fa;
      --dark: #212529;
      --gradient: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
      --shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      --transition: all 0.3s ease;
    }
    
    body {
      font-family: 'Montserrat', sans-serif;
      color: var(--dark);
      line-height: 1.7;
      overflow-x: hidden;
    }
    
    h1, h2, h3, h4, h5, h6 {
      font-family: 'Playfair Display', serif;
      font-weight: 600;
      color: var(--dark);
    }
    
    a {
      text-decoration: none;
      transition: var(--transition);
    }
    
    /* Navbar */
    .navbar {
      background-color: white;
      box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
      padding: 15px 0;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 1000;
      transition: var(--transition);
    }
    
    .navbar.scrolled {
      padding: 10px 0;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }
    
    .navbar-brand {
      font-weight: 700;
      color: var(--primary-dark) !important;
      font-size: 1.5rem;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    
    .navbar-brand img {
      transition: var(--transition);
    }
    
    .navbar.scrolled .navbar-brand img {
      height: 30px;
    }
    
    .nav-link {
      color: var(--dark) !important;
      font-weight: 500;
      padding: 8px 15px !important;
      margin: 0 5px;
      position: relative;
    }
    
    .nav-link:before {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: var(--primary);
      visibility: hidden;
      transition: var(--transition);
    }
    
    .nav-link:hover:before,
    .nav-link.active:before {
      visibility: visible;
      width: 100%;
    }
    
    .nav-link:hover,
    .nav-link.active {
      color: var(--primary) !important;
    }
    
    /* Hero Section */
    .hero {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url('img/hero.png') center/cover no-repeat fixed;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      position: relative;
      padding-top: 80px;
    }
    
    .hero h1 {
      font-size: 3.5rem;
      margin-bottom: 20px;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      animation: fadeInUp 1s ease;
    }
    
    .hero p {
      font-size: 1.2rem;
      max-width: 700px;
      margin: 0 auto 30px;
      animation: fadeInUp 1s ease 0.2s forwards;
      opacity: 0;
    }
    
    .btn-hero {
      background: var(--gradient);
      color: white;
      border: none;
      padding: 12px 30px;
      font-weight: 600;
      border-radius: 50px;
      box-shadow: 0 5px 15px rgba(194, 24, 91, 0.4);
      transition: var(--transition);
      animation: fadeInUp 1s ease 0.4s forwards;
      opacity: 0;
    }
    
    .btn-hero:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 25px rgba(194, 24, 91, 0.5);
      color: white;
    }
    
    /* About Sec    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "vuelveamilado.com/index.html",
    "template_mtime": 1755781179,
    "template_mtime_human": "2025-08-21T12:59:39+00:00",
    "css_links_found": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css",
        "https://unpkg.com/[email protected]/dist/aos.css",
        "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap"
    ],
    "css_links_external": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css",
        "https://unpkg.com/[email protected]/dist/aos.css",
        "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 3,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}