From 020b9b4c06ca113e87d7e2c4245a196d4b26a00e Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 22 May 2014 13:28:53 -0400 Subject: [PATCH] Begin rewrite of icon overrides --- .../packages/default/elements/icon.overrides | 862 ++++++++++++------ 1 file changed, 595 insertions(+), 267 deletions(-) diff --git a/src/themes/packages/default/elements/icon.overrides b/src/themes/packages/default/elements/icon.overrides index d101a5287..edce09fc4 100755 --- a/src/themes/packages/default/elements/icon.overrides +++ b/src/themes/packages/default/elements/icon.overrides @@ -1,403 +1,731 @@ +/* + * # Semantic - Icon + * http://github.com/jlukic/semantic-ui/ + * + * + * Copyright 2013 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/* + * Font Awesome 4.0.3 + * the iconic font designed for Bootstrap + * ------------------------------------------------------------------------------ + * The full suite of pictographic icons, examples, and documentation can be + * found at http://fon.io. Stay up to date on Twitter at + * http://twitter.com/fon. + * + * License + * ------------------------------------------------------------------------------ + * - The Font Awesome font is licensed under SIL OFL 1.1 - + * http://scripts.sil.org/OFL + /******************************* - Overrides + +Semantic-UI integration of font-awesome : + +///class names are separated +.fa-circle => i.icon.circle +.fa-circle-o => i.icon.circle.outline + +//abbreviation are replaced by full letters: +.fa-ellipsis-h => i.icon.ellipsis.horizontal +.fa-ellipsis-v => i.icon.ellipsis.vertical +.alpha => .i.icon.alphabet +.asc => .i.icon.ascending +.desc => .i.icon.descending +.alt =>.alternate + +ASCII order is conserved for easier maintenance. *******************************/ -i.icon.left:before { content: "\f060"; } -i.icon.right:before { content: "\f061"; } -i.icon.add.sign.box:before { content: "\f0fe"; } -i.icon.add.sign:before { content: "\f055"; } -i.icon.add:before { content: "\f067"; } -i.icon.adjust:before { content: "\f042"; } -i.icon.adn:before { content: "\f170"; } -i.icon.align.center:before { content: "\f037"; } -i.icon.align.justify:before { content: "\f039"; } +/******************************* + Icons +*******************************/ + +i.icon.glass:before { content: "\f000"; } +i.icon.music:before { content: "\f001"; } +i.icon.search:before { content: "\f002"; } +i.icon.envelope.outline:before { content: "\f003"; } +i.icon.heart:before { content: "\f004"; } +i.icon.star:before { content: "\f005"; } +i.icon.star.outline:before { content: "\f006"; } +i.icon.user:before { content: "\f007"; } +i.icon.film:before { content: "\f008"; } +i.icon.th.large:before { content: "\f009"; } +i.icon.th:before { content: "\f00a"; } +i.icon.th.list:before { content: "\f00b"; } +i.icon.check:before { content: "\f00c"; } +i.icon.times:before { content: "\f00d"; } +i.icon.search.plus:before { content: "\f00e"; } +i.icon.search.minus:before { content: "\f010"; } +i.icon.power.off:before { content: "\f011"; } +i.icon.signal:before { content: "\f012"; } +i.icon.gear:before { content: "\f013"; } +i.icon.trash.outline:before { content: "\f014"; } +i.icon.home:before { content: "\f015"; } +i.icon.file.outline:before { content: "\f016"; } +i.icon.clock.outline:before { content: "\f017"; } +i.icon.road:before { content: "\f018"; } +i.icon.download:before { content: "\f019"; } +i.icon.arrow.circle.outline.down:before { content: "\f01a"; } +i.icon.arrow.circle.outline.up:before { content: "\f01b"; } +i.icon.inbox:before { content: "\f01c"; } +i.icon.play.circle.outline:before { content: "\f01d"; } +i.icon.repeat:before { content: "\f01e"; } +i.icon.refresh:before { content: "\f021"; } +i.icon.list.alternate:before { content: "\f022"; } +i.icon.lock:before { content: "\f023"; } +i.icon.flag:before { content: "\f024"; } +i.icon.headphones:before { content: "\f025"; } +i.icon.volume.off:before { content: "\f026"; } +i.icon.volume.down:before { content: "\f027"; } +i.icon.volume.up:before { content: "\f028"; } +i.icon.qrcode:before { content: "\f029"; } +i.icon.barcode:before { content: "\f02a"; } +i.icon.tag:before { content: "\f02b"; } +i.icon.tags:before { content: "\f02c"; } +i.icon.book:before { content: "\f02d"; } +i.icon.bookmark:before { content: "\f02e"; } +i.icon.print:before { content: "\f02f"; } +i.icon.camera:before { content: "\f030"; } +i.icon.font:before { content: "\f031"; } +i.icon.bold:before { content: "\f032"; } +i.icon.italic:before { content: "\f033"; } +i.icon.text.height:before { content: "\f034"; } +i.icon.text.width:before { content: "\f035"; } i.icon.align.left:before { content: "\f036"; } +i.icon.align.center:before { content: "\f037"; } i.icon.align.right:before { content: "\f038"; } +i.icon.align.justify:before { content: "\f039"; } +i.icon.list:before { content: "\f03a"; } +i.icon.outdent:before { content: "\f03b"; } +i.icon.indent:before { content: "\f03c"; } +i.icon.video.camera:before { content: "\f03d"; } +i.icon.picture.outline:before { content: "\f03e"; } +i.icon.pencil:before { content: "\f040"; } +i.icon.map.marker:before { content: "\f041"; } +i.icon.adjust:before { content: "\f042"; } +i.icon.tint:before { content: "\f043"; } +i.icon.edit:before { content: "\f044"; } +i.icon.share.square.outline:before { content: "\f045"; } +i.icon.check.square.outline:before { content: "\f046"; } +i.icon.arrows:before { content: "\f047"; } +i.icon.step.backward:before { content: "\f048"; } +i.icon.fast.backward:before { content: "\f049"; } +i.icon.backward:before { content: "\f04a"; } +i.icon.play:before { content: "\f04b"; } +i.icon.pause:before { content: "\f04c"; } +i.icon.stop:before { content: "\f04d"; } +i.icon.forward:before { content: "\f04e"; } +i.icon.fast.forward:before { content: "\f050"; } +i.icon.step.forward:before { content: "\f051"; } +i.icon.eject:before { content: "\f052"; } +i.icon.chevron.left:before { content: "\f053"; } +i.icon.chevron.right:before { content: "\f054"; } +i.icon.plus.circle:before { content: "\f055"; } +i.icon.minus.circle:before { content: "\f056"; } +i.icon.times.circle:before { content: "\f057"; } +i.icon.check.circle:before { content: "\f058"; } +i.icon.question.circle:before { content: "\f059"; } +i.icon.info.circle:before { content: "\f05a"; } +i.icon.crosshairs:before { content: "\f05b"; } +i.icon.times.circle.outline:before { content: "\f05c"; } +i.icon.check.circle.outline:before { content: "\f05d"; } +i.icon.ban:before { content: "\f05e"; } +i.icon.arrow.left:before { content: "\f060"; } +i.icon.arrow.right:before { content: "\f061"; } +i.icon.arrow.up:before { content: "\f062"; } +i.icon.arrow.down:before { content: "\f063"; } +i.icon.mail.forward:before { content: "\f064"; } +i.icon.share:before { content: "\f064"; } +i.icon.expand:before { content: "\f065"; } +i.icon.compress:before { content: "\f066"; } +i.icon.plus:before { content: "\f067"; } +i.icon.minus:before { content: "\f068"; } +i.icon.asterisk:before { content: "\f069"; } +i.icon.exclamation.circle:before { content: "\f06a"; } +i.icon.gift:before { content: "\f06b"; } +i.icon.leaf:before { content: "\f06c"; } +i.icon.fire:before { content: "\f06d"; } +i.icon.eye:before { content: "\f06e"; } +i.icon.eye.slash:before { content: "\f070"; } +i.icon.warning:before { content: "\f071"; } +i.icon.plane:before { content: "\f072"; } +i.icon.calendar:before { content: "\f073"; } +i.icon.random:before { content: "\f074"; } +i.icon.comment:before { content: "\f075"; } +i.icon.magnet:before { content: "\f076"; } +i.icon.chevron.up:before { content: "\f077"; } +i.icon.chevron.down:before { content: "\f078"; } +i.icon.retweet:before { content: "\f079"; } +i.icon.shopping.cart:before { content: "\f07a"; } +i.icon.folder:before { content: "\f07b"; } +i.icon.folder.open:before { content: "\f07c"; } +i.icon.arrows.vertical:before { content: "\f07d"; } +i.icon.arrows.horizontal:before { content: "\f07e"; } +i.icon.bar.chart.outline:before { content: "\f080"; } +i.icon.twitter.square:before { content: "\f081"; } +i.icon.facebook.square:before { content: "\f082"; } +i.icon.camera.retro:before { content: "\f083"; } +i.icon.key:before { content: "\f084"; } +i.icon.gears:before { content: "\f085"; } +i.icon.comments:before { content: "\f086"; } +i.icon.thumbs.outline.up:before { content: "\f087"; } +i.icon.thumbs.outline.down:before { content: "\f088"; } +i.icon.star.half:before { content: "\f089"; } +i.icon.heart.outline:before { content: "\f08a"; } +i.icon.sign.out:before { content: "\f08b"; } +i.icon.linkedin.square:before { content: "\f08c"; } +i.icon.thumb.tack:before { content: "\f08d"; } +i.icon.external.link:before { content: "\f08e"; } +i.icon.sign.in:before { content: "\f090"; } +i.icon.trophy:before { content: "\f091"; } +i.icon.github.square:before { content: "\f092"; } +i.icon.upload:before { content: "\f093"; } +i.icon.lemon.outline:before { content: "\f094"; } +i.icon.phone:before { content: "\f095"; } +i.icon.bookmark.outline:before { content: "\f097"; } +i.icon.phone.square:before { content: "\f098"; } +i.icon.twitter:before { content: "\f099"; } +i.icon.facebook:before { content: "\f09a"; } +i.icon.github:before { content: "\f09b"; } +i.icon.unlock:before { content: "\f09c"; } +i.icon.credit.card:before { content: "\f09d"; } +i.icon.rss:before { content: "\f09e"; } +i.icon.hdd.outline:before { content: "\f0a0"; } +i.icon.bullhorn:before { content: "\f0a1"; } +i.icon.bell:before { content: "\f0f3"; } +i.icon.certificate:before { content: "\f0a3"; } +i.icon.hand.outline.right:before { content: "\f0a4"; } +i.icon.hand.outline.left:before { content: "\f0a5"; } +i.icon.hand.outline.up:before { content: "\f0a6"; } +i.icon.hand.outline.down:before { content: "\f0a7"; } +i.icon.arrow.circle.left:before { content: "\f0a8"; } +i.icon.arrow.circle.right:before { content: "\f0a9"; } +i.icon.arrow.circle.up:before { content: "\f0aa"; } +i.icon.arrow.circle.down:before { content: "\f0ab"; } +i.icon.globe:before { content: "\f0ac"; } +i.icon.wrench:before { content: "\f0ad"; } +i.icon.tasks:before { content: "\f0ae"; } +i.icon.filter:before { content: "\f0b0"; } +i.icon.briefcase:before { content: "\f0b1"; } +i.icon.arrows.alternate:before { content: "\f0b2"; } +i.icon.users:before { content: "\f0c0"; } +i.icon.link:before { content: "\f0c1"; } +i.icon.cloud:before { content: "\f0c2"; } +i.icon.flask:before { content: "\f0c3"; } +i.icon.cut:before { content: "\f0c4"; } +i.icon.copy:before { content: "\f0c5"; } +i.icon.paperclip:before { content: "\f0c6"; } +i.icon.save:before { content: "\f0c7"; } +i.icon.bars:before { content: "\f0c9"; } +i.icon.list.ul:before { content: "\f0ca"; } +i.icon.list.ol:before { content: "\f0cb"; } +i.icon.strikethrough:before { content: "\f0cc"; } +i.icon.underline:before { content: "\f0cd"; } +i.icon.table:before { content: "\f0ce"; } +i.icon.magic:before { content: "\f0d0"; } +i.icon.truck:before { content: "\f0d1"; } +i.icon.pinterest:before { content: "\f0d2"; } +i.icon.pinterest.square:before { content: "\f0d3"; } +i.icon.google.plus.square:before { content: "\f0d4"; } +i.icon.google.plus:before { content: "\f0d5"; } +i.icon.money:before { content: "\f0d6"; } +i.icon.caret.down:before { content: "\f0d7"; } +i.icon.caret.up:before { content: "\f0d8"; } +i.icon.caret.left:before { content: "\f0d9"; } +i.icon.caret.right:before { content: "\f0da"; } +i.icon.columns:before { content: "\f0db"; } +i.icon.sort:before { content: "\f0dc"; } +i.icon.sort.ascending:before { content: "\f0dd"; } +i.icon.sort.descending:before { content: "\f0de"; } +i.icon.envelope:before { content: "\f0e0"; } +i.icon.linkedin:before { content: "\f0e1"; } +i.icon.undo:before { content: "\f0e2"; } +i.icon.legal:before { content: "\f0e3"; } +i.icon.dashboard:before { content: "\f0e4"; } +i.icon.comment.outline:before { content: "\f0e5"; } +i.icon.comments.outline:before { content: "\f0e6"; } +i.icon.flash:before { content: "\f0e7"; } +i.icon.sitemap:before { content: "\f0e8"; } +i.icon.umbrella:before { content: "\f0e9"; } +i.icon.paste:before { content: "\f0ea"; } +i.icon.lightbulb.outline:before { content: "\f0eb"; } +i.icon.exchange:before { content: "\f0ec"; } +i.icon.cloud.download:before { content: "\f0ed"; } +i.icon.cloud.upload:before { content: "\f0ee"; } +i.icon.user.md:before { content: "\f0f0"; } +i.icon.stethoscope:before { content: "\f0f1"; } +i.icon.suitcase:before { content: "\f0f2"; } +i.icon.bell.outline:before { content: "\f0a2"; } +i.icon.coffee:before { content: "\f0f4"; } +i.icon.cutlery:before { content: "\f0f5"; } +i.icon.file.text.outline:before { content: "\f0f6"; } +i.icon.building.outline:before { content: "\f0f7"; } +i.icon.hospital.outline:before { content: "\f0f8"; } i.icon.ambulance:before { content: "\f0f9"; } -i.icon.anchor:before { content: "\f13d"; } -i.icon.android:before { content: "\f17b"; } -i.icon.angle.down:before { content: "\f107"; } +i.icon.medkit:before { content: "\f0fa"; } +i.icon.fighter.jet:before { content: "\f0fb"; } +i.icon.beer:before { content: "\f0fc"; } +i.icon.h.square:before { content: "\f0fd"; } +i.icon.plus.square:before { content: "\f0fe"; } +i.icon.angle.double.left:before { content: "\f100"; } +i.icon.angle.double.right:before { content: "\f101"; } +i.icon.angle.double.up:before { content: "\f102"; } +i.icon.angle.double.down:before { content: "\f103"; } i.icon.angle.left:before { content: "\f104"; } i.icon.angle.right:before { content: "\f105"; } i.icon.angle.up:before { content: "\f106"; } +i.icon.angle.down:before { content: "\f107"; } +i.icon.desktop:before { content: "\f108"; } +i.icon.laptop:before { content: "\f109"; } +i.icon.tablet:before { content: "\f10a"; } +i.icon.mobile:before { content: "\f10b"; } +i.icon.circle.outline:before { content: "\f10c"; } +i.icon.quote.left:before { content: "\f10d"; } +i.icon.quote.right:before { content: "\f10e"; } +i.icon.spinner:before { content: "\f110"; } +i.icon.circle:before { content: "\f111"; } +i.icon.reply:before { content: "\f112"; } +i.icon.github.alternate:before { content: "\f113"; } +i.icon.folder.outline:before { content: "\f114"; } +i.icon.folder.open.outline:before { content: "\f115"; } +i.icon.smile.outline:before { content: "\f118"; } +i.icon.frown.outline:before { content: "\f119"; } +i.icon.meh.outline:before { content: "\f11a"; } +i.icon.gamepad:before { content: "\f11b"; } +i.icon.keyboard.outline:before { content: "\f11c"; } +i.icon.flag.outline:before { content: "\f11d"; } +i.icon.flag.checkered:before { content: "\f11e"; } +i.icon.terminal:before { content: "\f120"; } +i.icon.code:before { content: "\f121"; } +i.icon.reply.all:before { content: "\f122"; } +i.icon.mail.reply.all:before { content: "\f122"; } +i.icon.star.half.empty:before { content: "\f123"; } +i.icon.star.half.full:before { content: "\f123"; } +i.icon.location.arrow:before { content: "\f124"; } +i.icon.crop:before { content: "\f125"; } +i.icon.code.fork:before { content: "\f126"; } +i.icon.unlink:before { content: "\f127"; } +i.icon.question:before { content: "\f128"; } +i.icon.info:before { content: "\f129"; } +i.icon.exclamation:before { content: "\f12a"; } +i.icon.superscript:before { content: "\f12b"; } +i.icon.subscript:before { content: "\f12c"; } +i.icon.eraser:before { content: "\f12d"; } +i.icon.puzzle.piece:before { content: "\f12e"; } +i.icon.microphone:before { content: "\f130"; } +i.icon.microphone.slash:before { content: "\f131"; } +i.icon.shield:before { content: "\f132"; } +i.icon.calendar.outline:before { content: "\f133"; } +i.icon.fire.extinguisher:before { content: "\f134"; } +i.icon.rocket:before { content: "\f135"; } +i.icon.maxcdn:before { content: "\f136"; } +i.icon.chevron.circle.left:before { content: "\f137"; } +i.icon.chevron.circle.right:before { content: "\f138"; } +i.icon.chevron.circle.up:before { content: "\f139"; } +i.icon.chevron.circle.down:before { content: "\f13a"; } +i.icon.html5:before { content: "\f13b"; } +i.icon.css3:before { content: "\f13c"; } +i.icon.anchor:before { content: "\f13d"; } +i.icon.unlock.alternate:before { content: "\f13e"; } +i.icon.bullseye:before { content: "\f140"; } +i.icon.ellipsis.horizontal:before { content: "\f141"; } +i.icon.ellipsis.vertical:before { content: "\f142"; } +i.icon.rss.square:before { content: "\f143"; } +i.icon.play.circle:before { content: "\f144"; } +i.icon.ticket:before { content: "\f145"; } +i.icon.minus.square:before { content: "\f146"; } +i.icon.minus.square.outline:before { content: "\f147"; } +i.icon.level.up:before { content: "\f148"; } +i.icon.level.down:before { content: "\f149"; } +i.icon.check.square:before { content: "\f14a"; } +i.icon.pencil.square:before { content: "\f14b"; } +i.icon.external.link.square:before { content: "\f14c"; } +i.icon.share.square:before { content: "\f14d"; } +i.icon.compass:before { content: "\f14e"; } +i.icon.toggle.down:before { content: "\f150"; } +i.icon.toggle.up:before { content: "\f151"; } +i.icon.toggle.right:before { content: "\f152"; } +i.icon.euro:before { content: "\f153"; } +i.icon.pound:before { content: "\f154"; } +i.icon.dollar:before { content: "\f155"; } +i.icon.rupee:before { content: "\f156"; } +i.icon.yen:before { content: "\f157"; } +i.icon.ruble:before { content: "\f158"; } +i.icon.won:before { content: "\f159"; } +i.icon.bitcoin:before { content: "\f15a"; } +i.icon.file:before { content: "\f15b"; } +i.icon.file.text:before { content: "\f15c"; } +i.icon.sort.alphabet.ascending:before { content: "\f15d"; } +i.icon.sort.alphabet.descending:before { content: "\f15e"; } +i.icon.sort.amount.ascending:before { content: "\f160"; } +i.icon.sort.amount.descending:before { content: "\f161"; } +i.icon.sort.numeric.ascending:before { content: "\f162"; } +i.icon.sort.numeric.descending:before { content: "\f163"; } +i.icon.thumbs.up:before { content: "\f164"; } +i.icon.thumbs.down:before { content: "\f165"; } +i.icon.youtube.square:before { content: "\f166"; } +i.icon.youtube:before { content: "\f167"; } +i.icon.xing:before { content: "\f168"; } +i.icon.xing.square:before { content: "\f169"; } +i.icon.youtube.play:before { content: "\f16a"; } +i.icon.dropbox:before { content: "\f16b"; } +i.icon.stack.overflow:before { content: "\f16c"; } +i.icon.instagram:before { content: "\f16d"; } +i.icon.flickr:before { content: "\f16e"; } +i.icon.adn:before { content: "\f170"; } +i.icon.bitbucket:before { content: "\f171"; } +i.icon.bitbucket.square:before { content: "\f172"; } +i.icon.tumblr:before { content: "\f173"; } +i.icon.tumblr.square:before { content: "\f174"; } +i.icon.long.arrow.down:before { content: "\f175"; } +i.icon.long.arrow.up:before { content: "\f176"; } +i.icon.long.arrow.left:before { content: "\f177"; } +i.icon.long.arrow.right:before { content: "\f178"; } i.icon.apple:before { content: "\f179"; } +i.icon.windows:before { content: "\f17a"; } +i.icon.android:before { content: "\f17b"; } +i.icon.linux:before { content: "\f17c"; } +i.icon.dribbble:before { content: "\f17d"; } +i.icon.skype:before { content: "\f17e"; } +i.icon.foursquare:before { content: "\f180"; } +i.icon.trello:before { content: "\f181"; } +i.icon.female:before { content: "\f182"; } +i.icon.male:before { content: "\f183"; } +i.icon.gittip:before { content: "\f184"; } +i.icon.sun.outline:before { content: "\f185"; } +i.icon.moon.outline:before { content: "\f186"; } i.icon.archive:before { content: "\f187"; } -i.icon.arrow.down:before { content: "\f078"; } -i.icon.arrow.left:before { content: "\f053"; } -i.icon.arrow.right:before { content: "\f054"; } -i.icon.arrow.sign.down:before { content: "\f13a"; } -i.icon.arrow.sign.left:before { content: "\f137"; } -i.icon.arrow.sign.right:before { content: "\f138"; } -i.icon.arrow.sign.up:before { content: "\f139"; } -i.icon.arrow.up:before { content: "\f077"; } -i.icon.asterisk:before { content: "\f069"; } +i.icon.bug:before { content: "\f188"; } +i.icon.vk:before { content: "\f189"; } +i.icon.weibo:before { content: "\f18a"; } +i.icon.renren:before { content: "\f18b"; } +i.icon.pagelines:before { content: "\f18c"; } +i.icon.stack.exchange:before { content: "\f18d"; } +i.icon.arrow.circle.outline.right:before { content: "\f18e"; } +i.icon.arrow.circle.outline.left:before { content: "\f190"; } +i.icon.toggle.left:before { content: "\f191"; } +i.icon.dot.circle.outline:before { content: "\f192"; } +i.icon.wheelchair:before { content: "\f193"; } +i.icon.vimeo.square:before { content: "\f194"; } +i.icon.turkish.lira:before { content: "\f195"; } +i.icon.plus.square.outline:before { content: "\f196"; } + +/*------------------------- + Backwards Compatibility +--------------------------*/ + +// replaced by i.icon.arrow.left//backward compatibility BEGIN +i.icon.left:before { content: "\f060"; } +// replaced by i.icon.arrow.right +i.icon.right:before { content: "\f061"; } +// replaced by i.icon.plus +i.icon.add:before { content: "\f067"; } +// replaced by i.icon.plus.square +i.icon.add.sign.box:before { content: "\f0fe"; } +// replaced by i.icon.plus.circle +i.icon.add.sign:before { content: "\f055"; } +// replaced by i.icon.paperclip i.icon.attachment:before { content: "\f0c6"; } +// replaced by i.icon.exclamation.circle: i.icon.attention:before { content: "\f06a"; } -i.icon.backward:before { content: "\f04a"; } +// replaced by i.icon.ban i.icon.ban.circle:before { content: "\f05e"; } +// replaced by i.icon.bar.chart.outline i.icon.bar.chart:before { content: "\f080"; } -i.icon.barcode:before { content: "\f02a"; } -i.icon.beer:before { content: "\f0fc"; } -i.icon.bell.outline:before { content: "\f0a2"; } -i.icon.bell:before { content: "\f0f3"; } +// replaced by i.icon.bitbucket.square i.icon.bitbucket.sign:before { content: "\f172"; } -i.icon.bitbucket:before { content: "\f171"; } -i.icon.bitcoin:before { content: "\f15a"; } -i.icon.bold:before { content: "\f032"; } -i.icon.bolt:before { content: "\f0e7"; } -i.icon.book:before { content: "\f02d"; } +// replaced by i.icon.bookmark.outline i.icon.bookmark.empty:before { content: "\f097"; } -i.icon.bookmark:before { content: "\f02e"; } +// replaced by i.icon.toggle.down i.icon.box.arrow.down:before { content: "\f150"; } +// replaced by i.icon.toggle.right i.icon.box.arrow.right:before { content: "\f152"; } +// replaced by i.icon.toggle.up i.icon.box.arrow.up:before { content: "\f151"; } -i.icon.briefcase:before { content: "\f0b1"; } +// replaced by i.icon.list.alternate i.icon.browser:before { content: "\f022"; } -i.icon.bug:before { content: "\f188"; } +// replaced by i.icon.building.building i.icon.building:before { content: "\f0f7"; } -i.icon.bullhorn:before { content: "\f0a1"; } -i.icon.bullseye:before { content: "\f140"; } +// replaced by i.icon.calendar.outline i.icon.calendar.empty:before { content: "\f133"; } -i.icon.calendar:before { content: "\f073"; } -i.icon.camera.retro:before { content: "\f083"; } -i.icon.camera:before { content: "\f030"; } +// replaced by i.icon.caret.down i.icon.triangle.down:before { content: "\f0d7"; } +// replaced by i.icon.caret.left i.icon.triangle.left:before { content: "\f0d9"; } +// replaced by i.icon.caret.right i.icon.triangle.right:before { content: "\f0da"; } +// replaced by i.icon.caret.up i.icon.triangle.up:before { content: "\f0d8"; } +// replaced by i.icon.shopping.cart i.icon.cart:before { content: "\f07a"; } -i.icon.certificate:before { content: "\f0a3"; } -i.icon.chat.outline:before { content: "\f0e6"; } +// replaced by i.icon.comments i.icon.chat:before { content: "\f086"; } +// replaced by i.icon.comments.outline +i.icon.chat.outline:before { content: "\f0e6"; } +// replaced by i.icon.square.outline i.icon.checkbox.empty:before { content: "\f096"; } +// replaced by i.icon.minus.square.outline i.icon.checkbox.minus:before { content: "\f147"; } +// replaced by i.icon.check.square.outline i.icon.checked.checkbox:before { content: "\f046"; } +// replaced by i.icon.check.square i.icon.checkmark.sign:before { content: "\f14a"; } +// replaced by i.icon.check i.icon.checkmark:before { content: "\f00c"; } +// replaced by i.icon.circle.outline i.icon.circle.blank:before { content: "\f10c"; } +// replaced by i.icon.arrow.circle.down i.icon.circle.down:before { content: "\f0ab"; } +// replaced by i.icon.arrow.circle.left i.icon.circle.left:before { content: "\f0a8"; } +// replaced by i.icon.arrow.circle.right i.icon.circle.right:before { content: "\f0a9"; } +// replaced by i.icon.arrow.circle.up i.icon.circle.up:before { content: "\f0aa"; } -i.icon.circle:before { content: "\f111"; } -i.icon.cloud.download:before { content: "\f0ed"; } -i.icon.cloud.upload:before { content: "\f0ee"; } -i.icon.cloud:before { content: "\f0c2"; } -i.icon.code.fork:before { content: "\f126"; } -i.icon.code:before { content: "\f121"; } -i.icon.coffee:before { content: "\f0f4"; } -i.icon.collapse:before { content: "\f117"; } -i.icon.comment.outline:before { content: "\f0e5"; } -i.icon.comment:before { content: "\f075"; } -i.icon.copy:before { content: "\f0c5"; } -i.icon.crop:before { content: "\f125"; } -i.icon.css3:before { content: "\f13c"; } -i.icon.cut:before { content: "\f0c4"; } -i.icon.dashboard:before { content: "\f0e4"; } -i.icon.desktop:before { content: "\f108"; } +// replaced by i.icon.user.md i.icon.doctor:before { content: "\f0f0"; } -i.icon.dollar:before { content: "\f155"; } -i.icon.double.angle.down:before { content: "\f103"; } -i.icon.double.angle.left:before { content: "\f100"; } -i.icon.double.angle.right:before { content: "\f101"; } -i.icon.double.angle.up:before { content: "\f102"; } +// replaced by i.icon.arrow.down i.icon.down:before { content: "\f063"; } +// replaced by i.icon.download i.icon.download.disk:before { content: "\f019"; } -i.icon.download:before { content: "\f01a"; } -i.icon.dribbble:before { content: "\f17d"; } -i.icon.dropbox:before { content: "\f16b"; } +// replaced by i.icon.pencil.square i.icon.edit.sign:before { content: "\f14b"; } -i.icon.edit:before { content: "\f044"; } -i.icon.eject:before { content: "\f052"; } -i.icon.ellipsis.horizontal:before { content: "\f141"; } -i.icon.ellipsis.vertical:before { content: "\f142"; } -i.icon.eraser:before { content: "\f12d"; } -i.icon.euro:before { content: "\f153"; } -i.icon.exchange:before { content: "\f0ec"; } -i.icon.exclamation:before { content: "\f12a"; } -i.icon.expand:before { content: "\f116"; } +// replaced by i.icon.external.link.square i.icon.external.url.sign:before { content: "\f14c"; } +// replaced by i.icon.external.link i.icon.external.url:before { content: "\f08e"; } +// replaced by i.icon.facebook.square i.icon.facebook.sign:before { content: "\f082"; } -i.icon.facebook:before { content: "\f09a"; } +// replaced by i.icon.video.camera i.icon.facetime.video:before { content: "\f03d"; } -i.icon.fast.backward:before { content: "\f049"; } -i.icon.fast.forward:before { content: "\f050"; } -i.icon.female:before { content: "\f182"; } -i.icon.fighter.jet:before { content: "\f0fb"; } -i.icon.file.outline:before { content: "\f016"; } -i.icon.file.text.outline:before { content: "\f0f6"; } -i.icon.file.text:before { content: "\f15c"; } -i.icon.file:before { content: "\f15b"; } -i.icon.filter:before { content: "\f0b0"; } -i.icon.fire.extinguisher:before { content: "\f134"; } -i.icon.fire:before { content: "\f06d"; } -i.icon.flag.checkered:before { content: "\f11e"; } +// replaced by i.icon.flag.outline i.icon.flag.empty:before { content: "\f11d"; } -i.icon.flag:before { content: "\f024"; } -i.icon.flickr:before { content: "\f16e"; } -i.icon.folder.open.outline:before { content: "\f115"; } -i.icon.folder.open:before { content: "\f07c"; } -i.icon.folder.outline:before { content: "\f114"; } -i.icon.folder:before { content: "\f07b"; } -i.icon.font:before { content: "\f031"; } +// replaced by i.icon.cutlery i.icon.food:before { content: "\f0f5"; } -i.icon.forward.mail:before { content: "\f064"; } -i.icon.forward:before { content: "\f04e"; } -i.icon.foursquare:before { content: "\f180"; } +// replaced by i.icon.frown.outline i.icon.frown:before { content: "\f119"; } +// replaced by i.icon.arrows.alternate i.icon.fullscreen:before { content: "\f0b2"; } -i.icon.gamepad:before { content: "\f11b"; } -i.icon.gift:before { content: "\f06b"; } -i.icon.github.alternate:before { content: "\f09b"; } +// replaced by i.icon.github.square i.icon.github.sign:before { content: "\f092"; } -i.icon.github:before { content: "\f113"; } -i.icon.gittip:before { content: "\f184"; } -i.icon.glass:before { content: "\f000"; } -i.icon.globe:before { content: "\f0ac"; } +// replaced by i.icon.google.plus.square i.icon.google.plus.sign:before { content: "\f0d4"; } -i.icon.google.plus:before { content: "\f0d5"; } +// replaced by i.icon.h.square i.icon.h.sign:before { content: "\f0fd"; } +// replaced by i.icon.hand.outline.down i.icon.hand.down:before { content: "\f0a7"; } +// replaced by i.icon.hand.outline.left i.icon.hand.left:before { content: "\f0a5"; } +// replaced by i.icon.hand.outline.right i.icon.hand.right:before { content: "\f0a4"; } i.icon.hand.up:before { content: "\f0a6"; } + +/******************************* + Overrides +*******************************/ + +// replaced by i.icon.hdd.outline i.icon.hdd:before { content: "\f0a0"; } -i.icon.headphones:before { content: "\f025"; } +// replaced by i.icon.heart.outline i.icon.heart.empty:before { content: "\f08a"; } -i.icon.heart:before { content: "\f004"; } +// replaced by i.icon.question.circle i.icon.help:before { content: "\f059"; } +// replaced by i.icon.eye.slash i.icon.hide:before { content: "\f070"; } -i.icon.home:before { content: "\f015"; } +// replaced by i.icon.hospital.outline i.icon.hospital:before { content: "\f0f8"; } -i.icon.html5:before { content: "\f13b"; } -i.icon.inbox:before { content: "\f01c"; } +// replaced by i.icon.dedent i.icon.indent.left:before { content: "\f03b"; } +// replaced by i.icon.indent i.icon.indent.right:before { content: "\f03c"; } +// replaced by i.icon.info i.icon.info.letter:before { content: "\f129"; } -i.icon.info:before { content: "\f05a"; } -i.icon.instagram:before { content: "\f16d"; } -i.icon.italic:before { content: "\f033"; } -i.icon.key:before { content: "\f084"; } -i.icon.keyboard:before { content: "\f11c"; } +// replaced by i.icon.flask i.icon.lab:before { content: "\f0c3"; } -i.icon.laptop:before { content: "\f109"; } +// replaced by i.icon.th.large i.icon.layout.block:before { content: "\f009"; } +// replaced by i.icon.columns i.icon.layout.column:before { content: "\f0db"; } +// replaced by i.icon.th.before i.icon.layout.grid:before { content: "\f00a"; } +// replaced by i.icon.th.list i.icon.layout.list:before { content: "\f00b"; } -i.icon.leaf:before { content: "\f06c"; } -i.icon.legal:before { content: "\f0e3"; } -i.icon.lemon:before { content: "\f094"; } -i.icon.level.down:before { content: "\f149"; } -i.icon.level.up:before { content: "\f148"; } +// replaced by i.icon.lightbulb.outline i.icon.lightbulb:before { content: "\f0eb"; } +// replaced by i.icon.linkedin.square i.icon.linkedin.sign:before { content: "\f08c"; } -i.icon.linkedin:before { content: "\f0e1"; } -i.icon.linux:before { content: "\f17c"; } +// replaced by i.icon.list.ol i.icon.list.ordered:before { content: "\f0cb"; } +// replaced by i.icon.list.ul i.icon.list.unordered:before { content: "\f0ca"; } -i.icon.list:before { content: "\f03a"; } +// replaced by i.icon.spinner i.icon.loading:before { content: "\f110"; } +// replaced by i.icon.location.arrow i.icon.location:before { content: "\f124"; } -i.icon.lock:before { content: "\f023"; } -i.icon.long.arrow.down:before { content: "\f175"; } -i.icon.long.arrow.left:before { content: "\f177"; } -i.icon.long.arrow.right:before { content: "\f178"; } -i.icon.long.arrow.up:before { content: "\f176"; } -i.icon.magic:before { content: "\f0d0"; } -i.icon.magnet:before { content: "\f076"; } +// replaced by i.icon.envelope.outline i.icon.mail.outline:before { content: "\f003"; } -i.icon.mail.reply:before { content: "\f112"; } +// replaced by i.icon.envelope i.icon.mail:before { content: "\f0e0"; } -i.icon.male:before { content: "\f183"; } -i.icon.map.marker:before { content: "\f041"; } +// replaced by i.icon.compass i.icon.map:before { content: "\f14e"; } -i.icon.maxcdn:before { content: "\f136"; } -i.icon.medkit:before { content: "\f0fa"; } +// replaced by i.icon.meh.outline i.icon.meh:before { content: "\f11a"; } +// replaced by i.icon.minus.square i.icon.minus.sign.alternate:before { content: "\f146"; } +// replaced by i.icon.minus.circle i.icon.minus.sign:before { content: "\f056"; } -i.icon.minus:before { content: "\f068"; } -i.icon.mobile:before { content: "\f10b"; } -i.icon.money:before { content: "\f0d6"; } +// replaced by i.icon.moon.outline i.icon.moon:before { content: "\f186"; } +// replaced by i.icon.arrows i.icon.move:before { content: "\f047"; } -i.icon.music:before { content: "\f001"; } +// replaced by i.icon.microphone.slash i.icon.mute:before { content: "\f131"; } +// replaced by i.icon.power.off i.icon.off:before { content: "\f011"; } +// replaced by i.icon.check.circle.outline i.icon.ok.circle:before { content: "\f05d"; } +// replaced by i.icon.check.circle i.icon.ok.sign:before { content: "\f058"; } -i.icon.paste:before { content: "\f0ea"; } -i.icon.pause:before { content: "\f04c"; } +// replaced by i.icon.credit.card i.icon.payment:before { content: "\f09d"; } -i.icon.pencil:before { content: "\f040"; } +// replaced by i.icon.phone.square i.icon.phone.sign:before { content: "\f098"; } -i.icon.phone:before { content: "\f095"; } -i.icon.photo:before { content: "\f03e"; } +// replaced by i.icon.thumb.tack i.icon.pin:before { content: "\f08d"; } +// replaced by i.icon.pinterest.square i.icon.pinterest.sign:before { content: "\f0d3"; } -i.icon.pinterest:before { content: "\f0d2"; } -i.icon.plane:before { content: "\f072"; } -i.icon.play.circle:before { content: "\f01d"; } +// replaced by i.icon.play.circle i.icon.play.sign:before { content: "\f144"; } -i.icon.play:before { content: "\f04b"; } -i.icon.pound:before { content: "\f154"; } -i.icon.print:before { content: "\f02f"; } -i.icon.puzzle.piece:before { content: "\f12e"; } +// replaced by i.icon.qrcode:before i.icon.qr.code:before { content: "\f029"; } -i.icon.question:before { content: "\f128"; } -i.icon.quote.left:before { content: "\f10d"; } -i.icon.quote.right:before { content: "\f10e"; } -i.icon.refresh:before { content: "\f021"; } +// replaced by i.icon.times.circle.outline i.icon.remove.circle:before { content: "\f05c"; } +// replaced by i.icon.times.circle i.icon.remove.sign:before { content: "\f057"; } +// replaced by i.icon.times i.icon.remove:before { content: "\f00d"; } -i.icon.renren:before { content: "\f18b"; } +// replaced by i.icon.bars i.icon.reorder:before { content: "\f0c9"; } -i.icon.repeat:before { content: "\f01e"; } +// replaced by i.icon.reply.all i.icon.reply.all.mail:before { content: "\f122"; } +// replaced by i.icon.expand i.icon.resize.full:before { content: "\f065"; } +// replaced by i.icon.arrows.horizontal i.icon.resize.horizontal:before { content: "\f07e"; } +// replaced by i.icon.compress i.icon.resize.small:before { content: "\f066"; } +// replaced by i.icon.arrows.vertical i.icon.resize.vertical:before { content: "\f07d"; } -i.icon.retweet:before { content: "\f079"; } -i.icon.road:before { content: "\f018"; } -i.icon.rocket:before { content: "\f135"; } +// replaced by i.icon.rss.square i.icon.rss.sign:before { content: "\f143"; } -i.icon.rss:before { content: "\f09e"; } -i.icon.rupee:before { content: "\f156"; } -i.icon.save:before { content: "\f0c7"; } +// replaced by i.icon.crosshairs i.icon.screenshot:before { content: "\f05b"; } -i.icon.search:before { content: "\f002"; } +// replaced by i.icon.gear i.icon.setting:before { content: "\f013"; } +// replaced by i.icon.gears:before i.icon.settings:before { content: "\f085"; } +// replaced by i.icon.share.square i.icon.share.sign:before { content: "\f14d"; } +// replaced by i.icon.share.square.outline i.icon.share:before { content: "\f045"; } -i.icon.shield:before { content: "\f132"; } +// replaced by i.icon.random i.icon.shuffle:before { content: "\f074"; } -i.icon.sign.in:before { content: "\f090"; } -i.icon.sign.out:before { content: "\f08b"; } +// replaced by i.icon.square i.icon.sign:before { content: "\f0c8"; } -i.icon.signal:before { content: "\f012"; } -i.icon.sitemap:before { content: "\f0e8"; } -i.icon.skype:before { content: "\f17e"; } +// replaced by i.icon.smile.outline i.icon.smile:before { content: "\f118"; } -i.icon.sort.ascending:before { content: "\f0de"; } -i.icon.sort.descending:before { content: "\f0dd"; } -i.icon.sort.alphabet.descending:before { content: "\f15e"; } +// replaced by i.icon.sort.alphaocbet.ascending i.icon.sort.alphabet:before { content: "\f15d"; } -i.icon.sort.attributes.descending:before { content: "\f161"; } -i.icon.sort.attributes:before { content: "\f160"; } +// replaced by i.icon.sort.numeric.descending i.icon.sort.order.descending:before { content: "\f163"; } +// replaced by i.icon.sort.numeric.ascending i.icon.sort.order:before { content: "\f162"; } -i.icon.sort:before { content: "\f0dc"; } +// replaced by i.icon.stack.overflow i.icon.stackexchange:before { content: "\f16c"; } +// replaced by i.icon.star.outline i.icon.star.empty:before { content: "\f006"; } -i.icon.star.half.empty:before { content: "\f123"; } -i.icon.star.half.full:before, -i.icon.star.half:before { content: "\f089"; } -i.icon.star:before { content: "\f005"; } -i.icon.step.backward:before { content: "\f048"; } -i.icon.step.forward:before { content: "\f051"; } -i.icon.stethoscope:before { content: "\f0f1"; } -i.icon.stop:before { content: "\f04d"; } -i.icon.strikethrough:before { content: "\f0cc"; } -i.icon.subscript:before { content: "\f12c"; } -i.icon.suitcase:before { content: "\f0f2"; } +// replaced by i.icon.sun.outline i.icon.sun:before { content: "\f185"; } -i.icon.superscript:before { content: "\f12b"; } -i.icon.table:before { content: "\f0ce"; } -i.icon.tablet:before { content: "\f10a"; } -i.icon.tag:before { content: "\f02b"; } -i.icon.tags:before { content: "\f02c"; } -i.icon.tasks:before { content: "\f0ae"; } -i.icon.terminal:before { content: "\f120"; } -i.icon.text.height:before { content: "\f034"; } -i.icon.text.width:before { content: "\f035"; } -i.icon.thumbs.down.outline:before { content: "\f088"; } -i.icon.thumbs.down:before { content: "\f165"; } -i.icon.thumbs.up.outline:before { content: "\f087"; } -i.icon.thumbs.up:before { content: "\f164"; } -i.icon.ticket:before { content: "\f145"; } +// replaced by i.icon.clock.outline i.icon.time:before { content: "\f017"; } -i.icon.tint:before { content: "\f043"; } +// replaced by i.icon.trash.outline i.icon.trash:before { content: "\f014"; } -i.icon.trello:before { content: "\f181"; } -i.icon.trophy:before { content: "\f091"; } -i.icon.truck:before { content: "\f0d1"; } +// replaced by i.icon.tumblr.square i.icon.tumblr.sign:before { content: "\f174"; } -i.icon.tumblr:before { content: "\f173"; } +// replaced by i.icon.twitter.square i.icon.twitter.sign:before { content: "\f081"; } -i.icon.twitter:before { content: "\f099"; } -i.icon.umbrella:before { content: "\f0e9"; } -i.icon.underline:before { content: "\f0cd"; } -i.icon.undo:before { content: "\f0e2"; } +// replaced by i.icon.eye i.icon.unhide:before { content: "\f06e"; } -i.icon.unlink:before { content: "\f127"; } -i.icon.unlock.alternate:before { content: "\f13e"; } -i.icon.unlock:before { content: "\f09c"; } +// replaced by i.icon.microphone i.icon.unmute:before { content: "\f130"; } +// replaced by i.icon.arrow.up i.icon.up:before { content: "\f062"; } +// replaced by i.icon.upload i.icon.upload.disk:before { content: "\f093"; } -i.icon.upload:before { content: "\f01b"; } +// replaced by i.icon.link i.icon.url:before { content: "\f0c1"; } -i.icon.user:before { content: "\f007"; } -i.icon.users:before { content: "\f0c0"; } +// replaced by i.icon.film i.icon.video:before { content: "\f008"; } -i.icon.vk:before { content: "\f189"; } -i.icon.volume.down:before { content: "\f027"; } -i.icon.volume.off:before { content: "\f026"; } -i.icon.volume.up:before { content: "\f028"; } -i.icon.warning:before { content: "\f071"; } -i.icon.weibo:before { content: "\f18a"; } -i.icon.windows:before { content: "\f17a"; } -i.icon.won:before { content: "\f159"; } -i.icon.wrench:before { content: "\f0ad"; } +// replaced by i.icon.xing.square i.icon.xing.sign:before { content: "\f169"; } -i.icon.xing:before { content: "\f168"; } -i.icon.yen:before { content: "\f157"; } -i.icon.youtube.play:before { content: "\f16a"; } +// replaced by i.icon.youtube.square i.icon.youtube.sign:before { content: "\f166"; } -i.icon.youtube:before { content: "\f167"; } -i.icon.yuan:before { content: "\f158"; } +// replaced by i.icon.search.plus i.icon.zoom.in:before { content: "\f00e"; } -i.icon.zoom.out:before { content: "\f010"; } - -/*-------------- - Aliases ----------------*/ -i.icon.check:before { content: "\f00c"; } -i.icon.close:before { content: "\f00d"; } -i.icon.delete:before { content: "\f00d"; } +/* Aliases */ i.icon.like:before { content: "\f004"; } -i.icon.plus:before { content: "\f067"; } +i.icon.close:before, +i.icon.delete:before { content: "\f00d"; } +i.icon.zoom.out:before { content: "\f010"; } +i.icon.rotate.right:before { content: "\f01e"; } +i.icon.close.circle:before, +i.icon.delete.circle:before { content: "\f057"; } +i.icon.close.circle.outline:before, +i.icon.delete.circle.outline:before { content: "\f05c"; } +i.icon.pencil.square.outline:before, i.icon.signup:before { content: "\f044"; } -i.icon.list.layout:before { content: "\f0c9"; } - - -/*-------------- - Spacing Fix ----------------*/ - -/* stars are usually consecutive */ -i.icon.star { - width: auto; - margin: 0em !important; -} - -/* left side icons */ -i.icon.left { - width: auto; - margin: 0em @directionMargin 0em 0em; -} - -/* right side icons */ -i.icon.download, -i.icon.search, -i.icon.right { - width: auto; - margin: 0em 0em 0em @directionMargin; -} +i.icon.share:before { content: "\f064"; } +i.icon.exclamation.triangle:before { content: "\f071"; } +i.icon.cogs:before { content: "\f085"; } +i.icon.like.outline:before { content: "\f08a"; } +i.icon.group:before { content: "\f0c0"; } +i.icon.chain:before { content: "\f0c1"; } +i.icon.cut:before { content: "\f0c4"; } +i.icon.files.outline:before { content: "\f0c5"; } +i.icon.floppy.outline:before { content: "\f0c7"; } +i.icon.unsorted:before { content: "\f0dc"; } +i.icon.sort.down:before { content: "\f0dd"; } +i.icon.sort.up:before { content: "\f0de"; } +i.icon.rotate.left:before { content: "\f0e2"; } +i.icon.gavel:before { content: "\f0e3"; } +i.icon.dashboard:before { content: "\f0e4"; } +i.icon.bolt:before { content: "\f0e7"; } +i.icon.clipboard:before { content: "\f0ea"; } +i.icon.mobile.phone:before { content: "\f10b"; } +i.icon.mail.reply:before { content: "\f112"; } +i.icon.star.half.outline:before { content: "\f123"; } +i.icon.chain.broken:before { content: "\f127"; } +i.icon.caret.square.outline.down:before { content: "\f150"; } +i.icon.caret.square.outline.up:before { content: "\f151"; } +i.icon.caret.square.outline.right:before { content: "\f152"; } +i.icon.eur:before { content: "\f153"; } +i.icon.gbp:before { content: "\f154"; } +i.icon.usd:before { content: "\f155"; } +i.icon.inr:before { content: "\f156"; } +i.icon.cny:before, +i.icon.rmb:before, +i.icon.jpy:before { content: "\f157"; } +i.icon.rouble:before, +i.icon.rub:before { content: "\f158"; } +i.icon.won:before, +i.icon.krw:before { content: "\f159"; } +i.icon.btc:before { content: "\f15a"; } +i.icon.caret.square.outline.left:before { content: "\f191"; } +i.icon.try:before { content: "\f195"; }