home3 Entertainment: icon tiles (palette/smiley/sparkle) instead of teaser boxes, centered motif
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -185,11 +185,19 @@
|
||||
<span class="label" style="color:#3F9A66">ENTERTAINMENT</span>
|
||||
<span class="soon">SOON</span>
|
||||
</div>
|
||||
<p class="moment-line">A little something to enjoy.</p>
|
||||
<div class="moment-thumbs" aria-hidden="true">
|
||||
<div class="thumb t1"></div>
|
||||
<div class="thumb t2"></div>
|
||||
<div class="thumb t3"></div>
|
||||
<div class="moment-mid">
|
||||
<div class="ent-icons" aria-hidden="true">
|
||||
<span class="ent-icon">
|
||||
<svg viewBox="0 0 24 24"><circle cx="8" cy="9" r="3" fill="#e3a24c" /><circle cx="16" cy="9" r="3" fill="#5aa0c8" /><circle cx="12" cy="15.5" r="3" fill="#5bbf86" /></svg>
|
||||
</span>
|
||||
<span class="ent-icon">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="#3F9A66" stroke-width="1.8" stroke-linecap="round"><circle cx="12" cy="12" r="9" /><path d="M8.5 14a4.5 4.5 0 0 0 7 0" /><circle cx="9" cy="10" r="1" fill="#3F9A66" stroke="none" /><circle cx="15" cy="10" r="1" fill="#3F9A66" stroke="none" /></svg>
|
||||
</span>
|
||||
<span class="ent-icon">
|
||||
<svg viewBox="0 0 24 24" fill="#3F9A66"><path d="M12 3l1.6 7.4L21 12l-7.4 1.6L12 21l-1.6-7.4L3 12l7.4-1.6z" /></svg>
|
||||
</span>
|
||||
</div>
|
||||
<p class="moment-line">A little something to enjoy.</p>
|
||||
</div>
|
||||
<span class="moment-meta">Coloring, characters, and curiosities. Coming soon.</span>
|
||||
</div>
|
||||
@@ -379,14 +387,13 @@
|
||||
.moment { background: #E6F3E9; border: 1px solid #cee6d3; padding: 22px 24px; display: flex; flex-direction: column; }
|
||||
.moment-top { display: flex; align-items: center; justify-content: space-between; }
|
||||
.soon { font-size: 10px; font-weight: 700; letter-spacing: 0.08em; color: #3F9A66; background: #fff; border-radius: 999px; padding: 3px 8px; }
|
||||
/* soft blurred teaser thumbnails fill the space (placeholder for what's coming) */
|
||||
.moment-line { font-family: 'Newsreader', Georgia, serif; font-style: italic; font-size: 18px; line-height: 1.3; color: #214a35; margin: 11px 0 14px; }
|
||||
.moment-thumbs { flex: 1; display: flex; gap: 8px; min-height: 64px; }
|
||||
.thumb { flex: 1; border-radius: 9px; filter: blur(1px); opacity: 0.8; }
|
||||
.thumb.t1 { background: linear-gradient(135deg, #bfe0cb, #9cc9ad); }
|
||||
.thumb.t2 { background: linear-gradient(135deg, #cfe2d4, #a9d2b8); }
|
||||
.thumb.t3 { background: linear-gradient(135deg, #bdddc7, #92c4a4); }
|
||||
.moment-meta { margin-top: 14px; font-size: 13px; color: #6f9683; }
|
||||
/* centered motif: three small enjoy-icons + tagline fill the middle, caption at the foot */
|
||||
.moment-mid { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; text-align: center; }
|
||||
.ent-icons { display: flex; gap: 10px; }
|
||||
.ent-icon { width: 46px; height: 46px; border-radius: 13px; background: #fff; border: 1px solid #d3e4d8; box-shadow: 0 4px 12px -8px rgba(40, 90, 60, 0.4); display: flex; align-items: center; justify-content: center; }
|
||||
.ent-icon svg { width: 24px; height: 24px; display: block; }
|
||||
.moment-line { font-family: 'Newsreader', Georgia, serif; font-style: italic; font-size: 18px; line-height: 1.3; color: #214a35; margin: 0; }
|
||||
.moment-meta { margin-top: 14px; font-size: 13px; color: #6f9683; text-align: center; }
|
||||
|
||||
/* "small joys" rail — little jewels: one big focal point per card, a faint oversized
|
||||
watermark glyph, an accent-tag label, soft diagonal gradient + long low shadow. */
|
||||
|
||||
Reference in New Issue
Block a user