added on WebSTLs (webstls.com) at 2026-07-01 22:26:51
| 1 | <!-- ===================================================================== | |
| 2 | LAYOUT: Festival | |
| 3 | Music-festival poster aesthetic. Stacked huge type, lineup feel. | |
| 4 | ===================================================================== --> | |
| 5 | ||
| 6 | <style>:root { $theme_css_vars }</style> | |
| 7 | ||
| 8 | [if:$preview_banner]<div style="position:sticky;top:0;z-index:9999;background:#0a0e1c;border-bottom:1px solid rgba(59,130,246,0.40);box-shadow:0 4px 16px rgba(0,0,0,0.55);padding:10px 20px;text-align:center;font-size:13px;color:#93c5fd;font-weight:600">$preview_banner</div>[/if] | |
| 9 | ||
| 10 | <header style="background:var(--col-bg);padding:14px 28px;display:flex;align-items:center;justify-content:space-between;font-family:var(--font-mono,monospace);font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--col-text-3);border-bottom:1px solid var(--col-border);flex-wrap:wrap"> | |
| 11 | <a href="/store.cgi?id=$store_id" style="color:var(--col-text);text-decoration:none;font-weight:700;flex-shrink:0">$store_name · Drops 2026</a> | |
| 12 | <nav style="display:flex;gap:18px;align-items:center;flex-wrap:wrap"> | |
| 13 | [loop:@nav_pages]<a href="$loop1.href" style="font-size:13px;color:var(--col-text-2);font-weight:600;text-decoration:none">$loop1.title</a>[/loop] | |
| 14 | </nav> | |
| 15 | <div style="flex:1;display:flex;justify-content:center;min-width:0">$store_search_form</div> | |
| 16 | <div style="display:inline-flex;gap:8px;align-items:center;margin-left:8px">$store_signin_link $store_cart_link</div> | |
| 17 | </header> | |
| 18 | ||
| 19 | [if:$is_specific_page] | |
| 20 | [if:$page_not_found]<section style="padding:120px 32px;text-align:center"><h1 class="hero-title" style="font-size:72px;text-transform:uppercase;letter-spacing:-0.02em">Off the lineup</h1></section>[/if] | |
| 21 | [if:!$page_not_found]<section style="padding:60px 32px;max-width:900px;margin:0 auto"><h1 class="hero-title" style="font-size:56px;text-transform:uppercase;letter-spacing:-0.02em">$page_title</h1><div class="text-secondary" style="font-size:16px;line-height:1.7;margin-top:18px;white-space:pre-wrap">$page_body</div></section>[/if] | |
| 22 | [/if] | |
| 23 | ||
| 24 | [if:!$is_specific_page] | |
| 25 | <!-- Festival poster: stacked HUGE names like a Coachella poster --> | |
| 26 | <section style="padding:60px 28px;max-width:1200px;margin:0 auto;text-align:center;position:relative;overflow:hidden"> | |
| 27 | <div style="position:absolute;width:600px;height:600px;top:-100px;left:50%;transform:translateX(-50%);background:radial-gradient(circle, var(--col-accent-glow), transparent 65%);filter:blur(80px);pointer-events:none"></div> | |
| 28 | ||
| 29 | <div style="position:relative"> | |
| 30 | <div style="font-family:var(--font-mono,monospace);font-size:13px;letter-spacing:6px;text-transform:uppercase;color:var(--col-accent-bright);font-weight:700;margin-bottom:14px">$store_name presents</div> | |
| 31 | <h1 style="font-family:var(--font-display);font-size:clamp(56px,11vw,180px);font-weight:900;color:var(--col-text);line-height:0.85;letter-spacing:-0.05em;margin:0;text-transform:uppercase">DROPS<br><span style="color:var(--col-accent-bright)">$product_count</span><br>2026</h1> | |
| 32 | <div style="font-family:var(--font-mono,monospace);font-size:14px;letter-spacing:4px;text-transform:uppercase;color:var(--col-text-2);margin-top:24px;font-weight:600">"$store_tagline"</div> | |
| 33 | </div> | |
| 34 | </section> | |
| 35 | ||
| 36 | <!-- The lineup: products stacked like festival headliners by tier --> | |
| 37 | <section id="shop" style="padding:48px 28px;max-width:1100px;margin:0 auto;text-align:center;border-top:3px solid var(--col-text);border-bottom:3px solid var(--col-text)"> | |
| 38 | <div style="font-family:var(--font-mono,monospace);font-size:11px;letter-spacing:5px;text-transform:uppercase;color:var(--col-accent-bright);font-weight:700;margin-bottom:24px">The Lineup</div> | |
| 39 | ||
| 40 | <div style="display:flex;flex-direction:column;gap:18px"> | |
| 41 | [loop:@products] | |
| 42 | <a href="/listing_details.cgi?id=$loop1.id" style="text-decoration:none;display:grid;grid-template-columns:1fr 80px 1fr;gap:18px;align-items:center;padding:14px 0;border-bottom:1px dashed var(--col-border)"> | |
| 43 | <div style="text-align:right"> | |
| 44 | <div style="font-family:var(--font-display);font-size:clamp(22px,3vw,36px);font-weight:900;color:var(--col-text);letter-spacing:-0.02em;text-transform:uppercase;line-height:1">$loop1.title</div> | |
| 45 | </div> | |
| 46 | <div style="width:64px;height:64px;background:url('$loop1.hero_image') center/cover;border:2px solid var(--col-text);border-radius:50%;justify-self:center"></div> | |
| 47 | <div style="text-align:left;font-family:var(--font-mono,monospace);font-size:11px;letter-spacing:2px;text-transform:uppercase"> | |
| 48 | <div style="color:var(--col-accent-bright);font-weight:700">No. $loop1.id</div> | |
| 49 | <div style="color:var(--col-text);font-size:14px;font-weight:700;margin-top:2px">$loop1.price</div> | |
| 50 | </div> | |
| 51 | </a> | |
| 52 | [/loop] | |
| 53 | $pagination_html | |
| 54 | </div> | |
| 55 | </section> | |
| 56 | ||
| 57 | <section id="about" style="padding:60px 28px;max-width:760px;margin:0 auto;text-align:center"> | |
| 58 | <div style="font-family:var(--font-mono,monospace);font-size:11px;letter-spacing:4px;text-transform:uppercase;color:var(--col-accent-bright);font-weight:700">Behind the lineup</div> | |
| 59 | <h2 style="font-family:var(--font-display);font-size:42px;font-weight:900;color:var(--col-text);text-transform:uppercase;letter-spacing:-0.02em;margin:14px 0 18px">$store_name</h2> | |
| 60 | <p style="font-size:15px;color:var(--col-text-2);line-height:1.85">$store_about</p> | |
| 61 | </section> | |
| 62 | [/if] | |
| 63 | ||
| 64 | <footer style="border-top:1px solid var(--col-border);padding:18px 28px;font-family:var(--font-mono,monospace);font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--col-text-3);display:flex;justify-content:space-between"><span>$store_name · 2026</span><span>powered by webstls.com</span></footer> |