123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735 |
- // Variables
- // --------------------------
- @FontAwesomePath: "../font";
- //@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/3.2.1/font"; // for referencing Bootstrap CDN font files directly
- @FontAwesomeVersion: "3.2.1";
- @borderColor: #eee;
- @iconMuted: #eee;
- @iconLight: #fff;
- @iconDark: #333;
- @icons-li-width: 30/14em;
- @glass: "\f000";
- @music: "\f001";
- @search: "\f002";
- @envelope-alt: "\f003";
- @heart: "\f004";
- @star: "\f005";
- @star-empty: "\f006";
- @user: "\f007";
- @film: "\f008";
- @th-large: "\f009";
- @th: "\f00a";
- @th-list: "\f00b";
- @ok: "\f00c";
- @remove: "\f00d";
- @zoom-in: "\f00e";
- @zoom-out: "\f010";
- @off: "\f011";
- @signal: "\f012";
- @cog: "\f013";
- @trash: "\f014";
- @home: "\f015";
- @file-alt: "\f016";
- @time: "\f017";
- @road: "\f018";
- @download-alt: "\f019";
- @download: "\f01a";
- @upload: "\f01b";
- @inbox: "\f01c";
- @play-circle: "\f01d";
- @repeat: "\f01e";
- @refresh: "\f021";
- @list-alt: "\f022";
- @lock: "\f023";
- @flag: "\f024";
- @headphones: "\f025";
- @volume-off: "\f026";
- @volume-down: "\f027";
- @volume-up: "\f028";
- @qrcode: "\f029";
- @barcode: "\f02a";
- @tag: "\f02b";
- @tags: "\f02c";
- @book: "\f02d";
- @bookmark: "\f02e";
- @print: "\f02f";
- @camera: "\f030";
- @font: "\f031";
- @bold: "\f032";
- @italic: "\f033";
- @text-height: "\f034";
- @text-width: "\f035";
- @align-left: "\f036";
- @align-center: "\f037";
- @align-right: "\f038";
- @align-justify: "\f039";
- @list: "\f03a";
- @indent-left: "\f03b";
- @indent-right: "\f03c";
- @facetime-video: "\f03d";
- @picture: "\f03e";
- @pencil: "\f040";
- @map-marker: "\f041";
- @adjust: "\f042";
- @tint: "\f043";
- @edit: "\f044";
- @share: "\f045";
- @check: "\f046";
- @move: "\f047";
- @step-backward: "\f048";
- @fast-backward: "\f049";
- @backward: "\f04a";
- @play: "\f04b";
- @pause: "\f04c";
- @stop: "\f04d";
- @forward: "\f04e";
- @fast-forward: "\f050";
- @step-forward: "\f051";
- @eject: "\f052";
- @chevron-left: "\f053";
- @chevron-right: "\f054";
- @plus-sign: "\f055";
- @minus-sign: "\f056";
- @remove-sign: "\f057";
- @ok-sign: "\f058";
- @question-sign: "\f059";
- @info-sign: "\f05a";
- @screenshot: "\f05b";
- @remove-circle: "\f05c";
- @ok-circle: "\f05d";
- @ban-circle: "\f05e";
- @arrow-left: "\f060";
- @arrow-right: "\f061";
- @arrow-up: "\f062";
- @arrow-down: "\f063";
- @share-alt: "\f064";
- @resize-full: "\f065";
- @resize-small: "\f066";
- @plus: "\f067";
- @minus: "\f068";
- @asterisk: "\f069";
- @exclamation-sign: "\f06a";
- @gift: "\f06b";
- @leaf: "\f06c";
- @fire: "\f06d";
- @eye-open: "\f06e";
- @eye-close: "\f070";
- @warning-sign: "\f071";
- @plane: "\f072";
- @calendar: "\f073";
- @random: "\f074";
- @comment: "\f075";
- @magnet: "\f076";
- @chevron-up: "\f077";
- @chevron-down: "\f078";
- @retweet: "\f079";
- @shopping-cart: "\f07a";
- @folder-close: "\f07b";
- @folder-open: "\f07c";
- @resize-vertical: "\f07d";
- @resize-horizontal: "\f07e";
- @bar-chart: "\f080";
- @twitter-sign: "\f081";
- @facebook-sign: "\f082";
- @camera-retro: "\f083";
- @key: "\f084";
- @cogs: "\f085";
- @comments: "\f086";
- @thumbs-up-alt: "\f087";
- @thumbs-down-alt: "\f088";
- @star-half: "\f089";
- @heart-empty: "\f08a";
- @signout: "\f08b";
- @linkedin-sign: "\f08c";
- @pushpin: "\f08d";
- @external-link: "\f08e";
- @signin: "\f090";
- @trophy: "\f091";
- @github-sign: "\f092";
- @upload-alt: "\f093";
- @lemon: "\f094";
- @phone: "\f095";
- @check-empty: "\f096";
- @bookmark-empty: "\f097";
- @phone-sign: "\f098";
- @twitter: "\f099";
- @facebook: "\f09a";
- @github: "\f09b";
- @unlock: "\f09c";
- @credit-card: "\f09d";
- @rss: "\f09e";
- @hdd: "\f0a0";
- @bullhorn: "\f0a1";
- @bell: "\f0a2";
- @certificate: "\f0a3";
- @hand-right: "\f0a4";
- @hand-left: "\f0a5";
- @hand-up: "\f0a6";
- @hand-down: "\f0a7";
- @circle-arrow-left: "\f0a8";
- @circle-arrow-right: "\f0a9";
- @circle-arrow-up: "\f0aa";
- @circle-arrow-down: "\f0ab";
- @globe: "\f0ac";
- @wrench: "\f0ad";
- @tasks: "\f0ae";
- @filter: "\f0b0";
- @briefcase: "\f0b1";
- @fullscreen: "\f0b2";
- @group: "\f0c0";
- @link: "\f0c1";
- @cloud: "\f0c2";
- @beaker: "\f0c3";
- @cut: "\f0c4";
- @copy: "\f0c5";
- @paper-clip: "\f0c6";
- @save: "\f0c7";
- @sign-blank: "\f0c8";
- @reorder: "\f0c9";
- @list-ul: "\f0ca";
- @list-ol: "\f0cb";
- @strikethrough: "\f0cc";
- @underline: "\f0cd";
- @table: "\f0ce";
- @magic: "\f0d0";
- @truck: "\f0d1";
- @pinterest: "\f0d2";
- @pinterest-sign: "\f0d3";
- @google-plus-sign: "\f0d4";
- @google-plus: "\f0d5";
- @money: "\f0d6";
- @caret-down: "\f0d7";
- @caret-up: "\f0d8";
- @caret-left: "\f0d9";
- @caret-right: "\f0da";
- @columns: "\f0db";
- @sort: "\f0dc";
- @sort-down: "\f0dd";
- @sort-up: "\f0de";
- @envelope: "\f0e0";
- @linkedin: "\f0e1";
- @undo: "\f0e2";
- @legal: "\f0e3";
- @dashboard: "\f0e4";
- @comment-alt: "\f0e5";
- @comments-alt: "\f0e6";
- @bolt: "\f0e7";
- @sitemap: "\f0e8";
- @umbrella: "\f0e9";
- @paste: "\f0ea";
- @lightbulb: "\f0eb";
- @exchange: "\f0ec";
- @cloud-download: "\f0ed";
- @cloud-upload: "\f0ee";
- @user-md: "\f0f0";
- @stethoscope: "\f0f1";
- @suitcase: "\f0f2";
- @bell-alt: "\f0f3";
- @coffee: "\f0f4";
- @food: "\f0f5";
- @file-text-alt: "\f0f6";
- @building: "\f0f7";
- @hospital: "\f0f8";
- @ambulance: "\f0f9";
- @medkit: "\f0fa";
- @fighter-jet: "\f0fb";
- @beer: "\f0fc";
- @h-sign: "\f0fd";
- @plus-sign-alt: "\f0fe";
- @double-angle-left: "\f100";
- @double-angle-right: "\f101";
- @double-angle-up: "\f102";
- @double-angle-down: "\f103";
- @angle-left: "\f104";
- @angle-right: "\f105";
- @angle-up: "\f106";
- @angle-down: "\f107";
- @desktop: "\f108";
- @laptop: "\f109";
- @tablet: "\f10a";
- @mobile-phone: "\f10b";
- @circle-blank: "\f10c";
- @quote-left: "\f10d";
- @quote-right: "\f10e";
- @spinner: "\f110";
- @circle: "\f111";
- @reply: "\f112";
- @github-alt: "\f113";
- @folder-close-alt: "\f114";
- @folder-open-alt: "\f115";
- @expand-alt: "\f116";
- @collapse-alt: "\f117";
- @smile: "\f118";
- @frown: "\f119";
- @meh: "\f11a";
- @gamepad: "\f11b";
- @keyboard: "\f11c";
- @flag-alt: "\f11d";
- @flag-checkered: "\f11e";
- @terminal: "\f120";
- @code: "\f121";
- @reply-all: "\f122";
- @mail-reply-all: "\f122";
- @star-half-empty: "\f123";
- @location-arrow: "\f124";
- @crop: "\f125";
- @code-fork: "\f126";
- @unlink: "\f127";
- @question: "\f128";
- @info: "\f129";
- @exclamation: "\f12a";
- @superscript: "\f12b";
- @subscript: "\f12c";
- @eraser: "\f12d";
- @puzzle-piece: "\f12e";
- @microphone: "\f130";
- @microphone-off: "\f131";
- @shield: "\f132";
- @calendar-empty: "\f133";
- @fire-extinguisher: "\f134";
- @rocket: "\f135";
- @maxcdn: "\f136";
- @chevron-sign-left: "\f137";
- @chevron-sign-right: "\f138";
- @chevron-sign-up: "\f139";
- @chevron-sign-down: "\f13a";
- @html5: "\f13b";
- @css3: "\f13c";
- @anchor: "\f13d";
- @unlock-alt: "\f13e";
- @bullseye: "\f140";
- @ellipsis-horizontal: "\f141";
- @ellipsis-vertical: "\f142";
- @rss-sign: "\f143";
- @play-sign: "\f144";
- @ticket: "\f145";
- @minus-sign-alt: "\f146";
- @check-minus: "\f147";
- @level-up: "\f148";
- @level-down: "\f149";
- @check-sign: "\f14a";
- @edit-sign: "\f14b";
- @external-link-sign: "\f14c";
- @share-sign: "\f14d";
- @compass: "\f14e";
- @collapse: "\f150";
- @collapse-top: "\f151";
- @expand: "\f152";
- @eur: "\f153";
- @gbp: "\f154";
- @usd: "\f155";
- @inr: "\f156";
- @jpy: "\f157";
- @cny: "\f158";
- @krw: "\f159";
- @btc: "\f15a";
- @file: "\f15b";
- @file-text: "\f15c";
- @sort-by-alphabet: "\f15d";
- @sort-by-alphabet-alt: "\f15e";
- @sort-by-attributes: "\f160";
- @sort-by-attributes-alt: "\f161";
- @sort-by-order: "\f162";
- @sort-by-order-alt: "\f163";
- @thumbs-up: "\f164";
- @thumbs-down: "\f165";
- @youtube-sign: "\f166";
- @youtube: "\f167";
- @xing: "\f168";
- @xing-sign: "\f169";
- @youtube-play: "\f16a";
- @dropbox: "\f16b";
- @stackexchange: "\f16c";
- @instagram: "\f16d";
- @flickr: "\f16e";
- @adn: "\f170";
- @bitbucket: "\f171";
- @bitbucket-sign: "\f172";
- @tumblr: "\f173";
- @tumblr-sign: "\f174";
- @long-arrow-down: "\f175";
- @long-arrow-up: "\f176";
- @long-arrow-left: "\f177";
- @long-arrow-right: "\f178";
- @apple: "\f179";
- @windows: "\f17a";
- @android: "\f17b";
- @linux: "\f17c";
- @dribbble: "\f17d";
- @skype: "\f17e";
- @foursquare: "\f180";
- @trello: "\f181";
- @female: "\f182";
- @male: "\f183";
- @gittip: "\f184";
- @sun: "\f185";
- @moon: "\f186";
- @archive: "\f187";
- @bug: "\f188";
- @vk: "\f189";
- @weibo: "\f18a";
- @renren: "\f18b";
|