rainy-2-night.svg 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <svg width="56" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg">
  3. <defs>
  4. <style type="text/css">
  5. <![CDATA[
  6. /*
  7. ** CLOUDS
  8. */
  9. @keyframes am-weather-cloud-2 {
  10. 0% {
  11. -webkit-transform: translate(0px, 0px);
  12. -moz-transform: translate(0px, 0px);
  13. -ms-transform: translate(0px, 0px);
  14. transform: translate(0px, 0px);
  15. }
  16. 50% {
  17. -webkit-transform: translate(2px, 0px);
  18. -moz-transform: translate(2px, 0px);
  19. -ms-transform: translate(2px, 0px);
  20. transform: translate(2px, 0px);
  21. }
  22. 100% {
  23. -webkit-transform: translate(0px, 0px);
  24. -moz-transform: translate(0px, 0px);
  25. -ms-transform: translate(0px, 0px);
  26. transform: translate(0px, 0px);
  27. }
  28. }
  29. .am-weather-cloud-2 {
  30. -webkit-animation-name: am-weather-cloud-2;
  31. -moz-animation-name: am-weather-cloud-2;
  32. animation-name: am-weather-cloud-2;
  33. -webkit-animation-duration: 3s;
  34. -moz-animation-duration: 3s;
  35. animation-duration: 3s;
  36. -webkit-animation-timing-function: linear;
  37. -moz-animation-timing-function: linear;
  38. animation-timing-function: linear;
  39. -webkit-animation-iteration-count: infinite;
  40. -moz-animation-iteration-count: infinite;
  41. animation-iteration-count: infinite;
  42. }
  43. /*
  44. ** MOON
  45. */
  46. @keyframes am-weather-moon {
  47. 0% {
  48. -webkit-transform: rotate(0deg);
  49. -moz-transform: rotate(0deg);
  50. -ms-transform: rotate(0deg);
  51. transform: rotate(0deg);
  52. }
  53. 50% {
  54. -webkit-transform: rotate(15deg);
  55. -moz-transform: rotate(15deg);
  56. -ms-transform: rotate(15deg);
  57. transform: rotate(15deg);
  58. }
  59. 100% {
  60. -webkit-transform: rotate(0deg);
  61. -moz-transform: rotate(0deg);
  62. -ms-transform: rotate(0deg);
  63. transform: rotate(0deg);
  64. }
  65. }
  66. .am-weather-moon {
  67. -webkit-animation-name: am-weather-moon;
  68. -moz-animation-name: am-weather-moon;
  69. -ms-animation-name: am-weather-moon;
  70. animation-name: am-weather-moon;
  71. -webkit-animation-duration: 6s;
  72. -moz-animation-duration: 6s;
  73. -ms-animation-duration: 6s;
  74. animation-duration: 6s;
  75. -webkit-animation-timing-function: linear;
  76. -moz-animation-timing-function: linear;
  77. -ms-animation-timing-function: linear;
  78. animation-timing-function: linear;
  79. -webkit-animation-iteration-count: infinite;
  80. -moz-animation-iteration-count: infinite;
  81. -ms-animation-iteration-count: infinite;
  82. animation-iteration-count: infinite;
  83. -webkit-transform-origin: 12.5px 15.15px 0;
  84. /* TODO FF CENTER ISSUE */
  85. -moz-transform-origin: 12.5px 15.15px 0;
  86. /* TODO FF CENTER ISSUE */
  87. -ms-transform-origin: 12.5px 15.15px 0;
  88. /* TODO FF CENTER ISSUE */
  89. transform-origin: 12.5px 15.15px 0;
  90. /* TODO FF CENTER ISSUE */
  91. }
  92. @keyframes am-weather-moon-star-1 {
  93. 0% {
  94. opacity: 0;
  95. }
  96. 100% {
  97. opacity: 1;
  98. }
  99. }
  100. .am-weather-moon-star-1 {
  101. -webkit-animation-name: am-weather-moon-star-1;
  102. -moz-animation-name: am-weather-moon-star-1;
  103. -ms-animation-name: am-weather-moon-star-1;
  104. animation-name: am-weather-moon-star-1;
  105. -webkit-animation-delay: 3s;
  106. -moz-animation-delay: 3s;
  107. -ms-animation-delay: 3s;
  108. animation-delay: 3s;
  109. -webkit-animation-duration: 5s;
  110. -moz-animation-duration: 5s;
  111. -ms-animation-duration: 5s;
  112. animation-duration: 5s;
  113. -webkit-animation-timing-function: linear;
  114. -moz-animation-timing-function: linear;
  115. -ms-animation-timing-function: linear;
  116. animation-timing-function: linear;
  117. -webkit-animation-iteration-count: 1;
  118. -moz-animation-iteration-count: 1;
  119. -ms-animation-iteration-count: 1;
  120. animation-iteration-count: 1;
  121. }
  122. @keyframes am-weather-moon-star-2 {
  123. 0% {
  124. opacity: 0;
  125. }
  126. 100% {
  127. opacity: 1;
  128. }
  129. }
  130. .am-weather-moon-star-2 {
  131. -webkit-animation-name: am-weather-moon-star-2;
  132. -moz-animation-name: am-weather-moon-star-2;
  133. -ms-animation-name: am-weather-moon-star-2;
  134. animation-name: am-weather-moon-star-2;
  135. -webkit-animation-delay: 5s;
  136. -moz-animation-delay: 5s;
  137. -ms-animation-delay: 5s;
  138. animation-delay: 5s;
  139. -webkit-animation-duration: 4s;
  140. -moz-animation-duration: 4s;
  141. -ms-animation-duration: 4s;
  142. animation-duration: 4s;
  143. -webkit-animation-timing-function: linear;
  144. -moz-animation-timing-function: linear;
  145. -ms-animation-timing-function: linear;
  146. animation-timing-function: linear;
  147. -webkit-animation-iteration-count: 1;
  148. -moz-animation-iteration-count: 1;
  149. -ms-animation-iteration-count: 1;
  150. animation-iteration-count: 1;
  151. }
  152. /*
  153. ** RAIN
  154. */
  155. @keyframes am-weather-rain {
  156. 0% {
  157. stroke-dashoffset: 0;
  158. }
  159. 100% {
  160. stroke-dashoffset: -100;
  161. }
  162. }
  163. .am-weather-rain-1 {
  164. -webkit-animation-name: am-weather-rain;
  165. -moz-animation-name: am-weather-rain;
  166. -ms-animation-name: am-weather-rain;
  167. animation-name: am-weather-rain;
  168. -webkit-animation-duration: 8s;
  169. -moz-animation-duration: 8s;
  170. -ms-animation-duration: 8s;
  171. animation-duration: 8s;
  172. -webkit-animation-timing-function: linear;
  173. -moz-animation-timing-function: linear;
  174. -ms-animation-timing-function: linear;
  175. animation-timing-function: linear;
  176. -webkit-animation-iteration-count: infinite;
  177. -moz-animation-iteration-count: infinite;
  178. -ms-animation-iteration-count: infinite;
  179. animation-iteration-count: infinite;
  180. }
  181. .am-weather-rain-2 {
  182. -webkit-animation-name: am-weather-rain;
  183. -moz-animation-name: am-weather-rain;
  184. -ms-animation-name: am-weather-rain;
  185. animation-name: am-weather-rain;
  186. -webkit-animation-delay: 0.25s;
  187. -moz-animation-delay: 0.25s;
  188. -ms-animation-delay: 0.25s;
  189. animation-delay: 0.25s;
  190. -webkit-animation-duration: 8s;
  191. -moz-animation-duration: 8s;
  192. -ms-animation-duration: 8s;
  193. animation-duration: 8s;
  194. -webkit-animation-timing-function: linear;
  195. -moz-animation-timing-function: linear;
  196. -ms-animation-timing-function: linear;
  197. animation-timing-function: linear;
  198. -webkit-animation-iteration-count: infinite;
  199. -moz-animation-iteration-count: infinite;
  200. -ms-animation-iteration-count: infinite;
  201. animation-iteration-count: infinite;
  202. }
  203. ]]>
  204. </style>
  205. </defs>
  206. <g class="layer" transform="translate(16,-2)">
  207. <g transform="matrix(.8 0 0 .8 16 4)">
  208. <g class="am-weather-moon-star-1"
  209. style="-moz-animation-delay:3s;-moz-animation-duration:5s;-moz-animation-iteration-count:1;-moz-animation-name:am-weather-moon-star-1;-moz-animation-timing-function:linear;-ms-animation-delay:3s;-ms-animation-duration:5s;-ms-animation-iteration-count:1;-ms-animation-name:am-weather-moon-star-1;-ms-animation-timing-function:linear;-webkit-animation-delay:3s;-webkit-animation-duration:5s;-webkit-animation-iteration-count:1;-webkit-animation-name:am-weather-moon-star-1;-webkit-animation-timing-function:linear">
  210. <polygon points="4 4 3.3 5.2 2.7 4 1.5 3.3 2.7 2.7 3.3 1.5 4 2.7 5.2 3.3" fill="#ffa500"
  211. stroke-miterlimit="10" />
  212. </g>
  213. <g class="am-weather-moon-star-2"
  214. style="-moz-animation-delay:5s;-moz-animation-duration:4s;-moz-animation-iteration-count:1;-moz-animation-name:am-weather-moon-star-2;-moz-animation-timing-function:linear;-ms-animation-delay:5s;-ms-animation-duration:4s;-ms-animation-iteration-count:1;-ms-animation-name:am-weather-moon-star-2;-ms-animation-timing-function:linear;-webkit-animation-delay:5s;-webkit-animation-duration:4s;-webkit-animation-iteration-count:1;-webkit-animation-name:am-weather-moon-star-2;-webkit-animation-timing-function:linear">
  215. <polygon transform="translate(20,10)" points="4 4 3.3 5.2 2.7 4 1.5 3.3 2.7 2.7 3.3 1.5 4 2.7 5.2 3.3"
  216. fill="#ffa500" stroke-miterlimit="10" />
  217. </g>
  218. <g class="am-weather-moon"
  219. style="-moz-animation-duration:6s;-moz-animation-iteration-count:infinite;-moz-animation-name:am-weather-moon;-moz-animation-timing-function:linear;-moz-transform-origin:12.5px 15.15px 0;-ms-animation-duration:6s;-ms-animation-iteration-count:infinite;-ms-animation-name:am-weather-moon;-ms-animation-timing-function:linear;-ms-transform-origin:12.5px 15.15px 0;-webkit-animation-duration:6s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:am-weather-moon;-webkit-animation-timing-function:linear;-webkit-transform-origin:12.5px 15.15px 0">
  220. <path
  221. d="m14.5 13.2c0-3.7 2-6.9 5-8.7-1.5-0.9-3.2-1.3-5-1.3-5.5 0-10 4.5-10 10s4.5 10 10 10c1.8 0 3.5-0.5 5-1.3-3-1.7-5-5-5-8.7z"
  222. fill="#ffa500" stroke="#ffa500" stroke-linejoin="round" stroke-width="2" />
  223. </g>
  224. </g>
  225. <g class="am-weather-cloud-3"
  226. style="-moz-animation-duration:3s;-moz-animation-iteration-count:infinite;-moz-animation-name:am-weather-cloud-2;-moz-animation-timing-function:linear;-webkit-animation-duration:3s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:am-weather-cloud-2;-webkit-animation-timing-function:linear">
  227. <path transform="translate(-20,-11)"
  228. d="m47.7 35.4c0-4.6-3.7-8.2-8.2-8.2-1 0-1.9 0.2-2.8 0.5-0.3-3.4-3.1-6.2-6.6-6.2-3.7 0-6.7 3-6.7 6.7 0 0.8 0.2 1.6 0.4 2.3-0.3-0.1-0.7-0.1-1-0.1-3.7 0-6.7 3-6.7 6.7 0 3.6 2.9 6.6 6.5 6.7h17.2c4.4-0.5 7.9-4 7.9-8.4z"
  229. fill="#57a0ee" stroke="#fff" stroke-linejoin="round" stroke-width="1.2" />
  230. </g>
  231. <g class="am-weather-rain-2" transform="translate(-20,-10) rotate(10,34,46)" fill="none" stroke="#91c0f8"
  232. stroke-dasharray="4, 7" stroke-linecap="round" stroke-width="2">
  233. <line class="am-weather-rain-1" transform="translate(-6,1)" x1="34" x2="34" y1="46" y2="54"
  234. style="-moz-animation-duration:8s;-moz-animation-iteration-count:infinite;-moz-animation-name:am-weather-rain;-moz-animation-timing-function:linear;-ms-animation-duration:8s;-ms-animation-iteration-count:infinite;-ms-animation-name:am-weather-rain;-ms-animation-timing-function:linear;-webkit-animation-duration:8s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:am-weather-rain;-webkit-animation-timing-function:linear" />
  235. <line class="am-weather-rain-2" transform="translate(0,-1)" x1="34" x2="34" y1="46" y2="54"
  236. style="-moz-animation-delay:0.25s;-moz-animation-duration:8s;-moz-animation-iteration-count:infinite;-moz-animation-name:am-weather-rain;-moz-animation-timing-function:linear;-ms-animation-delay:0.25s;-ms-animation-duration:8s;-ms-animation-iteration-count:infinite;-ms-animation-name:am-weather-rain;-ms-animation-timing-function:linear;-webkit-animation-delay:0.25s;-webkit-animation-duration:8s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:am-weather-rain;-webkit-animation-timing-function:linear" />
  237. </g>
  238. </g>
  239. </svg>