weather-icons.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  1. /*!
  2. * Weather Icons 1.2
  3. * Weather themed icons for Bootstrap
  4. * ------------------------------------------------------------------------------
  5. * Maintained at http://erikflowers.github.io/weather-icons
  6. * http://twitter.com/Erik_UX
  7. *
  8. * License
  9. * ------------------------------------------------------------------------------
  10. * - Fpmt licensed under SIL OFL 1.1 -
  11. * http://scripts.sil.org/OFL
  12. * - CSS and LESS are licensed under MIT License -
  13. * http://opensource.org/licenses/mit-license.html
  14. * - Documentation licensed under CC BY 3.0 -
  15. * http://creativecommons.org/licenses/by/3.0/
  16. * - Inspired by and works great as a companion with Font Awesome
  17. * "Font Awesome by Dave Gandy - http://fontawesome.io"
  18. *
  19. * Weather Icons Bootstrap Package Author - Erik Flowers - erik@helloerik.com
  20. * ------------------------------------------------------------------------------
  21. * Email: erik@helloerik.com
  22. * Twitter: http://twitter.com/Erik_UX
  23. */
  24. @font-face {
  25. font-family: 'weathericons';
  26. src: url('../fonts/weathericons-regular-webfont.eot');
  27. src: url('../fonts/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/weathericons-regular-webfont.woff') format('woff'), url('../fonts/weathericons-regular-webfont.ttf') format('truetype'), url('../fonts/weathericons-regular-webfont.svg#weathericons-regular-webfontRg') format('svg');
  28. font-weight: normal;
  29. font-style: normal;
  30. }
  31. .wi {
  32. display: inline-block;
  33. font-family: 'weathericons';
  34. font-style: normal;
  35. font-weight: normal;
  36. line-height: 1;
  37. -webkit-font-smoothing: antialiased;
  38. -moz-osx-font-smoothing: grayscale;
  39. }
  40. .wi-day-cloudy-gusts:before {
  41. content: "\f000";
  42. }
  43. .wi-day-cloudy-windy:before {
  44. content: "\f001";
  45. }
  46. .wi-day-cloudy:before {
  47. content: "\f002";
  48. }
  49. .wi-day-fog:before {
  50. content: "\f003";
  51. }
  52. .wi-day-hail:before {
  53. content: "\f004";
  54. }
  55. .wi-day-lightning:before {
  56. content: "\f005";
  57. }
  58. .wi-day-rain-mix:before {
  59. content: "\f006";
  60. }
  61. .wi-day-rain-wind:before {
  62. content: "\f007";
  63. }
  64. .wi-day-rain:before {
  65. content: "\f008";
  66. }
  67. .wi-day-showers:before {
  68. content: "\f009";
  69. }
  70. .wi-day-snow:before {
  71. content: "\f00a";
  72. }
  73. .wi-day-sprinkle:before {
  74. content: "\f00b";
  75. }
  76. .wi-day-sunny-overcast:before {
  77. content: "\f00c";
  78. }
  79. .wi-day-sunny:before {
  80. content: "\f00d";
  81. }
  82. .wi-day-storm-showers:before {
  83. content: "\f00e";
  84. }
  85. .wi-day-thunderstorm:before {
  86. content: "\f010";
  87. }
  88. .wi-cloudy-gusts:before {
  89. content: "\f011";
  90. }
  91. .wi-cloudy-windy:before {
  92. content: "\f012";
  93. }
  94. .wi-cloudy:before {
  95. content: "\f013";
  96. }
  97. .wi-fog:before {
  98. content: "\f014";
  99. }
  100. .wi-hail:before {
  101. content: "\f015";
  102. }
  103. .wi-lightning:before {
  104. content: "\f016";
  105. }
  106. .wi-rain-mix:before {
  107. content: "\f017";
  108. }
  109. .wi-rain-wind:before {
  110. content: "\f018";
  111. }
  112. .wi-rain:before {
  113. content: "\f019";
  114. }
  115. .wi-showers:before {
  116. content: "\f01a";
  117. }
  118. .wi-snow:before {
  119. content: "\f01b";
  120. }
  121. .wi-sprinkle:before {
  122. content: "\f01c";
  123. }
  124. .wi-storm-showers:before {
  125. content: "\f01d";
  126. }
  127. .wi-thunderstorm:before {
  128. content: "\f01e";
  129. }
  130. .wi-windy:before {
  131. content: "\f021";
  132. }
  133. .wi-night-alt-cloudy-gusts:before {
  134. content: "\f022";
  135. }
  136. .wi-night-alt-cloudy-windy:before {
  137. content: "\f023";
  138. }
  139. .wi-night-alt-hail:before {
  140. content: "\f024";
  141. }
  142. .wi-night-alt-lightning:before {
  143. content: "\f025";
  144. }
  145. .wi-night-alt-rain-mix:before {
  146. content: "\f026";
  147. }
  148. .wi-night-alt-rain-wind:before {
  149. content: "\f027";
  150. }
  151. .wi-night-alt-rain:before {
  152. content: "\f028";
  153. }
  154. .wi-night-alt-showers:before {
  155. content: "\f029";
  156. }
  157. .wi-night-alt-snow:before {
  158. content: "\f02a";
  159. }
  160. .wi-night-alt-sprinkle:before {
  161. content: "\f02b";
  162. }
  163. .wi-night-alt-storm-showers:before {
  164. content: "\f02c";
  165. }
  166. .wi-night-alt-thunderstorm:before {
  167. content: "\f02d";
  168. }
  169. .wi-night-clear:before {
  170. content: "\f02e";
  171. }
  172. .wi-night-cloudy-gusts:before {
  173. content: "\f02f";
  174. }
  175. .wi-night-cloudy-windy:before {
  176. content: "\f030";
  177. }
  178. .wi-night-cloudy:before {
  179. content: "\f031";
  180. }
  181. .wi-night-hail:before {
  182. content: "\f032";
  183. }
  184. .wi-night-lightning:before {
  185. content: "\f033";
  186. }
  187. .wi-night-rain-mix:before {
  188. content: "\f034";
  189. }
  190. .wi-night-rain-wind:before {
  191. content: "\f035";
  192. }
  193. .wi-night-rain:before {
  194. content: "\f036";
  195. }
  196. .wi-night-showers:before {
  197. content: "\f037";
  198. }
  199. .wi-night-snow:before {
  200. content: "\f038";
  201. }
  202. .wi-night-sprinkle:before {
  203. content: "\f039";
  204. }
  205. .wi-night-storm-showers:before {
  206. content: "\f03a";
  207. }
  208. .wi-night-thunderstorm:before {
  209. content: "\f03b";
  210. }
  211. .wi-celsius:before {
  212. content: "\f03c";
  213. }
  214. .wi-cloud-down:before {
  215. content: "\f03d";
  216. }
  217. .wi-cloud-refresh:before {
  218. content: "\f03e";
  219. }
  220. .wi-cloud-up:before {
  221. content: "\f040";
  222. }
  223. .wi-cloud:before {
  224. content: "\f041";
  225. }
  226. .wi-degrees:before {
  227. content: "\f042";
  228. }
  229. .wi-down-left:before {
  230. content: "\f043";
  231. }
  232. .wi-down:before {
  233. content: "\f044";
  234. }
  235. .wi-fahrenheit:before {
  236. content: "\f045";
  237. }
  238. .wi-horizon-alt:before {
  239. content: "\f046";
  240. }
  241. .wi-horizon:before {
  242. content: "\f047";
  243. }
  244. .wi-left:before {
  245. content: "\f048";
  246. }
  247. .wi-lightning:before {
  248. content: "\f016";
  249. }
  250. .wi-night-fog:before {
  251. content: "\f04a";
  252. }
  253. .wi-refresh-alt:before {
  254. content: "\f04b";
  255. }
  256. .wi-refresh:before {
  257. content: "\f04c";
  258. }
  259. .wi-right:before {
  260. content: "\f04d";
  261. }
  262. .wi-sprinkles:before {
  263. content: "\f04e";
  264. }
  265. .wi-strong-wind:before {
  266. content: "\f050";
  267. }
  268. .wi-sunrise:before {
  269. content: "\f051";
  270. }
  271. .wi-sunset:before {
  272. content: "\f052";
  273. }
  274. .wi-thermometer-exterior:before {
  275. content: "\f053";
  276. }
  277. .wi-thermometer-internal:before {
  278. content: "\f054";
  279. }
  280. .wi-thermometer:before {
  281. content: "\f055";
  282. }
  283. .wi-tornado:before {
  284. content: "\f056";
  285. }
  286. .wi-up-right:before {
  287. content: "\f057";
  288. }
  289. .wi-up:before {
  290. content: "\f058";
  291. }
  292. .wi-wind-west:before {
  293. content: "\f059";
  294. }
  295. .wi-wind-south-west:before {
  296. content: "\f05a";
  297. }
  298. .wi-wind-south-east:before {
  299. content: "\f05b";
  300. }
  301. .wi-wind-south:before {
  302. content: "\f05c";
  303. }
  304. .wi-wind-north-west:before {
  305. content: "\f05d";
  306. }
  307. .wi-wind-north-east:before {
  308. content: "\f05e";
  309. }
  310. .wi-wind-north:before {
  311. content: "\f060";
  312. }
  313. .wi-wind-east:before {
  314. content: "\f061";
  315. }
  316. .wi-smoke:before {
  317. content: "\f062";
  318. }
  319. .wi-dust:before {
  320. content: "\f063";
  321. }
  322. .wi-snow-wind:before {
  323. content: "\f064";
  324. }
  325. .wi-day-snow-wind:before {
  326. content: "\f065";
  327. }
  328. .wi-night-snow-wind:before {
  329. content: "\f066";
  330. }
  331. .wi-night-alt-snow-wind:before {
  332. content: "\f067";
  333. }
  334. .wi-day-sleet-storm:before {
  335. content: "\f068";
  336. }
  337. .wi-night-sleet-storm:before {
  338. content: "\f069";
  339. }
  340. .wi-night-alt-sleet-storm:before {
  341. content: "\f06a";
  342. }
  343. .wi-day-snow-thunderstorm:before {
  344. content: "\f06b";
  345. }
  346. .wi-night-snow-thunderstorm:before {
  347. content: "\f06c";
  348. }
  349. .wi-night-alt-snow-thunderstorm:before {
  350. content: "\f06d";
  351. }
  352. .wi-solar-eclipse:before {
  353. content: "\f06e";
  354. }
  355. .wi-lunar-eclipse:before {
  356. content: "\f070";
  357. }
  358. .wi-meteor:before {
  359. content: "\f071";
  360. }
  361. .wi-hot:before {
  362. content: "\f072";
  363. }
  364. .wi-hurricane:before {
  365. content: "\f073";
  366. }
  367. .wi-smog:before {
  368. content: "\f074";
  369. }
  370. .wi-alien:before {
  371. content: "\f075";
  372. }
  373. .wi-snowflake-cold:before {
  374. content: "\f076";
  375. }
  376. .wi-stars:before {
  377. content: "\f077";
  378. }
  379. .wi-moon-full:before {
  380. content: "\f078";
  381. }
  382. .wi-moon-waxing-gibbous:before {
  383. content: "\f079";
  384. }
  385. .wi-moon-waxing-quarter:before {
  386. content: "\f07a";
  387. }
  388. .wi-moon-waxing-crescent:before {
  389. content: "\f07b";
  390. }
  391. .wi-moon-young:before {
  392. content: "\f07c";
  393. }
  394. .wi-moon-new:before {
  395. content: "\f07d";
  396. }
  397. .wi-moon-old:before {
  398. content: "\f07e";
  399. }
  400. .wi-moon-waning-crescent:before {
  401. content: "\f080";
  402. }
  403. .wi-moon-waning-quarter:before {
  404. content: "\f081";
  405. }
  406. .wi-moon-waning-gibbous:before {
  407. content: "\f082";
  408. }
  409. .wi-night-partly-cloudy:before {
  410. content: "\f083";
  411. }