| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411 |
- /*!
- * Weather Icons 1.2
- * Weather themed icons for Bootstrap
- * ------------------------------------------------------------------------------
- * Maintained at http://erikflowers.github.io/weather-icons
- * http://twitter.com/Erik_UX
- *
- * License
- * ------------------------------------------------------------------------------
- * - Fpmt licensed under SIL OFL 1.1 -
- * http://scripts.sil.org/OFL
- * - CSS and LESS are licensed under MIT License -
- * http://opensource.org/licenses/mit-license.html
- * - Documentation licensed under CC BY 3.0 -
- * http://creativecommons.org/licenses/by/3.0/
- * - Inspired by and works great as a companion with Font Awesome
- * "Font Awesome by Dave Gandy - http://fontawesome.io"
- *
- * Weather Icons Bootstrap Package Author - Erik Flowers - erik@helloerik.com
- * ------------------------------------------------------------------------------
- * Email: erik@helloerik.com
- * Twitter: http://twitter.com/Erik_UX
- */
- @font-face {
- font-family: 'weathericons';
- src: url('../fonts/weathericons-regular-webfont.eot');
- 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');
- font-weight: normal;
- font-style: normal;
- }
- .wi {
- display: inline-block;
- font-family: 'weathericons';
- font-style: normal;
- font-weight: normal;
- line-height: 1;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .wi-day-cloudy-gusts:before {
- content: "\f000";
- }
- .wi-day-cloudy-windy:before {
- content: "\f001";
- }
- .wi-day-cloudy:before {
- content: "\f002";
- }
- .wi-day-fog:before {
- content: "\f003";
- }
- .wi-day-hail:before {
- content: "\f004";
- }
- .wi-day-lightning:before {
- content: "\f005";
- }
- .wi-day-rain-mix:before {
- content: "\f006";
- }
- .wi-day-rain-wind:before {
- content: "\f007";
- }
- .wi-day-rain:before {
- content: "\f008";
- }
- .wi-day-showers:before {
- content: "\f009";
- }
- .wi-day-snow:before {
- content: "\f00a";
- }
- .wi-day-sprinkle:before {
- content: "\f00b";
- }
- .wi-day-sunny-overcast:before {
- content: "\f00c";
- }
- .wi-day-sunny:before {
- content: "\f00d";
- }
- .wi-day-storm-showers:before {
- content: "\f00e";
- }
- .wi-day-thunderstorm:before {
- content: "\f010";
- }
- .wi-cloudy-gusts:before {
- content: "\f011";
- }
- .wi-cloudy-windy:before {
- content: "\f012";
- }
- .wi-cloudy:before {
- content: "\f013";
- }
- .wi-fog:before {
- content: "\f014";
- }
- .wi-hail:before {
- content: "\f015";
- }
- .wi-lightning:before {
- content: "\f016";
- }
- .wi-rain-mix:before {
- content: "\f017";
- }
- .wi-rain-wind:before {
- content: "\f018";
- }
- .wi-rain:before {
- content: "\f019";
- }
- .wi-showers:before {
- content: "\f01a";
- }
- .wi-snow:before {
- content: "\f01b";
- }
- .wi-sprinkle:before {
- content: "\f01c";
- }
- .wi-storm-showers:before {
- content: "\f01d";
- }
- .wi-thunderstorm:before {
- content: "\f01e";
- }
- .wi-windy:before {
- content: "\f021";
- }
- .wi-night-alt-cloudy-gusts:before {
- content: "\f022";
- }
- .wi-night-alt-cloudy-windy:before {
- content: "\f023";
- }
- .wi-night-alt-hail:before {
- content: "\f024";
- }
- .wi-night-alt-lightning:before {
- content: "\f025";
- }
- .wi-night-alt-rain-mix:before {
- content: "\f026";
- }
- .wi-night-alt-rain-wind:before {
- content: "\f027";
- }
- .wi-night-alt-rain:before {
- content: "\f028";
- }
- .wi-night-alt-showers:before {
- content: "\f029";
- }
- .wi-night-alt-snow:before {
- content: "\f02a";
- }
- .wi-night-alt-sprinkle:before {
- content: "\f02b";
- }
- .wi-night-alt-storm-showers:before {
- content: "\f02c";
- }
- .wi-night-alt-thunderstorm:before {
- content: "\f02d";
- }
- .wi-night-clear:before {
- content: "\f02e";
- }
- .wi-night-cloudy-gusts:before {
- content: "\f02f";
- }
- .wi-night-cloudy-windy:before {
- content: "\f030";
- }
- .wi-night-cloudy:before {
- content: "\f031";
- }
- .wi-night-hail:before {
- content: "\f032";
- }
- .wi-night-lightning:before {
- content: "\f033";
- }
- .wi-night-rain-mix:before {
- content: "\f034";
- }
- .wi-night-rain-wind:before {
- content: "\f035";
- }
- .wi-night-rain:before {
- content: "\f036";
- }
- .wi-night-showers:before {
- content: "\f037";
- }
- .wi-night-snow:before {
- content: "\f038";
- }
- .wi-night-sprinkle:before {
- content: "\f039";
- }
- .wi-night-storm-showers:before {
- content: "\f03a";
- }
- .wi-night-thunderstorm:before {
- content: "\f03b";
- }
- .wi-celsius:before {
- content: "\f03c";
- }
- .wi-cloud-down:before {
- content: "\f03d";
- }
- .wi-cloud-refresh:before {
- content: "\f03e";
- }
- .wi-cloud-up:before {
- content: "\f040";
- }
- .wi-cloud:before {
- content: "\f041";
- }
- .wi-degrees:before {
- content: "\f042";
- }
- .wi-down-left:before {
- content: "\f043";
- }
- .wi-down:before {
- content: "\f044";
- }
- .wi-fahrenheit:before {
- content: "\f045";
- }
- .wi-horizon-alt:before {
- content: "\f046";
- }
- .wi-horizon:before {
- content: "\f047";
- }
- .wi-left:before {
- content: "\f048";
- }
- .wi-lightning:before {
- content: "\f016";
- }
- .wi-night-fog:before {
- content: "\f04a";
- }
- .wi-refresh-alt:before {
- content: "\f04b";
- }
- .wi-refresh:before {
- content: "\f04c";
- }
- .wi-right:before {
- content: "\f04d";
- }
- .wi-sprinkles:before {
- content: "\f04e";
- }
- .wi-strong-wind:before {
- content: "\f050";
- }
- .wi-sunrise:before {
- content: "\f051";
- }
- .wi-sunset:before {
- content: "\f052";
- }
- .wi-thermometer-exterior:before {
- content: "\f053";
- }
- .wi-thermometer-internal:before {
- content: "\f054";
- }
- .wi-thermometer:before {
- content: "\f055";
- }
- .wi-tornado:before {
- content: "\f056";
- }
- .wi-up-right:before {
- content: "\f057";
- }
- .wi-up:before {
- content: "\f058";
- }
- .wi-wind-west:before {
- content: "\f059";
- }
- .wi-wind-south-west:before {
- content: "\f05a";
- }
- .wi-wind-south-east:before {
- content: "\f05b";
- }
- .wi-wind-south:before {
- content: "\f05c";
- }
- .wi-wind-north-west:before {
- content: "\f05d";
- }
- .wi-wind-north-east:before {
- content: "\f05e";
- }
- .wi-wind-north:before {
- content: "\f060";
- }
- .wi-wind-east:before {
- content: "\f061";
- }
- .wi-smoke:before {
- content: "\f062";
- }
- .wi-dust:before {
- content: "\f063";
- }
- .wi-snow-wind:before {
- content: "\f064";
- }
- .wi-day-snow-wind:before {
- content: "\f065";
- }
- .wi-night-snow-wind:before {
- content: "\f066";
- }
- .wi-night-alt-snow-wind:before {
- content: "\f067";
- }
- .wi-day-sleet-storm:before {
- content: "\f068";
- }
- .wi-night-sleet-storm:before {
- content: "\f069";
- }
- .wi-night-alt-sleet-storm:before {
- content: "\f06a";
- }
- .wi-day-snow-thunderstorm:before {
- content: "\f06b";
- }
- .wi-night-snow-thunderstorm:before {
- content: "\f06c";
- }
- .wi-night-alt-snow-thunderstorm:before {
- content: "\f06d";
- }
- .wi-solar-eclipse:before {
- content: "\f06e";
- }
- .wi-lunar-eclipse:before {
- content: "\f070";
- }
- .wi-meteor:before {
- content: "\f071";
- }
- .wi-hot:before {
- content: "\f072";
- }
- .wi-hurricane:before {
- content: "\f073";
- }
- .wi-smog:before {
- content: "\f074";
- }
- .wi-alien:before {
- content: "\f075";
- }
- .wi-snowflake-cold:before {
- content: "\f076";
- }
- .wi-stars:before {
- content: "\f077";
- }
- .wi-moon-full:before {
- content: "\f078";
- }
- .wi-moon-waxing-gibbous:before {
- content: "\f079";
- }
- .wi-moon-waxing-quarter:before {
- content: "\f07a";
- }
- .wi-moon-waxing-crescent:before {
- content: "\f07b";
- }
- .wi-moon-young:before {
- content: "\f07c";
- }
- .wi-moon-new:before {
- content: "\f07d";
- }
- .wi-moon-old:before {
- content: "\f07e";
- }
- .wi-moon-waning-crescent:before {
- content: "\f080";
- }
- .wi-moon-waning-quarter:before {
- content: "\f081";
- }
- .wi-moon-waning-gibbous:before {
- content: "\f082";
- }
- .wi-night-partly-cloudy:before {
- content: "\f083";
- }
|