Advertisement
Guest User

Weather Backgrounds

a guest
Aug 1st, 2013
6,431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. .weather {
  2. text-shadow:none;
  3. color: rgba(0,0,0,0);
  4. }
  5.  
  6. .weather em small {
  7. font-size: 0pt;
  8. color: white;
  9. text-shadow: 1px 1px black;
  10. position: absolute;
  11. left:0;
  12. top: 85px;
  13. width: 95px;
  14. text-align:center;
  15. }
  16.  
  17. .sunweather, .sunnydayweather {
  18. background: url(http://i.imgur.com/K6mV4nW.gif) no-repeat scroll left top;
  19. opacity: 1 !important;
  20. background-size: cover;
  21. }
  22.  
  23. .rainweather, .raindanceweather {
  24. background: url(http://i.imgur.com/Sbn9yKh.gif) no-repeat scroll left top;
  25. opacity: 1 !important;
  26. background-size: cover;
  27. }
  28. }
  29.  
  30.  
  31. .sandstormweather {
  32. background: url(http://i.imgur.com/XbSeBJV.gif) no-repeat scroll left top;
  33. opacity: 1 !important;
  34. background-size: cover;
  35. }
  36.  
  37. .hailweather {
  38. background: url(http://105.imagebam.com/download/HBGwrs8V1C312tQR1clWKQ/26826/268257218/jXLwILtb4rAk.gif) no-repeat scroll left top;
  39. opacity: 1 !important;
  40. background-size: cover;
  41. }
  42.  
  43. .sandstormweather {
  44. background: url(http://i.imgur.com/XbSeBJV.gif) no-repeat scroll left top;
  45. opacity: 1 !important;
  46. background-size: cover;
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement