2016-03-29 13:28:15 +02:00
|
|
|
.weatherforecast .day {
|
2016-04-05 15:43:52 -04:00
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 25px;
|
2016-03-29 13:28:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.weatherforecast .weather-icon {
|
2016-04-05 15:43:52 -04:00
|
|
|
padding-right: 30px;
|
|
|
|
text-align: center;
|
2016-03-29 13:28:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.weatherforecast .min-temp {
|
2016-04-05 15:43:52 -04:00
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 0;
|
2016-04-03 19:52:13 +02:00
|
|
|
}
|
2016-10-14 23:07:13 +02:00
|
|
|
|
|
|
|
.weatherforecast .rain {
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
2017-01-28 18:01:37 +01:00
|
|
|
|
|
|
|
.weatherforecast tr.colored .min-temp {
|
2020-04-10 14:59:00 +02:00
|
|
|
color: #bcddff;
|
2017-01-28 18:01:37 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.weatherforecast tr.colored .max-temp {
|
2020-04-10 14:59:00 +02:00
|
|
|
color: #ff8e99;
|
2017-01-28 18:01:37 +01:00
|
|
|
}
|