Initial commit: Backup der Webseiten

- zoesch.de
- blitzkiste.net
- gruene-hassberge (norbert.zoesch.de)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Felix Zösch
2025-12-13 01:17:15 +01:00
commit 07c290a453
4607 changed files with 1202735 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
/*Custom CSS*/
html {width: 100%;}
body {margin: 0;}
.weather {width: 100%;}
table {
width: 343px;
background-color: #CCCCCC;
}
.icon {
height: 80px;
width: 70px;
text-align: center;
vertical-align: middle;
padding: 0;
font-size: 40px;
line-height: 80px;
color: #007dcd;
}
.aktuell, .forecast {
height: 80px;
font-family: "Helvetica, Arial", sans-serif;
font-size: 16px;
padding: 0;
}
#weather_str {
font-family: "Oswald", sans-serif;
font-size: 20px;
}
#forecast_str {
font-family: "Oswald", sans-serif;
font-size: 12px;
}
.temp, .hum, .temp_high, .temp_low {
font-family: "Oswald", sans-serif;
font-size: 40px;
width: 97px;
}
.space {height: 5px;}