Advertisement
Guest User

Untitled

a guest
Jan 13th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.74 KB | None | 0 0
  1. /*Custom CSS*/
  2. html {width: 100%;}
  3.  
  4. body {
  5.     margin: 0;
  6.     color: #F1F1F1;
  7. }
  8.  
  9. .weather {width: 100%;}
  10.  
  11. table {
  12.   width: 343px;
  13.   background-color: #212121;
  14. }
  15.  
  16. .icon {
  17.   height: 80px;
  18.   width: 70px;
  19.   text-align: center;
  20.   vertical-align: middle;
  21.   padding: 0;
  22.   font-size: 40px;
  23.   line-height: 80px;
  24.   color: #007dcd;
  25. }
  26. .aktuell, .forecast {
  27.   height: 80px;
  28.   font-family: "Helvetica, Arial", sans-serif;
  29.   font-size: 14px;
  30.   padding: 0;
  31. }
  32. #weather_str {
  33.   font-family: "Oswald", sans-serif;
  34.   font-size: 20px;
  35. }
  36. #forecast_str {
  37.   font-family: "Oswald", sans-serif;
  38.   font-size: 12px;
  39. }
  40. .temp, .hum, .temp_high, .temp_low {
  41.   font-family: "Oswald", sans-serif;
  42.   font-size: 40px;
  43.   width: 97px;
  44. }
  45. .space {height: 3px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement