2026-04-06 15:42:53 -04:00
|
|
|
<div data-weather-card style="font-family: var(--card-font, 'Iosevka', 'SF Mono', ui-monospace, Menlo, Consolas, monospace); background:var(--theme-card-neutral-bg); color:var(--theme-card-neutral-text); padding:14px 16px; border:1px solid var(--theme-card-neutral-border);">
|
2026-03-24 08:54:47 -04:00
|
|
|
<style>
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'BlexMono Nerd Font Mono';
|
|
|
|
|
src: url('/card-templates/upcoming-conditions-live/assets/BlexMonoNerdFontMono-Regular.ttf') format('truetype');
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
2026-03-15 21:44:47 -04:00
|
|
|
<div style="display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:8px;">
|
2026-04-06 15:42:53 -04:00
|
|
|
<div data-weather-subtitle style="font-size:0.86rem; line-height:1.35; color:var(--theme-card-neutral-subtle); font-weight:600;">Loading…</div>
|
|
|
|
|
<span data-weather-status style="font-size:0.8rem; line-height:1.2; font-weight:700; color:var(--theme-status-muted); white-space:nowrap;">Loading…</span>
|
2026-03-15 21:44:47 -04:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="display:flex; align-items:flex-end; gap:8px; margin-bottom:4px;">
|
|
|
|
|
<span data-weather-temp style="font-size:3rem; font-weight:800; line-height:0.95; letter-spacing:-0.045em;">--</span>
|
2026-04-06 15:42:53 -04:00
|
|
|
<span data-weather-unit style="font-size:1.05rem; font-weight:700; color:var(--theme-card-neutral-subtle); padding-bottom:0.28rem;">°F</span>
|
2026-03-15 21:44:47 -04:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:10px 12px;">
|
|
|
|
|
<div>
|
2026-04-06 15:42:53 -04:00
|
|
|
<div title="Humidity" style="font-family:'BlexMono Nerd Font Mono', monospace; font-size:0.86rem; line-height:1.2; color:var(--theme-card-neutral-muted);"></div>
|
|
|
|
|
<div data-weather-humidity style="margin-top:2px; font-size:1rem; line-height:1.25; font-weight:700; color:var(--theme-card-neutral-text);">--</div>
|
2026-03-15 21:44:47 -04:00
|
|
|
</div>
|
|
|
|
|
<div>
|
2026-04-06 15:42:53 -04:00
|
|
|
<div title="Wind" style="font-family:'BlexMono Nerd Font Mono', monospace; font-size:0.86rem; line-height:1.2; color:var(--theme-card-neutral-muted);"></div>
|
|
|
|
|
<div data-weather-wind style="margin-top:2px; font-size:1rem; line-height:1.25; font-weight:700; color:var(--theme-card-neutral-text);">--</div>
|
2026-03-15 21:44:47 -04:00
|
|
|
</div>
|
|
|
|
|
<div>
|
2026-04-06 15:42:53 -04:00
|
|
|
<div title="Rain" style="font-family:'BlexMono Nerd Font Mono', monospace; font-size:0.86rem; line-height:1.2; color:var(--theme-card-neutral-muted);"></div>
|
|
|
|
|
<div data-weather-rain style="margin-top:2px; font-size:1rem; line-height:1.25; font-weight:700; color:var(--theme-card-neutral-text);">--</div>
|
2026-03-15 21:44:47 -04:00
|
|
|
</div>
|
|
|
|
|
<div>
|
2026-04-06 15:42:53 -04:00
|
|
|
<div title="UV" style="font-family:'BlexMono Nerd Font Mono', monospace; font-size:0.86rem; line-height:1.2; color:var(--theme-card-neutral-muted);"></div>
|
|
|
|
|
<div data-weather-uv style="margin-top:2px; font-size:1rem; line-height:1.25; font-weight:700; color:var(--theme-card-neutral-text);">--</div>
|
2026-03-15 21:44:47 -04:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|