Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

weatherforecast.css 415B

123456789101112131415161718192021222324252627
  1. .weatherforecast .day {
  2. padding-left: 0;
  3. padding-right: 25px;
  4. }
  5. .weatherforecast .weather-icon {
  6. padding-right: 30px;
  7. text-align: center;
  8. }
  9. .weatherforecast .min-temp {
  10. padding-left: 20px;
  11. padding-right: 0;
  12. }
  13. .weatherforecast .rain {
  14. padding-left: 20px;
  15. padding-right: 0;
  16. }
  17. .weatherforecast tr.colored .min-temp {
  18. color: #bcddff;
  19. }
  20. .weatherforecast tr.colored .max-temp {
  21. color: #ff8e99;
  22. }