weather-icons.css 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785
  1. @charset "UTF-8";
  2. /*!
  3. * Weather Icons 2.0
  4. * Updated August 1, 2015
  5. * Weather themed icons for Bootstrap
  6. * Author - Erik Flowers - erik@helloerik.com
  7. * Email: erik@helloerik.com
  8. * Twitter: http://twitter.com/Erik_UX
  9. * ------------------------------------------------------------------------------
  10. * Maintained at http://erikflowers.github.io/weather-icons
  11. *
  12. * License
  13. * ------------------------------------------------------------------------------
  14. * - Font licensed under SIL OFL 1.1 -
  15. * http://scripts.sil.org/OFL
  16. * - CSS, LESS and SCSS are licensed under MIT License -
  17. * http://opensource.org/licenses/mit-license.html
  18. * - Documentation licensed under CC BY 3.0 -
  19. * http://creativecommons.org/licenses/by/3.0/
  20. * - Inspired by and works great as a companion with Font Awesome
  21. * "Font Awesome by Dave Gandy - http://fontawesome.io"
  22. */
  23. @font-face {
  24. font-family: "weathericons";
  25. src: url("../font/weathericons-regular-webfont.eot");
  26. src: url("../font/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/weathericons-regular-webfont.woff2") format("woff2"), url("../font/weathericons-regular-webfont.woff") format("woff"), url("../font/weathericons-regular-webfont.ttf") format("truetype"), url("../font/weathericons-regular-webfont.svg#weather_iconsregular") format("svg");
  27. font-weight: normal;
  28. font-style: normal; }
  29. .wi {
  30. display: inline-block;
  31. font-family: "weathericons";
  32. font-style: normal;
  33. font-weight: normal;
  34. line-height: 1;
  35. -webkit-font-smoothing: antialiased;
  36. -moz-osx-font-smoothing: grayscale; }
  37. .wi-fw {
  38. width: 1.4em;
  39. text-align: center; }
  40. .wi-rotate-90 {
  41. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  42. -webkit-transform: rotate(90deg);
  43. -ms-transform: rotate(90deg);
  44. transform: rotate(90deg); }
  45. .wi-rotate-180 {
  46. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  47. -webkit-transform: rotate(180deg);
  48. -ms-transform: rotate(180deg);
  49. transform: rotate(180deg); }
  50. .wi-rotate-270 {
  51. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  52. -webkit-transform: rotate(270deg);
  53. -ms-transform: rotate(270deg);
  54. transform: rotate(270deg); }
  55. .wi-flip-horizontal {
  56. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  57. -webkit-transform: scale(-1, 1);
  58. -ms-transform: scale(-1, 1);
  59. transform: scale(-1, 1); }
  60. .wi-flip-vertical {
  61. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  62. -webkit-transform: scale(1, -1);
  63. -ms-transform: scale(1, -1);
  64. transform: scale(1, -1); }
  65. .wi-day-sunny:before {
  66. content: ""; }
  67. .wi-day-cloudy:before {
  68. content: ""; }
  69. .wi-day-cloudy-gusts:before {
  70. content: ""; }
  71. .wi-day-cloudy-windy:before {
  72. content: ""; }
  73. .wi-day-fog:before {
  74. content: ""; }
  75. .wi-day-hail:before {
  76. content: ""; }
  77. .wi-day-haze:before {
  78. content: ""; }
  79. .wi-day-lightning:before {
  80. content: ""; }
  81. .wi-day-rain:before {
  82. content: ""; }
  83. .wi-day-rain-mix:before {
  84. content: ""; }
  85. .wi-day-rain-wind:before {
  86. content: ""; }
  87. .wi-day-showers:before {
  88. content: ""; }
  89. .wi-day-sleet:before {
  90. content: ""; }
  91. .wi-day-sleet-storm:before {
  92. content: ""; }
  93. .wi-day-snow:before {
  94. content: ""; }
  95. .wi-day-snow-thunderstorm:before {
  96. content: ""; }
  97. .wi-day-snow-wind:before {
  98. content: ""; }
  99. .wi-day-sprinkle:before {
  100. content: ""; }
  101. .wi-day-storm-showers:before {
  102. content: ""; }
  103. .wi-day-sunny-overcast:before {
  104. content: ""; }
  105. .wi-day-thunderstorm:before {
  106. content: ""; }
  107. .wi-day-windy:before {
  108. content: ""; }
  109. .wi-solar-eclipse:before {
  110. content: ""; }
  111. .wi-hot:before {
  112. content: ""; }
  113. .wi-day-cloudy-high:before {
  114. content: ""; }
  115. .wi-day-light-wind:before {
  116. content: ""; }
  117. .wi-night-clear:before {
  118. content: ""; }
  119. .wi-night-alt-cloudy:before {
  120. content: ""; }
  121. .wi-night-alt-cloudy-gusts:before {
  122. content: ""; }
  123. .wi-night-alt-cloudy-windy:before {
  124. content: ""; }
  125. .wi-night-alt-hail:before {
  126. content: ""; }
  127. .wi-night-alt-lightning:before {
  128. content: ""; }
  129. .wi-night-alt-rain:before {
  130. content: ""; }
  131. .wi-night-alt-rain-mix:before {
  132. content: ""; }
  133. .wi-night-alt-rain-wind:before {
  134. content: ""; }
  135. .wi-night-alt-showers:before {
  136. content: ""; }
  137. .wi-night-alt-sleet:before {
  138. content: ""; }
  139. .wi-night-alt-sleet-storm:before {
  140. content: ""; }
  141. .wi-night-alt-snow:before {
  142. content: ""; }
  143. .wi-night-alt-snow-thunderstorm:before {
  144. content: ""; }
  145. .wi-night-alt-snow-wind:before {
  146. content: ""; }
  147. .wi-night-alt-sprinkle:before {
  148. content: ""; }
  149. .wi-night-alt-storm-showers:before {
  150. content: ""; }
  151. .wi-night-alt-thunderstorm:before {
  152. content: ""; }
  153. .wi-night-cloudy:before {
  154. content: ""; }
  155. .wi-night-cloudy-gusts:before {
  156. content: ""; }
  157. .wi-night-cloudy-windy:before {
  158. content: ""; }
  159. .wi-night-fog:before {
  160. content: ""; }
  161. .wi-night-hail:before {
  162. content: ""; }
  163. .wi-night-lightning:before {
  164. content: ""; }
  165. .wi-night-partly-cloudy:before {
  166. content: ""; }
  167. .wi-night-rain:before {
  168. content: ""; }
  169. .wi-night-rain-mix:before {
  170. content: ""; }
  171. .wi-night-rain-wind:before {
  172. content: ""; }
  173. .wi-night-showers:before {
  174. content: ""; }
  175. .wi-night-sleet:before {
  176. content: ""; }
  177. .wi-night-sleet-storm:before {
  178. content: ""; }
  179. .wi-night-snow:before {
  180. content: ""; }
  181. .wi-night-snow-thunderstorm:before {
  182. content: ""; }
  183. .wi-night-snow-wind:before {
  184. content: ""; }
  185. .wi-night-sprinkle:before {
  186. content: ""; }
  187. .wi-night-storm-showers:before {
  188. content: ""; }
  189. .wi-night-thunderstorm:before {
  190. content: ""; }
  191. .wi-lunar-eclipse:before {
  192. content: ""; }
  193. .wi-stars:before {
  194. content: ""; }
  195. .wi-storm-showers:before {
  196. content: ""; }
  197. .wi-thunderstorm:before {
  198. content: ""; }
  199. .wi-night-alt-cloudy-high:before {
  200. content: ""; }
  201. .wi-night-cloudy-high:before {
  202. content: ""; }
  203. .wi-night-alt-partly-cloudy:before {
  204. content: ""; }
  205. .wi-cloud:before {
  206. content: ""; }
  207. .wi-cloudy:before {
  208. content: ""; }
  209. .wi-cloudy-gusts:before {
  210. content: ""; }
  211. .wi-cloudy-windy:before {
  212. content: ""; }
  213. .wi-fog:before {
  214. content: ""; }
  215. .wi-hail:before {
  216. content: ""; }
  217. .wi-rain:before {
  218. content: ""; }
  219. .wi-rain-mix:before {
  220. content: ""; }
  221. .wi-rain-wind:before {
  222. content: ""; }
  223. .wi-showers:before {
  224. content: ""; }
  225. .wi-sleet:before {
  226. content: ""; }
  227. .wi-snow:before {
  228. content: ""; }
  229. .wi-sprinkle:before {
  230. content: ""; }
  231. .wi-storm-showers:before {
  232. content: ""; }
  233. .wi-thunderstorm:before {
  234. content: ""; }
  235. .wi-snow-wind:before {
  236. content: ""; }
  237. .wi-snow:before {
  238. content: ""; }
  239. .wi-smog:before {
  240. content: ""; }
  241. .wi-smoke:before {
  242. content: ""; }
  243. .wi-lightning:before {
  244. content: ""; }
  245. .wi-raindrops:before {
  246. content: ""; }
  247. .wi-raindrop:before {
  248. content: ""; }
  249. .wi-dust:before {
  250. content: ""; }
  251. .wi-snowflake-cold:before {
  252. content: ""; }
  253. .wi-windy:before {
  254. content: ""; }
  255. .wi-strong-wind:before {
  256. content: ""; }
  257. .wi-sandstorm:before {
  258. content: ""; }
  259. .wi-earthquake:before {
  260. content: ""; }
  261. .wi-fire:before {
  262. content: ""; }
  263. .wi-flood:before {
  264. content: ""; }
  265. .wi-meteor:before {
  266. content: ""; }
  267. .wi-tsunami:before {
  268. content: ""; }
  269. .wi-volcano:before {
  270. content: ""; }
  271. .wi-hurricane:before {
  272. content: ""; }
  273. .wi-tornado:before {
  274. content: ""; }
  275. .wi-small-craft-advisory:before {
  276. content: ""; }
  277. .wi-gale-warning:before {
  278. content: ""; }
  279. .wi-storm-warning:before {
  280. content: ""; }
  281. .wi-hurricane-warning:before {
  282. content: ""; }
  283. .wi-wind-direction:before {
  284. content: ""; }
  285. .wi-alien:before {
  286. content: ""; }
  287. .wi-celsius:before {
  288. content: ""; }
  289. .wi-fahrenheit:before {
  290. content: ""; }
  291. .wi-degrees:before {
  292. content: ""; }
  293. .wi-thermometer:before {
  294. content: ""; }
  295. .wi-thermometer-exterior:before {
  296. content: ""; }
  297. .wi-thermometer-internal:before {
  298. content: ""; }
  299. .wi-cloud-down:before {
  300. content: ""; }
  301. .wi-cloud-up:before {
  302. content: ""; }
  303. .wi-cloud-refresh:before {
  304. content: ""; }
  305. .wi-horizon:before {
  306. content: ""; }
  307. .wi-horizon-alt:before {
  308. content: ""; }
  309. .wi-sunrise:before {
  310. content: ""; }
  311. .wi-sunset:before {
  312. content: ""; }
  313. .wi-moonrise:before {
  314. content: ""; }
  315. .wi-moonset:before {
  316. content: ""; }
  317. .wi-refresh:before {
  318. content: ""; }
  319. .wi-refresh-alt:before {
  320. content: ""; }
  321. .wi-umbrella:before {
  322. content: ""; }
  323. .wi-barometer:before {
  324. content: ""; }
  325. .wi-humidity:before {
  326. content: ""; }
  327. .wi-na:before {
  328. content: ""; }
  329. .wi-train:before {
  330. content: ""; }
  331. .wi-moon-new:before {
  332. content: ""; }
  333. .wi-moon-waxing-cresent-1:before {
  334. content: ""; }
  335. .wi-moon-waxing-cresent-2:before {
  336. content: ""; }
  337. .wi-moon-waxing-cresent-3:before {
  338. content: ""; }
  339. .wi-moon-waxing-cresent-4:before {
  340. content: ""; }
  341. .wi-moon-waxing-cresent-5:before {
  342. content: ""; }
  343. .wi-moon-waxing-cresent-6:before {
  344. content: ""; }
  345. .wi-moon-first-quarter:before {
  346. content: ""; }
  347. .wi-moon-waxing-gibbous-1:before {
  348. content: ""; }
  349. .wi-moon-waxing-gibbous-2:before {
  350. content: ""; }
  351. .wi-moon-waxing-gibbous-3:before {
  352. content: ""; }
  353. .wi-moon-waxing-gibbous-4:before {
  354. content: ""; }
  355. .wi-moon-waxing-gibbous-5:before {
  356. content: ""; }
  357. .wi-moon-waxing-gibbous-6:before {
  358. content: ""; }
  359. .wi-moon-full:before {
  360. content: ""; }
  361. .wi-moon-waning-gibbous-1:before {
  362. content: ""; }
  363. .wi-moon-waning-gibbous-2:before {
  364. content: ""; }
  365. .wi-moon-waning-gibbous-3:before {
  366. content: ""; }
  367. .wi-moon-waning-gibbous-4:before {
  368. content: ""; }
  369. .wi-moon-waning-gibbous-5:before {
  370. content: ""; }
  371. .wi-moon-waning-gibbous-6:before {
  372. content: ""; }
  373. .wi-moon-third-quarter:before {
  374. content: ""; }
  375. .wi-moon-waning-crescent-1:before {
  376. content: ""; }
  377. .wi-moon-waning-crescent-2:before {
  378. content: ""; }
  379. .wi-moon-waning-crescent-3:before {
  380. content: ""; }
  381. .wi-moon-waning-crescent-4:before {
  382. content: ""; }
  383. .wi-moon-waning-crescent-5:before {
  384. content: ""; }
  385. .wi-moon-waning-crescent-6:before {
  386. content: ""; }
  387. .wi-moon-alt-new:before {
  388. content: ""; }
  389. .wi-moon-alt-waxing-cresent-1:before {
  390. content: ""; }
  391. .wi-moon-alt-waxing-cresent-2:before {
  392. content: ""; }
  393. .wi-moon-alt-waxing-cresent-3:before {
  394. content: ""; }
  395. .wi-moon-alt-waxing-cresent-4:before {
  396. content: ""; }
  397. .wi-moon-alt-waxing-cresent-5:before {
  398. content: ""; }
  399. .wi-moon-alt-waxing-cresent-6:before {
  400. content: ""; }
  401. .wi-moon-alt-first-quarter:before {
  402. content: ""; }
  403. .wi-moon-alt-waxing-gibbous-1:before {
  404. content: ""; }
  405. .wi-moon-alt-waxing-gibbous-2:before {
  406. content: ""; }
  407. .wi-moon-alt-waxing-gibbous-3:before {
  408. content: ""; }
  409. .wi-moon-alt-waxing-gibbous-4:before {
  410. content: ""; }
  411. .wi-moon-alt-waxing-gibbous-5:before {
  412. content: ""; }
  413. .wi-moon-alt-waxing-gibbous-6:before {
  414. content: ""; }
  415. .wi-moon-alt-full:before {
  416. content: ""; }
  417. .wi-moon-alt-waning-gibbous-1:before {
  418. content: ""; }
  419. .wi-moon-alt-waning-gibbous-2:before {
  420. content: ""; }
  421. .wi-moon-alt-waning-gibbous-3:before {
  422. content: ""; }
  423. .wi-moon-alt-waning-gibbous-4:before {
  424. content: ""; }
  425. .wi-moon-alt-waning-gibbous-5:before {
  426. content: ""; }
  427. .wi-moon-alt-waning-gibbous-6:before {
  428. content: ""; }
  429. .wi-moon-alt-third-quarter:before {
  430. content: ""; }
  431. .wi-moon-alt-waning-crescent-1:before {
  432. content: ""; }
  433. .wi-moon-alt-waning-crescent-2:before {
  434. content: ""; }
  435. .wi-moon-alt-waning-crescent-3:before {
  436. content: ""; }
  437. .wi-moon-alt-waning-crescent-4:before {
  438. content: ""; }
  439. .wi-moon-alt-waning-crescent-5:before {
  440. content: ""; }
  441. .wi-moon-alt-waning-crescent-6:before {
  442. content: ""; }
  443. .wi-moon-0:before {
  444. content: ""; }
  445. .wi-moon-1:before {
  446. content: ""; }
  447. .wi-moon-2:before {
  448. content: ""; }
  449. .wi-moon-3:before {
  450. content: ""; }
  451. .wi-moon-4:before {
  452. content: ""; }
  453. .wi-moon-5:before {
  454. content: ""; }
  455. .wi-moon-6:before {
  456. content: ""; }
  457. .wi-moon-7:before {
  458. content: ""; }
  459. .wi-moon-8:before {
  460. content: ""; }
  461. .wi-moon-9:before {
  462. content: ""; }
  463. .wi-moon-10:before {
  464. content: ""; }
  465. .wi-moon-11:before {
  466. content: ""; }
  467. .wi-moon-12:before {
  468. content: ""; }
  469. .wi-moon-13:before {
  470. content: ""; }
  471. .wi-moon-14:before {
  472. content: ""; }
  473. .wi-moon-15:before {
  474. content: ""; }
  475. .wi-moon-16:before {
  476. content: ""; }
  477. .wi-moon-17:before {
  478. content: ""; }
  479. .wi-moon-18:before {
  480. content: ""; }
  481. .wi-moon-19:before {
  482. content: ""; }
  483. .wi-moon-20:before {
  484. content: ""; }
  485. .wi-moon-21:before {
  486. content: ""; }
  487. .wi-moon-22:before {
  488. content: ""; }
  489. .wi-moon-23:before {
  490. content: ""; }
  491. .wi-moon-24:before {
  492. content: ""; }
  493. .wi-moon-25:before {
  494. content: ""; }
  495. .wi-moon-26:before {
  496. content: ""; }
  497. .wi-moon-27:before {
  498. content: ""; }
  499. .wi-time-1:before {
  500. content: ""; }
  501. .wi-time-2:before {
  502. content: ""; }
  503. .wi-time-3:before {
  504. content: ""; }
  505. .wi-time-4:before {
  506. content: ""; }
  507. .wi-time-5:before {
  508. content: ""; }
  509. .wi-time-6:before {
  510. content: ""; }
  511. .wi-time-7:before {
  512. content: ""; }
  513. .wi-time-8:before {
  514. content: ""; }
  515. .wi-time-9:before {
  516. content: ""; }
  517. .wi-time-10:before {
  518. content: ""; }
  519. .wi-time-11:before {
  520. content: ""; }
  521. .wi-time-12:before {
  522. content: ""; }
  523. .wi-direction-up:before {
  524. content: ""; }
  525. .wi-direction-up-right:before {
  526. content: ""; }
  527. .wi-direction-right:before {
  528. content: ""; }
  529. .wi-direction-down-right:before {
  530. content: ""; }
  531. .wi-direction-down:before {
  532. content: ""; }
  533. .wi-direction-down-left:before {
  534. content: ""; }
  535. .wi-direction-left:before {
  536. content: ""; }
  537. .wi-direction-up-left:before {
  538. content: ""; }
  539. .wi-wind-beaufort-0:before {
  540. content: ""; }
  541. .wi-wind-beaufort-1:before {
  542. content: ""; }
  543. .wi-wind-beaufort-2:before {
  544. content: ""; }
  545. .wi-wind-beaufort-3:before {
  546. content: ""; }
  547. .wi-wind-beaufort-4:before {
  548. content: ""; }
  549. .wi-wind-beaufort-5:before {
  550. content: ""; }
  551. .wi-wind-beaufort-6:before {
  552. content: ""; }
  553. .wi-wind-beaufort-7:before {
  554. content: ""; }
  555. .wi-wind-beaufort-8:before {
  556. content: ""; }
  557. .wi-wind-beaufort-9:before {
  558. content: ""; }
  559. .wi-wind-beaufort-10:before {
  560. content: ""; }
  561. .wi-wind-beaufort-11:before {
  562. content: ""; }
  563. .wi-wind-beaufort-12:before {
  564. content: ""; }
  565. .wi-yahoo-0:before {
  566. content: ""; }
  567. .wi-yahoo-1:before {
  568. content: ""; }
  569. .wi-yahoo-2:before {
  570. content: ""; }
  571. .wi-yahoo-3:before {
  572. content: ""; }
  573. .wi-yahoo-4:before {
  574. content: ""; }
  575. .wi-yahoo-5:before {
  576. content: ""; }
  577. .wi-yahoo-6:before {
  578. content: ""; }
  579. .wi-yahoo-7:before {
  580. content: ""; }
  581. .wi-yahoo-8:before {
  582. content: ""; }
  583. .wi-yahoo-9:before {
  584. content: ""; }
  585. .wi-yahoo-10:before {
  586. content: ""; }
  587. .wi-yahoo-11:before {
  588. content: ""; }
  589. .wi-yahoo-12:before {
  590. content: ""; }
  591. .wi-yahoo-13:before {
  592. content: ""; }
  593. .wi-yahoo-14:before {
  594. content: ""; }
  595. .wi-yahoo-15:before {
  596. content: ""; }
  597. .wi-yahoo-16:before {
  598. content: ""; }
  599. .wi-yahoo-17:before {
  600. content: ""; }
  601. .wi-yahoo-18:before {
  602. content: ""; }
  603. .wi-yahoo-19:before {
  604. content: ""; }
  605. .wi-yahoo-20:before {
  606. content: ""; }
  607. .wi-yahoo-21:before {
  608. content: ""; }
  609. .wi-yahoo-22:before {
  610. content: ""; }
  611. .wi-yahoo-23:before {
  612. content: ""; }
  613. .wi-yahoo-24:before {
  614. content: ""; }
  615. .wi-yahoo-25:before {
  616. content: ""; }
  617. .wi-yahoo-26:before {
  618. content: ""; }
  619. .wi-yahoo-27:before {
  620. content: ""; }
  621. .wi-yahoo-28:before {
  622. content: ""; }
  623. .wi-yahoo-29:before {
  624. content: ""; }
  625. .wi-yahoo-30:before {
  626. content: ""; }
  627. .wi-yahoo-31:before {
  628. content: ""; }
  629. .wi-yahoo-32:before {
  630. content: ""; }
  631. .wi-yahoo-33:before {
  632. content: ""; }
  633. .wi-yahoo-34:before {
  634. content: ""; }
  635. .wi-yahoo-35:before {
  636. content: ""; }
  637. .wi-yahoo-36:before {
  638. content: ""; }
  639. .wi-yahoo-37:before {
  640. content: ""; }
  641. .wi-yahoo-38:before {
  642. content: ""; }
  643. .wi-yahoo-39:before {
  644. content: ""; }
  645. .wi-yahoo-40:before {
  646. content: ""; }
  647. .wi-yahoo-41:before {
  648. content: ""; }
  649. .wi-yahoo-42:before {
  650. content: ""; }
  651. .wi-yahoo-43:before {
  652. content: ""; }
  653. .wi-yahoo-44:before {
  654. content: ""; }
  655. .wi-yahoo-45:before {
  656. content: ""; }
  657. .wi-yahoo-46:before {
  658. content: ""; }
  659. .wi-yahoo-47:before {
  660. content: ""; }
  661. .wi-yahoo-3200:before {
  662. content: ""; }
  663. .wi-forecast-io-clear-day:before {
  664. content: ""; }
  665. .wi-forecast-io-clear-night:before {
  666. content: ""; }
  667. .wi-forecast-io-rain:before {
  668. content: ""; }
  669. .wi-forecast-io-snow:before {
  670. content: ""; }
  671. .wi-forecast-io-sleet:before {
  672. content: ""; }
  673. .wi-forecast-io-wind:before {
  674. content: ""; }
  675. .wi-forecast-io-fog:before {
  676. content: ""; }
  677. .wi-forecast-io-cloudy:before {
  678. content: ""; }
  679. .wi-forecast-io-partly-cloudy-day:before {
  680. content: ""; }
  681. .wi-forecast-io-partly-cloudy-night:before {
  682. content: ""; }
  683. .wi-forecast-io-hail:before {
  684. content: ""; }
  685. .wi-forecast-io-thunderstorm:before {
  686. content: ""; }
  687. .wi-forecast-io-tornado:before {
  688. content: ""; }
  689. .wi-wmo4680-0:before,
  690. .wi-wmo4680-00:before {
  691. content: ""; }
  692. .wi-wmo4680-1:before,
  693. .wi-wmo4680-01:before {
  694. content: ""; }
  695. .wi-wmo4680-2:before,
  696. .wi-wmo4680-02:before {
  697. content: ""; }
  698. .wi-wmo4680-3:before,
  699. .wi-wmo4680-03:before {
  700. content: ""; }
  701. .wi-wmo4680-4:before,
  702. .wi-wmo4680-04:before {
  703. content: ""; }
  704. .wi-wmo4680-5:before,
  705. .wi-wmo4680-05:before {
  706. content: ""; }
  707. .wi-wmo4680-10:before {
  708. content: ""; }
  709. .wi-wmo4680-11:before {
  710. content: ""; }
  711. .wi-wmo4680-12:before {
  712. content: ""; }
  713. .wi-wmo4680-18:before {
  714. content: ""; }
  715. .wi-wmo4680-20:before {
  716. content: ""; }
  717. .wi-wmo4680-21:before {
  718. content: ""; }
  719. .wi-wmo4680-22:before {
  720. content: ""; }
  721. .wi-wmo4680-23:before {
  722. content: ""; }
  723. .wi-wmo4680-24:before {
  724. content: ""; }
  725. .wi-wmo4680-25:before {
  726. content: ""; }
  727. .wi-wmo4680-26:before {
  728. content: ""; }
  729. .wi-wmo4680-27:before {
  730. content: ""; }
  731. .wi-wmo4680-28:before {
  732. content: ""; }
  733. .wi-wmo4680-29:before {
  734. content: ""; }
  735. .wi-wmo4680-30:before {
  736. content: ""; }
  737. .wi-wmo4680-31:before {
  738. content: ""; }
  739. .wi-wmo4680-32:before {
  740. content: ""; }
  741. .wi-wmo4680-33:before {
  742. content: ""; }
  743. .wi-wmo4680-34:before {
  744. content: ""; }
  745. .wi-wmo4680-35:before {
  746. content: ""; }
  747. .wi-wmo4680-40:before {
  748. content: ""; }
  749. .wi-wmo4680-41:before {
  750. content: ""; }
  751. .wi-wmo4680-42:before {
  752. content: ""; }
  753. .wi-wmo4680-43:before {
  754. content: ""; }
  755. .wi-wmo4680-44:before {
  756. content: ""; }
  757. .wi-wmo4680-45:before {
  758. content: ""; }
  759. .wi-wmo4680-46:before {
  760. content: ""; }
  761. .wi-wmo4680-47:before {
  762. content: ""; }
  763. .wi-wmo4680-48:before {
  764. content: ""; }
  765. .wi-wmo4680-50:before {
  766. content: ""; }
  767. .wi-wmo4680-51:before {
  768. content: ""; }
  769. .wi-wmo4680-52:before {
  770. content: ""; }
  771. .wi-wmo4680-53:before {
  772. content: ""; }
  773. .wi-wmo4680-54:before {
  774. content: ""; }
  775. .wi-wmo4680-55:before {
  776. content: ""; }
  777. .wi-wmo4680-56:before {
  778. content: ""; }
  779. .wi-wmo4680-57:before {
  780. content: ""; }
  781. .wi-wmo4680-58:before {
  782. content: ""; }
  783. .wi-wmo4680-60:before {
  784. content: ""; }
  785. .wi-wmo4680-61:before {
  786. content: ""; }
  787. .wi-wmo4680-62:before {
  788. content: ""; }
  789. .wi-wmo4680-63:before {
  790. content: ""; }
  791. .wi-wmo4680-64:before {
  792. content: ""; }
  793. .wi-wmo4680-65:before {
  794. content: ""; }
  795. .wi-wmo4680-66:before {
  796. content: ""; }
  797. .wi-wmo4680-67:before {
  798. content: ""; }
  799. .wi-wmo4680-68:before {
  800. content: ""; }
  801. .wi-wmo4680-70:before {
  802. content: ""; }
  803. .wi-wmo4680-71:before {
  804. content: ""; }
  805. .wi-wmo4680-72:before {
  806. content: ""; }
  807. .wi-wmo4680-73:before {
  808. content: ""; }
  809. .wi-wmo4680-74:before {
  810. content: ""; }
  811. .wi-wmo4680-75:before {
  812. content: ""; }
  813. .wi-wmo4680-76:before {
  814. content: ""; }
  815. .wi-wmo4680-77:before {
  816. content: ""; }
  817. .wi-wmo4680-78:before {
  818. content: ""; }
  819. .wi-wmo4680-80:before {
  820. content: ""; }
  821. .wi-wmo4680-81:before {
  822. content: ""; }
  823. .wi-wmo4680-82:before {
  824. content: ""; }
  825. .wi-wmo4680-83:before {
  826. content: ""; }
  827. .wi-wmo4680-84:before {
  828. content: ""; }
  829. .wi-wmo4680-85:before {
  830. content: ""; }
  831. .wi-wmo4680-86:before {
  832. content: ""; }
  833. .wi-wmo4680-87:before {
  834. content: ""; }
  835. .wi-wmo4680-89:before {
  836. content: ""; }
  837. .wi-wmo4680-90:before {
  838. content: ""; }
  839. .wi-wmo4680-91:before {
  840. content: ""; }
  841. .wi-wmo4680-92:before {
  842. content: ""; }
  843. .wi-wmo4680-93:before {
  844. content: ""; }
  845. .wi-wmo4680-94:before {
  846. content: ""; }
  847. .wi-wmo4680-95:before {
  848. content: ""; }
  849. .wi-wmo4680-96:before {
  850. content: ""; }
  851. .wi-wmo4680-99:before {
  852. content: ""; }
  853. .wi-owm-200:before {
  854. content: ""; }
  855. .wi-owm-201:before {
  856. content: ""; }
  857. .wi-owm-202:before {
  858. content: ""; }
  859. .wi-owm-210:before {
  860. content: ""; }
  861. .wi-owm-211:before {
  862. content: ""; }
  863. .wi-owm-212:before {
  864. content: ""; }
  865. .wi-owm-221:before {
  866. content: ""; }
  867. .wi-owm-230:before {
  868. content: ""; }
  869. .wi-owm-231:before {
  870. content: ""; }
  871. .wi-owm-232:before {
  872. content: ""; }
  873. .wi-owm-300:before {
  874. content: ""; }
  875. .wi-owm-301:before {
  876. content: ""; }
  877. .wi-owm-302:before {
  878. content: ""; }
  879. .wi-owm-310:before {
  880. content: ""; }
  881. .wi-owm-311:before {
  882. content: ""; }
  883. .wi-owm-312:before {
  884. content: ""; }
  885. .wi-owm-313:before {
  886. content: ""; }
  887. .wi-owm-314:before {
  888. content: ""; }
  889. .wi-owm-321:before {
  890. content: ""; }
  891. .wi-owm-500:before {
  892. content: ""; }
  893. .wi-owm-501:before {
  894. content: ""; }
  895. .wi-owm-502:before {
  896. content: ""; }
  897. .wi-owm-503:before {
  898. content: ""; }
  899. .wi-owm-504:before {
  900. content: ""; }
  901. .wi-owm-511:before {
  902. content: ""; }
  903. .wi-owm-520:before {
  904. content: ""; }
  905. .wi-owm-521:before {
  906. content: ""; }
  907. .wi-owm-522:before {
  908. content: ""; }
  909. .wi-owm-531:before {
  910. content: ""; }
  911. .wi-owm-600:before {
  912. content: ""; }
  913. .wi-owm-601:before {
  914. content: ""; }
  915. .wi-owm-602:before {
  916. content: ""; }
  917. .wi-owm-611:before {
  918. content: ""; }
  919. .wi-owm-612:before {
  920. content: ""; }
  921. .wi-owm-615:before {
  922. content: ""; }
  923. .wi-owm-616:before {
  924. content: ""; }
  925. .wi-owm-620:before {
  926. content: ""; }
  927. .wi-owm-621:before {
  928. content: ""; }
  929. .wi-owm-622:before {
  930. content: ""; }
  931. .wi-owm-701:before {
  932. content: ""; }
  933. .wi-owm-711:before {
  934. content: ""; }
  935. .wi-owm-721:before {
  936. content: ""; }
  937. .wi-owm-731:before {
  938. content: ""; }
  939. .wi-owm-741:before {
  940. content: ""; }
  941. .wi-owm-761:before {
  942. content: ""; }
  943. .wi-owm-762:before {
  944. content: ""; }
  945. .wi-owm-771:before {
  946. content: ""; }
  947. .wi-owm-781:before {
  948. content: ""; }
  949. .wi-owm-800:before {
  950. content: ""; }
  951. .wi-owm-801:before {
  952. content: ""; }
  953. .wi-owm-802:before {
  954. content: ""; }
  955. .wi-owm-803:before {
  956. content: ""; }
  957. .wi-owm-803:before {
  958. content: ""; }
  959. .wi-owm-804:before {
  960. content: ""; }
  961. .wi-owm-900:before {
  962. content: ""; }
  963. .wi-owm-901:before {
  964. content: ""; }
  965. .wi-owm-902:before {
  966. content: ""; }
  967. .wi-owm-903:before {
  968. content: ""; }
  969. .wi-owm-904:before {
  970. content: ""; }
  971. .wi-owm-905:before {
  972. content: ""; }
  973. .wi-owm-906:before {
  974. content: ""; }
  975. .wi-owm-957:before {
  976. content: ""; }
  977. .wi-owm-day-200:before {
  978. content: ""; }
  979. .wi-owm-day-201:before {
  980. content: ""; }
  981. .wi-owm-day-202:before {
  982. content: ""; }
  983. .wi-owm-day-210:before {
  984. content: ""; }
  985. .wi-owm-day-211:before {
  986. content: ""; }
  987. .wi-owm-day-212:before {
  988. content: ""; }
  989. .wi-owm-day-221:before {
  990. content: ""; }
  991. .wi-owm-day-230:before {
  992. content: ""; }
  993. .wi-owm-day-231:before {
  994. content: ""; }
  995. .wi-owm-day-232:before {
  996. content: ""; }
  997. .wi-owm-day-300:before {
  998. content: ""; }
  999. .wi-owm-day-301:before {
  1000. content: ""; }
  1001. .wi-owm-day-302:before {
  1002. content: ""; }
  1003. .wi-owm-day-310:before {
  1004. content: ""; }
  1005. .wi-owm-day-311:before {
  1006. content: ""; }
  1007. .wi-owm-day-312:before {
  1008. content: ""; }
  1009. .wi-owm-day-313:before {
  1010. content: ""; }
  1011. .wi-owm-day-314:before {
  1012. content: ""; }
  1013. .wi-owm-day-321:before {
  1014. content: ""; }
  1015. .wi-owm-day-500:before {
  1016. content: ""; }
  1017. .wi-owm-day-501:before {
  1018. content: ""; }
  1019. .wi-owm-day-502:before {
  1020. content: ""; }
  1021. .wi-owm-day-503:before {
  1022. content: ""; }
  1023. .wi-owm-day-504:before {
  1024. content: ""; }
  1025. .wi-owm-day-511:before {
  1026. content: ""; }
  1027. .wi-owm-day-520:before {
  1028. content: ""; }
  1029. .wi-owm-day-521:before {
  1030. content: ""; }
  1031. .wi-owm-day-522:before {
  1032. content: ""; }
  1033. .wi-owm-day-531:before {
  1034. content: ""; }
  1035. .wi-owm-day-600:before {
  1036. content: ""; }
  1037. .wi-owm-day-601:before {
  1038. content: ""; }
  1039. .wi-owm-day-602:before {
  1040. content: ""; }
  1041. .wi-owm-day-611:before {
  1042. content: ""; }
  1043. .wi-owm-day-612:before {
  1044. content: ""; }
  1045. .wi-owm-day-615:before {
  1046. content: ""; }
  1047. .wi-owm-day-616:before {
  1048. content: ""; }
  1049. .wi-owm-day-620:before {
  1050. content: ""; }
  1051. .wi-owm-day-621:before {
  1052. content: ""; }
  1053. .wi-owm-day-622:before {
  1054. content: ""; }
  1055. .wi-owm-day-701:before {
  1056. content: ""; }
  1057. .wi-owm-day-711:before {
  1058. content: ""; }
  1059. .wi-owm-day-721:before {
  1060. content: ""; }
  1061. .wi-owm-day-731:before {
  1062. content: ""; }
  1063. .wi-owm-day-741:before {
  1064. content: ""; }
  1065. .wi-owm-day-761:before {
  1066. content: ""; }
  1067. .wi-owm-day-762:before {
  1068. content: ""; }
  1069. .wi-owm-day-781:before {
  1070. content: ""; }
  1071. .wi-owm-day-800:before {
  1072. content: ""; }
  1073. .wi-owm-day-801:before {
  1074. content: ""; }
  1075. .wi-owm-day-802:before {
  1076. content: ""; }
  1077. .wi-owm-day-803:before {
  1078. content: ""; }
  1079. .wi-owm-day-804:before {
  1080. content: ""; }
  1081. .wi-owm-day-900:before {
  1082. content: ""; }
  1083. .wi-owm-day-902:before {
  1084. content: ""; }
  1085. .wi-owm-day-903:before {
  1086. content: ""; }
  1087. .wi-owm-day-904:before {
  1088. content: ""; }
  1089. .wi-owm-day-906:before {
  1090. content: ""; }
  1091. .wi-owm-day-957:before {
  1092. content: ""; }
  1093. .wi-owm-night-200:before {
  1094. content: ""; }
  1095. .wi-owm-night-201:before {
  1096. content: ""; }
  1097. .wi-owm-night-202:before {
  1098. content: ""; }
  1099. .wi-owm-night-210:before {
  1100. content: ""; }
  1101. .wi-owm-night-211:before {
  1102. content: ""; }
  1103. .wi-owm-night-212:before {
  1104. content: ""; }
  1105. .wi-owm-night-221:before {
  1106. content: ""; }
  1107. .wi-owm-night-230:before {
  1108. content: ""; }
  1109. .wi-owm-night-231:before {
  1110. content: ""; }
  1111. .wi-owm-night-232:before {
  1112. content: ""; }
  1113. .wi-owm-night-300:before {
  1114. content: ""; }
  1115. .wi-owm-night-301:before {
  1116. content: ""; }
  1117. .wi-owm-night-302:before {
  1118. content: ""; }
  1119. .wi-owm-night-310:before {
  1120. content: ""; }
  1121. .wi-owm-night-311:before {
  1122. content: ""; }
  1123. .wi-owm-night-312:before {
  1124. content: ""; }
  1125. .wi-owm-night-313:before {
  1126. content: ""; }
  1127. .wi-owm-night-314:before {
  1128. content: ""; }
  1129. .wi-owm-night-321:before {
  1130. content: ""; }
  1131. .wi-owm-night-500:before {
  1132. content: ""; }
  1133. .wi-owm-night-501:before {
  1134. content: ""; }
  1135. .wi-owm-night-502:before {
  1136. content: ""; }
  1137. .wi-owm-night-503:before {
  1138. content: ""; }
  1139. .wi-owm-night-504:before {
  1140. content: ""; }
  1141. .wi-owm-night-511:before {
  1142. content: ""; }
  1143. .wi-owm-night-520:before {
  1144. content: ""; }
  1145. .wi-owm-night-521:before {
  1146. content: ""; }
  1147. .wi-owm-night-522:before {
  1148. content: ""; }
  1149. .wi-owm-night-531:before {
  1150. content: ""; }
  1151. .wi-owm-night-600:before {
  1152. content: ""; }
  1153. .wi-owm-night-601:before {
  1154. content: ""; }
  1155. .wi-owm-night-602:before {
  1156. content: ""; }
  1157. .wi-owm-night-611:before {
  1158. content: ""; }
  1159. .wi-owm-night-612:before {
  1160. content: ""; }
  1161. .wi-owm-night-615:before {
  1162. content: ""; }
  1163. .wi-owm-night-616:before {
  1164. content: ""; }
  1165. .wi-owm-night-620:before {
  1166. content: ""; }
  1167. .wi-owm-night-621:before {
  1168. content: ""; }
  1169. .wi-owm-night-622:before {
  1170. content: ""; }
  1171. .wi-owm-night-701:before {
  1172. content: ""; }
  1173. .wi-owm-night-711:before {
  1174. content: ""; }
  1175. .wi-owm-night-721:before {
  1176. content: ""; }
  1177. .wi-owm-night-731:before {
  1178. content: ""; }
  1179. .wi-owm-night-741:before {
  1180. content: ""; }
  1181. .wi-owm-night-761:before {
  1182. content: ""; }
  1183. .wi-owm-night-762:before {
  1184. content: ""; }
  1185. .wi-owm-night-781:before {
  1186. content: ""; }
  1187. .wi-owm-night-800:before {
  1188. content: ""; }
  1189. .wi-owm-night-801:before {
  1190. content: ""; }
  1191. .wi-owm-night-802:before {
  1192. content: ""; }
  1193. .wi-owm-night-803:before {
  1194. content: ""; }
  1195. .wi-owm-night-804:before {
  1196. content: ""; }
  1197. .wi-owm-night-900:before {
  1198. content: ""; }
  1199. .wi-owm-night-902:before {
  1200. content: ""; }
  1201. .wi-owm-night-903:before {
  1202. content: ""; }
  1203. .wi-owm-night-904:before {
  1204. content: ""; }
  1205. .wi-owm-night-906:before {
  1206. content: ""; }
  1207. .wi-owm-night-957:before {
  1208. content: ""; }
  1209. /*# sourceMappingURL=weather-icons.css.map */