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:
38
zoesch.de/wetter/css/custom.css
Normal file
38
zoesch.de/wetter/css/custom.css
Normal 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;}
|
||||
1838
zoesch.de/wetter/css/weather-icons.css
Normal file
1838
zoesch.de/wetter/css/weather-icons.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user