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.

weather.css 731B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .weather .weathericon,
  2. .weather .fa-home {
  3. font-size: 75%;
  4. line-height: 65px;
  5. display: inline-block;
  6. transform: translate(0, -3px);
  7. }
  8. .weather .humidityIcon {
  9. padding-right: 4px;
  10. }
  11. .weather .humidity-padding {
  12. padding-bottom: 6px;
  13. }
  14. .weather .day {
  15. padding-left: 0;
  16. padding-right: 25px;
  17. }
  18. .weather .weather-icon {
  19. padding-right: 30px;
  20. text-align: center;
  21. }
  22. .weather .min-temp {
  23. padding-left: 20px;
  24. padding-right: 0;
  25. }
  26. .weather .precipitation {
  27. padding-left: 20px;
  28. padding-right: 0;
  29. }
  30. .weather tr .weathericon {
  31. line-height: 25px;
  32. }
  33. .weather tr.colored .min-temp {
  34. color: #bcddff;
  35. }
  36. .weather tr.colored .max-temp {
  37. color: #ff8e99;
  38. }
  39. .module-header {
  40. font-size: 25px;
  41. height: 25px;
  42. }