diff --git a/_builder/csv/misc.csv b/_builder/csv/misc.csv index d2904ef..7d171c3 100644 --- a/_builder/csv/misc.csv +++ b/_builder/csv/misc.csv @@ -1,24 +1,23 @@ -_reserved_, f049 alien, f075 celsius, f03c -cloud-down, f03d -cloud-refresh, f03e -cloud-up, f040 -degrees, f042 fahrenheit, f045 -horizon, f047 -horizon-alt, f046 -refresh, f04c -refresh-alt, f04b -sunrise, f051 -sunset, f052 +degrees, f042 thermometer, f055 thermometer-exterior, f053 thermometer-internal, f054 +cloud-down, f03d +cloud-up, f040 +cloud-refresh, f03e +horizon, f047 +horizon-alt, f046 +sunrise, f051 +sunset, f052 +moonrise, f0c9 +mooonset, f0ca +refresh, f04c +refresh-alt, f04b umbrella, f084 barometer,f079 humidity,f07a na,f07b -moonrise,f0c9 -moonset,f0ca train,f0cb \ No newline at end of file diff --git a/_builder/csv/neutral-cloudy.csv b/_builder/csv/neutral-cloudy.csv index f576706..618e548 100644 --- a/_builder/csv/neutral-cloudy.csv +++ b/_builder/csv/neutral-cloudy.csv @@ -4,7 +4,6 @@ cloudy-gusts, f011 cloudy-windy, f012 fog, f014 hail, f015 -lightning, f016 rain, f019 rain-mix, f017 rain-wind, f018 @@ -12,25 +11,28 @@ showers, f01a sleet, f0b5 snow, f01b sprinkle, f01c -raindrops, f04e storm-showers, f01d thunderstorm, f01e snow-wind, f064 -meteor, f071 -hurricane, f073 +snow, f01b smog, f074 smoke, f062 lightning, f016 -dust, f063 -snow, f01b -snowflake-cold, f076 +raindrops, f04e raindrop,f078 +dust, f063 +snowflake-cold, f076 +windy, f021 +strong-wind, f050 sandstorm,f082 earthquake,f0c6 -volcano,f0c8 -flood,f07c -tsunami,f0c5 fire,f0c7 +flood,f07c +meteor, f071 +tsunami,f0c5 +volcano,f0c8 +hurricane, f073 +tornado, f056 small-craft-advisory,f0cc gale-warning,f0cd storm-warning,f0ce diff --git a/_builder/csv/night.csv b/_builder/csv/night.csv index 59cabf4..8cf5855 100644 --- a/_builder/csv/night.csv +++ b/_builder/csv/night.csv @@ -1,3 +1,4 @@ +night-clear, f02e night-alt-cloudy, f086 night-alt-cloudy-gusts, f022 night-alt-cloudy-windy, f023 @@ -15,7 +16,6 @@ night-alt-snow-wind, f067 night-alt-sprinkle, f02b night-alt-storm-showers, f02c night-alt-thunderstorm, f02d -night-clear, f02e night-cloudy, f031 night-cloudy-gusts, f02f night-cloudy-windy, f030 @@ -38,10 +38,7 @@ night-thunderstorm, f03b lunar-eclipse, f070 stars, f077 storm-showers, f01d -strong-wind, f050 thunderstorm, f01e -tornado, f056 -windy, f021 night-alt-cloudy-high,f07e night-cloudy-high,f080 night-alt-partly-cloudy,f081 \ No newline at end of file diff --git a/_docs/css/img/sky.jpg b/_docs/css/img/sky.jpg index 375d900..745997b 100644 Binary files a/_docs/css/img/sky.jpg and b/_docs/css/img/sky.jpg differ diff --git a/_docs/css/styles.css b/_docs/css/styles.css index fb8ea40..a183bce 100644 --- a/_docs/css/styles.css +++ b/_docs/css/styles.css @@ -4514,9 +4514,11 @@ select[multiple].input-group-sm > .input-group-btn > .btn { @media (min-width: 768px) { .navbar-left { float: left !important; + float: left; } .navbar-right { float: right !important; + float: right; margin-right: -15px; } .navbar-right ~ .navbar-right { @@ -6768,6 +6770,2032 @@ button.close { display: none !important; } } +/*! + * Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'FontAwesome'; + src: url('../fonts/fontawesome-webfont.eot?v=4.4.0'); + src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.fa { + display: inline-block; + font: normal normal normal 14px/1 FontAwesome; + font-size: inherit; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-2x { + font-size: 2em; +} +.fa-3x { + font-size: 3em; +} +.fa-4x { + font-size: 4em; +} +.fa-5x { + font-size: 5em; +} +.fa-fw { + width: 1.28571429em; + text-align: center; +} +.fa-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} +.fa-ul > li { + position: relative; +} +.fa-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.85714286em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.fa-pull-left { + float: left; +} +.fa-pull-right { + float: right; +} +.fa.fa-pull-left { + margin-right: .3em; +} +.fa.fa-pull-right { + margin-left: .3em; +} +/* Deprecated as of 4.4.0 */ +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +.fa-rotate-90 { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-180 { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-rotate-270 { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-flip-horizontal { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-flip-vertical { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical { + filter: none; +} +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-stack-1x, +.fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-stack-1x { + line-height: inherit; +} +.fa-stack-2x { + font-size: 2em; +} +.fa-inverse { + color: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-remove:before, +.fa-close:before, +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook-f:before, +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-feed:before, +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-space-shuttle:before { + content: "\f197"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-stumbleupon:before { + content: "\f1a4"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-pied-piper:before { + content: "\f1a7"; +} +.fa-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-spoon:before { + content: "\f1b1"; +} +.fa-cube:before { + content: "\f1b2"; +} +.fa-cubes:before { + content: "\f1b3"; +} +.fa-behance:before { + content: "\f1b4"; +} +.fa-behance-square:before { + content: "\f1b5"; +} +.fa-steam:before { + content: "\f1b6"; +} +.fa-steam-square:before { + content: "\f1b7"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} +.fa-tree:before { + content: "\f1bb"; +} +.fa-spotify:before { + content: "\f1bc"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-soundcloud:before { + content: "\f1be"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-vine:before { + content: "\f1ca"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-ra:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-tencent-weibo:before { + content: "\f1d5"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-header:before { + content: "\f1dc"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-tty:before { + content: "\f1e4"; +} +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-bell-slash:before { + content: "\f1f6"; +} +.fa-bell-slash-o:before { + content: "\f1f7"; +} +.fa-trash:before { + content: "\f1f8"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-at:before { + content: "\f1fa"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-area-chart:before { + content: "\f1fe"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-toggle-off:before { + content: "\f204"; +} +.fa-toggle-on:before { + content: "\f205"; +} +.fa-bicycle:before { + content: "\f206"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-angellist:before { + content: "\f209"; +} +.fa-cc:before { + content: "\f20a"; +} +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-shirtsinbulk:before { + content: "\f214"; +} +.fa-simplybuilt:before { + content: "\f215"; +} +.fa-skyatlas:before { + content: "\f216"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-diamond:before { + content: "\f219"; +} +.fa-ship:before { + content: "\f21a"; +} +.fa-user-secret:before { + content: "\f21b"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-street-view:before { + content: "\f21d"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} +.fa-transgender-alt:before { + content: "\f225"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-venus-mars:before { + content: "\f228"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-genderless:before { + content: "\f22d"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-server:before { + content: "\f233"; +} +.fa-user-plus:before { + content: "\f234"; +} +.fa-user-times:before { + content: "\f235"; +} +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} +.fa-viacoin:before { + content: "\f237"; +} +.fa-train:before { + content: "\f238"; +} +.fa-subway:before { + content: "\f239"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} +.fa-optin-monster:before { + content: "\f23c"; +} +.fa-opencart:before { + content: "\f23d"; +} +.fa-expeditedssl:before { + content: "\f23e"; +} +.fa-battery-4:before, +.fa-battery-full:before { + content: "\f240"; +} +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} +.fa-mouse-pointer:before { + content: "\f245"; +} +.fa-i-cursor:before { + content: "\f246"; +} +.fa-object-group:before { + content: "\f247"; +} +.fa-object-ungroup:before { + content: "\f248"; +} +.fa-sticky-note:before { + content: "\f249"; +} +.fa-sticky-note-o:before { + content: "\f24a"; +} +.fa-cc-jcb:before { + content: "\f24b"; +} +.fa-cc-diners-club:before { + content: "\f24c"; +} +.fa-clone:before { + content: "\f24d"; +} +.fa-balance-scale:before { + content: "\f24e"; +} +.fa-hourglass-o:before { + content: "\f250"; +} +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} +.fa-hourglass:before { + content: "\f254"; +} +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} +.fa-hand-scissors-o:before { + content: "\f257"; +} +.fa-hand-lizard-o:before { + content: "\f258"; +} +.fa-hand-spock-o:before { + content: "\f259"; +} +.fa-hand-pointer-o:before { + content: "\f25a"; +} +.fa-hand-peace-o:before { + content: "\f25b"; +} +.fa-trademark:before { + content: "\f25c"; +} +.fa-registered:before { + content: "\f25d"; +} +.fa-creative-commons:before { + content: "\f25e"; +} +.fa-gg:before { + content: "\f260"; +} +.fa-gg-circle:before { + content: "\f261"; +} +.fa-tripadvisor:before { + content: "\f262"; +} +.fa-odnoklassniki:before { + content: "\f263"; +} +.fa-odnoklassniki-square:before { + content: "\f264"; +} +.fa-get-pocket:before { + content: "\f265"; +} +.fa-wikipedia-w:before { + content: "\f266"; +} +.fa-safari:before { + content: "\f267"; +} +.fa-chrome:before { + content: "\f268"; +} +.fa-firefox:before { + content: "\f269"; +} +.fa-opera:before { + content: "\f26a"; +} +.fa-internet-explorer:before { + content: "\f26b"; +} +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} +.fa-contao:before { + content: "\f26d"; +} +.fa-500px:before { + content: "\f26e"; +} +.fa-amazon:before { + content: "\f270"; +} +.fa-calendar-plus-o:before { + content: "\f271"; +} +.fa-calendar-minus-o:before { + content: "\f272"; +} +.fa-calendar-times-o:before { + content: "\f273"; +} +.fa-calendar-check-o:before { + content: "\f274"; +} +.fa-industry:before { + content: "\f275"; +} +.fa-map-pin:before { + content: "\f276"; +} +.fa-map-signs:before { + content: "\f277"; +} +.fa-map-o:before { + content: "\f278"; +} +.fa-map:before { + content: "\f279"; +} +.fa-commenting:before { + content: "\f27a"; +} +.fa-commenting-o:before { + content: "\f27b"; +} +.fa-houzz:before { + content: "\f27c"; +} +.fa-vimeo:before { + content: "\f27d"; +} +.fa-black-tie:before { + content: "\f27e"; +} +.fa-fonticons:before { + content: "\f280"; +} ::selection, -moz::selection { background: #0a91ff; @@ -6830,97 +8858,170 @@ h2 { width: 960px; margin: 0 auto; } +body { + font-family: "proxima nova", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 16px; + line-height: 1.7em; +} +a { + color: #a450b9; +} header { position: relative; height: 100px; padding-top: 0px; background: url("img/sky.jpg") top center no-repeat fixed; - -webkit-background-size: cover; - -moz-background-size: cover; - -o-background-size: cover; - background-size: cover; border-bottom: 5px solid #404040; } @media (min-width: 768px) { header { - min-height: 100%; - height: 100vh; + height: 500px; POSITION: RELATIVE; } } header h1 { - float: left; - font-family: "proxima nova", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "proxima nova", "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 100; font-size: 30px; - margin-top: 40px; + margin-top: 20px; margin-left: 0px; color: #ffffff; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.9); + text-align: center; } @media (min-width: 768px) { header h1 { - font-size: 60px; - margin-top: 180px; + font-size: 80px; } } +header h2 { + font-family: "proxima-nova", "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-weight: 300; + text-align: center; + color: #ffffff; + text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.9); + margin: 0px 0px 20px 0px; +} header .icon { - position: absolute; - right: 20px; - top: 40px; + width: 170px; + margin-left: auto; + margin-right: auto; color: #ffffff; - font-size: 55px; - margin-left: 100px; - float: left; - line-height: .65em; + font-size: 100px; + line-height: 1em; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); } -@media (min-width: 768px) { - header .icon { - font-size: 200px; - top: 100px; - } +header .icon .icon-box { + border-radius: 10px; + display: inline-block; + width: 170px; + height: 170px; + margin-top: 40px; + background-color: rgba(0, 0, 0, 0.3); + text-align: center; + padding: 50px 20px 0px 20px; +} +.download-now { + text-decoration: none; + display: block; + padding: 20px 40px; + background-color: #ffffff; + color: #4e145c; + border-radius: 10px; + width: 300px; + margin-right: auto; + margin-left: auto; + text-align: center; + font-weight: 400; + font-size: 20px; + -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); + box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); + -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.2); + box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.2); + border: 3px solid #4e145c; +} +.download-now:hover { + background-color: #f2f2f2; + text-decoration: none; +} +.download-now:active { + background-color: #cccccc; +} +.download-now:focus { + text-decoration: none; + border-radius: 10px; } .headline { font-size: 25px; line-height: 1.3em; + margin-bottom: 10px; +} +.meta { + padding-top: 10px; + text-align: center; + margin-bottom: 30px; +} +.meta a { + color: #ffffff; + width: 290px; + background-color: #4e145c; + text-decoration: none; + display: inline-block; + padding: 10px; + border-radius: 10px; +} +.section-title { + font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 40px; + font-weight: 100; + margin-bottom: 30px; + margin-top: 30px; + color: #9667a2; +} +.instructions { margin-bottom: 30px; } .intro { font-size: 18px; - margin-top: 30px; font-weight: 400; } .intro-icons { - font-size: 15px; - color: #357cbb; + font-size: 25px; + color: #4e145c; + text-align: center; + padding: 50px 0px 40px 0px; } .intro-icons i { margin-right: 10px; } +.intro-icons i:last-child { + margin-right: 0px; +} @media (min-width: 768px) { .intro-icons { - font-size: 25px; - } - .intro-icons i { - margin-right: 10px; + font-size: 35px; + padding: 30px 0px 20px 0px; } } @media (min-width: 992px) { .intro-icons { - font-size: 45px; + font-size: 53px; + padding: 40px 0px 30px 0px; } - .intro-icons i { - margin-right: 10px; +} +@media (min-width: 1200px) { + .intro-icons { + font-size: 65px; } } footer { height: 200px; - background-color: #333333; + background-color: #4e145c; margin-top: 30px; color: #ffffff; padding-top: 15px; - font-weight: 400; + font-weight: 300; + font-size: 14px; } footer a { color: #b3b3b3; @@ -6949,6 +9050,7 @@ footer a { .icon-wrap .icon-name { font-size: 12px; color: #4d4d4d; + line-height: 1.1; } .icon-wrap .icon, .icon-wrap .wi { @@ -6963,9 +9065,9 @@ footer a { float: left; margin-right: 15px; margin-bottom: 15px; - min-width: 40px; + min-width: 54px; text-align: center; - color: #3d98d1; + color: #4e145c; } .icon-wrap .icon_unicode { font-size: 10px; diff --git a/_docs/fonts/FontAwesome.otf b/_docs/fonts/FontAwesome.otf new file mode 100644 index 0000000..681bdd4 Binary files /dev/null and b/_docs/fonts/FontAwesome.otf differ diff --git a/_docs/fonts/fontawesome-webfont.eot b/_docs/fonts/fontawesome-webfont.eot new file mode 100644 index 0000000..a30335d Binary files /dev/null and b/_docs/fonts/fontawesome-webfont.eot differ diff --git a/_docs/fonts/fontawesome-webfont.svg b/_docs/fonts/fontawesome-webfont.svg new file mode 100644 index 0000000..6fd19ab --- /dev/null +++ b/_docs/fonts/fontawesome-webfont.svg @@ -0,0 +1,640 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/_docs/fonts/fontawesome-webfont.ttf b/_docs/fonts/fontawesome-webfont.ttf new file mode 100644 index 0000000..d7994e1 Binary files /dev/null and b/_docs/fonts/fontawesome-webfont.ttf differ diff --git a/_docs/fonts/fontawesome-webfont.woff b/_docs/fonts/fontawesome-webfont.woff new file mode 100644 index 0000000..6fd4ede Binary files /dev/null and b/_docs/fonts/fontawesome-webfont.woff differ diff --git a/_docs/fonts/fontawesome-webfont.woff2 b/_docs/fonts/fontawesome-webfont.woff2 new file mode 100644 index 0000000..5560193 Binary files /dev/null and b/_docs/fonts/fontawesome-webfont.woff2 differ diff --git a/_docs/index.html b/_docs/index.html index b0c13ae..ac2f7fd 100644 --- a/_docs/index.html +++ b/_docs/index.html @@ -30,8 +30,13 @@
+
+
+
+
+

Weather Icons

-
+

215 Weather Themed Icons and CSS

Download Now
@@ -39,17 +44,18 @@
-

-

Weather Icons is a font of 189 weather themed icons, ready to be dropped right intoBootstrap or any other project.

-

Inspired by Font Awesome, they work in essentially the same way. They are infinitley scalable and any CSS that can be applied to text can be applied to them. All you need to do to insert an icon is add the class to an "i" element:<i class="wi wi-day-lightning"></i>

-

Please make requests or report any issues to themain repository.

+
+

Icon font and CSS for 219 weather themed icons, ready to be dropped right into Bootstrap, or any project!

+

Infinitley scalable, any CSS that can be applied to text can be applied to the icons. All you need to do to insert an icon is add the class to an "i" element:<i class="wi wi-day-lightning"></i>

+

Please make requests or report any issues to the main repository on GitHub.

+
-

Daytime

+
Daytime
@@ -184,8 +190,13 @@
-

Nighttime

+
Nighttime
+
+
+
wi-night-clear
+
f02e
+
wi-night-alt-cloudy
@@ -271,11 +282,6 @@
wi-night-alt-thunderstorm
f02d
-
-
-
wi-night-clear
-
f02e
-
wi-night-cloudy
@@ -386,26 +392,11 @@
wi-storm-showers
f01d
-
-
-
wi-strong-wind
-
f050
-
wi-thunderstorm
f01e
-
-
-
wi-tornado
-
f056
-
-
-
-
wi-windy
-
f021
-
wi-night-alt-cloudy-high
@@ -424,7 +415,7 @@
-

Neutral and Cloudy

+
Neutral and Cloudy
@@ -456,11 +447,6 @@
wi-hail
f015
-
-
-
wi-lightning
-
f016
-
wi-rain
@@ -496,11 +482,6 @@
wi-sprinkle
f01c
-
-
-
wi-raindrops
-
f04e
-
wi-storm-showers
@@ -517,14 +498,9 @@
f064
-
-
wi-meteor
-
f071
-
-
-
-
wi-hurricane
-
f073
+
+
wi-snow
+
f01b
@@ -541,25 +517,35 @@
wi-lightning
f016
+
+
+
wi-raindrops
+
f04e
+
+
+
+
wi-raindrop
+
f078
+
wi-dust
f063
-
-
-
wi-snow
-
f01b
-
wi-snowflake-cold
f076
-
-
wi-raindrop
-
f078
+
+
wi-windy
+
f021
+
+
+
+
wi-strong-wind
+
f050
@@ -572,24 +558,39 @@
f0c6
-
-
wi-volcano
-
f0c8
+
+
wi-fire
+
f0c7
wi-flood
f07c
+
+
+
wi-meteor
+
f071
+
wi-tsunami
f0c5
-
-
wi-fire
-
f0c7
+
+
wi-volcano
+
f0c8
+
+
+
+
wi-hurricane
+
f073
+
+
+
+
wi-tornado
+
f056
@@ -614,13 +615,8 @@
-

Miscellaneous

+
Miscellaneous
-
-
-
wi-_reserved_
-
f049
-
wi-alien
@@ -631,60 +627,15 @@
wi-celsius
f03c
-
-
-
wi-cloud-down
-
f03d
-
-
-
-
wi-cloud-refresh
-
f03e
-
-
-
-
wi-cloud-up
-
f040
-
-
-
-
wi-degrees
-
f042
-
wi-fahrenheit
f045
-
-
wi-horizon
-
f047
-
-
-
-
wi-horizon-alt
-
f046
-
-
-
-
wi-refresh
-
f04c
-
-
-
-
wi-refresh-alt
-
f04b
-
-
-
-
wi-sunrise
-
f051
-
-
-
-
wi-sunset
-
f052
+
+
wi-degrees
+
f042
@@ -701,6 +652,61 @@
wi-thermometer-internal
f054
+
+
+
wi-cloud-down
+
f03d
+
+
+
+
wi-cloud-up
+
f040
+
+
+
+
wi-cloud-refresh
+
f03e
+
+
+
+
wi-horizon
+
f047
+
+
+
+
wi-horizon-alt
+
f046
+
+
+
+
wi-sunrise
+
f051
+
+
+
+
wi-sunset
+
f052
+
+
+
+
wi-moonrise
+
f0c9
+
+
+
+
wi-mooonset
+
f0ca
+
+
+
+
wi-refresh
+
f04c
+
+
+
+
wi-refresh-alt
+
f04b
+
wi-umbrella
@@ -721,16 +727,6 @@
wi-na
f07b
-
-
-
wi-moonrise
-
f0c9
-
-
-
-
wi-moonset
-
f0ca
-
wi-train
@@ -739,7 +735,7 @@
-

Moon Phases

+
Moon Phases
@@ -874,7 +870,7 @@
-

Time

+
Time
@@ -939,7 +935,7 @@
-

Directional Arrows

+
Directional Arrows
@@ -984,7 +980,12 @@
-

Wind Degree Examples

+
Wind Degree Examples
+
+

The classes for the wind direction indicator is split into 2 options. You can choose towards or from. Towards points to the degree, zero at the top. From points directly away from the degree. This means, if you want the indicator to represent "wind is coming from the south", you can use the towards-0-deg class, or if you prefer to use from, then you would use from-180-deg.

+

There are 360 classes for each in 1 degree increments for maximum precision.

+

+
wi-wind-default.towards-0-deg
@@ -1117,7 +1118,13 @@
-

Wind Cardinal Examples

+
Wind Cardinal Examples
+
+

The classes for the cardinal wind direction indicator is split into 2 options. You can choose towards or from. Towards points to the direction in the class, north at the top. From points directly away from the direction in the class. This means, if you want the indicator to represent "wind is coming from the south", you can use the towards-n class, or if you prefer to use from, then you would use from-s.

+

The purpose of this is to accommodate applications that prefer to point to where the wind is originating from (arrow points against the wind), or pointing where the wind is blowing (arrow points in direction of wind). You can decide which fits your application best and use the class that matches.

+

There are 16 classes each for precision when using cardinal directions.

+

+
wi-towards-n
@@ -1250,7 +1257,7 @@
-

Beaufort Wind Scale

+
Beaufort Wind Scale
@@ -1325,11 +1332,14 @@
-

The Weather Icons project created and maintained byErik Flowers. v1.0 artwork byLukas Bischoff. v1.1, 1.2, 1.3 artwork byErik Flowers

-

LESS/HTML implementation inspired and heavily influenced byFont Awesome.

-

Weather Icons licensed underSIL OFL 1.1 — Code licensed underMIT License — Documentation licensed underCC BY 3.0

+

The Weather Icons project created and maintained by Erik Flowers. v1.0 artwork by Lukas Bischoff. v1.1 - 2.0 artwork by Erik Flowers

+

LESS/HTML implementation inspired and heavily influenced by Font Awesome.

+

Weather Icons licensed under SIL OFL 1.1 — Code licensed under MIT License — Documentation licensed under CC BY 3.0

+
+
+
diff --git a/_docs/jade/cheatsheet.html b/_docs/jade/cheatsheet.html index 6279280..7dba5a0 100644 --- a/_docs/jade/cheatsheet.html +++ b/_docs/jade/cheatsheet.html @@ -10,7 +10,7 @@

aCopy and paste these characters into your design apps to use them as real fonts:

-

Daytime

+
Daytime
@@ -145,8 +145,13 @@
-

Nighttime

+
Nighttime
+
+
+
wi-night-clear
+
f02e
+
wi-night-alt-cloudy
@@ -232,11 +237,6 @@
wi-night-alt-thunderstorm
f02d
-
-
-
wi-night-clear
-
f02e
-
wi-night-cloudy
@@ -347,26 +347,11 @@
wi-storm-showers
f01d
-
-
-
wi-strong-wind
-
f050
-
wi-thunderstorm
f01e
-
-
-
wi-tornado
-
f056
-
-
-
-
wi-windy
-
f021
-
wi-night-alt-cloudy-high
@@ -385,7 +370,7 @@
-

Neutral and Cloudy

+
Neutral and Cloudy
@@ -417,11 +402,6 @@
wi-hail
f015
-
-
-
wi-lightning
-
f016
-
wi-rain
@@ -457,11 +437,6 @@
wi-sprinkle
f01c
-
-
-
wi-raindrops
-
f04e
-
wi-storm-showers
@@ -478,14 +453,9 @@
f064
-
-
wi-meteor
-
f071
-
-
-
-
wi-hurricane
-
f073
+
+
wi-snow
+
f01b
@@ -502,25 +472,35 @@
wi-lightning
f016
+
+
+
wi-raindrops
+
f04e
+
+
+
+
wi-raindrop
+
f078
+
wi-dust
f063
-
-
-
wi-snow
-
f01b
-
wi-snowflake-cold
f076
-
-
wi-raindrop
-
f078
+
+
wi-windy
+
f021
+
+
+
+
wi-strong-wind
+
f050
@@ -533,24 +513,39 @@
f0c6
-
-
wi-volcano
-
f0c8
+
+
wi-fire
+
f0c7
wi-flood
f07c
+
+
+
wi-meteor
+
f071
+
wi-tsunami
f0c5
-
-
wi-fire
-
f0c7
+
+
wi-volcano
+
f0c8
+
+
+
+
wi-hurricane
+
f073
+
+
+
+
wi-tornado
+
f056
@@ -575,13 +570,8 @@
-

Miscellaneous

+
Miscellaneous
-
-
-
wi-_reserved_
-
f049
-
wi-alien
@@ -592,60 +582,15 @@
wi-celsius
f03c
-
-
-
wi-cloud-down
-
f03d
-
-
-
-
wi-cloud-refresh
-
f03e
-
-
-
-
wi-cloud-up
-
f040
-
-
-
-
wi-degrees
-
f042
-
wi-fahrenheit
f045
-
-
wi-horizon
-
f047
-
-
-
-
wi-horizon-alt
-
f046
-
-
-
-
wi-refresh
-
f04c
-
-
-
-
wi-refresh-alt
-
f04b
-
-
-
-
wi-sunrise
-
f051
-
-
-
-
wi-sunset
-
f052
+
+
wi-degrees
+
f042
@@ -662,6 +607,61 @@
wi-thermometer-internal
f054
+
+
+
wi-cloud-down
+
f03d
+
+
+
+
wi-cloud-up
+
f040
+
+
+
+
wi-cloud-refresh
+
f03e
+
+
+
+
wi-horizon
+
f047
+
+
+
+
wi-horizon-alt
+
f046
+
+
+
+
wi-sunrise
+
f051
+
+
+
+
wi-sunset
+
f052
+
+
+
+
wi-moonrise
+
f0c9
+
+
+
+
wi-mooonset
+
f0ca
+
+
+
+
wi-refresh
+
f04c
+
+
+
+
wi-refresh-alt
+
f04b
+
wi-umbrella
@@ -682,16 +682,6 @@
wi-na
f07b
-
-
-
wi-moonrise
-
f0c9
-
-
-
-
wi-moonset
-
f0ca
-
wi-train
@@ -700,7 +690,7 @@
-

Moon Phases

+
Moon Phases
@@ -835,7 +825,7 @@
-

Time

+
Time
@@ -900,7 +890,7 @@
-

Directional Arrows

+
Directional Arrows
@@ -945,7 +935,12 @@
-

Wind Degree Examples

+
Wind Degree Examples
+
+

The classes for the wind direction indicator is split into 2 options. You can choose towards or from. Towards points to the degree, zero at the top. From points directly away from the degree. This means, if you want the indicator to represent "wind is coming from the south", you can use the towards-0-deg class, or if you prefer to use from, then you would use from-180-deg.

+

There are 360 classes for each in 1 degree increments for maximum precision.

+

+
wi-wind-default.towards-0-deg
@@ -1078,7 +1073,13 @@
-

Wind Cardinal Examples

+
Wind Cardinal Examples
+
+

The classes for the cardinal wind direction indicator is split into 2 options. You can choose towards or from. Towards points to the direction in the class, north at the top. From points directly away from the direction in the class. This means, if you want the indicator to represent "wind is coming from the south", you can use the towards-n class, or if you prefer to use from, then you would use from-s.

+

The purpose of this is to accommodate applications that prefer to point to where the wind is originating from (arrow points against the wind), or pointing where the wind is blowing (arrow points in direction of wind). You can decide which fits your application best and use the class that matches.

+

There are 16 classes each for precision when using cardinal directions.

+

+
wi-towards-n
@@ -1211,7 +1212,7 @@
-

Beaufort Wind Scale

+
Beaufort Wind Scale
diff --git a/_docs/jade/icon-list-misc.jade b/_docs/jade/icon-list-misc.jade index 72ea50d..8d9277c 100644 --- a/_docs/jade/icon-list-misc.jade +++ b/_docs/jade/icon-list-misc.jade @@ -1,7 +1,3 @@ -.icon-wrap - .icon  - .icon-name wi-_reserved_ - .icon_unicode f049 .icon-wrap .icon  .icon-name wi-alien @@ -10,50 +6,14 @@ .icon  .icon-name wi-celsius .icon_unicode f03c -.icon-wrap - .icon  - .icon-name wi-cloud-down - .icon_unicode f03d -.icon-wrap - .icon  - .icon-name wi-cloud-refresh - .icon_unicode f03e -.icon-wrap - .icon  - .icon-name wi-cloud-up - .icon_unicode f040 -.icon-wrap - .icon  - .icon-name wi-degrees - .icon_unicode f042 .icon-wrap .icon  .icon-name wi-fahrenheit .icon_unicode f045 .icon-wrap - .icon  - .icon-name wi-horizon - .icon_unicode f047 -.icon-wrap - .icon  - .icon-name wi-horizon-alt - .icon_unicode f046 -.icon-wrap - .icon  - .icon-name wi-refresh - .icon_unicode f04c -.icon-wrap - .icon  - .icon-name wi-refresh-alt - .icon_unicode f04b -.icon-wrap - .icon  - .icon-name wi-sunrise - .icon_unicode f051 -.icon-wrap - .icon  - .icon-name wi-sunset - .icon_unicode f052 + .icon  + .icon-name wi-degrees + .icon_unicode f042 .icon-wrap .icon  .icon-name wi-thermometer @@ -66,6 +26,50 @@ .icon  .icon-name wi-thermometer-internal .icon_unicode f054 +.icon-wrap + .icon  + .icon-name wi-cloud-down + .icon_unicode f03d +.icon-wrap + .icon  + .icon-name wi-cloud-up + .icon_unicode f040 +.icon-wrap + .icon  + .icon-name wi-cloud-refresh + .icon_unicode f03e +.icon-wrap + .icon  + .icon-name wi-horizon + .icon_unicode f047 +.icon-wrap + .icon  + .icon-name wi-horizon-alt + .icon_unicode f046 +.icon-wrap + .icon  + .icon-name wi-sunrise + .icon_unicode f051 +.icon-wrap + .icon  + .icon-name wi-sunset + .icon_unicode f052 +.icon-wrap + .icon  + .icon-name wi-moonrise + .icon_unicode f0c9 +.icon-wrap + .icon  + .icon-name wi-mooonset + .icon_unicode f0ca +.icon-wrap + .icon  + .icon-name wi-refresh + .icon_unicode f04c +.icon-wrap + .icon  + .icon-name wi-refresh-alt + .icon_unicode f04b .icon-wrap .icon  .icon-name wi-umbrella @@ -82,14 +86,6 @@ .icon  .icon-name wi-na .icon_unicode f07b -.icon-wrap - .icon  - .icon-name wi-moonrise - .icon_unicode f0c9 -.icon-wrap - .icon  - .icon-name wi-moonset - .icon_unicode f0ca .icon-wrap .icon  .icon-name wi-train diff --git a/_docs/jade/icon-list-neutral-cloudy.jade b/_docs/jade/icon-list-neutral-cloudy.jade index 23f5885..7c2297e 100644 --- a/_docs/jade/icon-list-neutral-cloudy.jade +++ b/_docs/jade/icon-list-neutral-cloudy.jade @@ -22,10 +22,6 @@ .icon  .icon-name wi-hail .icon_unicode f015 -.icon-wrap - .icon  - .icon-name wi-lightning - .icon_unicode f016 .icon-wrap .icon  .icon-name wi-rain @@ -54,10 +50,6 @@ .icon  .icon-name wi-sprinkle .icon_unicode f01c -.icon-wrap - .icon  - .icon-name wi-raindrops - .icon_unicode f04e .icon-wrap .icon  .icon-name wi-storm-showers @@ -71,13 +63,9 @@ .icon-name wi-snow-wind .icon_unicode f064 .icon-wrap - .icon  - .icon-name wi-meteor - .icon_unicode f071 -.icon-wrap - .icon  - .icon-name wi-hurricane - .icon_unicode f073 + .icon  + .icon-name wi-snow + .icon_unicode f01b .icon-wrap .icon  .icon-name wi-smog @@ -90,22 +78,30 @@ .icon  .icon-name wi-lightning .icon_unicode f016 +.icon-wrap + .icon  + .icon-name wi-raindrops + .icon_unicode f04e +.icon-wrap + .icon  + .icon-name wi-raindrop + .icon_unicode f078 .icon-wrap .icon  .icon-name wi-dust .icon_unicode f063 -.icon-wrap - .icon  - .icon-name wi-snow - .icon_unicode f01b .icon-wrap .icon  .icon-name wi-snowflake-cold .icon_unicode f076 .icon-wrap - .icon  - .icon-name wi-raindrop - .icon_unicode f078 + .icon  + .icon-name wi-windy + .icon_unicode f021 +.icon-wrap + .icon  + .icon-name wi-strong-wind + .icon_unicode f050 .icon-wrap .icon  .icon-name wi-sandstorm @@ -115,21 +111,33 @@ .icon-name wi-earthquake .icon_unicode f0c6 .icon-wrap - .icon  - .icon-name wi-volcano - .icon_unicode f0c8 + .icon  + .icon-name wi-fire + .icon_unicode f0c7 .icon-wrap .icon  .icon-name wi-flood .icon_unicode f07c +.icon-wrap + .icon  + .icon-name wi-meteor + .icon_unicode f071 .icon-wrap .icon  .icon-name wi-tsunami .icon_unicode f0c5 .icon-wrap - .icon  - .icon-name wi-fire - .icon_unicode f0c7 + .icon  + .icon-name wi-volcano + .icon_unicode f0c8 +.icon-wrap + .icon  + .icon-name wi-hurricane + .icon_unicode f073 +.icon-wrap + .icon  + .icon-name wi-tornado + .icon_unicode f056 .icon-wrap .icon  .icon-name wi-small-craft-advisory diff --git a/_docs/jade/icon-list-night.jade b/_docs/jade/icon-list-night.jade index 70f59c7..8c82056 100644 --- a/_docs/jade/icon-list-night.jade +++ b/_docs/jade/icon-list-night.jade @@ -1,3 +1,7 @@ +.icon-wrap + .icon  + .icon-name wi-night-clear + .icon_unicode f02e .icon-wrap .icon  .icon-name wi-night-alt-cloudy @@ -66,10 +70,6 @@ .icon  .icon-name wi-night-alt-thunderstorm .icon_unicode f02d -.icon-wrap - .icon  - .icon-name wi-night-clear - .icon_unicode f02e .icon-wrap .icon  .icon-name wi-night-cloudy @@ -158,22 +158,10 @@ .icon  .icon-name wi-storm-showers .icon_unicode f01d -.icon-wrap - .icon  - .icon-name wi-strong-wind - .icon_unicode f050 .icon-wrap .icon  .icon-name wi-thunderstorm .icon_unicode f01e -.icon-wrap - .icon  - .icon-name wi-tornado - .icon_unicode f056 -.icon-wrap - .icon  - .icon-name wi-windy - .icon_unicode f021 .icon-wrap .icon  .icon-name wi-night-alt-cloudy-high diff --git a/_docs/jade/icon-list.jade b/_docs/jade/icon-list.jade index c820d22..f493ff8 100644 --- a/_docs/jade/icon-list.jade +++ b/_docs/jade/icon-list.jade @@ -1,41 +1,49 @@ .col-sm-12 - h1 Daytime + .section-title Daytime .row include icon-list-day .col-sm-12 - h1 Nighttime + .section-title Nighttime .row include icon-list-night .col-sm-12 - h1 Neutral and Cloudy + .section-title Neutral and Cloudy .row include icon-list-neutral-cloudy .col-sm-12 - h1 Miscellaneous + .section-title Miscellaneous .row include icon-list-misc .col-sm-12 - h1 Moon Phases + .section-title Moon Phases .row include icon-list-moon - .col-sm-12 - h1 Time + .section-title Time .row include icon-list-time .col-sm-12 - h1 Directional Arrows + .section-title Directional Arrows .row include icon-list-direction .col-sm-12 - h1 Wind Degree Examples + .section-title Wind Degree Examples + .instructions + p The classes for the wind direction indicator is split into 2 options. You can choose towards or from. Towards points to the degree, zero at the top. From points directly away from the degree. This means, if you want the indicator to represent "wind is coming from the south", you can use the towards-0-deg class, or if you prefer to use from, then you would use from-180-deg. + p There are 360 classes for each in 1 degree increments for maximum precision. + p .row include icon-list-wind .col-sm-12 - h1 Wind Cardinal Examples + .section-title Wind Cardinal Examples + .instructions + p The classes for the cardinal wind direction indicator is split into 2 options. You can choose towards or from. Towards points to the direction in the class, north at the top. From points directly away from the direction in the class. This means, if you want the indicator to represent "wind is coming from the south", you can use the towards-n class, or if you prefer to use from, then you would use from-s. + p The purpose of this is to accommodate applications that prefer to point to where the wind is originating from (arrow points against the wind), or pointing where the wind is blowing (arrow points in direction of wind). You can decide which fits your application best and use the class that matches. + p There are 16 classes each for precision when using cardinal directions. + p .row include icon-list-wind-cardinal .col-sm-12 - h1 Beaufort Wind Scale + .section-title Beaufort Wind Scale .row include icon-list-beaufort \ No newline at end of file diff --git a/_docs/jade/index.jade b/_docs/jade/index.jade index e27ed78..04138b1 100644 --- a/_docs/jade/index.jade +++ b/_docs/jade/index.jade @@ -33,14 +33,18 @@ html .container .row-fluid .col-sm-12 - h1 Weather Icons .icon - i.wi.wi-day-cloudy + .icon-box + .wi.wi-day-cloudy + h1 Weather Icons + h2 215 Weather Themed Icons and CSS + a.download-now(href="#") Download Now + i.wi.wi-sunset section.content.container.intro .row .col-sm-12 - p.intro-icons + .intro-icons i.wi.wi-day-lightning i.wi.wi-night-thunderstorm i.wi.wi-day-snow @@ -53,48 +57,52 @@ html i.wi.wi-day-cloudy-windy i.wi.wi-night-rain i.wi.wi-night-alt-snow - p.headline Weather Icons is a font of 189 weather themed icons, ready to be dropped right into - a(href="http://getbootstrap.com") Bootstrap - | or any other project. + p.headline Icon font and CSS for 219 weather themed icons, ready to be dropped right into + a(href="http://getbootstrap.com") Bootstrap, + | or any project! i.wi.wi-cloudy - p Inspired by - a(href="http://fontawesome.io/") Font Awesome - |, they work in essentially the same way. They are infinitley scalable and any CSS that can be applied to text can be applied to them. All you need to do to insert an icon is add the class to an "i" element: + p Infinitley scalable, any CSS that can be applied to text can be applied to the icons. All you need to do to insert an icon is add the class to an "i" element: code <i class="wi wi-day-lightning"></i> - p Please make requests or report any issues to the - a(href="https://github.com/erikflowers/weather-icons/issues") main repository. - - + p Please make requests or report any issues to the + a(href="https://github.com/erikflowers/weather-icons/issues") main repository on GitHub. + .meta + a(href="http://github.com/erikflowers/weather-icons") View the project on GitHub + i.fa.fa-github .container .row include icon-list - - - - - - - - footer .container .row .col-sm-12 - p The Weather Icons project created and maintained by + p The Weather Icons project created and maintained by a(href="http://www.twitter.com/Erik_UX") Erik Flowers - |. v1.0 artwork by + |. v1.0 artwork by a(href="http://www.twitter.com/artill") Lukas Bischoff - |. v1.1, 1.2, 1.3 artwork by - a(href="http://www.twitter.com/Erik_UX") Erik Flowers - p LESS/HTML implementation inspired and heavily influenced by - a(href="http://fortawesome.github.io/Font-Awesome/") Font Awesome. - p Weather Icons licensed under - a(href="http://scripts.sil.org/OFL") SIL OFL 1.1 - | — Code licensed under - a(href="http://opensource.org/licenses/mit-license.html") MIT License - | — Documentation licensed under + |. v1.1 - 2.0 artwork by + a(href="http://www.twitter.com/Erik_UX") Erik Flowers + p LESS/HTML implementation inspired and heavily influenced by + a(href="http://fortawesome.github.io/Font-Awesome/") Font Awesome. + p Weather Icons licensed under + a(href="http://scripts.sil.org/OFL") SIL OFL 1.1 + | — Code licensed under + a(href="http://opensource.org/licenses/mit-license.html") MIT License + | — Documentation licensed under a(href="http://creativecommons.org/licenses/by/3.0/") CC BY 3.0 - + .row + .col-sm-12 + i.wi.wi-day-lightning + i.wi.wi-night-thunderstorm + i.wi.wi-day-snow + i.wi.wi-sprinkle + i.wi.wi-day-sunny + i.wi.wi-cloudy + i.wi.wi-night-rain-mix + i.wi.wi-sunset + i.wi.wi-sunrise + i.wi.wi-day-cloudy-windy + i.wi.wi-night-rain + i.wi.wi-night-alt-snow \ No newline at end of file diff --git a/_docs/less/font-awesome/animated.less b/_docs/less/font-awesome/animated.less new file mode 100644 index 0000000..66ad52a --- /dev/null +++ b/_docs/less/font-awesome/animated.less @@ -0,0 +1,34 @@ +// Animated Icons +// -------------------------- + +.@{fa-css-prefix}-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} + +.@{fa-css-prefix}-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} + +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} diff --git a/_docs/less/font-awesome/bordered-pulled.less b/_docs/less/font-awesome/bordered-pulled.less new file mode 100644 index 0000000..f1c8ad7 --- /dev/null +++ b/_docs/less/font-awesome/bordered-pulled.less @@ -0,0 +1,25 @@ +// Bordered & Pulled +// ------------------------- + +.@{fa-css-prefix}-border { + padding: .2em .25em .15em; + border: solid .08em @fa-border-color; + border-radius: .1em; +} + +.@{fa-css-prefix}-pull-left { float: left; } +.@{fa-css-prefix}-pull-right { float: right; } + +.@{fa-css-prefix} { + &.@{fa-css-prefix}-pull-left { margin-right: .3em; } + &.@{fa-css-prefix}-pull-right { margin-left: .3em; } +} + +/* Deprecated as of 4.4.0 */ +.pull-right { float: right; } +.pull-left { float: left; } + +.@{fa-css-prefix} { + &.pull-left { margin-right: .3em; } + &.pull-right { margin-left: .3em; } +} diff --git a/_docs/less/font-awesome/core.less b/_docs/less/font-awesome/core.less new file mode 100644 index 0000000..c577ac8 --- /dev/null +++ b/_docs/less/font-awesome/core.less @@ -0,0 +1,12 @@ +// Base Class Definition +// ------------------------- + +.@{fa-css-prefix} { + display: inline-block; + font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + +} diff --git a/_docs/less/font-awesome/fixed-width.less b/_docs/less/font-awesome/fixed-width.less new file mode 100644 index 0000000..110289f --- /dev/null +++ b/_docs/less/font-awesome/fixed-width.less @@ -0,0 +1,6 @@ +// Fixed Width Icons +// ------------------------- +.@{fa-css-prefix}-fw { + width: (18em / 14); + text-align: center; +} diff --git a/_docs/less/font-awesome/font-awesome.less b/_docs/less/font-awesome/font-awesome.less new file mode 100644 index 0000000..e3f89c8 --- /dev/null +++ b/_docs/less/font-awesome/font-awesome.less @@ -0,0 +1,17 @@ +/*! + * Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ + +@import "variables.less"; +@import "mixins.less"; +@import "path.less"; +@import "core.less"; +@import "larger.less"; +@import "fixed-width.less"; +@import "list.less"; +@import "bordered-pulled.less"; +@import "animated.less"; +@import "rotated-flipped.less"; +@import "stacked.less"; +@import "icons.less"; diff --git a/_docs/less/font-awesome/icons.less b/_docs/less/font-awesome/icons.less new file mode 100644 index 0000000..6ebe966 --- /dev/null +++ b/_docs/less/font-awesome/icons.less @@ -0,0 +1,677 @@ +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ + +.@{fa-css-prefix}-glass:before { content: @fa-var-glass; } +.@{fa-css-prefix}-music:before { content: @fa-var-music; } +.@{fa-css-prefix}-search:before { content: @fa-var-search; } +.@{fa-css-prefix}-envelope-o:before { content: @fa-var-envelope-o; } +.@{fa-css-prefix}-heart:before { content: @fa-var-heart; } +.@{fa-css-prefix}-star:before { content: @fa-var-star; } +.@{fa-css-prefix}-star-o:before { content: @fa-var-star-o; } +.@{fa-css-prefix}-user:before { content: @fa-var-user; } +.@{fa-css-prefix}-film:before { content: @fa-var-film; } +.@{fa-css-prefix}-th-large:before { content: @fa-var-th-large; } +.@{fa-css-prefix}-th:before { content: @fa-var-th; } +.@{fa-css-prefix}-th-list:before { content: @fa-var-th-list; } +.@{fa-css-prefix}-check:before { content: @fa-var-check; } +.@{fa-css-prefix}-remove:before, +.@{fa-css-prefix}-close:before, +.@{fa-css-prefix}-times:before { content: @fa-var-times; } +.@{fa-css-prefix}-search-plus:before { content: @fa-var-search-plus; } +.@{fa-css-prefix}-search-minus:before { content: @fa-var-search-minus; } +.@{fa-css-prefix}-power-off:before { content: @fa-var-power-off; } +.@{fa-css-prefix}-signal:before { content: @fa-var-signal; } +.@{fa-css-prefix}-gear:before, +.@{fa-css-prefix}-cog:before { content: @fa-var-cog; } +.@{fa-css-prefix}-trash-o:before { content: @fa-var-trash-o; } +.@{fa-css-prefix}-home:before { content: @fa-var-home; } +.@{fa-css-prefix}-file-o:before { content: @fa-var-file-o; } +.@{fa-css-prefix}-clock-o:before { content: @fa-var-clock-o; } +.@{fa-css-prefix}-road:before { content: @fa-var-road; } +.@{fa-css-prefix}-download:before { content: @fa-var-download; } +.@{fa-css-prefix}-arrow-circle-o-down:before { content: @fa-var-arrow-circle-o-down; } +.@{fa-css-prefix}-arrow-circle-o-up:before { content: @fa-var-arrow-circle-o-up; } +.@{fa-css-prefix}-inbox:before { content: @fa-var-inbox; } +.@{fa-css-prefix}-play-circle-o:before { content: @fa-var-play-circle-o; } +.@{fa-css-prefix}-rotate-right:before, +.@{fa-css-prefix}-repeat:before { content: @fa-var-repeat; } +.@{fa-css-prefix}-refresh:before { content: @fa-var-refresh; } +.@{fa-css-prefix}-list-alt:before { content: @fa-var-list-alt; } +.@{fa-css-prefix}-lock:before { content: @fa-var-lock; } +.@{fa-css-prefix}-flag:before { content: @fa-var-flag; } +.@{fa-css-prefix}-headphones:before { content: @fa-var-headphones; } +.@{fa-css-prefix}-volume-off:before { content: @fa-var-volume-off; } +.@{fa-css-prefix}-volume-down:before { content: @fa-var-volume-down; } +.@{fa-css-prefix}-volume-up:before { content: @fa-var-volume-up; } +.@{fa-css-prefix}-qrcode:before { content: @fa-var-qrcode; } +.@{fa-css-prefix}-barcode:before { content: @fa-var-barcode; } +.@{fa-css-prefix}-tag:before { content: @fa-var-tag; } +.@{fa-css-prefix}-tags:before { content: @fa-var-tags; } +.@{fa-css-prefix}-book:before { content: @fa-var-book; } +.@{fa-css-prefix}-bookmark:before { content: @fa-var-bookmark; } +.@{fa-css-prefix}-print:before { content: @fa-var-print; } +.@{fa-css-prefix}-camera:before { content: @fa-var-camera; } +.@{fa-css-prefix}-font:before { content: @fa-var-font; } +.@{fa-css-prefix}-bold:before { content: @fa-var-bold; } +.@{fa-css-prefix}-italic:before { content: @fa-var-italic; } +.@{fa-css-prefix}-text-height:before { content: @fa-var-text-height; } +.@{fa-css-prefix}-text-width:before { content: @fa-var-text-width; } +.@{fa-css-prefix}-align-left:before { content: @fa-var-align-left; } +.@{fa-css-prefix}-align-center:before { content: @fa-var-align-center; } +.@{fa-css-prefix}-align-right:before { content: @fa-var-align-right; } +.@{fa-css-prefix}-align-justify:before { content: @fa-var-align-justify; } +.@{fa-css-prefix}-list:before { content: @fa-var-list; } +.@{fa-css-prefix}-dedent:before, +.@{fa-css-prefix}-outdent:before { content: @fa-var-outdent; } +.@{fa-css-prefix}-indent:before { content: @fa-var-indent; } +.@{fa-css-prefix}-video-camera:before { content: @fa-var-video-camera; } +.@{fa-css-prefix}-photo:before, +.@{fa-css-prefix}-image:before, +.@{fa-css-prefix}-picture-o:before { content: @fa-var-picture-o; } +.@{fa-css-prefix}-pencil:before { content: @fa-var-pencil; } +.@{fa-css-prefix}-map-marker:before { content: @fa-var-map-marker; } +.@{fa-css-prefix}-adjust:before { content: @fa-var-adjust; } +.@{fa-css-prefix}-tint:before { content: @fa-var-tint; } +.@{fa-css-prefix}-edit:before, +.@{fa-css-prefix}-pencil-square-o:before { content: @fa-var-pencil-square-o; } +.@{fa-css-prefix}-share-square-o:before { content: @fa-var-share-square-o; } +.@{fa-css-prefix}-check-square-o:before { content: @fa-var-check-square-o; } +.@{fa-css-prefix}-arrows:before { content: @fa-var-arrows; } +.@{fa-css-prefix}-step-backward:before { content: @fa-var-step-backward; } +.@{fa-css-prefix}-fast-backward:before { content: @fa-var-fast-backward; } +.@{fa-css-prefix}-backward:before { content: @fa-var-backward; } +.@{fa-css-prefix}-play:before { content: @fa-var-play; } +.@{fa-css-prefix}-pause:before { content: @fa-var-pause; } +.@{fa-css-prefix}-stop:before { content: @fa-var-stop; } +.@{fa-css-prefix}-forward:before { content: @fa-var-forward; } +.@{fa-css-prefix}-fast-forward:before { content: @fa-var-fast-forward; } +.@{fa-css-prefix}-step-forward:before { content: @fa-var-step-forward; } +.@{fa-css-prefix}-eject:before { content: @fa-var-eject; } +.@{fa-css-prefix}-chevron-left:before { content: @fa-var-chevron-left; } +.@{fa-css-prefix}-chevron-right:before { content: @fa-var-chevron-right; } +.@{fa-css-prefix}-plus-circle:before { content: @fa-var-plus-circle; } +.@{fa-css-prefix}-minus-circle:before { content: @fa-var-minus-circle; } +.@{fa-css-prefix}-times-circle:before { content: @fa-var-times-circle; } +.@{fa-css-prefix}-check-circle:before { content: @fa-var-check-circle; } +.@{fa-css-prefix}-question-circle:before { content: @fa-var-question-circle; } +.@{fa-css-prefix}-info-circle:before { content: @fa-var-info-circle; } +.@{fa-css-prefix}-crosshairs:before { content: @fa-var-crosshairs; } +.@{fa-css-prefix}-times-circle-o:before { content: @fa-var-times-circle-o; } +.@{fa-css-prefix}-check-circle-o:before { content: @fa-var-check-circle-o; } +.@{fa-css-prefix}-ban:before { content: @fa-var-ban; } +.@{fa-css-prefix}-arrow-left:before { content: @fa-var-arrow-left; } +.@{fa-css-prefix}-arrow-right:before { content: @fa-var-arrow-right; } +.@{fa-css-prefix}-arrow-up:before { content: @fa-var-arrow-up; } +.@{fa-css-prefix}-arrow-down:before { content: @fa-var-arrow-down; } +.@{fa-css-prefix}-mail-forward:before, +.@{fa-css-prefix}-share:before { content: @fa-var-share; } +.@{fa-css-prefix}-expand:before { content: @fa-var-expand; } +.@{fa-css-prefix}-compress:before { content: @fa-var-compress; } +.@{fa-css-prefix}-plus:before { content: @fa-var-plus; } +.@{fa-css-prefix}-minus:before { content: @fa-var-minus; } +.@{fa-css-prefix}-asterisk:before { content: @fa-var-asterisk; } +.@{fa-css-prefix}-exclamation-circle:before { content: @fa-var-exclamation-circle; } +.@{fa-css-prefix}-gift:before { content: @fa-var-gift; } +.@{fa-css-prefix}-leaf:before { content: @fa-var-leaf; } +.@{fa-css-prefix}-fire:before { content: @fa-var-fire; } +.@{fa-css-prefix}-eye:before { content: @fa-var-eye; } +.@{fa-css-prefix}-eye-slash:before { content: @fa-var-eye-slash; } +.@{fa-css-prefix}-warning:before, +.@{fa-css-prefix}-exclamation-triangle:before { content: @fa-var-exclamation-triangle; } +.@{fa-css-prefix}-plane:before { content: @fa-var-plane; } +.@{fa-css-prefix}-calendar:before { content: @fa-var-calendar; } +.@{fa-css-prefix}-random:before { content: @fa-var-random; } +.@{fa-css-prefix}-comment:before { content: @fa-var-comment; } +.@{fa-css-prefix}-magnet:before { content: @fa-var-magnet; } +.@{fa-css-prefix}-chevron-up:before { content: @fa-var-chevron-up; } +.@{fa-css-prefix}-chevron-down:before { content: @fa-var-chevron-down; } +.@{fa-css-prefix}-retweet:before { content: @fa-var-retweet; } +.@{fa-css-prefix}-shopping-cart:before { content: @fa-var-shopping-cart; } +.@{fa-css-prefix}-folder:before { content: @fa-var-folder; } +.@{fa-css-prefix}-folder-open:before { content: @fa-var-folder-open; } +.@{fa-css-prefix}-arrows-v:before { content: @fa-var-arrows-v; } +.@{fa-css-prefix}-arrows-h:before { content: @fa-var-arrows-h; } +.@{fa-css-prefix}-bar-chart-o:before, +.@{fa-css-prefix}-bar-chart:before { content: @fa-var-bar-chart; } +.@{fa-css-prefix}-twitter-square:before { content: @fa-var-twitter-square; } +.@{fa-css-prefix}-facebook-square:before { content: @fa-var-facebook-square; } +.@{fa-css-prefix}-camera-retro:before { content: @fa-var-camera-retro; } +.@{fa-css-prefix}-key:before { content: @fa-var-key; } +.@{fa-css-prefix}-gears:before, +.@{fa-css-prefix}-cogs:before { content: @fa-var-cogs; } +.@{fa-css-prefix}-comments:before { content: @fa-var-comments; } +.@{fa-css-prefix}-thumbs-o-up:before { content: @fa-var-thumbs-o-up; } +.@{fa-css-prefix}-thumbs-o-down:before { content: @fa-var-thumbs-o-down; } +.@{fa-css-prefix}-star-half:before { content: @fa-var-star-half; } +.@{fa-css-prefix}-heart-o:before { content: @fa-var-heart-o; } +.@{fa-css-prefix}-sign-out:before { content: @fa-var-sign-out; } +.@{fa-css-prefix}-linkedin-square:before { content: @fa-var-linkedin-square; } +.@{fa-css-prefix}-thumb-tack:before { content: @fa-var-thumb-tack; } +.@{fa-css-prefix}-external-link:before { content: @fa-var-external-link; } +.@{fa-css-prefix}-sign-in:before { content: @fa-var-sign-in; } +.@{fa-css-prefix}-trophy:before { content: @fa-var-trophy; } +.@{fa-css-prefix}-github-square:before { content: @fa-var-github-square; } +.@{fa-css-prefix}-upload:before { content: @fa-var-upload; } +.@{fa-css-prefix}-lemon-o:before { content: @fa-var-lemon-o; } +.@{fa-css-prefix}-phone:before { content: @fa-var-phone; } +.@{fa-css-prefix}-square-o:before { content: @fa-var-square-o; } +.@{fa-css-prefix}-bookmark-o:before { content: @fa-var-bookmark-o; } +.@{fa-css-prefix}-phone-square:before { content: @fa-var-phone-square; } +.@{fa-css-prefix}-twitter:before { content: @fa-var-twitter; } +.@{fa-css-prefix}-facebook-f:before, +.@{fa-css-prefix}-facebook:before { content: @fa-var-facebook; } +.@{fa-css-prefix}-github:before { content: @fa-var-github; } +.@{fa-css-prefix}-unlock:before { content: @fa-var-unlock; } +.@{fa-css-prefix}-credit-card:before { content: @fa-var-credit-card; } +.@{fa-css-prefix}-feed:before, +.@{fa-css-prefix}-rss:before { content: @fa-var-rss; } +.@{fa-css-prefix}-hdd-o:before { content: @fa-var-hdd-o; } +.@{fa-css-prefix}-bullhorn:before { content: @fa-var-bullhorn; } +.@{fa-css-prefix}-bell:before { content: @fa-var-bell; } +.@{fa-css-prefix}-certificate:before { content: @fa-var-certificate; } +.@{fa-css-prefix}-hand-o-right:before { content: @fa-var-hand-o-right; } +.@{fa-css-prefix}-hand-o-left:before { content: @fa-var-hand-o-left; } +.@{fa-css-prefix}-hand-o-up:before { content: @fa-var-hand-o-up; } +.@{fa-css-prefix}-hand-o-down:before { content: @fa-var-hand-o-down; } +.@{fa-css-prefix}-arrow-circle-left:before { content: @fa-var-arrow-circle-left; } +.@{fa-css-prefix}-arrow-circle-right:before { content: @fa-var-arrow-circle-right; } +.@{fa-css-prefix}-arrow-circle-up:before { content: @fa-var-arrow-circle-up; } +.@{fa-css-prefix}-arrow-circle-down:before { content: @fa-var-arrow-circle-down; } +.@{fa-css-prefix}-globe:before { content: @fa-var-globe; } +.@{fa-css-prefix}-wrench:before { content: @fa-var-wrench; } +.@{fa-css-prefix}-tasks:before { content: @fa-var-tasks; } +.@{fa-css-prefix}-filter:before { content: @fa-var-filter; } +.@{fa-css-prefix}-briefcase:before { content: @fa-var-briefcase; } +.@{fa-css-prefix}-arrows-alt:before { content: @fa-var-arrows-alt; } +.@{fa-css-prefix}-group:before, +.@{fa-css-prefix}-users:before { content: @fa-var-users; } +.@{fa-css-prefix}-chain:before, +.@{fa-css-prefix}-link:before { content: @fa-var-link; } +.@{fa-css-prefix}-cloud:before { content: @fa-var-cloud; } +.@{fa-css-prefix}-flask:before { content: @fa-var-flask; } +.@{fa-css-prefix}-cut:before, +.@{fa-css-prefix}-scissors:before { content: @fa-var-scissors; } +.@{fa-css-prefix}-copy:before, +.@{fa-css-prefix}-files-o:before { content: @fa-var-files-o; } +.@{fa-css-prefix}-paperclip:before { content: @fa-var-paperclip; } +.@{fa-css-prefix}-save:before, +.@{fa-css-prefix}-floppy-o:before { content: @fa-var-floppy-o; } +.@{fa-css-prefix}-square:before { content: @fa-var-square; } +.@{fa-css-prefix}-navicon:before, +.@{fa-css-prefix}-reorder:before, +.@{fa-css-prefix}-bars:before { content: @fa-var-bars; } +.@{fa-css-prefix}-list-ul:before { content: @fa-var-list-ul; } +.@{fa-css-prefix}-list-ol:before { content: @fa-var-list-ol; } +.@{fa-css-prefix}-strikethrough:before { content: @fa-var-strikethrough; } +.@{fa-css-prefix}-underline:before { content: @fa-var-underline; } +.@{fa-css-prefix}-table:before { content: @fa-var-table; } +.@{fa-css-prefix}-magic:before { content: @fa-var-magic; } +.@{fa-css-prefix}-truck:before { content: @fa-var-truck; } +.@{fa-css-prefix}-pinterest:before { content: @fa-var-pinterest; } +.@{fa-css-prefix}-pinterest-square:before { content: @fa-var-pinterest-square; } +.@{fa-css-prefix}-google-plus-square:before { content: @fa-var-google-plus-square; } +.@{fa-css-prefix}-google-plus:before { content: @fa-var-google-plus; } +.@{fa-css-prefix}-money:before { content: @fa-var-money; } +.@{fa-css-prefix}-caret-down:before { content: @fa-var-caret-down; } +.@{fa-css-prefix}-caret-up:before { content: @fa-var-caret-up; } +.@{fa-css-prefix}-caret-left:before { content: @fa-var-caret-left; } +.@{fa-css-prefix}-caret-right:before { content: @fa-var-caret-right; } +.@{fa-css-prefix}-columns:before { content: @fa-var-columns; } +.@{fa-css-prefix}-unsorted:before, +.@{fa-css-prefix}-sort:before { content: @fa-var-sort; } +.@{fa-css-prefix}-sort-down:before, +.@{fa-css-prefix}-sort-desc:before { content: @fa-var-sort-desc; } +.@{fa-css-prefix}-sort-up:before, +.@{fa-css-prefix}-sort-asc:before { content: @fa-var-sort-asc; } +.@{fa-css-prefix}-envelope:before { content: @fa-var-envelope; } +.@{fa-css-prefix}-linkedin:before { content: @fa-var-linkedin; } +.@{fa-css-prefix}-rotate-left:before, +.@{fa-css-prefix}-undo:before { content: @fa-var-undo; } +.@{fa-css-prefix}-legal:before, +.@{fa-css-prefix}-gavel:before { content: @fa-var-gavel; } +.@{fa-css-prefix}-dashboard:before, +.@{fa-css-prefix}-tachometer:before { content: @fa-var-tachometer; } +.@{fa-css-prefix}-comment-o:before { content: @fa-var-comment-o; } +.@{fa-css-prefix}-comments-o:before { content: @fa-var-comments-o; } +.@{fa-css-prefix}-flash:before, +.@{fa-css-prefix}-bolt:before { content: @fa-var-bolt; } +.@{fa-css-prefix}-sitemap:before { content: @fa-var-sitemap; } +.@{fa-css-prefix}-umbrella:before { content: @fa-var-umbrella; } +.@{fa-css-prefix}-paste:before, +.@{fa-css-prefix}-clipboard:before { content: @fa-var-clipboard; } +.@{fa-css-prefix}-lightbulb-o:before { content: @fa-var-lightbulb-o; } +.@{fa-css-prefix}-exchange:before { content: @fa-var-exchange; } +.@{fa-css-prefix}-cloud-download:before { content: @fa-var-cloud-download; } +.@{fa-css-prefix}-cloud-upload:before { content: @fa-var-cloud-upload; } +.@{fa-css-prefix}-user-md:before { content: @fa-var-user-md; } +.@{fa-css-prefix}-stethoscope:before { content: @fa-var-stethoscope; } +.@{fa-css-prefix}-suitcase:before { content: @fa-var-suitcase; } +.@{fa-css-prefix}-bell-o:before { content: @fa-var-bell-o; } +.@{fa-css-prefix}-coffee:before { content: @fa-var-coffee; } +.@{fa-css-prefix}-cutlery:before { content: @fa-var-cutlery; } +.@{fa-css-prefix}-file-text-o:before { content: @fa-var-file-text-o; } +.@{fa-css-prefix}-building-o:before { content: @fa-var-building-o; } +.@{fa-css-prefix}-hospital-o:before { content: @fa-var-hospital-o; } +.@{fa-css-prefix}-ambulance:before { content: @fa-var-ambulance; } +.@{fa-css-prefix}-medkit:before { content: @fa-var-medkit; } +.@{fa-css-prefix}-fighter-jet:before { content: @fa-var-fighter-jet; } +.@{fa-css-prefix}-beer:before { content: @fa-var-beer; } +.@{fa-css-prefix}-h-square:before { content: @fa-var-h-square; } +.@{fa-css-prefix}-plus-square:before { content: @fa-var-plus-square; } +.@{fa-css-prefix}-angle-double-left:before { content: @fa-var-angle-double-left; } +.@{fa-css-prefix}-angle-double-right:before { content: @fa-var-angle-double-right; } +.@{fa-css-prefix}-angle-double-up:before { content: @fa-var-angle-double-up; } +.@{fa-css-prefix}-angle-double-down:before { content: @fa-var-angle-double-down; } +.@{fa-css-prefix}-angle-left:before { content: @fa-var-angle-left; } +.@{fa-css-prefix}-angle-right:before { content: @fa-var-angle-right; } +.@{fa-css-prefix}-angle-up:before { content: @fa-var-angle-up; } +.@{fa-css-prefix}-angle-down:before { content: @fa-var-angle-down; } +.@{fa-css-prefix}-desktop:before { content: @fa-var-desktop; } +.@{fa-css-prefix}-laptop:before { content: @fa-var-laptop; } +.@{fa-css-prefix}-tablet:before { content: @fa-var-tablet; } +.@{fa-css-prefix}-mobile-phone:before, +.@{fa-css-prefix}-mobile:before { content: @fa-var-mobile; } +.@{fa-css-prefix}-circle-o:before { content: @fa-var-circle-o; } +.@{fa-css-prefix}-quote-left:before { content: @fa-var-quote-left; } +.@{fa-css-prefix}-quote-right:before { content: @fa-var-quote-right; } +.@{fa-css-prefix}-spinner:before { content: @fa-var-spinner; } +.@{fa-css-prefix}-circle:before { content: @fa-var-circle; } +.@{fa-css-prefix}-mail-reply:before, +.@{fa-css-prefix}-reply:before { content: @fa-var-reply; } +.@{fa-css-prefix}-github-alt:before { content: @fa-var-github-alt; } +.@{fa-css-prefix}-folder-o:before { content: @fa-var-folder-o; } +.@{fa-css-prefix}-folder-open-o:before { content: @fa-var-folder-open-o; } +.@{fa-css-prefix}-smile-o:before { content: @fa-var-smile-o; } +.@{fa-css-prefix}-frown-o:before { content: @fa-var-frown-o; } +.@{fa-css-prefix}-meh-o:before { content: @fa-var-meh-o; } +.@{fa-css-prefix}-gamepad:before { content: @fa-var-gamepad; } +.@{fa-css-prefix}-keyboard-o:before { content: @fa-var-keyboard-o; } +.@{fa-css-prefix}-flag-o:before { content: @fa-var-flag-o; } +.@{fa-css-prefix}-flag-checkered:before { content: @fa-var-flag-checkered; } +.@{fa-css-prefix}-terminal:before { content: @fa-var-terminal; } +.@{fa-css-prefix}-code:before { content: @fa-var-code; } +.@{fa-css-prefix}-mail-reply-all:before, +.@{fa-css-prefix}-reply-all:before { content: @fa-var-reply-all; } +.@{fa-css-prefix}-star-half-empty:before, +.@{fa-css-prefix}-star-half-full:before, +.@{fa-css-prefix}-star-half-o:before { content: @fa-var-star-half-o; } +.@{fa-css-prefix}-location-arrow:before { content: @fa-var-location-arrow; } +.@{fa-css-prefix}-crop:before { content: @fa-var-crop; } +.@{fa-css-prefix}-code-fork:before { content: @fa-var-code-fork; } +.@{fa-css-prefix}-unlink:before, +.@{fa-css-prefix}-chain-broken:before { content: @fa-var-chain-broken; } +.@{fa-css-prefix}-question:before { content: @fa-var-question; } +.@{fa-css-prefix}-info:before { content: @fa-var-info; } +.@{fa-css-prefix}-exclamation:before { content: @fa-var-exclamation; } +.@{fa-css-prefix}-superscript:before { content: @fa-var-superscript; } +.@{fa-css-prefix}-subscript:before { content: @fa-var-subscript; } +.@{fa-css-prefix}-eraser:before { content: @fa-var-eraser; } +.@{fa-css-prefix}-puzzle-piece:before { content: @fa-var-puzzle-piece; } +.@{fa-css-prefix}-microphone:before { content: @fa-var-microphone; } +.@{fa-css-prefix}-microphone-slash:before { content: @fa-var-microphone-slash; } +.@{fa-css-prefix}-shield:before { content: @fa-var-shield; } +.@{fa-css-prefix}-calendar-o:before { content: @fa-var-calendar-o; } +.@{fa-css-prefix}-fire-extinguisher:before { content: @fa-var-fire-extinguisher; } +.@{fa-css-prefix}-rocket:before { content: @fa-var-rocket; } +.@{fa-css-prefix}-maxcdn:before { content: @fa-var-maxcdn; } +.@{fa-css-prefix}-chevron-circle-left:before { content: @fa-var-chevron-circle-left; } +.@{fa-css-prefix}-chevron-circle-right:before { content: @fa-var-chevron-circle-right; } +.@{fa-css-prefix}-chevron-circle-up:before { content: @fa-var-chevron-circle-up; } +.@{fa-css-prefix}-chevron-circle-down:before { content: @fa-var-chevron-circle-down; } +.@{fa-css-prefix}-html5:before { content: @fa-var-html5; } +.@{fa-css-prefix}-css3:before { content: @fa-var-css3; } +.@{fa-css-prefix}-anchor:before { content: @fa-var-anchor; } +.@{fa-css-prefix}-unlock-alt:before { content: @fa-var-unlock-alt; } +.@{fa-css-prefix}-bullseye:before { content: @fa-var-bullseye; } +.@{fa-css-prefix}-ellipsis-h:before { content: @fa-var-ellipsis-h; } +.@{fa-css-prefix}-ellipsis-v:before { content: @fa-var-ellipsis-v; } +.@{fa-css-prefix}-rss-square:before { content: @fa-var-rss-square; } +.@{fa-css-prefix}-play-circle:before { content: @fa-var-play-circle; } +.@{fa-css-prefix}-ticket:before { content: @fa-var-ticket; } +.@{fa-css-prefix}-minus-square:before { content: @fa-var-minus-square; } +.@{fa-css-prefix}-minus-square-o:before { content: @fa-var-minus-square-o; } +.@{fa-css-prefix}-level-up:before { content: @fa-var-level-up; } +.@{fa-css-prefix}-level-down:before { content: @fa-var-level-down; } +.@{fa-css-prefix}-check-square:before { content: @fa-var-check-square; } +.@{fa-css-prefix}-pencil-square:before { content: @fa-var-pencil-square; } +.@{fa-css-prefix}-external-link-square:before { content: @fa-var-external-link-square; } +.@{fa-css-prefix}-share-square:before { content: @fa-var-share-square; } +.@{fa-css-prefix}-compass:before { content: @fa-var-compass; } +.@{fa-css-prefix}-toggle-down:before, +.@{fa-css-prefix}-caret-square-o-down:before { content: @fa-var-caret-square-o-down; } +.@{fa-css-prefix}-toggle-up:before, +.@{fa-css-prefix}-caret-square-o-up:before { content: @fa-var-caret-square-o-up; } +.@{fa-css-prefix}-toggle-right:before, +.@{fa-css-prefix}-caret-square-o-right:before { content: @fa-var-caret-square-o-right; } +.@{fa-css-prefix}-euro:before, +.@{fa-css-prefix}-eur:before { content: @fa-var-eur; } +.@{fa-css-prefix}-gbp:before { content: @fa-var-gbp; } +.@{fa-css-prefix}-dollar:before, +.@{fa-css-prefix}-usd:before { content: @fa-var-usd; } +.@{fa-css-prefix}-rupee:before, +.@{fa-css-prefix}-inr:before { content: @fa-var-inr; } +.@{fa-css-prefix}-cny:before, +.@{fa-css-prefix}-rmb:before, +.@{fa-css-prefix}-yen:before, +.@{fa-css-prefix}-jpy:before { content: @fa-var-jpy; } +.@{fa-css-prefix}-ruble:before, +.@{fa-css-prefix}-rouble:before, +.@{fa-css-prefix}-rub:before { content: @fa-var-rub; } +.@{fa-css-prefix}-won:before, +.@{fa-css-prefix}-krw:before { content: @fa-var-krw; } +.@{fa-css-prefix}-bitcoin:before, +.@{fa-css-prefix}-btc:before { content: @fa-var-btc; } +.@{fa-css-prefix}-file:before { content: @fa-var-file; } +.@{fa-css-prefix}-file-text:before { content: @fa-var-file-text; } +.@{fa-css-prefix}-sort-alpha-asc:before { content: @fa-var-sort-alpha-asc; } +.@{fa-css-prefix}-sort-alpha-desc:before { content: @fa-var-sort-alpha-desc; } +.@{fa-css-prefix}-sort-amount-asc:before { content: @fa-var-sort-amount-asc; } +.@{fa-css-prefix}-sort-amount-desc:before { content: @fa-var-sort-amount-desc; } +.@{fa-css-prefix}-sort-numeric-asc:before { content: @fa-var-sort-numeric-asc; } +.@{fa-css-prefix}-sort-numeric-desc:before { content: @fa-var-sort-numeric-desc; } +.@{fa-css-prefix}-thumbs-up:before { content: @fa-var-thumbs-up; } +.@{fa-css-prefix}-thumbs-down:before { content: @fa-var-thumbs-down; } +.@{fa-css-prefix}-youtube-square:before { content: @fa-var-youtube-square; } +.@{fa-css-prefix}-youtube:before { content: @fa-var-youtube; } +.@{fa-css-prefix}-xing:before { content: @fa-var-xing; } +.@{fa-css-prefix}-xing-square:before { content: @fa-var-xing-square; } +.@{fa-css-prefix}-youtube-play:before { content: @fa-var-youtube-play; } +.@{fa-css-prefix}-dropbox:before { content: @fa-var-dropbox; } +.@{fa-css-prefix}-stack-overflow:before { content: @fa-var-stack-overflow; } +.@{fa-css-prefix}-instagram:before { content: @fa-var-instagram; } +.@{fa-css-prefix}-flickr:before { content: @fa-var-flickr; } +.@{fa-css-prefix}-adn:before { content: @fa-var-adn; } +.@{fa-css-prefix}-bitbucket:before { content: @fa-var-bitbucket; } +.@{fa-css-prefix}-bitbucket-square:before { content: @fa-var-bitbucket-square; } +.@{fa-css-prefix}-tumblr:before { content: @fa-var-tumblr; } +.@{fa-css-prefix}-tumblr-square:before { content: @fa-var-tumblr-square; } +.@{fa-css-prefix}-long-arrow-down:before { content: @fa-var-long-arrow-down; } +.@{fa-css-prefix}-long-arrow-up:before { content: @fa-var-long-arrow-up; } +.@{fa-css-prefix}-long-arrow-left:before { content: @fa-var-long-arrow-left; } +.@{fa-css-prefix}-long-arrow-right:before { content: @fa-var-long-arrow-right; } +.@{fa-css-prefix}-apple:before { content: @fa-var-apple; } +.@{fa-css-prefix}-windows:before { content: @fa-var-windows; } +.@{fa-css-prefix}-android:before { content: @fa-var-android; } +.@{fa-css-prefix}-linux:before { content: @fa-var-linux; } +.@{fa-css-prefix}-dribbble:before { content: @fa-var-dribbble; } +.@{fa-css-prefix}-skype:before { content: @fa-var-skype; } +.@{fa-css-prefix}-foursquare:before { content: @fa-var-foursquare; } +.@{fa-css-prefix}-trello:before { content: @fa-var-trello; } +.@{fa-css-prefix}-female:before { content: @fa-var-female; } +.@{fa-css-prefix}-male:before { content: @fa-var-male; } +.@{fa-css-prefix}-gittip:before, +.@{fa-css-prefix}-gratipay:before { content: @fa-var-gratipay; } +.@{fa-css-prefix}-sun-o:before { content: @fa-var-sun-o; } +.@{fa-css-prefix}-moon-o:before { content: @fa-var-moon-o; } +.@{fa-css-prefix}-archive:before { content: @fa-var-archive; } +.@{fa-css-prefix}-bug:before { content: @fa-var-bug; } +.@{fa-css-prefix}-vk:before { content: @fa-var-vk; } +.@{fa-css-prefix}-weibo:before { content: @fa-var-weibo; } +.@{fa-css-prefix}-renren:before { content: @fa-var-renren; } +.@{fa-css-prefix}-pagelines:before { content: @fa-var-pagelines; } +.@{fa-css-prefix}-stack-exchange:before { content: @fa-var-stack-exchange; } +.@{fa-css-prefix}-arrow-circle-o-right:before { content: @fa-var-arrow-circle-o-right; } +.@{fa-css-prefix}-arrow-circle-o-left:before { content: @fa-var-arrow-circle-o-left; } +.@{fa-css-prefix}-toggle-left:before, +.@{fa-css-prefix}-caret-square-o-left:before { content: @fa-var-caret-square-o-left; } +.@{fa-css-prefix}-dot-circle-o:before { content: @fa-var-dot-circle-o; } +.@{fa-css-prefix}-wheelchair:before { content: @fa-var-wheelchair; } +.@{fa-css-prefix}-vimeo-square:before { content: @fa-var-vimeo-square; } +.@{fa-css-prefix}-turkish-lira:before, +.@{fa-css-prefix}-try:before { content: @fa-var-try; } +.@{fa-css-prefix}-plus-square-o:before { content: @fa-var-plus-square-o; } +.@{fa-css-prefix}-space-shuttle:before { content: @fa-var-space-shuttle; } +.@{fa-css-prefix}-slack:before { content: @fa-var-slack; } +.@{fa-css-prefix}-envelope-square:before { content: @fa-var-envelope-square; } +.@{fa-css-prefix}-wordpress:before { content: @fa-var-wordpress; } +.@{fa-css-prefix}-openid:before { content: @fa-var-openid; } +.@{fa-css-prefix}-institution:before, +.@{fa-css-prefix}-bank:before, +.@{fa-css-prefix}-university:before { content: @fa-var-university; } +.@{fa-css-prefix}-mortar-board:before, +.@{fa-css-prefix}-graduation-cap:before { content: @fa-var-graduation-cap; } +.@{fa-css-prefix}-yahoo:before { content: @fa-var-yahoo; } +.@{fa-css-prefix}-google:before { content: @fa-var-google; } +.@{fa-css-prefix}-reddit:before { content: @fa-var-reddit; } +.@{fa-css-prefix}-reddit-square:before { content: @fa-var-reddit-square; } +.@{fa-css-prefix}-stumbleupon-circle:before { content: @fa-var-stumbleupon-circle; } +.@{fa-css-prefix}-stumbleupon:before { content: @fa-var-stumbleupon; } +.@{fa-css-prefix}-delicious:before { content: @fa-var-delicious; } +.@{fa-css-prefix}-digg:before { content: @fa-var-digg; } +.@{fa-css-prefix}-pied-piper:before { content: @fa-var-pied-piper; } +.@{fa-css-prefix}-pied-piper-alt:before { content: @fa-var-pied-piper-alt; } +.@{fa-css-prefix}-drupal:before { content: @fa-var-drupal; } +.@{fa-css-prefix}-joomla:before { content: @fa-var-joomla; } +.@{fa-css-prefix}-language:before { content: @fa-var-language; } +.@{fa-css-prefix}-fax:before { content: @fa-var-fax; } +.@{fa-css-prefix}-building:before { content: @fa-var-building; } +.@{fa-css-prefix}-child:before { content: @fa-var-child; } +.@{fa-css-prefix}-paw:before { content: @fa-var-paw; } +.@{fa-css-prefix}-spoon:before { content: @fa-var-spoon; } +.@{fa-css-prefix}-cube:before { content: @fa-var-cube; } +.@{fa-css-prefix}-cubes:before { content: @fa-var-cubes; } +.@{fa-css-prefix}-behance:before { content: @fa-var-behance; } +.@{fa-css-prefix}-behance-square:before { content: @fa-var-behance-square; } +.@{fa-css-prefix}-steam:before { content: @fa-var-steam; } +.@{fa-css-prefix}-steam-square:before { content: @fa-var-steam-square; } +.@{fa-css-prefix}-recycle:before { content: @fa-var-recycle; } +.@{fa-css-prefix}-automobile:before, +.@{fa-css-prefix}-car:before { content: @fa-var-car; } +.@{fa-css-prefix}-cab:before, +.@{fa-css-prefix}-taxi:before { content: @fa-var-taxi; } +.@{fa-css-prefix}-tree:before { content: @fa-var-tree; } +.@{fa-css-prefix}-spotify:before { content: @fa-var-spotify; } +.@{fa-css-prefix}-deviantart:before { content: @fa-var-deviantart; } +.@{fa-css-prefix}-soundcloud:before { content: @fa-var-soundcloud; } +.@{fa-css-prefix}-database:before { content: @fa-var-database; } +.@{fa-css-prefix}-file-pdf-o:before { content: @fa-var-file-pdf-o; } +.@{fa-css-prefix}-file-word-o:before { content: @fa-var-file-word-o; } +.@{fa-css-prefix}-file-excel-o:before { content: @fa-var-file-excel-o; } +.@{fa-css-prefix}-file-powerpoint-o:before { content: @fa-var-file-powerpoint-o; } +.@{fa-css-prefix}-file-photo-o:before, +.@{fa-css-prefix}-file-picture-o:before, +.@{fa-css-prefix}-file-image-o:before { content: @fa-var-file-image-o; } +.@{fa-css-prefix}-file-zip-o:before, +.@{fa-css-prefix}-file-archive-o:before { content: @fa-var-file-archive-o; } +.@{fa-css-prefix}-file-sound-o:before, +.@{fa-css-prefix}-file-audio-o:before { content: @fa-var-file-audio-o; } +.@{fa-css-prefix}-file-movie-o:before, +.@{fa-css-prefix}-file-video-o:before { content: @fa-var-file-video-o; } +.@{fa-css-prefix}-file-code-o:before { content: @fa-var-file-code-o; } +.@{fa-css-prefix}-vine:before { content: @fa-var-vine; } +.@{fa-css-prefix}-codepen:before { content: @fa-var-codepen; } +.@{fa-css-prefix}-jsfiddle:before { content: @fa-var-jsfiddle; } +.@{fa-css-prefix}-life-bouy:before, +.@{fa-css-prefix}-life-buoy:before, +.@{fa-css-prefix}-life-saver:before, +.@{fa-css-prefix}-support:before, +.@{fa-css-prefix}-life-ring:before { content: @fa-var-life-ring; } +.@{fa-css-prefix}-circle-o-notch:before { content: @fa-var-circle-o-notch; } +.@{fa-css-prefix}-ra:before, +.@{fa-css-prefix}-rebel:before { content: @fa-var-rebel; } +.@{fa-css-prefix}-ge:before, +.@{fa-css-prefix}-empire:before { content: @fa-var-empire; } +.@{fa-css-prefix}-git-square:before { content: @fa-var-git-square; } +.@{fa-css-prefix}-git:before { content: @fa-var-git; } +.@{fa-css-prefix}-y-combinator-square:before, +.@{fa-css-prefix}-yc-square:before, +.@{fa-css-prefix}-hacker-news:before { content: @fa-var-hacker-news; } +.@{fa-css-prefix}-tencent-weibo:before { content: @fa-var-tencent-weibo; } +.@{fa-css-prefix}-qq:before { content: @fa-var-qq; } +.@{fa-css-prefix}-wechat:before, +.@{fa-css-prefix}-weixin:before { content: @fa-var-weixin; } +.@{fa-css-prefix}-send:before, +.@{fa-css-prefix}-paper-plane:before { content: @fa-var-paper-plane; } +.@{fa-css-prefix}-send-o:before, +.@{fa-css-prefix}-paper-plane-o:before { content: @fa-var-paper-plane-o; } +.@{fa-css-prefix}-history:before { content: @fa-var-history; } +.@{fa-css-prefix}-circle-thin:before { content: @fa-var-circle-thin; } +.@{fa-css-prefix}-header:before { content: @fa-var-header; } +.@{fa-css-prefix}-paragraph:before { content: @fa-var-paragraph; } +.@{fa-css-prefix}-sliders:before { content: @fa-var-sliders; } +.@{fa-css-prefix}-share-alt:before { content: @fa-var-share-alt; } +.@{fa-css-prefix}-share-alt-square:before { content: @fa-var-share-alt-square; } +.@{fa-css-prefix}-bomb:before { content: @fa-var-bomb; } +.@{fa-css-prefix}-soccer-ball-o:before, +.@{fa-css-prefix}-futbol-o:before { content: @fa-var-futbol-o; } +.@{fa-css-prefix}-tty:before { content: @fa-var-tty; } +.@{fa-css-prefix}-binoculars:before { content: @fa-var-binoculars; } +.@{fa-css-prefix}-plug:before { content: @fa-var-plug; } +.@{fa-css-prefix}-slideshare:before { content: @fa-var-slideshare; } +.@{fa-css-prefix}-twitch:before { content: @fa-var-twitch; } +.@{fa-css-prefix}-yelp:before { content: @fa-var-yelp; } +.@{fa-css-prefix}-newspaper-o:before { content: @fa-var-newspaper-o; } +.@{fa-css-prefix}-wifi:before { content: @fa-var-wifi; } +.@{fa-css-prefix}-calculator:before { content: @fa-var-calculator; } +.@{fa-css-prefix}-paypal:before { content: @fa-var-paypal; } +.@{fa-css-prefix}-google-wallet:before { content: @fa-var-google-wallet; } +.@{fa-css-prefix}-cc-visa:before { content: @fa-var-cc-visa; } +.@{fa-css-prefix}-cc-mastercard:before { content: @fa-var-cc-mastercard; } +.@{fa-css-prefix}-cc-discover:before { content: @fa-var-cc-discover; } +.@{fa-css-prefix}-cc-amex:before { content: @fa-var-cc-amex; } +.@{fa-css-prefix}-cc-paypal:before { content: @fa-var-cc-paypal; } +.@{fa-css-prefix}-cc-stripe:before { content: @fa-var-cc-stripe; } +.@{fa-css-prefix}-bell-slash:before { content: @fa-var-bell-slash; } +.@{fa-css-prefix}-bell-slash-o:before { content: @fa-var-bell-slash-o; } +.@{fa-css-prefix}-trash:before { content: @fa-var-trash; } +.@{fa-css-prefix}-copyright:before { content: @fa-var-copyright; } +.@{fa-css-prefix}-at:before { content: @fa-var-at; } +.@{fa-css-prefix}-eyedropper:before { content: @fa-var-eyedropper; } +.@{fa-css-prefix}-paint-brush:before { content: @fa-var-paint-brush; } +.@{fa-css-prefix}-birthday-cake:before { content: @fa-var-birthday-cake; } +.@{fa-css-prefix}-area-chart:before { content: @fa-var-area-chart; } +.@{fa-css-prefix}-pie-chart:before { content: @fa-var-pie-chart; } +.@{fa-css-prefix}-line-chart:before { content: @fa-var-line-chart; } +.@{fa-css-prefix}-lastfm:before { content: @fa-var-lastfm; } +.@{fa-css-prefix}-lastfm-square:before { content: @fa-var-lastfm-square; } +.@{fa-css-prefix}-toggle-off:before { content: @fa-var-toggle-off; } +.@{fa-css-prefix}-toggle-on:before { content: @fa-var-toggle-on; } +.@{fa-css-prefix}-bicycle:before { content: @fa-var-bicycle; } +.@{fa-css-prefix}-bus:before { content: @fa-var-bus; } +.@{fa-css-prefix}-ioxhost:before { content: @fa-var-ioxhost; } +.@{fa-css-prefix}-angellist:before { content: @fa-var-angellist; } +.@{fa-css-prefix}-cc:before { content: @fa-var-cc; } +.@{fa-css-prefix}-shekel:before, +.@{fa-css-prefix}-sheqel:before, +.@{fa-css-prefix}-ils:before { content: @fa-var-ils; } +.@{fa-css-prefix}-meanpath:before { content: @fa-var-meanpath; } +.@{fa-css-prefix}-buysellads:before { content: @fa-var-buysellads; } +.@{fa-css-prefix}-connectdevelop:before { content: @fa-var-connectdevelop; } +.@{fa-css-prefix}-dashcube:before { content: @fa-var-dashcube; } +.@{fa-css-prefix}-forumbee:before { content: @fa-var-forumbee; } +.@{fa-css-prefix}-leanpub:before { content: @fa-var-leanpub; } +.@{fa-css-prefix}-sellsy:before { content: @fa-var-sellsy; } +.@{fa-css-prefix}-shirtsinbulk:before { content: @fa-var-shirtsinbulk; } +.@{fa-css-prefix}-simplybuilt:before { content: @fa-var-simplybuilt; } +.@{fa-css-prefix}-skyatlas:before { content: @fa-var-skyatlas; } +.@{fa-css-prefix}-cart-plus:before { content: @fa-var-cart-plus; } +.@{fa-css-prefix}-cart-arrow-down:before { content: @fa-var-cart-arrow-down; } +.@{fa-css-prefix}-diamond:before { content: @fa-var-diamond; } +.@{fa-css-prefix}-ship:before { content: @fa-var-ship; } +.@{fa-css-prefix}-user-secret:before { content: @fa-var-user-secret; } +.@{fa-css-prefix}-motorcycle:before { content: @fa-var-motorcycle; } +.@{fa-css-prefix}-street-view:before { content: @fa-var-street-view; } +.@{fa-css-prefix}-heartbeat:before { content: @fa-var-heartbeat; } +.@{fa-css-prefix}-venus:before { content: @fa-var-venus; } +.@{fa-css-prefix}-mars:before { content: @fa-var-mars; } +.@{fa-css-prefix}-mercury:before { content: @fa-var-mercury; } +.@{fa-css-prefix}-intersex:before, +.@{fa-css-prefix}-transgender:before { content: @fa-var-transgender; } +.@{fa-css-prefix}-transgender-alt:before { content: @fa-var-transgender-alt; } +.@{fa-css-prefix}-venus-double:before { content: @fa-var-venus-double; } +.@{fa-css-prefix}-mars-double:before { content: @fa-var-mars-double; } +.@{fa-css-prefix}-venus-mars:before { content: @fa-var-venus-mars; } +.@{fa-css-prefix}-mars-stroke:before { content: @fa-var-mars-stroke; } +.@{fa-css-prefix}-mars-stroke-v:before { content: @fa-var-mars-stroke-v; } +.@{fa-css-prefix}-mars-stroke-h:before { content: @fa-var-mars-stroke-h; } +.@{fa-css-prefix}-neuter:before { content: @fa-var-neuter; } +.@{fa-css-prefix}-genderless:before { content: @fa-var-genderless; } +.@{fa-css-prefix}-facebook-official:before { content: @fa-var-facebook-official; } +.@{fa-css-prefix}-pinterest-p:before { content: @fa-var-pinterest-p; } +.@{fa-css-prefix}-whatsapp:before { content: @fa-var-whatsapp; } +.@{fa-css-prefix}-server:before { content: @fa-var-server; } +.@{fa-css-prefix}-user-plus:before { content: @fa-var-user-plus; } +.@{fa-css-prefix}-user-times:before { content: @fa-var-user-times; } +.@{fa-css-prefix}-hotel:before, +.@{fa-css-prefix}-bed:before { content: @fa-var-bed; } +.@{fa-css-prefix}-viacoin:before { content: @fa-var-viacoin; } +.@{fa-css-prefix}-train:before { content: @fa-var-train; } +.@{fa-css-prefix}-subway:before { content: @fa-var-subway; } +.@{fa-css-prefix}-medium:before { content: @fa-var-medium; } +.@{fa-css-prefix}-yc:before, +.@{fa-css-prefix}-y-combinator:before { content: @fa-var-y-combinator; } +.@{fa-css-prefix}-optin-monster:before { content: @fa-var-optin-monster; } +.@{fa-css-prefix}-opencart:before { content: @fa-var-opencart; } +.@{fa-css-prefix}-expeditedssl:before { content: @fa-var-expeditedssl; } +.@{fa-css-prefix}-battery-4:before, +.@{fa-css-prefix}-battery-full:before { content: @fa-var-battery-full; } +.@{fa-css-prefix}-battery-3:before, +.@{fa-css-prefix}-battery-three-quarters:before { content: @fa-var-battery-three-quarters; } +.@{fa-css-prefix}-battery-2:before, +.@{fa-css-prefix}-battery-half:before { content: @fa-var-battery-half; } +.@{fa-css-prefix}-battery-1:before, +.@{fa-css-prefix}-battery-quarter:before { content: @fa-var-battery-quarter; } +.@{fa-css-prefix}-battery-0:before, +.@{fa-css-prefix}-battery-empty:before { content: @fa-var-battery-empty; } +.@{fa-css-prefix}-mouse-pointer:before { content: @fa-var-mouse-pointer; } +.@{fa-css-prefix}-i-cursor:before { content: @fa-var-i-cursor; } +.@{fa-css-prefix}-object-group:before { content: @fa-var-object-group; } +.@{fa-css-prefix}-object-ungroup:before { content: @fa-var-object-ungroup; } +.@{fa-css-prefix}-sticky-note:before { content: @fa-var-sticky-note; } +.@{fa-css-prefix}-sticky-note-o:before { content: @fa-var-sticky-note-o; } +.@{fa-css-prefix}-cc-jcb:before { content: @fa-var-cc-jcb; } +.@{fa-css-prefix}-cc-diners-club:before { content: @fa-var-cc-diners-club; } +.@{fa-css-prefix}-clone:before { content: @fa-var-clone; } +.@{fa-css-prefix}-balance-scale:before { content: @fa-var-balance-scale; } +.@{fa-css-prefix}-hourglass-o:before { content: @fa-var-hourglass-o; } +.@{fa-css-prefix}-hourglass-1:before, +.@{fa-css-prefix}-hourglass-start:before { content: @fa-var-hourglass-start; } +.@{fa-css-prefix}-hourglass-2:before, +.@{fa-css-prefix}-hourglass-half:before { content: @fa-var-hourglass-half; } +.@{fa-css-prefix}-hourglass-3:before, +.@{fa-css-prefix}-hourglass-end:before { content: @fa-var-hourglass-end; } +.@{fa-css-prefix}-hourglass:before { content: @fa-var-hourglass; } +.@{fa-css-prefix}-hand-grab-o:before, +.@{fa-css-prefix}-hand-rock-o:before { content: @fa-var-hand-rock-o; } +.@{fa-css-prefix}-hand-stop-o:before, +.@{fa-css-prefix}-hand-paper-o:before { content: @fa-var-hand-paper-o; } +.@{fa-css-prefix}-hand-scissors-o:before { content: @fa-var-hand-scissors-o; } +.@{fa-css-prefix}-hand-lizard-o:before { content: @fa-var-hand-lizard-o; } +.@{fa-css-prefix}-hand-spock-o:before { content: @fa-var-hand-spock-o; } +.@{fa-css-prefix}-hand-pointer-o:before { content: @fa-var-hand-pointer-o; } +.@{fa-css-prefix}-hand-peace-o:before { content: @fa-var-hand-peace-o; } +.@{fa-css-prefix}-trademark:before { content: @fa-var-trademark; } +.@{fa-css-prefix}-registered:before { content: @fa-var-registered; } +.@{fa-css-prefix}-creative-commons:before { content: @fa-var-creative-commons; } +.@{fa-css-prefix}-gg:before { content: @fa-var-gg; } +.@{fa-css-prefix}-gg-circle:before { content: @fa-var-gg-circle; } +.@{fa-css-prefix}-tripadvisor:before { content: @fa-var-tripadvisor; } +.@{fa-css-prefix}-odnoklassniki:before { content: @fa-var-odnoklassniki; } +.@{fa-css-prefix}-odnoklassniki-square:before { content: @fa-var-odnoklassniki-square; } +.@{fa-css-prefix}-get-pocket:before { content: @fa-var-get-pocket; } +.@{fa-css-prefix}-wikipedia-w:before { content: @fa-var-wikipedia-w; } +.@{fa-css-prefix}-safari:before { content: @fa-var-safari; } +.@{fa-css-prefix}-chrome:before { content: @fa-var-chrome; } +.@{fa-css-prefix}-firefox:before { content: @fa-var-firefox; } +.@{fa-css-prefix}-opera:before { content: @fa-var-opera; } +.@{fa-css-prefix}-internet-explorer:before { content: @fa-var-internet-explorer; } +.@{fa-css-prefix}-tv:before, +.@{fa-css-prefix}-television:before { content: @fa-var-television; } +.@{fa-css-prefix}-contao:before { content: @fa-var-contao; } +.@{fa-css-prefix}-500px:before { content: @fa-var-500px; } +.@{fa-css-prefix}-amazon:before { content: @fa-var-amazon; } +.@{fa-css-prefix}-calendar-plus-o:before { content: @fa-var-calendar-plus-o; } +.@{fa-css-prefix}-calendar-minus-o:before { content: @fa-var-calendar-minus-o; } +.@{fa-css-prefix}-calendar-times-o:before { content: @fa-var-calendar-times-o; } +.@{fa-css-prefix}-calendar-check-o:before { content: @fa-var-calendar-check-o; } +.@{fa-css-prefix}-industry:before { content: @fa-var-industry; } +.@{fa-css-prefix}-map-pin:before { content: @fa-var-map-pin; } +.@{fa-css-prefix}-map-signs:before { content: @fa-var-map-signs; } +.@{fa-css-prefix}-map-o:before { content: @fa-var-map-o; } +.@{fa-css-prefix}-map:before { content: @fa-var-map; } +.@{fa-css-prefix}-commenting:before { content: @fa-var-commenting; } +.@{fa-css-prefix}-commenting-o:before { content: @fa-var-commenting-o; } +.@{fa-css-prefix}-houzz:before { content: @fa-var-houzz; } +.@{fa-css-prefix}-vimeo:before { content: @fa-var-vimeo; } +.@{fa-css-prefix}-black-tie:before { content: @fa-var-black-tie; } +.@{fa-css-prefix}-fonticons:before { content: @fa-var-fonticons; } diff --git a/_docs/less/font-awesome/larger.less b/_docs/less/font-awesome/larger.less new file mode 100644 index 0000000..c9d6467 --- /dev/null +++ b/_docs/less/font-awesome/larger.less @@ -0,0 +1,13 @@ +// Icon Sizes +// ------------------------- + +/* makes the font 33% larger relative to the icon container */ +.@{fa-css-prefix}-lg { + font-size: (4em / 3); + line-height: (3em / 4); + vertical-align: -15%; +} +.@{fa-css-prefix}-2x { font-size: 2em; } +.@{fa-css-prefix}-3x { font-size: 3em; } +.@{fa-css-prefix}-4x { font-size: 4em; } +.@{fa-css-prefix}-5x { font-size: 5em; } diff --git a/_docs/less/font-awesome/list.less b/_docs/less/font-awesome/list.less new file mode 100644 index 0000000..0b44038 --- /dev/null +++ b/_docs/less/font-awesome/list.less @@ -0,0 +1,19 @@ +// List Icons +// ------------------------- + +.@{fa-css-prefix}-ul { + padding-left: 0; + margin-left: @fa-li-width; + list-style-type: none; + > li { position: relative; } +} +.@{fa-css-prefix}-li { + position: absolute; + left: -@fa-li-width; + width: @fa-li-width; + top: (2em / 14); + text-align: center; + &.@{fa-css-prefix}-lg { + left: (-@fa-li-width + (4em / 14)); + } +} diff --git a/_docs/less/font-awesome/mixins.less b/_docs/less/font-awesome/mixins.less new file mode 100644 index 0000000..d5a43a1 --- /dev/null +++ b/_docs/less/font-awesome/mixins.less @@ -0,0 +1,26 @@ +// Mixins +// -------------------------- + +.fa-icon() { + display: inline-block; + font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + +} + +.fa-icon-rotate(@degrees, @rotation) { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation); + -webkit-transform: rotate(@degrees); + -ms-transform: rotate(@degrees); + transform: rotate(@degrees); +} + +.fa-icon-flip(@horiz, @vert, @rotation) { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation, mirror=1); + -webkit-transform: scale(@horiz, @vert); + -ms-transform: scale(@horiz, @vert); + transform: scale(@horiz, @vert); +} diff --git a/_docs/less/font-awesome/path.less b/_docs/less/font-awesome/path.less new file mode 100644 index 0000000..9211e66 --- /dev/null +++ b/_docs/less/font-awesome/path.less @@ -0,0 +1,15 @@ +/* FONT PATH + * -------------------------- */ + +@font-face { + font-family: 'FontAwesome'; + src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}'); + src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'), + url('@{fa-font-path}/fontawesome-webfont.woff2?v=@{fa-version}') format('woff2'), + url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'), + url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'), + url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg'); +// src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts + font-weight: normal; + font-style: normal; +} diff --git a/_docs/less/font-awesome/rotated-flipped.less b/_docs/less/font-awesome/rotated-flipped.less new file mode 100644 index 0000000..f6ba814 --- /dev/null +++ b/_docs/less/font-awesome/rotated-flipped.less @@ -0,0 +1,20 @@ +// Rotated & Flipped Icons +// ------------------------- + +.@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } +.@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } +.@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } + +.@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } +.@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } + +// Hook for IE8-9 +// ------------------------- + +:root .@{fa-css-prefix}-rotate-90, +:root .@{fa-css-prefix}-rotate-180, +:root .@{fa-css-prefix}-rotate-270, +:root .@{fa-css-prefix}-flip-horizontal, +:root .@{fa-css-prefix}-flip-vertical { + filter: none; +} diff --git a/_docs/less/font-awesome/stacked.less b/_docs/less/font-awesome/stacked.less new file mode 100644 index 0000000..fc53fb0 --- /dev/null +++ b/_docs/less/font-awesome/stacked.less @@ -0,0 +1,20 @@ +// Stacked Icons +// ------------------------- + +.@{fa-css-prefix}-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.@{fa-css-prefix}-stack-1x { line-height: inherit; } +.@{fa-css-prefix}-stack-2x { font-size: 2em; } +.@{fa-css-prefix}-inverse { color: @fa-inverse; } diff --git a/_docs/less/font-awesome/variables.less b/_docs/less/font-awesome/variables.less new file mode 100644 index 0000000..00418e7 --- /dev/null +++ b/_docs/less/font-awesome/variables.less @@ -0,0 +1,688 @@ +// Variables +// -------------------------- + +@fa-font-path: "../fonts"; +@fa-font-size-base: 14px; +@fa-line-height-base: 1; +//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts"; // for referencing Bootstrap CDN font files directly +@fa-css-prefix: fa; +@fa-version: "4.4.0"; +@fa-border-color: #eee; +@fa-inverse: #fff; +@fa-li-width: (30em / 14); + +@fa-var-500px: "\f26e"; +@fa-var-adjust: "\f042"; +@fa-var-adn: "\f170"; +@fa-var-align-center: "\f037"; +@fa-var-align-justify: "\f039"; +@fa-var-align-left: "\f036"; +@fa-var-align-right: "\f038"; +@fa-var-amazon: "\f270"; +@fa-var-ambulance: "\f0f9"; +@fa-var-anchor: "\f13d"; +@fa-var-android: "\f17b"; +@fa-var-angellist: "\f209"; +@fa-var-angle-double-down: "\f103"; +@fa-var-angle-double-left: "\f100"; +@fa-var-angle-double-right: "\f101"; +@fa-var-angle-double-up: "\f102"; +@fa-var-angle-down: "\f107"; +@fa-var-angle-left: "\f104"; +@fa-var-angle-right: "\f105"; +@fa-var-angle-up: "\f106"; +@fa-var-apple: "\f179"; +@fa-var-archive: "\f187"; +@fa-var-area-chart: "\f1fe"; +@fa-var-arrow-circle-down: "\f0ab"; +@fa-var-arrow-circle-left: "\f0a8"; +@fa-var-arrow-circle-o-down: "\f01a"; +@fa-var-arrow-circle-o-left: "\f190"; +@fa-var-arrow-circle-o-right: "\f18e"; +@fa-var-arrow-circle-o-up: "\f01b"; +@fa-var-arrow-circle-right: "\f0a9"; +@fa-var-arrow-circle-up: "\f0aa"; +@fa-var-arrow-down: "\f063"; +@fa-var-arrow-left: "\f060"; +@fa-var-arrow-right: "\f061"; +@fa-var-arrow-up: "\f062"; +@fa-var-arrows: "\f047"; +@fa-var-arrows-alt: "\f0b2"; +@fa-var-arrows-h: "\f07e"; +@fa-var-arrows-v: "\f07d"; +@fa-var-asterisk: "\f069"; +@fa-var-at: "\f1fa"; +@fa-var-automobile: "\f1b9"; +@fa-var-backward: "\f04a"; +@fa-var-balance-scale: "\f24e"; +@fa-var-ban: "\f05e"; +@fa-var-bank: "\f19c"; +@fa-var-bar-chart: "\f080"; +@fa-var-bar-chart-o: "\f080"; +@fa-var-barcode: "\f02a"; +@fa-var-bars: "\f0c9"; +@fa-var-battery-0: "\f244"; +@fa-var-battery-1: "\f243"; +@fa-var-battery-2: "\f242"; +@fa-var-battery-3: "\f241"; +@fa-var-battery-4: "\f240"; +@fa-var-battery-empty: "\f244"; +@fa-var-battery-full: "\f240"; +@fa-var-battery-half: "\f242"; +@fa-var-battery-quarter: "\f243"; +@fa-var-battery-three-quarters: "\f241"; +@fa-var-bed: "\f236"; +@fa-var-beer: "\f0fc"; +@fa-var-behance: "\f1b4"; +@fa-var-behance-square: "\f1b5"; +@fa-var-bell: "\f0f3"; +@fa-var-bell-o: "\f0a2"; +@fa-var-bell-slash: "\f1f6"; +@fa-var-bell-slash-o: "\f1f7"; +@fa-var-bicycle: "\f206"; +@fa-var-binoculars: "\f1e5"; +@fa-var-birthday-cake: "\f1fd"; +@fa-var-bitbucket: "\f171"; +@fa-var-bitbucket-square: "\f172"; +@fa-var-bitcoin: "\f15a"; +@fa-var-black-tie: "\f27e"; +@fa-var-bold: "\f032"; +@fa-var-bolt: "\f0e7"; +@fa-var-bomb: "\f1e2"; +@fa-var-book: "\f02d"; +@fa-var-bookmark: "\f02e"; +@fa-var-bookmark-o: "\f097"; +@fa-var-briefcase: "\f0b1"; +@fa-var-btc: "\f15a"; +@fa-var-bug: "\f188"; +@fa-var-building: "\f1ad"; +@fa-var-building-o: "\f0f7"; +@fa-var-bullhorn: "\f0a1"; +@fa-var-bullseye: "\f140"; +@fa-var-bus: "\f207"; +@fa-var-buysellads: "\f20d"; +@fa-var-cab: "\f1ba"; +@fa-var-calculator: "\f1ec"; +@fa-var-calendar: "\f073"; +@fa-var-calendar-check-o: "\f274"; +@fa-var-calendar-minus-o: "\f272"; +@fa-var-calendar-o: "\f133"; +@fa-var-calendar-plus-o: "\f271"; +@fa-var-calendar-times-o: "\f273"; +@fa-var-camera: "\f030"; +@fa-var-camera-retro: "\f083"; +@fa-var-car: "\f1b9"; +@fa-var-caret-down: "\f0d7"; +@fa-var-caret-left: "\f0d9"; +@fa-var-caret-right: "\f0da"; +@fa-var-caret-square-o-down: "\f150"; +@fa-var-caret-square-o-left: "\f191"; +@fa-var-caret-square-o-right: "\f152"; +@fa-var-caret-square-o-up: "\f151"; +@fa-var-caret-up: "\f0d8"; +@fa-var-cart-arrow-down: "\f218"; +@fa-var-cart-plus: "\f217"; +@fa-var-cc: "\f20a"; +@fa-var-cc-amex: "\f1f3"; +@fa-var-cc-diners-club: "\f24c"; +@fa-var-cc-discover: "\f1f2"; +@fa-var-cc-jcb: "\f24b"; +@fa-var-cc-mastercard: "\f1f1"; +@fa-var-cc-paypal: "\f1f4"; +@fa-var-cc-stripe: "\f1f5"; +@fa-var-cc-visa: "\f1f0"; +@fa-var-certificate: "\f0a3"; +@fa-var-chain: "\f0c1"; +@fa-var-chain-broken: "\f127"; +@fa-var-check: "\f00c"; +@fa-var-check-circle: "\f058"; +@fa-var-check-circle-o: "\f05d"; +@fa-var-check-square: "\f14a"; +@fa-var-check-square-o: "\f046"; +@fa-var-chevron-circle-down: "\f13a"; +@fa-var-chevron-circle-left: "\f137"; +@fa-var-chevron-circle-right: "\f138"; +@fa-var-chevron-circle-up: "\f139"; +@fa-var-chevron-down: "\f078"; +@fa-var-chevron-left: "\f053"; +@fa-var-chevron-right: "\f054"; +@fa-var-chevron-up: "\f077"; +@fa-var-child: "\f1ae"; +@fa-var-chrome: "\f268"; +@fa-var-circle: "\f111"; +@fa-var-circle-o: "\f10c"; +@fa-var-circle-o-notch: "\f1ce"; +@fa-var-circle-thin: "\f1db"; +@fa-var-clipboard: "\f0ea"; +@fa-var-clock-o: "\f017"; +@fa-var-clone: "\f24d"; +@fa-var-close: "\f00d"; +@fa-var-cloud: "\f0c2"; +@fa-var-cloud-download: "\f0ed"; +@fa-var-cloud-upload: "\f0ee"; +@fa-var-cny: "\f157"; +@fa-var-code: "\f121"; +@fa-var-code-fork: "\f126"; +@fa-var-codepen: "\f1cb"; +@fa-var-coffee: "\f0f4"; +@fa-var-cog: "\f013"; +@fa-var-cogs: "\f085"; +@fa-var-columns: "\f0db"; +@fa-var-comment: "\f075"; +@fa-var-comment-o: "\f0e5"; +@fa-var-commenting: "\f27a"; +@fa-var-commenting-o: "\f27b"; +@fa-var-comments: "\f086"; +@fa-var-comments-o: "\f0e6"; +@fa-var-compass: "\f14e"; +@fa-var-compress: "\f066"; +@fa-var-connectdevelop: "\f20e"; +@fa-var-contao: "\f26d"; +@fa-var-copy: "\f0c5"; +@fa-var-copyright: "\f1f9"; +@fa-var-creative-commons: "\f25e"; +@fa-var-credit-card: "\f09d"; +@fa-var-crop: "\f125"; +@fa-var-crosshairs: "\f05b"; +@fa-var-css3: "\f13c"; +@fa-var-cube: "\f1b2"; +@fa-var-cubes: "\f1b3"; +@fa-var-cut: "\f0c4"; +@fa-var-cutlery: "\f0f5"; +@fa-var-dashboard: "\f0e4"; +@fa-var-dashcube: "\f210"; +@fa-var-database: "\f1c0"; +@fa-var-dedent: "\f03b"; +@fa-var-delicious: "\f1a5"; +@fa-var-desktop: "\f108"; +@fa-var-deviantart: "\f1bd"; +@fa-var-diamond: "\f219"; +@fa-var-digg: "\f1a6"; +@fa-var-dollar: "\f155"; +@fa-var-dot-circle-o: "\f192"; +@fa-var-download: "\f019"; +@fa-var-dribbble: "\f17d"; +@fa-var-dropbox: "\f16b"; +@fa-var-drupal: "\f1a9"; +@fa-var-edit: "\f044"; +@fa-var-eject: "\f052"; +@fa-var-ellipsis-h: "\f141"; +@fa-var-ellipsis-v: "\f142"; +@fa-var-empire: "\f1d1"; +@fa-var-envelope: "\f0e0"; +@fa-var-envelope-o: "\f003"; +@fa-var-envelope-square: "\f199"; +@fa-var-eraser: "\f12d"; +@fa-var-eur: "\f153"; +@fa-var-euro: "\f153"; +@fa-var-exchange: "\f0ec"; +@fa-var-exclamation: "\f12a"; +@fa-var-exclamation-circle: "\f06a"; +@fa-var-exclamation-triangle: "\f071"; +@fa-var-expand: "\f065"; +@fa-var-expeditedssl: "\f23e"; +@fa-var-external-link: "\f08e"; +@fa-var-external-link-square: "\f14c"; +@fa-var-eye: "\f06e"; +@fa-var-eye-slash: "\f070"; +@fa-var-eyedropper: "\f1fb"; +@fa-var-facebook: "\f09a"; +@fa-var-facebook-f: "\f09a"; +@fa-var-facebook-official: "\f230"; +@fa-var-facebook-square: "\f082"; +@fa-var-fast-backward: "\f049"; +@fa-var-fast-forward: "\f050"; +@fa-var-fax: "\f1ac"; +@fa-var-feed: "\f09e"; +@fa-var-female: "\f182"; +@fa-var-fighter-jet: "\f0fb"; +@fa-var-file: "\f15b"; +@fa-var-file-archive-o: "\f1c6"; +@fa-var-file-audio-o: "\f1c7"; +@fa-var-file-code-o: "\f1c9"; +@fa-var-file-excel-o: "\f1c3"; +@fa-var-file-image-o: "\f1c5"; +@fa-var-file-movie-o: "\f1c8"; +@fa-var-file-o: "\f016"; +@fa-var-file-pdf-o: "\f1c1"; +@fa-var-file-photo-o: "\f1c5"; +@fa-var-file-picture-o: "\f1c5"; +@fa-var-file-powerpoint-o: "\f1c4"; +@fa-var-file-sound-o: "\f1c7"; +@fa-var-file-text: "\f15c"; +@fa-var-file-text-o: "\f0f6"; +@fa-var-file-video-o: "\f1c8"; +@fa-var-file-word-o: "\f1c2"; +@fa-var-file-zip-o: "\f1c6"; +@fa-var-files-o: "\f0c5"; +@fa-var-film: "\f008"; +@fa-var-filter: "\f0b0"; +@fa-var-fire: "\f06d"; +@fa-var-fire-extinguisher: "\f134"; +@fa-var-firefox: "\f269"; +@fa-var-flag: "\f024"; +@fa-var-flag-checkered: "\f11e"; +@fa-var-flag-o: "\f11d"; +@fa-var-flash: "\f0e7"; +@fa-var-flask: "\f0c3"; +@fa-var-flickr: "\f16e"; +@fa-var-floppy-o: "\f0c7"; +@fa-var-folder: "\f07b"; +@fa-var-folder-o: "\f114"; +@fa-var-folder-open: "\f07c"; +@fa-var-folder-open-o: "\f115"; +@fa-var-font: "\f031"; +@fa-var-fonticons: "\f280"; +@fa-var-forumbee: "\f211"; +@fa-var-forward: "\f04e"; +@fa-var-foursquare: "\f180"; +@fa-var-frown-o: "\f119"; +@fa-var-futbol-o: "\f1e3"; +@fa-var-gamepad: "\f11b"; +@fa-var-gavel: "\f0e3"; +@fa-var-gbp: "\f154"; +@fa-var-ge: "\f1d1"; +@fa-var-gear: "\f013"; +@fa-var-gears: "\f085"; +@fa-var-genderless: "\f22d"; +@fa-var-get-pocket: "\f265"; +@fa-var-gg: "\f260"; +@fa-var-gg-circle: "\f261"; +@fa-var-gift: "\f06b"; +@fa-var-git: "\f1d3"; +@fa-var-git-square: "\f1d2"; +@fa-var-github: "\f09b"; +@fa-var-github-alt: "\f113"; +@fa-var-github-square: "\f092"; +@fa-var-gittip: "\f184"; +@fa-var-glass: "\f000"; +@fa-var-globe: "\f0ac"; +@fa-var-google: "\f1a0"; +@fa-var-google-plus: "\f0d5"; +@fa-var-google-plus-square: "\f0d4"; +@fa-var-google-wallet: "\f1ee"; +@fa-var-graduation-cap: "\f19d"; +@fa-var-gratipay: "\f184"; +@fa-var-group: "\f0c0"; +@fa-var-h-square: "\f0fd"; +@fa-var-hacker-news: "\f1d4"; +@fa-var-hand-grab-o: "\f255"; +@fa-var-hand-lizard-o: "\f258"; +@fa-var-hand-o-down: "\f0a7"; +@fa-var-hand-o-left: "\f0a5"; +@fa-var-hand-o-right: "\f0a4"; +@fa-var-hand-o-up: "\f0a6"; +@fa-var-hand-paper-o: "\f256"; +@fa-var-hand-peace-o: "\f25b"; +@fa-var-hand-pointer-o: "\f25a"; +@fa-var-hand-rock-o: "\f255"; +@fa-var-hand-scissors-o: "\f257"; +@fa-var-hand-spock-o: "\f259"; +@fa-var-hand-stop-o: "\f256"; +@fa-var-hdd-o: "\f0a0"; +@fa-var-header: "\f1dc"; +@fa-var-headphones: "\f025"; +@fa-var-heart: "\f004"; +@fa-var-heart-o: "\f08a"; +@fa-var-heartbeat: "\f21e"; +@fa-var-history: "\f1da"; +@fa-var-home: "\f015"; +@fa-var-hospital-o: "\f0f8"; +@fa-var-hotel: "\f236"; +@fa-var-hourglass: "\f254"; +@fa-var-hourglass-1: "\f251"; +@fa-var-hourglass-2: "\f252"; +@fa-var-hourglass-3: "\f253"; +@fa-var-hourglass-end: "\f253"; +@fa-var-hourglass-half: "\f252"; +@fa-var-hourglass-o: "\f250"; +@fa-var-hourglass-start: "\f251"; +@fa-var-houzz: "\f27c"; +@fa-var-html5: "\f13b"; +@fa-var-i-cursor: "\f246"; +@fa-var-ils: "\f20b"; +@fa-var-image: "\f03e"; +@fa-var-inbox: "\f01c"; +@fa-var-indent: "\f03c"; +@fa-var-industry: "\f275"; +@fa-var-info: "\f129"; +@fa-var-info-circle: "\f05a"; +@fa-var-inr: "\f156"; +@fa-var-instagram: "\f16d"; +@fa-var-institution: "\f19c"; +@fa-var-internet-explorer: "\f26b"; +@fa-var-intersex: "\f224"; +@fa-var-ioxhost: "\f208"; +@fa-var-italic: "\f033"; +@fa-var-joomla: "\f1aa"; +@fa-var-jpy: "\f157"; +@fa-var-jsfiddle: "\f1cc"; +@fa-var-key: "\f084"; +@fa-var-keyboard-o: "\f11c"; +@fa-var-krw: "\f159"; +@fa-var-language: "\f1ab"; +@fa-var-laptop: "\f109"; +@fa-var-lastfm: "\f202"; +@fa-var-lastfm-square: "\f203"; +@fa-var-leaf: "\f06c"; +@fa-var-leanpub: "\f212"; +@fa-var-legal: "\f0e3"; +@fa-var-lemon-o: "\f094"; +@fa-var-level-down: "\f149"; +@fa-var-level-up: "\f148"; +@fa-var-life-bouy: "\f1cd"; +@fa-var-life-buoy: "\f1cd"; +@fa-var-life-ring: "\f1cd"; +@fa-var-life-saver: "\f1cd"; +@fa-var-lightbulb-o: "\f0eb"; +@fa-var-line-chart: "\f201"; +@fa-var-link: "\f0c1"; +@fa-var-linkedin: "\f0e1"; +@fa-var-linkedin-square: "\f08c"; +@fa-var-linux: "\f17c"; +@fa-var-list: "\f03a"; +@fa-var-list-alt: "\f022"; +@fa-var-list-ol: "\f0cb"; +@fa-var-list-ul: "\f0ca"; +@fa-var-location-arrow: "\f124"; +@fa-var-lock: "\f023"; +@fa-var-long-arrow-down: "\f175"; +@fa-var-long-arrow-left: "\f177"; +@fa-var-long-arrow-right: "\f178"; +@fa-var-long-arrow-up: "\f176"; +@fa-var-magic: "\f0d0"; +@fa-var-magnet: "\f076"; +@fa-var-mail-forward: "\f064"; +@fa-var-mail-reply: "\f112"; +@fa-var-mail-reply-all: "\f122"; +@fa-var-male: "\f183"; +@fa-var-map: "\f279"; +@fa-var-map-marker: "\f041"; +@fa-var-map-o: "\f278"; +@fa-var-map-pin: "\f276"; +@fa-var-map-signs: "\f277"; +@fa-var-mars: "\f222"; +@fa-var-mars-double: "\f227"; +@fa-var-mars-stroke: "\f229"; +@fa-var-mars-stroke-h: "\f22b"; +@fa-var-mars-stroke-v: "\f22a"; +@fa-var-maxcdn: "\f136"; +@fa-var-meanpath: "\f20c"; +@fa-var-medium: "\f23a"; +@fa-var-medkit: "\f0fa"; +@fa-var-meh-o: "\f11a"; +@fa-var-mercury: "\f223"; +@fa-var-microphone: "\f130"; +@fa-var-microphone-slash: "\f131"; +@fa-var-minus: "\f068"; +@fa-var-minus-circle: "\f056"; +@fa-var-minus-square: "\f146"; +@fa-var-minus-square-o: "\f147"; +@fa-var-mobile: "\f10b"; +@fa-var-mobile-phone: "\f10b"; +@fa-var-money: "\f0d6"; +@fa-var-moon-o: "\f186"; +@fa-var-mortar-board: "\f19d"; +@fa-var-motorcycle: "\f21c"; +@fa-var-mouse-pointer: "\f245"; +@fa-var-music: "\f001"; +@fa-var-navicon: "\f0c9"; +@fa-var-neuter: "\f22c"; +@fa-var-newspaper-o: "\f1ea"; +@fa-var-object-group: "\f247"; +@fa-var-object-ungroup: "\f248"; +@fa-var-odnoklassniki: "\f263"; +@fa-var-odnoklassniki-square: "\f264"; +@fa-var-opencart: "\f23d"; +@fa-var-openid: "\f19b"; +@fa-var-opera: "\f26a"; +@fa-var-optin-monster: "\f23c"; +@fa-var-outdent: "\f03b"; +@fa-var-pagelines: "\f18c"; +@fa-var-paint-brush: "\f1fc"; +@fa-var-paper-plane: "\f1d8"; +@fa-var-paper-plane-o: "\f1d9"; +@fa-var-paperclip: "\f0c6"; +@fa-var-paragraph: "\f1dd"; +@fa-var-paste: "\f0ea"; +@fa-var-pause: "\f04c"; +@fa-var-paw: "\f1b0"; +@fa-var-paypal: "\f1ed"; +@fa-var-pencil: "\f040"; +@fa-var-pencil-square: "\f14b"; +@fa-var-pencil-square-o: "\f044"; +@fa-var-phone: "\f095"; +@fa-var-phone-square: "\f098"; +@fa-var-photo: "\f03e"; +@fa-var-picture-o: "\f03e"; +@fa-var-pie-chart: "\f200"; +@fa-var-pied-piper: "\f1a7"; +@fa-var-pied-piper-alt: "\f1a8"; +@fa-var-pinterest: "\f0d2"; +@fa-var-pinterest-p: "\f231"; +@fa-var-pinterest-square: "\f0d3"; +@fa-var-plane: "\f072"; +@fa-var-play: "\f04b"; +@fa-var-play-circle: "\f144"; +@fa-var-play-circle-o: "\f01d"; +@fa-var-plug: "\f1e6"; +@fa-var-plus: "\f067"; +@fa-var-plus-circle: "\f055"; +@fa-var-plus-square: "\f0fe"; +@fa-var-plus-square-o: "\f196"; +@fa-var-power-off: "\f011"; +@fa-var-print: "\f02f"; +@fa-var-puzzle-piece: "\f12e"; +@fa-var-qq: "\f1d6"; +@fa-var-qrcode: "\f029"; +@fa-var-question: "\f128"; +@fa-var-question-circle: "\f059"; +@fa-var-quote-left: "\f10d"; +@fa-var-quote-right: "\f10e"; +@fa-var-ra: "\f1d0"; +@fa-var-random: "\f074"; +@fa-var-rebel: "\f1d0"; +@fa-var-recycle: "\f1b8"; +@fa-var-reddit: "\f1a1"; +@fa-var-reddit-square: "\f1a2"; +@fa-var-refresh: "\f021"; +@fa-var-registered: "\f25d"; +@fa-var-remove: "\f00d"; +@fa-var-renren: "\f18b"; +@fa-var-reorder: "\f0c9"; +@fa-var-repeat: "\f01e"; +@fa-var-reply: "\f112"; +@fa-var-reply-all: "\f122"; +@fa-var-retweet: "\f079"; +@fa-var-rmb: "\f157"; +@fa-var-road: "\f018"; +@fa-var-rocket: "\f135"; +@fa-var-rotate-left: "\f0e2"; +@fa-var-rotate-right: "\f01e"; +@fa-var-rouble: "\f158"; +@fa-var-rss: "\f09e"; +@fa-var-rss-square: "\f143"; +@fa-var-rub: "\f158"; +@fa-var-ruble: "\f158"; +@fa-var-rupee: "\f156"; +@fa-var-safari: "\f267"; +@fa-var-save: "\f0c7"; +@fa-var-scissors: "\f0c4"; +@fa-var-search: "\f002"; +@fa-var-search-minus: "\f010"; +@fa-var-search-plus: "\f00e"; +@fa-var-sellsy: "\f213"; +@fa-var-send: "\f1d8"; +@fa-var-send-o: "\f1d9"; +@fa-var-server: "\f233"; +@fa-var-share: "\f064"; +@fa-var-share-alt: "\f1e0"; +@fa-var-share-alt-square: "\f1e1"; +@fa-var-share-square: "\f14d"; +@fa-var-share-square-o: "\f045"; +@fa-var-shekel: "\f20b"; +@fa-var-sheqel: "\f20b"; +@fa-var-shield: "\f132"; +@fa-var-ship: "\f21a"; +@fa-var-shirtsinbulk: "\f214"; +@fa-var-shopping-cart: "\f07a"; +@fa-var-sign-in: "\f090"; +@fa-var-sign-out: "\f08b"; +@fa-var-signal: "\f012"; +@fa-var-simplybuilt: "\f215"; +@fa-var-sitemap: "\f0e8"; +@fa-var-skyatlas: "\f216"; +@fa-var-skype: "\f17e"; +@fa-var-slack: "\f198"; +@fa-var-sliders: "\f1de"; +@fa-var-slideshare: "\f1e7"; +@fa-var-smile-o: "\f118"; +@fa-var-soccer-ball-o: "\f1e3"; +@fa-var-sort: "\f0dc"; +@fa-var-sort-alpha-asc: "\f15d"; +@fa-var-sort-alpha-desc: "\f15e"; +@fa-var-sort-amount-asc: "\f160"; +@fa-var-sort-amount-desc: "\f161"; +@fa-var-sort-asc: "\f0de"; +@fa-var-sort-desc: "\f0dd"; +@fa-var-sort-down: "\f0dd"; +@fa-var-sort-numeric-asc: "\f162"; +@fa-var-sort-numeric-desc: "\f163"; +@fa-var-sort-up: "\f0de"; +@fa-var-soundcloud: "\f1be"; +@fa-var-space-shuttle: "\f197"; +@fa-var-spinner: "\f110"; +@fa-var-spoon: "\f1b1"; +@fa-var-spotify: "\f1bc"; +@fa-var-square: "\f0c8"; +@fa-var-square-o: "\f096"; +@fa-var-stack-exchange: "\f18d"; +@fa-var-stack-overflow: "\f16c"; +@fa-var-star: "\f005"; +@fa-var-star-half: "\f089"; +@fa-var-star-half-empty: "\f123"; +@fa-var-star-half-full: "\f123"; +@fa-var-star-half-o: "\f123"; +@fa-var-star-o: "\f006"; +@fa-var-steam: "\f1b6"; +@fa-var-steam-square: "\f1b7"; +@fa-var-step-backward: "\f048"; +@fa-var-step-forward: "\f051"; +@fa-var-stethoscope: "\f0f1"; +@fa-var-sticky-note: "\f249"; +@fa-var-sticky-note-o: "\f24a"; +@fa-var-stop: "\f04d"; +@fa-var-street-view: "\f21d"; +@fa-var-strikethrough: "\f0cc"; +@fa-var-stumbleupon: "\f1a4"; +@fa-var-stumbleupon-circle: "\f1a3"; +@fa-var-subscript: "\f12c"; +@fa-var-subway: "\f239"; +@fa-var-suitcase: "\f0f2"; +@fa-var-sun-o: "\f185"; +@fa-var-superscript: "\f12b"; +@fa-var-support: "\f1cd"; +@fa-var-table: "\f0ce"; +@fa-var-tablet: "\f10a"; +@fa-var-tachometer: "\f0e4"; +@fa-var-tag: "\f02b"; +@fa-var-tags: "\f02c"; +@fa-var-tasks: "\f0ae"; +@fa-var-taxi: "\f1ba"; +@fa-var-television: "\f26c"; +@fa-var-tencent-weibo: "\f1d5"; +@fa-var-terminal: "\f120"; +@fa-var-text-height: "\f034"; +@fa-var-text-width: "\f035"; +@fa-var-th: "\f00a"; +@fa-var-th-large: "\f009"; +@fa-var-th-list: "\f00b"; +@fa-var-thumb-tack: "\f08d"; +@fa-var-thumbs-down: "\f165"; +@fa-var-thumbs-o-down: "\f088"; +@fa-var-thumbs-o-up: "\f087"; +@fa-var-thumbs-up: "\f164"; +@fa-var-ticket: "\f145"; +@fa-var-times: "\f00d"; +@fa-var-times-circle: "\f057"; +@fa-var-times-circle-o: "\f05c"; +@fa-var-tint: "\f043"; +@fa-var-toggle-down: "\f150"; +@fa-var-toggle-left: "\f191"; +@fa-var-toggle-off: "\f204"; +@fa-var-toggle-on: "\f205"; +@fa-var-toggle-right: "\f152"; +@fa-var-toggle-up: "\f151"; +@fa-var-trademark: "\f25c"; +@fa-var-train: "\f238"; +@fa-var-transgender: "\f224"; +@fa-var-transgender-alt: "\f225"; +@fa-var-trash: "\f1f8"; +@fa-var-trash-o: "\f014"; +@fa-var-tree: "\f1bb"; +@fa-var-trello: "\f181"; +@fa-var-tripadvisor: "\f262"; +@fa-var-trophy: "\f091"; +@fa-var-truck: "\f0d1"; +@fa-var-try: "\f195"; +@fa-var-tty: "\f1e4"; +@fa-var-tumblr: "\f173"; +@fa-var-tumblr-square: "\f174"; +@fa-var-turkish-lira: "\f195"; +@fa-var-tv: "\f26c"; +@fa-var-twitch: "\f1e8"; +@fa-var-twitter: "\f099"; +@fa-var-twitter-square: "\f081"; +@fa-var-umbrella: "\f0e9"; +@fa-var-underline: "\f0cd"; +@fa-var-undo: "\f0e2"; +@fa-var-university: "\f19c"; +@fa-var-unlink: "\f127"; +@fa-var-unlock: "\f09c"; +@fa-var-unlock-alt: "\f13e"; +@fa-var-unsorted: "\f0dc"; +@fa-var-upload: "\f093"; +@fa-var-usd: "\f155"; +@fa-var-user: "\f007"; +@fa-var-user-md: "\f0f0"; +@fa-var-user-plus: "\f234"; +@fa-var-user-secret: "\f21b"; +@fa-var-user-times: "\f235"; +@fa-var-users: "\f0c0"; +@fa-var-venus: "\f221"; +@fa-var-venus-double: "\f226"; +@fa-var-venus-mars: "\f228"; +@fa-var-viacoin: "\f237"; +@fa-var-video-camera: "\f03d"; +@fa-var-vimeo: "\f27d"; +@fa-var-vimeo-square: "\f194"; +@fa-var-vine: "\f1ca"; +@fa-var-vk: "\f189"; +@fa-var-volume-down: "\f027"; +@fa-var-volume-off: "\f026"; +@fa-var-volume-up: "\f028"; +@fa-var-warning: "\f071"; +@fa-var-wechat: "\f1d7"; +@fa-var-weibo: "\f18a"; +@fa-var-weixin: "\f1d7"; +@fa-var-whatsapp: "\f232"; +@fa-var-wheelchair: "\f193"; +@fa-var-wifi: "\f1eb"; +@fa-var-wikipedia-w: "\f266"; +@fa-var-windows: "\f17a"; +@fa-var-won: "\f159"; +@fa-var-wordpress: "\f19a"; +@fa-var-wrench: "\f0ad"; +@fa-var-xing: "\f168"; +@fa-var-xing-square: "\f169"; +@fa-var-y-combinator: "\f23b"; +@fa-var-y-combinator-square: "\f1d4"; +@fa-var-yahoo: "\f19e"; +@fa-var-yc: "\f23b"; +@fa-var-yc-square: "\f1d4"; +@fa-var-yelp: "\f1e9"; +@fa-var-yen: "\f157"; +@fa-var-youtube: "\f167"; +@fa-var-youtube-play: "\f16a"; +@fa-var-youtube-square: "\f166"; + diff --git a/_docs/less/main.less b/_docs/less/main.less index cf3b774..3d2f77d 100644 --- a/_docs/less/main.less +++ b/_docs/less/main.less @@ -1,89 +1,175 @@ +body { + font-family: "proxima nova", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 16px; + line-height: 1.7em; +} +a { + color: hsl(288, 43%, 52%); +} + header { position: relative; height: 100px; padding-top: 0px; background: url("img/sky.jpg") top center no-repeat fixed; - .background-cover; + //.background-cover; border-bottom: 5px solid hsl(0, 0%, 25%); @media (min-width: @screen-tablet) { //height: 300px; - min-height: 100%; - height: 100vh; + height: 500px; + //height: 80vh; POSITION: RELATIVE; } h1 { - float: left; font-family: "proxima nova", @copy; font-weight: 100; font-size: 30px; - margin-top: 40px; + margin-top: 20px; margin-left: 0px; color: hsl(0, 0%, 100%); text-shadow: 0px 2px 2px hsla(0, 0%, 0%, .9); + text-align: center; + @media (min-width: @screen-tablet) { - font-size: 60px; - margin-top: 180px; + font-size: 80px; } } - .icon { - position: absolute; - right: 20px; - top: 40px; - //bottom: 10px; + h2 { + font-family: "proxima-nova", @copy; + font-weight: @light; + text-align: center; color: hsl(0, 0%, 100%); - font-size: 55px; - margin-left: 100px; - //margin-top: 120px; - float: left; - line-height: .65em; + text-shadow: 0px 2px 2px hsla(0, 0%, 0%, .9); + margin: 0px 0px 20px 0px; + } + .icon { + width: 170px; + margin-left: auto; + margin-right: auto; + color: hsl(0, 0%, 100%); + font-size: 100px; + line-height: 1em; text-shadow: 0px 2px 2px hsla(0, 0%, 0%, .5); + .icon-box { + border-radius: 10px; + display: inline-block; + width: 170px; + height: 170px; + margin-top: 40px; + background-color: hsla(0, 0%, 0%, .3); + text-align: center; + padding: 50px 20px 0px 20px; + + } @media (min-width: @screen-tablet) { - font-size: 200px; - top: 100px; + //top: 100px; } } } +.download-now { + text-decoration: none; + display: block; + padding: 20px 40px; + background-color: hsl(0, 0%, 100%); + color: hsl(288, 64%, 22%); + border-radius: 10px; + width: 300px; + margin-right: auto; + margin-left: auto; + text-align: center; + font-weight: @normal; + font-size: 20px; + .box-shadow(0px 2px 2px hsla(0,0%,0%,.3)); + .box-shadow(inset 0px -2px 2px hsla(0,0%,0%,.2)); + border: 3px solid hsl(288, 64%, 22%); + &:hover { + background-color: hsl(0, 0%, 95%); + text-decoration: none; + } + &:active { + background-color: hsl(0, 0%, 80%); + } + &:focus { + text-decoration: none; + border-radius: 10px; + } +} + + .headline { font-size: 25px; line-height: 1.3em; + margin-bottom: 10px; + +} + +.meta { + padding-top: 10px; + text-align: center; + margin-bottom: 30px; + a { + color: hsl(0, 0%, 100%); + width: 290px; + background-color: hsl(288, 64%, 22%); + text-decoration: none; + display: inline-block; + padding: 10px; + border-radius: 10px; + } +} +.section-title { + font-family: @copy; + font-size: 40px; + font-weight: 100; + margin-bottom: 30px; + margin-top: 30px; + color: hsl(288, 24%, 52%); +} + +.instructions { margin-bottom: 30px; } .intro { font-size: 18px; - margin-top: 30px; + //margin-top: 30px; font-weight: @normal; } .intro-icons { - font-size: 15px; - color: hsl(208, 56%, 47%); + font-size: 25px; + color: hsl(288, 64%, 22%); + text-align: center; + padding: 50px 0px 40px 0px; i { margin-right: 10px; + &:last-child { + margin-right: 0px; + } } @media (min-width: @screen-tablet) { - font-size: 25px; - i { - margin-right: 10px; - } + font-size: 35px; + padding: 30px 0px 20px 0px; } @media (min-width: @screen-desktop) { - font-size: 45px; - i { - margin-right: 10px; - } + font-size: 53px; + padding: 40px 0px 30px 0px; + } + @media(min-width: @screen-lg) { + font-size: 65px; } } footer { height: 200px; - background-color: hsl(0, 0%, 20%); + background-color: hsl(288, 64%, 22%); margin-top: 30px; color: hsl(0, 0%, 100%); padding-top: 15px; - font-weight: @normal; + font-weight: @light; + font-size: 14px; a { color: hsl(0, 0%, 70%); } @@ -102,6 +188,7 @@ footer { .icon-name { font-size: 12px; color: hsl(0,0%,30%); + line-height: 1.1; } .icon, .wi { font-size: 40px; @@ -116,9 +203,9 @@ footer { float: left; margin-right: 15px; margin-bottom: 15px; - min-width: 40px; + min-width: 54px; text-align: center; - color: hsl(203, 62%, 53%); + color: hsl(288, 64%, 22%); } .icon_unicode { font-size: 10px; diff --git a/_docs/less/styles.less b/_docs/less/styles.less index 288d15e..db7d142 100644 --- a/_docs/less/styles.less +++ b/_docs/less/styles.less @@ -1,5 +1,5 @@ @import "bootstrap-includes.less"; - +@import "font-awesome/font-awesome.less"; //@import "../../less/weather-icons.less"; @import "variables.less"; diff --git a/_docs/less/variables.less b/_docs/less/variables.less index 76aaa59..dd2469f 100644 --- a/_docs/less/variables.less +++ b/_docs/less/variables.less @@ -1,6 +1,6 @@ // Font Stuff -@copy: "Helvetica Neue", Helvetica, Arial, sans-serif; +@copy: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif; @white: #fff; @black: #000; @red: hsl(0, 100%, 50%); diff --git a/css/weather-icons-sass.css b/css/weather-icons-sass.css index f0a3392..374ef73 100644 --- a/css/weather-icons-sass.css +++ b/css/weather-icons-sass.css @@ -113,6 +113,9 @@ .wi-day-light-wind:before { content: ""; } +.wi-night-clear:before { + content: ""; } + .wi-night-alt-cloudy:before { content: ""; } @@ -164,9 +167,6 @@ .wi-night-alt-thunderstorm:before { content: ""; } -.wi-night-clear:before { - content: ""; } - .wi-night-cloudy:before { content: ""; } @@ -233,18 +233,9 @@ .wi-storm-showers:before { content: ""; } -.wi-strong-wind:before { - content: ""; } - .wi-thunderstorm:before { content: ""; } -.wi-tornado:before { - content: ""; } - -.wi-windy:before { - content: ""; } - .wi-night-alt-cloudy-high:before { content: ""; } @@ -272,9 +263,6 @@ .wi-hail:before { content: ""; } -.wi-lightning:before { - content: ""; } - .wi-rain:before { content: ""; } @@ -296,9 +284,6 @@ .wi-sprinkle:before { content: ""; } -.wi-raindrops:before { - content: ""; } - .wi-storm-showers:before { content: ""; } @@ -308,11 +293,8 @@ .wi-snow-wind:before { content: ""; } -.wi-meteor:before { - content: ""; } - -.wi-hurricane:before { - content: ""; } +.wi-snow:before { + content: ""; } .wi-smog:before { content: ""; } @@ -323,17 +305,23 @@ .wi-lightning:before { content: ""; } +.wi-raindrops:before { + content: ""; } + +.wi-raindrop:before { + content: ""; } + .wi-dust:before { content: ""; } -.wi-snow:before { - content: ""; } - .wi-snowflake-cold:before { content: ""; } -.wi-raindrop:before { - content: ""; } +.wi-windy:before { + content: ""; } + +.wi-strong-wind:before { + content: ""; } .wi-sandstorm:before { content: ""; } @@ -341,17 +329,26 @@ .wi-earthquake:before { content: ""; } -.wi-volcano:before { - content: ""; } +.wi-fire:before { + content: ""; } .wi-flood:before { content: ""; } +.wi-meteor:before { + content: ""; } + .wi-tsunami:before { content: ""; } -.wi-fire:before { - content: ""; } +.wi-volcano:before { + content: ""; } + +.wi-hurricane:before { + content: ""; } + +.wi-tornado:before { + content: ""; } .wi-small-craft-advisory:before { content: ""; } @@ -365,47 +362,17 @@ .wi-hurricane-warning:before { content: ""; } -.wi-_reserved_:before { - content: ""; } - .wi-alien:before { content: ""; } .wi-celsius:before { content: ""; } -.wi-cloud-down:before { - content: ""; } - -.wi-cloud-refresh:before { - content: ""; } - -.wi-cloud-up:before { - content: ""; } - -.wi-degrees:before { - content: ""; } - .wi-fahrenheit:before { content: ""; } -.wi-horizon:before { - content: ""; } - -.wi-horizon-alt:before { - content: ""; } - -.wi-refresh:before { - content: ""; } - -.wi-refresh-alt:before { - content: ""; } - -.wi-sunrise:before { - content: ""; } - -.wi-sunset:before { - content: ""; } +.wi-degrees:before { + content: ""; } .wi-thermometer:before { content: ""; } @@ -416,6 +383,39 @@ .wi-thermometer-internal:before { content: ""; } +.wi-cloud-down:before { + content: ""; } + +.wi-cloud-up:before { + content: ""; } + +.wi-cloud-refresh:before { + content: ""; } + +.wi-horizon:before { + content: ""; } + +.wi-horizon-alt:before { + content: ""; } + +.wi-sunrise:before { + content: ""; } + +.wi-sunset:before { + content: ""; } + +.wi-moonrise:before { + content: ""; } + +.wi-mooonset:before { + content: ""; } + +.wi-refresh:before { + content: ""; } + +.wi-refresh-alt:before { + content: ""; } + .wi-umbrella:before { content: ""; } @@ -428,12 +428,6 @@ .wi-na:before { content: ""; } -.wi-moonrise:before { - content: ""; } - -.wi-moonset:before { - content: ""; } - .wi-train:before { content: ""; } diff --git a/css/weather-icons-sass.min.css b/css/weather-icons-sass.min.css index 8a78e89..473ec2d 100644 --- a/css/weather-icons-sass.min.css +++ b/css/weather-icons-sass.min.css @@ -101,6 +101,9 @@ .wi-day-light-wind:before { content: ""; } +.wi-night-clear:before { + content: ""; } + .wi-night-alt-cloudy:before { content: ""; } @@ -152,9 +155,6 @@ .wi-night-alt-thunderstorm:before { content: ""; } -.wi-night-clear:before { - content: ""; } - .wi-night-cloudy:before { content: ""; } @@ -221,18 +221,9 @@ .wi-storm-showers:before { content: ""; } -.wi-strong-wind:before { - content: ""; } - .wi-thunderstorm:before { content: ""; } -.wi-tornado:before { - content: ""; } - -.wi-windy:before { - content: ""; } - .wi-night-alt-cloudy-high:before { content: ""; } @@ -260,9 +251,6 @@ .wi-hail:before { content: ""; } -.wi-lightning:before { - content: ""; } - .wi-rain:before { content: ""; } @@ -293,11 +281,8 @@ .wi-snow-wind:before { content: ""; } -.wi-meteor:before { - content: ""; } - -.wi-hurricane:before { - content: ""; } +.wi-snow:before { + content: ""; } .wi-smog:before { content: ""; } @@ -308,17 +293,23 @@ .wi-lightning:before { content: ""; } +.wi-raindrops:before { + content: ""; } + +.wi-raindrop:before { + content: ""; } + .wi-dust:before { content: ""; } -.wi-snow:before { - content: ""; } - .wi-snowflake-cold:before { content: ""; } -.wi-raindrop:before { - content: ""; } +.wi-windy:before { + content: ""; } + +.wi-strong-wind:before { + content: ""; } .wi-sandstorm:before { content: ""; } @@ -326,17 +317,26 @@ .wi-earthquake:before { content: ""; } -.wi-volcano:before { - content: ""; } +.wi-fire:before { + content: ""; } .wi-flood:before { content: ""; } +.wi-meteor:before { + content: ""; } + .wi-tsunami:before { content: ""; } -.wi-fire:before { - content: ""; } +.wi-volcano:before { + content: ""; } + +.wi-hurricane:before { + content: ""; } + +.wi-tornado:before { + content: ""; } .wi-small-craft-advisory:before { content: ""; } @@ -350,47 +350,17 @@ .wi-hurricane-warning:before { content: ""; } -.wi-_reserved_:before { - content: ""; } - .wi-alien:before { content: ""; } .wi-celsius:before { content: ""; } -.wi-cloud-down:before { - content: ""; } - -.wi-cloud-refresh:before { - content: ""; } - -.wi-cloud-up:before { - content: ""; } - -.wi-degrees:before { - content: ""; } - .wi-fahrenheit:before { content: ""; } -.wi-horizon:before { - content: ""; } - -.wi-horizon-alt:before { - content: ""; } - -.wi-refresh:before { - content: ""; } - -.wi-refresh-alt:before { - content: ""; } - -.wi-sunrise:before { - content: ""; } - -.wi-sunset:before { - content: ""; } +.wi-degrees:before { + content: ""; } .wi-thermometer:before { content: ""; } @@ -401,6 +371,39 @@ .wi-thermometer-internal:before { content: ""; } +.wi-cloud-down:before { + content: ""; } + +.wi-cloud-up:before { + content: ""; } + +.wi-cloud-refresh:before { + content: ""; } + +.wi-horizon:before { + content: ""; } + +.wi-horizon-alt:before { + content: ""; } + +.wi-sunrise:before { + content: ""; } + +.wi-sunset:before { + content: ""; } + +.wi-moonrise:before { + content: ""; } + +.wi-mooonset:before { + content: ""; } + +.wi-refresh:before { + content: ""; } + +.wi-refresh-alt:before { + content: ""; } + .wi-umbrella:before { content: ""; } @@ -413,12 +416,6 @@ .wi-na:before { content: ""; } -.wi-moonrise:before { - content: ""; } - -.wi-moonset:before { - content: ""; } - .wi-train:before { content: ""; } diff --git a/css/weather-icons.css b/css/weather-icons.css index 02d417b..9a17805 100644 --- a/css/weather-icons.css +++ b/css/weather-icons.css @@ -113,6 +113,9 @@ .wi-day-light-wind:before { content: "\f0c4"; } +.wi-night-clear:before { + content: "\f02e"; +} .wi-night-alt-cloudy:before { content: "\f086"; } @@ -164,9 +167,6 @@ .wi-night-alt-thunderstorm:before { content: "\f02d"; } -.wi-night-clear:before { - content: "\f02e"; -} .wi-night-cloudy:before { content: "\f031"; } @@ -233,18 +233,9 @@ .wi-storm-showers:before { content: "\f01d"; } -.wi-strong-wind:before { - content: "\f050"; -} .wi-thunderstorm:before { content: "\f01e"; } -.wi-tornado:before { - content: "\f056"; -} -.wi-windy:before { - content: "\f021"; -} .wi-night-alt-cloudy-high:before { content: "\f07e"; } @@ -272,9 +263,6 @@ .wi-hail:before { content: "\f015"; } -.wi-lightning:before { - content: "\f016"; -} .wi-rain:before { content: "\f019"; } @@ -296,9 +284,6 @@ .wi-sprinkle:before { content: "\f01c"; } -.wi-raindrops:before { - content: "\f04e"; -} .wi-storm-showers:before { content: "\f01d"; } @@ -308,11 +293,8 @@ .wi-snow-wind:before { content: "\f064"; } -.wi-meteor:before { - content: "\f071"; -} -.wi-hurricane:before { - content: "\f073"; +.wi-snow:before { + content: "\f01b"; } .wi-smog:before { content: "\f074"; @@ -323,17 +305,23 @@ .wi-lightning:before { content: "\f016"; } +.wi-raindrops:before { + content: "\f04e"; +} +.wi-raindrop:before { + content: "\f078"; +} .wi-dust:before { content: "\f063"; } -.wi-snow:before { - content: "\f01b"; -} .wi-snowflake-cold:before { content: "\f076"; } -.wi-raindrop:before { - content: "\f078"; +.wi-windy:before { + content: "\f021"; +} +.wi-strong-wind:before { + content: "\f050"; } .wi-sandstorm:before { content: "\f082"; @@ -341,17 +329,26 @@ .wi-earthquake:before { content: "\f0c6"; } -.wi-volcano:before { - content: "\f0c8"; +.wi-fire:before { + content: "\f0c7"; } .wi-flood:before { content: "\f07c"; } +.wi-meteor:before { + content: "\f071"; +} .wi-tsunami:before { content: "\f0c5"; } -.wi-fire:before { - content: "\f0c7"; +.wi-volcano:before { + content: "\f0c8"; +} +.wi-hurricane:before { + content: "\f073"; +} +.wi-tornado:before { + content: "\f056"; } .wi-small-craft-advisory:before { content: "\f0cc"; @@ -365,47 +362,17 @@ .wi-hurricane-warning:before { content: "\f0cf"; } -.wi-_reserved_:before { - content: "\f049"; -} .wi-alien:before { content: "\f075"; } .wi-celsius:before { content: "\f03c"; } -.wi-cloud-down:before { - content: "\f03d"; -} -.wi-cloud-refresh:before { - content: "\f03e"; -} -.wi-cloud-up:before { - content: "\f040"; -} -.wi-degrees:before { - content: "\f042"; -} .wi-fahrenheit:before { content: "\f045"; } -.wi-horizon:before { - content: "\f047"; -} -.wi-horizon-alt:before { - content: "\f046"; -} -.wi-refresh:before { - content: "\f04c"; -} -.wi-refresh-alt:before { - content: "\f04b"; -} -.wi-sunrise:before { - content: "\f051"; -} -.wi-sunset:before { - content: "\f052"; +.wi-degrees:before { + content: "\f042"; } .wi-thermometer:before { content: "\f055"; @@ -416,6 +383,39 @@ .wi-thermometer-internal:before { content: "\f054"; } +.wi-cloud-down:before { + content: "\f03d"; +} +.wi-cloud-up:before { + content: "\f040"; +} +.wi-cloud-refresh:before { + content: "\f03e"; +} +.wi-horizon:before { + content: "\f047"; +} +.wi-horizon-alt:before { + content: "\f046"; +} +.wi-sunrise:before { + content: "\f051"; +} +.wi-sunset:before { + content: "\f052"; +} +.wi-moonrise:before { + content: "\f0c9"; +} +.wi-mooonset:before { + content: "\f0ca"; +} +.wi-refresh:before { + content: "\f04c"; +} +.wi-refresh-alt:before { + content: "\f04b"; +} .wi-umbrella:before { content: "\f084"; } @@ -428,12 +428,6 @@ .wi-na:before { content: "\f07b"; } -.wi-moonrise:before { - content: "\f0c9"; -} -.wi-moonset:before { - content: "\f0ca"; -} .wi-train:before { content: "\f0cb"; } diff --git a/css/weather-icons.min.css b/css/weather-icons.min.css index bc527cc..aeb8446 100644 --- a/css/weather-icons.min.css +++ b/css/weather-icons.min.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; /*! * Weather Icons 1.3 * Updated November 30th, 2014 @@ -24,580 +23,575 @@ * Twitter: http://twitter.com/Erik_UX */ .wi-day-cloudy:before { - content: ""; } - + content: "\f002"; +} .wi-day-cloudy-gusts:before { - content: ""; } - + content: "\f000"; +} .wi-day-cloudy-windy:before { - content: ""; } - + content: "\f001"; +} .wi-day-fog:before { - content: ""; } - + content: "\f003"; +} .wi-day-hail:before { - content: ""; } - + content: "\f004"; +} .wi-day-haze:before { - content: ""; } - + content: "\f0b6"; +} .wi-day-lightning:before { - content: ""; } - + content: "\f005"; +} .wi-day-rain:before { - content: ""; } - + content: "\f008"; +} .wi-day-rain-mix:before { - content: ""; } - + content: "\f006"; +} .wi-day-rain-wind:before { - content: ""; } - + content: "\f007"; +} .wi-day-showers:before { - content: ""; } - + content: "\f009"; +} .wi-day-sleet:before { - content: ""; } - + content: "\f0b2"; +} .wi-day-sleet-storm:before { - content: ""; } - + content: "\f068"; +} .wi-day-snow:before { - content: ""; } - + content: "\f00a"; +} .wi-day-snow-thunderstorm:before { - content: ""; } - + content: "\f06b"; +} .wi-day-snow-wind:before { - content: ""; } - + content: "\f065"; +} .wi-day-sprinkle:before { - content: ""; } - + content: "\f00b"; +} .wi-day-storm-showers:before { - content: ""; } - + content: "\f00e"; +} .wi-day-sunny:before { - content: ""; } - + content: "\f00d"; +} .wi-day-sunny-overcast:before { - content: ""; } - + content: "\f00c"; +} .wi-day-thunderstorm:before { - content: ""; } - + content: "\f010"; +} .wi-day-windy:before { - content: ""; } - + content: "\f085"; +} .wi-solar-eclipse:before { - content: ""; } - + content: "\f06e"; +} .wi-hot:before { - content: ""; } - + content: "\f072"; +} .wi-day-cloudy-high:before { - content: ""; } - + content: "\f07d"; +} .wi-day-light-wind:before { - content: ""; } - -.wi-night-alt-cloudy:before { - content: ""; } - -.wi-night-alt-cloudy-gusts:before { - content: ""; } - -.wi-night-alt-cloudy-windy:before { - content: ""; } - -.wi-night-alt-hail:before { - content: ""; } - -.wi-night-alt-lightning:before { - content: ""; } - -.wi-night-alt-rain:before { - content: ""; } - -.wi-night-alt-rain-mix:before { - content: ""; } - -.wi-night-alt-rain-wind:before { - content: ""; } - -.wi-night-alt-showers:before { - content: ""; } - -.wi-night-alt-sleet:before { - content: ""; } - -.wi-night-alt-sleet-storm:before { - content: ""; } - -.wi-night-alt-snow:before { - content: ""; } - -.wi-night-alt-snow-thunderstorm:before { - content: ""; } - -.wi-night-alt-snow-wind:before { - content: ""; } - -.wi-night-alt-sprinkle:before { - content: ""; } - -.wi-night-alt-storm-showers:before { - content: ""; } - -.wi-night-alt-thunderstorm:before { - content: ""; } - + content: "\f0c4"; +} .wi-night-clear:before { - content: ""; } - + content: "\f02e"; +} +.wi-night-alt-cloudy:before { + content: "\f086"; +} +.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:before { + content: "\f028"; +} +.wi-night-alt-rain-mix:before { + content: "\f026"; +} +.wi-night-alt-rain-wind:before { + content: "\f027"; +} +.wi-night-alt-showers:before { + content: "\f029"; +} +.wi-night-alt-sleet:before { + content: "\f0b4"; +} +.wi-night-alt-sleet-storm:before { + content: "\f06a"; +} +.wi-night-alt-snow:before { + content: "\f02a"; +} +.wi-night-alt-snow-thunderstorm:before { + content: "\f06d"; +} +.wi-night-alt-snow-wind:before { + content: "\f067"; +} +.wi-night-alt-sprinkle:before { + content: "\f02b"; +} +.wi-night-alt-storm-showers:before { + content: "\f02c"; +} +.wi-night-alt-thunderstorm:before { + content: "\f02d"; +} .wi-night-cloudy:before { - content: ""; } - + content: "\f031"; +} .wi-night-cloudy-gusts:before { - content: ""; } - + content: "\f02f"; +} .wi-night-cloudy-windy:before { - content: ""; } - + content: "\f030"; +} .wi-night-fog:before { - content: ""; } - + content: "\f04a"; +} .wi-night-hail:before { - content: ""; } - + content: "\f032"; +} .wi-night-lightning:before { - content: ""; } - + content: "\f033"; +} .wi-night-partly-cloudy:before { - content: ""; } - + content: "\f083"; +} .wi-night-rain:before { - content: ""; } - + content: "\f036"; +} .wi-night-rain-mix:before { - content: ""; } - + content: "\f034"; +} .wi-night-rain-wind:before { - content: ""; } - + content: "\f035"; +} .wi-night-showers:before { - content: ""; } - + content: "\f037"; +} .wi-night-sleet:before { - content: ""; } - + content: "\f0b3"; +} .wi-night-sleet-storm:before { - content: ""; } - + content: "\f069"; +} .wi-night-snow:before { - content: ""; } - + content: "\f038"; +} .wi-night-snow-thunderstorm:before { - content: ""; } - + content: "\f06c"; +} .wi-night-snow-wind:before { - content: ""; } - + content: "\f066"; +} .wi-night-sprinkle:before { - content: ""; } - + content: "\f039"; +} .wi-night-storm-showers:before { - content: ""; } - + content: "\f03a"; +} .wi-night-thunderstorm:before { - content: ""; } - + content: "\f03b"; +} .wi-lunar-eclipse:before { - content: ""; } - + content: "\f070"; +} .wi-stars:before { - content: ""; } - + content: "\f077"; +} .wi-storm-showers:before { - content: ""; } - -.wi-strong-wind:before { - content: ""; } - + content: "\f01d"; +} .wi-thunderstorm:before { - content: ""; } - -.wi-tornado:before { - content: ""; } - -.wi-windy:before { - content: ""; } - + content: "\f01e"; +} .wi-night-alt-cloudy-high:before { - content: ""; } - + content: "\f07e"; +} .wi-night-cloudy-high:before { - content: ""; } - + content: "\f080"; +} .wi-night-alt-partly-cloudy:before { - content: ""; } - + content: "\f081"; +} .wi-cloud:before { - content: ""; } - + content: "\f041"; +} .wi-cloudy:before { - content: ""; } - + content: "\f013"; +} .wi-cloudy-gusts:before { - content: ""; } - + content: "\f011"; +} .wi-cloudy-windy:before { - content: ""; } - + content: "\f012"; +} .wi-fog:before { - content: ""; } - + content: "\f014"; +} .wi-hail:before { - content: ""; } - -.wi-lightning:before { - content: ""; } - + content: "\f015"; +} .wi-rain:before { - content: ""; } - + content: "\f019"; +} .wi-rain-mix:before { - content: ""; } - + content: "\f017"; +} .wi-rain-wind:before { - content: ""; } - + content: "\f018"; +} .wi-showers:before { - content: ""; } - + content: "\f01a"; +} .wi-sleet:before { - content: ""; } - + content: "\f0b5"; +} .wi-snow:before { - content: ""; } - + content: "\f01b"; +} .wi-sprinkle:before { - content: ""; } - -.wi-raindrops:before { - content: ""; } - + content: "\f01c"; +} .wi-storm-showers:before { - content: ""; } - + content: "\f01d"; +} .wi-thunderstorm:before { - content: ""; } - + content: "\f01e"; +} .wi-snow-wind:before { - content: ""; } - -.wi-meteor:before { - content: ""; } - -.wi-hurricane:before { - content: ""; } - -.wi-smog:before { - content: ""; } - -.wi-smoke:before { - content: ""; } - -.wi-lightning:before { - content: ""; } - -.wi-dust:before { - content: ""; } - + content: "\f064"; +} .wi-snow:before { - content: ""; } - -.wi-snowflake-cold:before { - content: ""; } - + content: "\f01b"; +} +.wi-smog:before { + content: "\f074"; +} +.wi-smoke:before { + content: "\f062"; +} +.wi-lightning:before { + content: "\f016"; +} +.wi-raindrops:before { + content: "\f04e"; +} .wi-raindrop:before { - content: ""; } - + content: "\f078"; +} +.wi-dust:before { + content: "\f063"; +} +.wi-snowflake-cold:before { + content: "\f076"; +} +.wi-windy:before { + content: "\f021"; +} +.wi-strong-wind:before { + content: "\f050"; +} .wi-sandstorm:before { - content: ""; } - + content: "\f082"; +} .wi-earthquake:before { - content: ""; } - -.wi-volcano:before { - content: ""; } - -.wi-flood:before { - content: ""; } - -.wi-tsunami:before { - content: ""; } - + content: "\f0c6"; +} .wi-fire:before { - content: ""; } - + content: "\f0c7"; +} +.wi-flood:before { + content: "\f07c"; +} +.wi-meteor:before { + content: "\f071"; +} +.wi-tsunami:before { + content: "\f0c5"; +} +.wi-volcano:before { + content: "\f0c8"; +} +.wi-hurricane:before { + content: "\f073"; +} +.wi-tornado:before { + content: "\f056"; +} .wi-small-craft-advisory:before { - content: ""; } - + content: "\f0cc"; +} .wi-gale-warning:before { - content: ""; } - + content: "\f0cd"; +} .wi-storm-warning:before { - content: ""; } - + content: "\f0ce"; +} .wi-hurricane-warning:before { - content: ""; } - -.wi-_reserved_:before { - content: ""; } - + content: "\f0cf"; +} .wi-alien:before { - content: ""; } - + content: "\f075"; +} .wi-celsius:before { - content: ""; } - -.wi-cloud-down:before { - content: ""; } - -.wi-cloud-refresh:before { - content: ""; } - -.wi-cloud-up:before { - content: ""; } - -.wi-degrees:before { - content: ""; } - + content: "\f03c"; +} .wi-fahrenheit:before { - content: ""; } - -.wi-horizon:before { - content: ""; } - -.wi-horizon-alt:before { - content: ""; } - -.wi-refresh:before { - content: ""; } - -.wi-refresh-alt:before { - content: ""; } - -.wi-sunrise:before { - content: ""; } - -.wi-sunset:before { - content: ""; } - + content: "\f045"; +} +.wi-degrees:before { + content: "\f042"; +} .wi-thermometer:before { - content: ""; } - + content: "\f055"; +} .wi-thermometer-exterior:before { - content: ""; } - + content: "\f053"; +} .wi-thermometer-internal:before { - content: ""; } - -.wi-umbrella:before { - content: ""; } - -.wi-barometer:before { - content: ""; } - -.wi-humidity:before { - content: ""; } - -.wi-na:before { - content: ""; } - + content: "\f054"; +} +.wi-cloud-down:before { + content: "\f03d"; +} +.wi-cloud-up:before { + content: "\f040"; +} +.wi-cloud-refresh:before { + content: "\f03e"; +} +.wi-horizon:before { + content: "\f047"; +} +.wi-horizon-alt:before { + content: "\f046"; +} +.wi-sunrise:before { + content: "\f051"; +} +.wi-sunset:before { + content: "\f052"; +} .wi-moonrise:before { - content: ""; } - -.wi-moonset:before { - content: ""; } - + content: "\f0c9"; +} +.wi-mooonset:before { + content: "\f0ca"; +} +.wi-refresh:before { + content: "\f04c"; +} +.wi-refresh-alt:before { + content: "\f04b"; +} +.wi-umbrella:before { + content: "\f084"; +} +.wi-barometer:before { + content: "\f079"; +} +.wi-humidity:before { + content: "\f07a"; +} +.wi-na:before { + content: "\f07b"; +} .wi-train:before { - content: ""; } - + content: "\f0cb"; +} .wi-moon-new:before { - content: ""; } - + content: "\f095"; +} .wi-moon-waxing-cresent-1:before { - content: ""; } - + content: "\f096"; +} .wi-moon-waxing-cresent-2:before { - content: ""; } - + content: "\f097"; +} .wi-moon-waxing-cresent-3:before { - content: ""; } - + content: "\f098"; +} .wi-moon-waxing-cresent-4:before { - content: ""; } - + content: "\f099"; +} .wi-moon-waxing-cresent-5:before { - content: ""; } - + content: "\f09a"; +} .wi-moon-waxing-cresent-6:before { - content: ""; } - + content: "\f09b"; +} .wi-moon-waxing-gibbous-1:before { - content: ""; } - + content: "\f09d"; +} .wi-moon-waxing-gibbous-2:before { - content: ""; } - + content: "\f09e"; +} .wi-moon-waxing-gibbous-3:before { - content: ""; } - + content: "\f09f"; +} .wi-moon-waxing-gibbous-4:before { - content: ""; } - + content: "\f0a0"; +} .wi-moon-waxing-gibbous-5:before { - content: ""; } - + content: "\f0a1"; +} .wi-moon-waxing-gibbous-6:before { - content: ""; } - + content: "\f0a2"; +} .wi-moon-full:before { - content: ""; } - + content: "\f0a3"; +} .wi-moon-waning-gibbous-1:before { - content: ""; } - + content: "\f0a4"; +} .wi-moon-waning-gibbous-2:before { - content: ""; } - + content: "\f0a5"; +} .wi-moon-waning-gibbous-3:before { - content: ""; } - + content: "\f0a6"; +} .wi-moon-waning-gibbous-4:before { - content: ""; } - + content: "\f0a7"; +} .wi-moon-waning-gibbous-5:before { - content: ""; } - + content: "\f0a8"; +} .wi-moon-waning-gibbous-6:before { - content: ""; } - + content: "\f0a9"; +} .wi-moon-waning-crescent-1:before { - content: ""; } - + content: "\f0ab"; +} .wi-moon-waning-crescent-2:before { - content: ""; } - + content: "\f0ac"; +} .wi-moon-waning-crescent-3:before { - content: ""; } - + content: "\f0ad"; +} .wi-moon-waning-crescent-4:before { - content: ""; } - + content: "\f0ae"; +} .wi-moon-waning-crescent-5:before { - content: ""; } - + content: "\f0af"; +} .wi-moon-waning-crescent-6:before { - content: ""; } - + content: "\f0b0"; +} .wi-time-1:before { - content: ""; } - + content: "\f08a"; +} .wi-time-2:before { - content: ""; } - + content: "\f08b"; +} .wi-time-3:before { - content: ""; } - + content: "\f08c"; +} .wi-time-4:before { - content: ""; } - + content: "\f08d"; +} .wi-time-5:before { - content: ""; } - + content: "\f08e"; +} .wi-time-6:before { - content: ""; } - + content: "\f08f"; +} .wi-time-7:before { - content: ""; } - + content: "\f090"; +} .wi-time-8:before { - content: ""; } - + content: "\f091"; +} .wi-time-9:before { - content: ""; } - + content: "\f092"; +} .wi-time-10:before { - content: ""; } - + content: "\f093"; +} .wi-time-11:before { - content: ""; } - + content: "\f094"; +} .wi-time-12:before { - content: ""; } - + content: "\f089"; +} .wi-direction-up:before { - content: ""; } - + content: "\f058"; +} .wi-direction-up-right:before { - content: ""; } - + content: "\f057"; +} .wi-direction-right:before { - content: ""; } - + content: "\f04d"; +} .wi-direction-down-right:before { - content: ""; } - + content: "\f088"; +} .wi-direction-down:before { - content: ""; } - + content: "\f044"; +} .wi-direction-down-left:before { - content: ""; } - + content: "\f043"; +} .wi-direction-left:before { - content: ""; } - + content: "\f048"; +} .wi-direction-up-left:before { - content: ""; } - + content: "\f087"; +} .wi-wind-beaufort-0:before { - content: ""; } - + content: "\f0b7"; +} .wi-wind-beaufort-1:before { - content: ""; } - + content: "\f0b8"; +} .wi-wind-beaufort-2:before { - content: ""; } - + content: "\f0b9"; +} .wi-wind-beaufort-3:before { - content: ""; } - + content: "\f0ba"; +} .wi-wind-beaufort-4:before { - content: ""; } - + content: "\f0bb"; +} .wi-wind-beaufort-5:before { - content: ""; } - + content: "\f0bc"; +} .wi-wind-beaufort-6:before { - content: ""; } - + content: "\f0bd"; +} .wi-wind-beaufort-7:before { - content: ""; } - + content: "\f0be"; +} .wi-wind-beaufort-8:before { - content: ""; } - + content: "\f0bf"; +} .wi-wind-beaufort-9:before { - content: ""; } - + content: "\f0c0"; +} .wi-wind-beaufort-10:before { - content: ""; } - + content: "\f0c1"; +} .wi-wind-beaufort-11:before { - content: ""; } - + content: "\f0c2"; +} .wi-wind-beaufort-12:before { - content: ""; } + content: "\f0c3"; +} diff --git a/less/icon-classes/classes-misc.less b/less/icon-classes/classes-misc.less index 1773a65..5158dac 100644 --- a/less/icon-classes/classes-misc.less +++ b/less/icon-classes/classes-misc.less @@ -1,24 +1,23 @@ -.wi-_reserved_:before {content: @_reserved_;} .wi-alien:before {content: @alien;} .wi-celsius:before {content: @celsius;} -.wi-cloud-down:before {content: @cloud-down;} -.wi-cloud-refresh:before {content: @cloud-refresh;} -.wi-cloud-up:before {content: @cloud-up;} -.wi-degrees:before {content: @degrees;} .wi-fahrenheit:before {content: @fahrenheit;} -.wi-horizon:before {content: @horizon;} -.wi-horizon-alt:before {content: @horizon-alt;} -.wi-refresh:before {content: @refresh;} -.wi-refresh-alt:before {content: @refresh-alt;} -.wi-sunrise:before {content: @sunrise;} -.wi-sunset:before {content: @sunset;} +.wi-degrees:before {content: @degrees;} .wi-thermometer:before {content: @thermometer;} .wi-thermometer-exterior:before {content: @thermometer-exterior;} .wi-thermometer-internal:before {content: @thermometer-internal;} +.wi-cloud-down:before {content: @cloud-down;} +.wi-cloud-up:before {content: @cloud-up;} +.wi-cloud-refresh:before {content: @cloud-refresh;} +.wi-horizon:before {content: @horizon;} +.wi-horizon-alt:before {content: @horizon-alt;} +.wi-sunrise:before {content: @sunrise;} +.wi-sunset:before {content: @sunset;} +.wi-moonrise:before {content: @moonrise;} +.wi-mooonset:before {content: @mooonset;} +.wi-refresh:before {content: @refresh;} +.wi-refresh-alt:before {content: @refresh-alt;} .wi-umbrella:before {content: @umbrella;} .wi-barometer:before {content: @barometer;} .wi-humidity:before {content: @humidity;} .wi-na:before {content: @na;} -.wi-moonrise:before {content: @moonrise;} -.wi-moonset:before {content: @moonset;} .wi-train:before {content: @train;} \ No newline at end of file diff --git a/less/icon-classes/classes-neutral-cloudy.less b/less/icon-classes/classes-neutral-cloudy.less index 6ff000b..92ab47e 100644 --- a/less/icon-classes/classes-neutral-cloudy.less +++ b/less/icon-classes/classes-neutral-cloudy.less @@ -4,7 +4,6 @@ .wi-cloudy-windy:before {content: @cloudy-windy;} .wi-fog:before {content: @fog;} .wi-hail:before {content: @hail;} -.wi-lightning:before {content: @lightning;} .wi-rain:before {content: @rain;} .wi-rain-mix:before {content: @rain-mix;} .wi-rain-wind:before {content: @rain-wind;} @@ -12,25 +11,28 @@ .wi-sleet:before {content: @sleet;} .wi-snow:before {content: @snow;} .wi-sprinkle:before {content: @sprinkle;} -.wi-raindrops:before {content: @raindrops;} .wi-storm-showers:before {content: @storm-showers;} .wi-thunderstorm:before {content: @thunderstorm;} .wi-snow-wind:before {content: @snow-wind;} -.wi-meteor:before {content: @meteor;} -.wi-hurricane:before {content: @hurricane;} +.wi-snow:before {content: @snow;} .wi-smog:before {content: @smog;} .wi-smoke:before {content: @smoke;} .wi-lightning:before {content: @lightning;} -.wi-dust:before {content: @dust;} -.wi-snow:before {content: @snow;} -.wi-snowflake-cold:before {content: @snowflake-cold;} +.wi-raindrops:before {content: @raindrops;} .wi-raindrop:before {content: @raindrop;} +.wi-dust:before {content: @dust;} +.wi-snowflake-cold:before {content: @snowflake-cold;} +.wi-windy:before {content: @windy;} +.wi-strong-wind:before {content: @strong-wind;} .wi-sandstorm:before {content: @sandstorm;} .wi-earthquake:before {content: @earthquake;} -.wi-volcano:before {content: @volcano;} -.wi-flood:before {content: @flood;} -.wi-tsunami:before {content: @tsunami;} .wi-fire:before {content: @fire;} +.wi-flood:before {content: @flood;} +.wi-meteor:before {content: @meteor;} +.wi-tsunami:before {content: @tsunami;} +.wi-volcano:before {content: @volcano;} +.wi-hurricane:before {content: @hurricane;} +.wi-tornado:before {content: @tornado;} .wi-small-craft-advisory:before {content: @small-craft-advisory;} .wi-gale-warning:before {content: @gale-warning;} .wi-storm-warning:before {content: @storm-warning;} diff --git a/less/icon-classes/classes-night.less b/less/icon-classes/classes-night.less index 3d7cea8..26038d7 100644 --- a/less/icon-classes/classes-night.less +++ b/less/icon-classes/classes-night.less @@ -1,3 +1,4 @@ +.wi-night-clear:before {content: @night-clear;} .wi-night-alt-cloudy:before {content: @night-alt-cloudy;} .wi-night-alt-cloudy-gusts:before {content: @night-alt-cloudy-gusts;} .wi-night-alt-cloudy-windy:before {content: @night-alt-cloudy-windy;} @@ -15,7 +16,6 @@ .wi-night-alt-sprinkle:before {content: @night-alt-sprinkle;} .wi-night-alt-storm-showers:before {content: @night-alt-storm-showers;} .wi-night-alt-thunderstorm:before {content: @night-alt-thunderstorm;} -.wi-night-clear:before {content: @night-clear;} .wi-night-cloudy:before {content: @night-cloudy;} .wi-night-cloudy-gusts:before {content: @night-cloudy-gusts;} .wi-night-cloudy-windy:before {content: @night-cloudy-windy;} @@ -38,10 +38,7 @@ .wi-lunar-eclipse:before {content: @lunar-eclipse;} .wi-stars:before {content: @stars;} .wi-storm-showers:before {content: @storm-showers;} -.wi-strong-wind:before {content: @strong-wind;} .wi-thunderstorm:before {content: @thunderstorm;} -.wi-tornado:before {content: @tornado;} -.wi-windy:before {content: @windy;} .wi-night-alt-cloudy-high:before {content: @night-alt-cloudy-high;} .wi-night-cloudy-high:before {content: @night-cloudy-high;} .wi-night-alt-partly-cloudy:before {content: @night-alt-partly-cloudy;} \ No newline at end of file diff --git a/less/icon-variables/variables-misc.less b/less/icon-variables/variables-misc.less index 6ead14d..7aedd99 100644 --- a/less/icon-variables/variables-misc.less +++ b/less/icon-variables/variables-misc.less @@ -1,24 +1,23 @@ -@_reserved_: "\f049"; @alien: "\f075"; @celsius: "\f03c"; -@cloud-down: "\f03d"; -@cloud-refresh: "\f03e"; -@cloud-up: "\f040"; -@degrees: "\f042"; @fahrenheit: "\f045"; -@horizon: "\f047"; -@horizon-alt: "\f046"; -@refresh: "\f04c"; -@refresh-alt: "\f04b"; -@sunrise: "\f051"; -@sunset: "\f052"; +@degrees: "\f042"; @thermometer: "\f055"; @thermometer-exterior: "\f053"; @thermometer-internal: "\f054"; +@cloud-down: "\f03d"; +@cloud-up: "\f040"; +@cloud-refresh: "\f03e"; +@horizon: "\f047"; +@horizon-alt: "\f046"; +@sunrise: "\f051"; +@sunset: "\f052"; +@moonrise: "\f0c9"; +@mooonset: "\f0ca"; +@refresh: "\f04c"; +@refresh-alt: "\f04b"; @umbrella: "\f084"; @barometer: "\f079"; @humidity: "\f07a"; @na: "\f07b"; -@moonrise: "\f0c9"; -@moonset: "\f0ca"; @train: "\f0cb"; \ No newline at end of file diff --git a/less/icon-variables/variables-neutral-cloudy.less b/less/icon-variables/variables-neutral-cloudy.less index a8ecc93..39eb13f 100644 --- a/less/icon-variables/variables-neutral-cloudy.less +++ b/less/icon-variables/variables-neutral-cloudy.less @@ -4,7 +4,6 @@ @cloudy-windy: "\f012"; @fog: "\f014"; @hail: "\f015"; -@lightning: "\f016"; @rain: "\f019"; @rain-mix: "\f017"; @rain-wind: "\f018"; @@ -12,25 +11,28 @@ @sleet: "\f0b5"; @snow: "\f01b"; @sprinkle: "\f01c"; -@raindrops: "\f04e"; @storm-showers: "\f01d"; @thunderstorm: "\f01e"; @snow-wind: "\f064"; -@meteor: "\f071"; -@hurricane: "\f073"; +@snow: "\f01b"; @smog: "\f074"; @smoke: "\f062"; @lightning: "\f016"; -@dust: "\f063"; -@snow: "\f01b"; -@snowflake-cold: "\f076"; +@raindrops: "\f04e"; @raindrop: "\f078"; +@dust: "\f063"; +@snowflake-cold: "\f076"; +@windy: "\f021"; +@strong-wind: "\f050"; @sandstorm: "\f082"; @earthquake: "\f0c6"; -@volcano: "\f0c8"; -@flood: "\f07c"; -@tsunami: "\f0c5"; @fire: "\f0c7"; +@flood: "\f07c"; +@meteor: "\f071"; +@tsunami: "\f0c5"; +@volcano: "\f0c8"; +@hurricane: "\f073"; +@tornado: "\f056"; @small-craft-advisory: "\f0cc"; @gale-warning: "\f0cd"; @storm-warning: "\f0ce"; diff --git a/less/icon-variables/variables-night.less b/less/icon-variables/variables-night.less index aa19cb2..f548191 100644 --- a/less/icon-variables/variables-night.less +++ b/less/icon-variables/variables-night.less @@ -1,3 +1,4 @@ +@night-clear: "\f02e"; @night-alt-cloudy: "\f086"; @night-alt-cloudy-gusts: "\f022"; @night-alt-cloudy-windy: "\f023"; @@ -15,7 +16,6 @@ @night-alt-sprinkle: "\f02b"; @night-alt-storm-showers: "\f02c"; @night-alt-thunderstorm: "\f02d"; -@night-clear: "\f02e"; @night-cloudy: "\f031"; @night-cloudy-gusts: "\f02f"; @night-cloudy-windy: "\f030"; @@ -38,10 +38,7 @@ @lunar-eclipse: "\f070"; @stars: "\f077"; @storm-showers: "\f01d"; -@strong-wind: "\f050"; @thunderstorm: "\f01e"; -@tornado: "\f056"; -@windy: "\f021"; @night-alt-cloudy-high: "\f07e"; @night-cloudy-high: "\f080"; @night-alt-partly-cloudy: "\f081"; \ No newline at end of file diff --git a/sass/icon-classes/classes-misc.scss b/sass/icon-classes/classes-misc.scss index 8dc5732..d320cc5 100644 --- a/sass/icon-classes/classes-misc.scss +++ b/sass/icon-classes/classes-misc.scss @@ -1,24 +1,23 @@ -.wi-_reserved_:before {content: $_reserved_;} .wi-alien:before {content: $alien;} .wi-celsius:before {content: $celsius;} -.wi-cloud-down:before {content: $cloud-down;} -.wi-cloud-refresh:before {content: $cloud-refresh;} -.wi-cloud-up:before {content: $cloud-up;} -.wi-degrees:before {content: $degrees;} .wi-fahrenheit:before {content: $fahrenheit;} -.wi-horizon:before {content: $horizon;} -.wi-horizon-alt:before {content: $horizon-alt;} -.wi-refresh:before {content: $refresh;} -.wi-refresh-alt:before {content: $refresh-alt;} -.wi-sunrise:before {content: $sunrise;} -.wi-sunset:before {content: $sunset;} +.wi-degrees:before {content: $degrees;} .wi-thermometer:before {content: $thermometer;} .wi-thermometer-exterior:before {content: $thermometer-exterior;} .wi-thermometer-internal:before {content: $thermometer-internal;} +.wi-cloud-down:before {content: $cloud-down;} +.wi-cloud-up:before {content: $cloud-up;} +.wi-cloud-refresh:before {content: $cloud-refresh;} +.wi-horizon:before {content: $horizon;} +.wi-horizon-alt:before {content: $horizon-alt;} +.wi-sunrise:before {content: $sunrise;} +.wi-sunset:before {content: $sunset;} +.wi-moonrise:before {content: $moonrise;} +.wi-mooonset:before {content: $mooonset;} +.wi-refresh:before {content: $refresh;} +.wi-refresh-alt:before {content: $refresh-alt;} .wi-umbrella:before {content: $umbrella;} .wi-barometer:before {content: $barometer;} .wi-humidity:before {content: $humidity;} .wi-na:before {content: $na;} -.wi-moonrise:before {content: $moonrise;} -.wi-moonset:before {content: $moonset;} .wi-train:before {content: $train;} \ No newline at end of file diff --git a/sass/icon-classes/classes-neutral-cloudy.scss b/sass/icon-classes/classes-neutral-cloudy.scss index 045de55..f7835c6 100644 --- a/sass/icon-classes/classes-neutral-cloudy.scss +++ b/sass/icon-classes/classes-neutral-cloudy.scss @@ -4,7 +4,6 @@ .wi-cloudy-windy:before {content: $cloudy-windy;} .wi-fog:before {content: $fog;} .wi-hail:before {content: $hail;} -.wi-lightning:before {content: $lightning;} .wi-rain:before {content: $rain;} .wi-rain-mix:before {content: $rain-mix;} .wi-rain-wind:before {content: $rain-wind;} @@ -12,25 +11,28 @@ .wi-sleet:before {content: $sleet;} .wi-snow:before {content: $snow;} .wi-sprinkle:before {content: $sprinkle;} -.wi-raindrops:before {content: $raindrops;} .wi-storm-showers:before {content: $storm-showers;} .wi-thunderstorm:before {content: $thunderstorm;} .wi-snow-wind:before {content: $snow-wind;} -.wi-meteor:before {content: $meteor;} -.wi-hurricane:before {content: $hurricane;} +.wi-snow:before {content: $snow;} .wi-smog:before {content: $smog;} .wi-smoke:before {content: $smoke;} .wi-lightning:before {content: $lightning;} -.wi-dust:before {content: $dust;} -.wi-snow:before {content: $snow;} -.wi-snowflake-cold:before {content: $snowflake-cold;} +.wi-raindrops:before {content: $raindrops;} .wi-raindrop:before {content: $raindrop;} +.wi-dust:before {content: $dust;} +.wi-snowflake-cold:before {content: $snowflake-cold;} +.wi-windy:before {content: $windy;} +.wi-strong-wind:before {content: $strong-wind;} .wi-sandstorm:before {content: $sandstorm;} .wi-earthquake:before {content: $earthquake;} -.wi-volcano:before {content: $volcano;} -.wi-flood:before {content: $flood;} -.wi-tsunami:before {content: $tsunami;} .wi-fire:before {content: $fire;} +.wi-flood:before {content: $flood;} +.wi-meteor:before {content: $meteor;} +.wi-tsunami:before {content: $tsunami;} +.wi-volcano:before {content: $volcano;} +.wi-hurricane:before {content: $hurricane;} +.wi-tornado:before {content: $tornado;} .wi-small-craft-advisory:before {content: $small-craft-advisory;} .wi-gale-warning:before {content: $gale-warning;} .wi-storm-warning:before {content: $storm-warning;} diff --git a/sass/icon-classes/classes-night.scss b/sass/icon-classes/classes-night.scss index 068ff67..7060910 100644 --- a/sass/icon-classes/classes-night.scss +++ b/sass/icon-classes/classes-night.scss @@ -1,3 +1,4 @@ +.wi-night-clear:before {content: $night-clear;} .wi-night-alt-cloudy:before {content: $night-alt-cloudy;} .wi-night-alt-cloudy-gusts:before {content: $night-alt-cloudy-gusts;} .wi-night-alt-cloudy-windy:before {content: $night-alt-cloudy-windy;} @@ -15,7 +16,6 @@ .wi-night-alt-sprinkle:before {content: $night-alt-sprinkle;} .wi-night-alt-storm-showers:before {content: $night-alt-storm-showers;} .wi-night-alt-thunderstorm:before {content: $night-alt-thunderstorm;} -.wi-night-clear:before {content: $night-clear;} .wi-night-cloudy:before {content: $night-cloudy;} .wi-night-cloudy-gusts:before {content: $night-cloudy-gusts;} .wi-night-cloudy-windy:before {content: $night-cloudy-windy;} @@ -38,10 +38,7 @@ .wi-lunar-eclipse:before {content: $lunar-eclipse;} .wi-stars:before {content: $stars;} .wi-storm-showers:before {content: $storm-showers;} -.wi-strong-wind:before {content: $strong-wind;} .wi-thunderstorm:before {content: $thunderstorm;} -.wi-tornado:before {content: $tornado;} -.wi-windy:before {content: $windy;} .wi-night-alt-cloudy-high:before {content: $night-alt-cloudy-high;} .wi-night-cloudy-high:before {content: $night-cloudy-high;} .wi-night-alt-partly-cloudy:before {content: $night-alt-partly-cloudy;} \ No newline at end of file diff --git a/sass/icon-variables/variables-misc.scss b/sass/icon-variables/variables-misc.scss index 89548e0..f7ebe8d 100644 --- a/sass/icon-variables/variables-misc.scss +++ b/sass/icon-variables/variables-misc.scss @@ -1,24 +1,23 @@ -$_reserved_: "\f049"; $alien: "\f075"; $celsius: "\f03c"; -$cloud-down: "\f03d"; -$cloud-refresh: "\f03e"; -$cloud-up: "\f040"; -$degrees: "\f042"; $fahrenheit: "\f045"; -$horizon: "\f047"; -$horizon-alt: "\f046"; -$refresh: "\f04c"; -$refresh-alt: "\f04b"; -$sunrise: "\f051"; -$sunset: "\f052"; +$degrees: "\f042"; $thermometer: "\f055"; $thermometer-exterior: "\f053"; $thermometer-internal: "\f054"; +$cloud-down: "\f03d"; +$cloud-up: "\f040"; +$cloud-refresh: "\f03e"; +$horizon: "\f047"; +$horizon-alt: "\f046"; +$sunrise: "\f051"; +$sunset: "\f052"; +$moonrise: "\f0c9"; +$mooonset: "\f0ca"; +$refresh: "\f04c"; +$refresh-alt: "\f04b"; $umbrella: "\f084"; $barometer: "\f079"; $humidity: "\f07a"; $na: "\f07b"; -$moonrise: "\f0c9"; -$moonset: "\f0ca"; $train: "\f0cb" diff --git a/sass/icon-variables/variables-neutral-cloudy.scss b/sass/icon-variables/variables-neutral-cloudy.scss index 3afe39d..47be71a 100644 --- a/sass/icon-variables/variables-neutral-cloudy.scss +++ b/sass/icon-variables/variables-neutral-cloudy.scss @@ -4,7 +4,6 @@ $cloudy-gusts: "\f011"; $cloudy-windy: "\f012"; $fog: "\f014"; $hail: "\f015"; -$lightning: "\f016"; $rain: "\f019"; $rain-mix: "\f017"; $rain-wind: "\f018"; @@ -12,25 +11,28 @@ $showers: "\f01a"; $sleet: "\f0b5"; $snow: "\f01b"; $sprinkle: "\f01c"; -$raindrops: "\f04e"; $storm-showers: "\f01d"; $thunderstorm: "\f01e"; $snow-wind: "\f064"; -$meteor: "\f071"; -$hurricane: "\f073"; +$snow: "\f01b"; $smog: "\f074"; $smoke: "\f062"; $lightning: "\f016"; -$dust: "\f063"; -$snow: "\f01b"; -$snowflake-cold: "\f076"; +$raindrops: "\f04e"; $raindrop: "\f078"; +$dust: "\f063"; +$snowflake-cold: "\f076"; +$windy: "\f021"; +$strong-wind: "\f050"; $sandstorm: "\f082"; $earthquake: "\f0c6"; -$volcano: "\f0c8"; -$flood: "\f07c"; -$tsunami: "\f0c5"; $fire: "\f0c7"; +$flood: "\f07c"; +$meteor: "\f071"; +$tsunami: "\f0c5"; +$volcano: "\f0c8"; +$hurricane: "\f073"; +$tornado: "\f056"; $small-craft-advisory: "\f0cc"; $gale-warning: "\f0cd"; $storm-warning: "\f0ce"; diff --git a/sass/icon-variables/variables-night.scss b/sass/icon-variables/variables-night.scss index 13c463b..bf24e51 100644 --- a/sass/icon-variables/variables-night.scss +++ b/sass/icon-variables/variables-night.scss @@ -1,3 +1,4 @@ +$night-clear: "\f02e"; $night-alt-cloudy: "\f086"; $night-alt-cloudy-gusts: "\f022"; $night-alt-cloudy-windy: "\f023"; @@ -15,7 +16,6 @@ $night-alt-snow-wind: "\f067"; $night-alt-sprinkle: "\f02b"; $night-alt-storm-showers: "\f02c"; $night-alt-thunderstorm: "\f02d"; -$night-clear: "\f02e"; $night-cloudy: "\f031"; $night-cloudy-gusts: "\f02f"; $night-cloudy-windy: "\f030"; @@ -38,10 +38,7 @@ $night-thunderstorm: "\f03b"; $lunar-eclipse: "\f070"; $stars: "\f077"; $storm-showers: "\f01d"; -$strong-wind: "\f050"; $thunderstorm: "\f01e"; -$tornado: "\f056"; -$windy: "\f021"; $night-alt-cloudy-high: "\f07e"; $night-cloudy-high: "\f080"; $night-alt-partly-cloudy: "\f081"