Creata pagina con "Header Frisardi: .frisardi-hero { position:relative; padding:40px 20px; text-align:center; background:#f7f7f7; } .frisardi-hero .brand { font-size:32px; font-weight:700; letter-spacing:0.5px; } .frisardi-hero .subtitle { font-size:16px; opacity:0.85; margin-top:6px; } .frisardi-hero .hero-img { width:100%; max-height:360px; object-fit:cover; border-radius:16px; } Grid cards: .f-grid { display:grid; grid-template-columns:repeat(12,1fr); gap:16px; } .f-card { gr..."
 
Nessun oggetto della modifica
 
(4 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1: Riga 1:
/* Header Frisardi */
.frisardi-hero { position:relative; padding:40px 20px; text-align:center; background:#f7f7f7; }
.frisardi-hero { position:relative; padding:40px 20px; text-align:center; background:#f7f7f7; }
.frisardi-hero .brand { font-size:32px; font-weight:700; letter-spacing:0.5px; }
.frisardi-hero .brand { font-size:32px; font-weight:700; letter-spacing:0.5px; }
Riga 5: Riga 4:
.frisardi-hero .hero-img { width:100%; max-height:360px; object-fit:cover; border-radius:16px; }
.frisardi-hero .hero-img { width:100%; max-height:360px; object-fit:cover; border-radius:16px; }


/* Grid cards */
.f-grid { display:grid; grid-template-columns:repeat(12,1fr); gap:16px; }
.f-grid { display:grid; grid-template-columns:repeat(12,1fr); gap:16px; }
.f-card { grid-column: span 6; background:#fff; border:1px solid #eee; border-radius:16px; padding:16px; box-shadow:0 2px 10px rgba(0,0,0,0.04); }
.f-card { grid-column: span 6; background:#fff; border:1px solid #eee; border-radius:16px; padding:16px; box-shadow:0 2px 10px rgba(0,0,0,0.04); }
@media (max-width:900px){ .f-card{ grid-column: span 12; } }
/* Profile chips */
.f-profile { display:flex; gap:16px; align-items:center; }
.f-profile img { width:84px; height:84px; border-radius:50%; object-fit:cover; }
.f-profile .name { font-weight:700; font-size:18px; }
.f-profile .role { font-size:13px; opacity:.8; }
/* Breadcrumb */
.f-breadcrumb { font-size:13px; margin:8px 0 16px; opacity:.8; }
.f-breadcrumb a { text-decoration:none; }
/* CTA */
.f-cta { display:inline-block; padding:10px 16px; border-radius:10px; border:1px solid #ddd; text-decoration:none; }
.f-cta:hover { box-shadow:0 6px 18px rgba(0,0,0,0.06); }
/* Wrapper per capitoli (coerente con tua preferenza) */
.chapter-content { max-width:1100px; margin:0 auto; line-height:1.6; }

Versione attuale delle 15:33, 13 set 2025

.frisardi-hero { position:relative; padding:40px 20px; text-align:center; background:#f7f7f7; }
.frisardi-hero .brand { font-size:32px; font-weight:700; letter-spacing:0.5px; }
.frisardi-hero .subtitle { font-size:16px; opacity:0.85; margin-top:6px; }
.frisardi-hero .hero-img { width:100%; max-height:360px; object-fit:cover; border-radius:16px; }

.f-grid { display:grid; grid-template-columns:repeat(12,1fr); gap:16px; }
.f-card { grid-column: span 6; background:#fff; border:1px solid #eee; border-radius:16px; padding:16px; box-shadow:0 2px 10px rgba(0,0,0,0.04); }