modified: app.py

modified:   static/css/style.css
	new file:   static/icons/Bildnachweis.txt
	new file:   static/icons/blitz.png
	new file:   static/icons/mond.png
	new file:   static/icons/regen.png
	new file:   static/icons/schnee.png
	new file:   static/icons/sonne.png
	new file:   static/icons/wolke.png
	new file:   static/icons/wolkig(1).png
	new file:   static/icons/wolkig(2).png
	new file:   static/icons/wolkig.png
	modified:   templates/weather.html
This commit is contained in:
simon
2026-04-24 10:15:41 +02:00
parent c6cfce6bda
commit f987cd6c09
13 changed files with 88 additions and 89 deletions

View File

@@ -299,12 +299,7 @@ main { flex: 1; }
display: flex; flex-direction: column;
justify-content: flex-end; padding-bottom: 0.6rem;
}
.hero-icon-big { line-height: 1; margin-bottom: 0.4rem; }
/* Weather icon images (OWM CDN) */
.wx-icon { display: block; width: 40px; height: 40px; object-fit: contain; }
.wx-icon--hero { width: 80px; height: 80px; }
.wx-icon--sm { width: 32px; height: 32px; }
.hero-icon-big { font-size: 3rem; line-height: 1; margin-bottom: 0.4rem; }
.hero-stats-mini { display: flex; flex-direction: column; gap: 0.2rem; }
.hero-stats-mini span { font-size: 0.85rem; color: var(--muted2); }
@@ -415,7 +410,14 @@ main { flex: 1; }
.hcard-time { font-size: 0.85rem; font-weight: 600; color: var(--text); }
.hcard-date { font-size: 0.68rem; color: var(--muted); margin-top: -0.15rem; }
.hcard-icon { line-height: 1; margin: 0.2rem 0; display: flex; justify-content: center; }
.hcard-icon { font-size: 1.4rem; line-height: 1; margin: 0.2rem 0; }
.hcard-icon img { display: block; }
/* Weather icon images */
.wx-icon { display: inline-block; flex-shrink: 0; }
.wx-icon--hero { width: 56px; height: 56px; }
.wx-icon--card { width: 36px; height: 36px; }
.wx-icon--row { width: 28px; height: 28px; }
.hcard-temp { font-size: 1rem; font-weight: 700; }
.hcard-precip { font-size: 0.7rem; color: var(--blue); font-weight: 500; }
.hcard-precip--none { color: var(--muted); font-weight: 400; }
@@ -485,7 +487,7 @@ main { flex: 1; }
.drow:hover { background: rgba(255,255,255,0.05); }
.drow-left { display: flex; align-items: center; gap: 0.6rem; }
.drow-icon { font-size: 1.4rem; flex-shrink: 0; display: flex; align-items: center; }
.drow-icon { font-size: 1.4rem; flex-shrink: 0; }
.drow-dow { font-size: 0.875rem; font-weight: 600; color: var(--text); }
.drow-bar-wrap { position: relative; }