mirror of
https://github.com/erikflowers/weather-icons.git
synced 2025-10-12 07:22:11 -06:00
217 lines
4.6 KiB
CSS
217 lines
4.6 KiB
CSS
@charset "UTF-8";
|
|
/*!
|
|
* Weather Icons 2.0
|
|
* Updated July 28th 2015
|
|
* Weather themed icons for Bootstrap
|
|
* ------------------------------------------------------------------------------
|
|
* Maintained at http://erikflowers.github.io/weather-icons
|
|
* http://twitter.com/Erik_UX
|
|
*
|
|
* License
|
|
* ------------------------------------------------------------------------------
|
|
* - Font 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("../font/weathericons-regular-webfont.eot");
|
|
src: url("../font/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/weathericons-regular-webfont.woff") format("woff"), url("../font/weathericons-regular-webfont.ttf") format("truetype"), url("../font/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-wind-beaufort-0:before {
|
|
content: ""; }
|
|
|
|
.wi-wind-beaufort-1:before {
|
|
content: ""; }
|
|
|
|
.wi-wind-beaufort-2:before {
|
|
content: ""; }
|
|
|
|
.wi-wind-beaufort-3:before {
|
|
content: ""; }
|
|
|
|
.wi-wind-beaufort-4:before {
|
|
content: ""; }
|
|
|
|
.wi-wind-beaufort-5:before {
|
|
content: ""; }
|
|
|
|
.wi-wind-beaufort-6:before {
|
|
content: ""; }
|
|
|
|
.wi-wind-beaufort-7:before {
|
|
content: ""; }
|
|
|
|
.wi-wind-beaufort-8:before {
|
|
content: ""; }
|
|
|
|
.wi-wind-beaufort-9:before {
|
|
content: ""; }
|
|
|
|
.wi-wind-beaufort-10:before {
|
|
content: ""; }
|
|
|
|
.wi-wind-beaufort-11:before {
|
|
content: ""; }
|
|
|
|
.wi-wind-beaufort-12:before {
|
|
content: ""; }
|
|
|
|
.wi-time-1:before {
|
|
content: ""; }
|
|
|
|
.wi-time-10:before {
|
|
content: ""; }
|
|
|
|
.wi-time-11:before {
|
|
content: ""; }
|
|
|
|
.wi-time-12:before {
|
|
content: ""; }
|
|
|
|
.wi-time-2:before {
|
|
content: ""; }
|
|
|
|
.wi-time-3:before {
|
|
content: ""; }
|
|
|
|
.wi-time-4:before {
|
|
content: ""; }
|
|
|
|
.wi-time-5:before {
|
|
content: ""; }
|
|
|
|
.wi-time-6:before {
|
|
content: ""; }
|
|
|
|
.wi-time-7:before {
|
|
content: ""; }
|
|
|
|
.wi-time-8:before {
|
|
content: ""; }
|
|
|
|
.wi-time-9:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-full:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-new:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waning-crescent-1:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waning-crescent-2:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waning-crescent-3:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waning-crescent-4:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waning-crescent-5:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waning-crescent-6:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waning-gibbous-1:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waning-gibbous-2:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waning-gibbous-3:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waning-gibbous-4:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waning-gibbous-5:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waning-gibbous-6:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waxing-cresent-1:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waxing-cresent-2:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waxing-cresent-3:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waxing-cresent-4:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waxing-cresent-5:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waxing-cresent-6:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waxing-gibbous-1:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waxing-gibbous-2:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waxing-gibbous-3:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waxing-gibbous-4:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waxing-gibbous-5:before {
|
|
content: ""; }
|
|
|
|
.wi-moon-waxing-gibbous-6:before {
|
|
content: ""; }
|
|
|
|
.wi-direction-down:before {
|
|
content: ""; }
|
|
|
|
.wi-direction-down-left:before {
|
|
content: ""; }
|
|
|
|
.wi-direction-down-right:before {
|
|
content: ""; }
|
|
|
|
.wi-direction-left:before {
|
|
content: ""; }
|
|
|
|
.wi-direction-right:before {
|
|
content: ""; }
|
|
|
|
.wi-direction-up:before {
|
|
content: ""; }
|
|
|
|
.wi-direction-up-left:before {
|
|
content: ""; }
|
|
|
|
.wi-direction-up-right:before {
|
|
content: ""; }
|