Fork-Awesome/css/font-awesome.css

1437 lines
24 KiB
CSS
Raw Normal View History

/*!
2013-10-01 00:19:36 +02:00
* Font Awesome 4.0.0
* the iconic font designed for Bootstrap
* ------------------------------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation can be
* found at http://fontawesome.io. Stay up to date on Twitter at
* http://twitter.com/fontawesome.
*
* License
* ------------------------------------------------------------------------------
* - The Font Awesome font is licensed under SIL OFL 1.1 -
* http://scripts.sil.org/OFL
* - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
* http://opensource.org/licenses/mit-license.html
* - Font Awesome documentation licensed under CC BY 3.0 -
* http://creativecommons.org/licenses/by/3.0/
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
* "Font Awesome by Dave Gandy - http://fontawesome.io"
*
* Author - Dave Gandy
* ------------------------------------------------------------------------------
* Email: dave@fontawesome.io
2013-06-26 17:41:16 +02:00
* Twitter: http://twitter.com/davegandy
* Work: Lead Product Designer @ Kyruus - http://kyruus.com
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
2013-10-01 00:19:36 +02:00
src: url('../font/fontawesome-webfont.eot?v=4.0.0');
2013-10-01 00:22:41 +02:00
src: url('../font/fontawesome-webfont.eot?#iefix&v=4.0.0') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=4.0.0') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.0.0') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.0.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
/* FONT AWESOME CORE
* -------------------------- */
.fa {
*margin-right: .3em;
font-family: FontAwesome;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
2013-08-22 17:53:55 +02:00
text-rendering: auto;
-moz-osx-font-smoothing: grayscale;
}
.fa:before {
display: inline-block;
text-decoration: inherit;
speak: none;
}
/* makes the font 33% larger relative to the icon container */
2013-10-01 04:07:49 +02:00
.fa-lg:before {
font-size: 1.3333333333333333em;
vertical-align: -10%;
}
/* makes sure icons active on rollover in links */
a .fa {
display: inline;
}
2013-10-01 04:07:49 +02:00
/* increased font size for icon-lg */
.fa.fa-fixed-width {
display: inline-block;
width: 1.1428571428571428em;
padding-right: 0.2857142857142857em;
text-align: right;
}
2013-10-01 04:07:49 +02:00
.fa.fa-fixed-width.fa-lg {
width: 1.4285714285714286em;
}
.fa-ul {
padding-left: 0;
margin-left: 2.142857142857143em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-ul .fa-li {
position: absolute;
left: -2.142857142857143em;
width: 2.142857142857143em;
line-height: inherit;
text-align: center;
}
.fa.hide {
display: none;
}
2013-10-01 02:16:19 +02:00
.fa-muted {
color: #eeeeee;
}
2013-10-01 02:16:19 +02:00
.fa-light {
color: #ffffff;
}
2013-10-01 02:16:19 +02:00
.fa-dark {
color: #333333;
}
2013-10-01 02:16:19 +02:00
.fa-border {
padding: .2em .25em .15em;
border: solid 1px #eeeeee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
2013-10-01 02:16:19 +02:00
.fa-2x {
font-size: 2em;
}
2013-10-01 02:16:19 +02:00
.fa-2x.fa-border {
border-width: 2px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
2013-10-01 02:16:19 +02:00
.fa-3x {
font-size: 3em;
}
2013-10-01 02:16:19 +02:00
.fa-3x.fa-border {
border-width: 3px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
2013-10-01 02:16:19 +02:00
.fa-4x {
font-size: 4em;
}
2013-10-01 02:16:19 +02:00
.fa-4x.fa-border {
border-width: 4px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
2013-10-01 02:16:19 +02:00
.fa-5x {
font-size: 5em;
}
2013-10-01 02:16:19 +02:00
.fa-5x.fa-border {
border-width: 5px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
* -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
.fa {
display: inline;
width: auto;
height: auto;
margin-top: 0;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0 0;
background-repeat: repeat;
}
/* keeps Bootstrap styles with and without icons the same */
2013-10-01 04:07:49 +02:00
.btn .fa.fa-lg,
.nav .fa.fa-lg {
line-height: .9em;
}
.btn .fa.fa-spin,
.nav .fa.fa-spin {
display: inline-block;
}
.nav-tabs .fa,
.nav-pills .fa,
2013-10-01 04:07:49 +02:00
.nav-tabs .fa.fa-lg,
.nav-pills .fa.fa-lg {
line-height: .9em;
}
.btn .fa.pull-left.fa-2x,
.btn .fa.pull-right.fa-2x {
margin-top: .18em;
}
2013-10-01 04:07:49 +02:00
.btn .fa.fa-spin.fa-lg {
line-height: .8em;
}
.btn.btn-small .fa.pull-left.fa-2x,
.btn.btn-small .fa.pull-right.fa-2x {
margin-top: .25em;
}
.btn.btn-large .fa {
margin-top: 0;
}
.btn.btn-large .fa.pull-left.fa-2x,
.btn.btn-large .fa.pull-right.fa-2x {
margin-top: .05em;
}
.btn.btn-large .fa.pull-left.fa-2x {
margin-right: .2em;
}
.btn.btn-large .fa.pull-right.fa-2x {
margin-left: .2em;
}
2013-06-15 15:22:23 +02:00
/* Fixes alignment in nav lists */
.nav-list .fa {
2013-06-15 15:22:23 +02:00
line-height: inherit;
}
/* EXTRAS
* -------------------------- */
/* Stacked and layered icon */
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: -35%;
}
2013-10-01 04:07:49 +02:00
.fa-stack .fa {
position: absolute;
display: block;
width: 100%;
height: 100%;
font-size: 1em;
line-height: inherit;
*line-height: 2em;
text-align: center;
}
.fa-stack .fa-stack-base {
font-size: 2em;
*line-height: 1em;
}
/* Animated rotating icon */
.fa-spin {
display: inline-block;
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .fa-stack,
a .fa-spin {
display: inline-block;
text-decoration: none;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(359deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
/* Icon rotations and mirroring */
.fa-rotate-90:before {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180:before {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270:before {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal:before {
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical:before {
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .fa-rotate-90:before,
a .fa-rotate-180:before,
a .fa-rotate-270:before,
a .fa-flip-horizontal:before,
a .fa-flip-vertical:before {
display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
2013-10-01 02:16:19 +02:00
.fa-glass:before {
content: "\f000";
}
2013-10-01 02:16:19 +02:00
.fa-music:before {
content: "\f001";
}
2013-10-01 02:16:19 +02:00
.fa-search:before {
content: "\f002";
}
2013-10-01 02:16:19 +02:00
.fa-envelope-alt:before {
content: "\f003";
}
2013-10-01 02:16:19 +02:00
.fa-heart:before {
content: "\f004";
}
2013-10-01 02:16:19 +02:00
.fa-star:before {
content: "\f005";
}
2013-10-01 02:16:19 +02:00
.fa-star-empty:before {
content: "\f006";
}
2013-10-01 02:16:19 +02:00
.fa-user:before {
content: "\f007";
}
2013-10-01 02:16:19 +02:00
.fa-film:before {
content: "\f008";
}
2013-10-01 02:16:19 +02:00
.fa-th-large:before {
content: "\f009";
}
2013-10-01 02:16:19 +02:00
.fa-th:before {
content: "\f00a";
}
2013-10-01 02:16:19 +02:00
.fa-th-list:before {
content: "\f00b";
}
2013-10-01 02:16:19 +02:00
.fa-ok:before {
content: "\f00c";
}
2013-10-01 02:16:19 +02:00
.fa-remove:before {
content: "\f00d";
}
2013-10-01 02:16:19 +02:00
.fa-zoom-in:before {
content: "\f00e";
}
2013-10-01 02:16:19 +02:00
.fa-zoom-out:before {
content: "\f010";
}
2013-10-01 02:16:19 +02:00
.fa-power-off:before,
.fa-off:before {
content: "\f011";
}
2013-10-01 02:16:19 +02:00
.fa-signal:before {
content: "\f012";
}
2013-10-01 02:16:19 +02:00
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
2013-10-01 02:16:19 +02:00
.fa-trash:before {
content: "\f014";
}
2013-10-01 02:16:19 +02:00
.fa-home:before {
content: "\f015";
}
2013-10-01 02:16:19 +02:00
.fa-file-alt:before {
content: "\f016";
}
2013-10-01 02:16:19 +02:00
.fa-time:before {
content: "\f017";
}
2013-10-01 02:16:19 +02:00
.fa-road:before {
content: "\f018";
}
2013-10-01 02:16:19 +02:00
.fa-download-alt:before {
content: "\f019";
}
2013-10-01 02:16:19 +02:00
.fa-download:before {
content: "\f01a";
}
2013-10-01 02:16:19 +02:00
.fa-upload:before {
content: "\f01b";
}
2013-10-01 02:16:19 +02:00
.fa-inbox:before {
content: "\f01c";
}
2013-10-01 02:16:19 +02:00
.fa-play-circle:before {
content: "\f01d";
}
2013-10-01 02:16:19 +02:00
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
2013-10-01 02:16:19 +02:00
.fa-refresh:before {
content: "\f021";
}
2013-10-01 02:16:19 +02:00
.fa-list-alt:before {
content: "\f022";
}
2013-10-01 02:16:19 +02:00
.fa-lock:before {
content: "\f023";
}
2013-10-01 02:16:19 +02:00
.fa-flag:before {
content: "\f024";
}
2013-10-01 02:16:19 +02:00
.fa-headphones:before {
content: "\f025";
}
2013-10-01 02:16:19 +02:00
.fa-volume-off:before {
content: "\f026";
}
2013-10-01 02:16:19 +02:00
.fa-volume-down:before {
content: "\f027";
}
2013-10-01 02:16:19 +02:00
.fa-volume-up:before {
content: "\f028";
}
2013-10-01 02:16:19 +02:00
.fa-qrcode:before {
content: "\f029";
}
2013-10-01 02:16:19 +02:00
.fa-barcode:before {
content: "\f02a";
}
2013-10-01 02:16:19 +02:00
.fa-tag:before {
content: "\f02b";
}
2013-10-01 02:16:19 +02:00
.fa-tags:before {
content: "\f02c";
}
2013-10-01 02:16:19 +02:00
.fa-book:before {
content: "\f02d";
}
2013-10-01 02:16:19 +02:00
.fa-bookmark:before {
content: "\f02e";
}
2013-10-01 02:16:19 +02:00
.fa-print:before {
content: "\f02f";
}
2013-10-01 02:16:19 +02:00
.fa-camera:before {
content: "\f030";
}
2013-10-01 02:16:19 +02:00
.fa-font:before {
content: "\f031";
}
2013-10-01 02:16:19 +02:00
.fa-bold:before {
content: "\f032";
}
2013-10-01 02:16:19 +02:00
.fa-italic:before {
content: "\f033";
}
2013-10-01 02:16:19 +02:00
.fa-text-height:before {
content: "\f034";
}
2013-10-01 02:16:19 +02:00
.fa-text-width:before {
content: "\f035";
}
2013-10-01 02:16:19 +02:00
.fa-align-left:before {
content: "\f036";
}
2013-10-01 02:16:19 +02:00
.fa-align-center:before {
content: "\f037";
}
2013-10-01 02:16:19 +02:00
.fa-align-right:before {
content: "\f038";
}
2013-10-01 02:16:19 +02:00
.fa-align-justify:before {
content: "\f039";
}
2013-10-01 02:16:19 +02:00
.fa-list:before {
content: "\f03a";
}
2013-10-01 02:16:19 +02:00
.fa-indent-left:before {
content: "\f03b";
}
2013-10-01 02:16:19 +02:00
.fa-indent-right:before {
content: "\f03c";
}
2013-10-01 02:16:19 +02:00
.fa-facetime-video:before {
content: "\f03d";
}
2013-10-01 02:16:19 +02:00
.fa-picture:before {
content: "\f03e";
}
2013-10-01 02:16:19 +02:00
.fa-pencil:before {
content: "\f040";
}
2013-10-01 02:16:19 +02:00
.fa-map-marker:before {
content: "\f041";
}
2013-10-01 02:16:19 +02:00
.fa-adjust:before {
content: "\f042";
}
2013-10-01 02:16:19 +02:00
.fa-tint:before {
content: "\f043";
}
2013-10-01 02:16:19 +02:00
.fa-edit:before {
content: "\f044";
}
2013-10-01 02:16:19 +02:00
.fa-share:before {
content: "\f045";
}
2013-10-01 02:16:19 +02:00
.fa-check:before {
content: "\f046";
}
2013-10-01 02:16:19 +02:00
.fa-move:before {
content: "\f047";
}
2013-10-01 02:16:19 +02:00
.fa-step-backward:before {
content: "\f048";
}
2013-10-01 02:16:19 +02:00
.fa-fast-backward:before {
content: "\f049";
}
2013-10-01 02:16:19 +02:00
.fa-backward:before {
content: "\f04a";
}
2013-10-01 02:16:19 +02:00
.fa-play:before {
content: "\f04b";
}
2013-10-01 02:16:19 +02:00
.fa-pause:before {
content: "\f04c";
}
2013-10-01 02:16:19 +02:00
.fa-stop:before {
content: "\f04d";
}
2013-10-01 02:16:19 +02:00
.fa-forward:before {
content: "\f04e";
}
2013-10-01 02:16:19 +02:00
.fa-fast-forward:before {
content: "\f050";
}
2013-10-01 02:16:19 +02:00
.fa-step-forward:before {
content: "\f051";
}
2013-10-01 02:16:19 +02:00
.fa-eject:before {
content: "\f052";
}
2013-10-01 02:16:19 +02:00
.fa-chevron-left:before {
content: "\f053";
}
2013-10-01 02:16:19 +02:00
.fa-chevron-right:before {
content: "\f054";
}
2013-10-01 02:16:19 +02:00
.fa-plus-sign:before {
content: "\f055";
}
2013-10-01 02:16:19 +02:00
.fa-minus-sign:before {
content: "\f056";
}
2013-10-01 02:16:19 +02:00
.fa-remove-sign:before {
content: "\f057";
}
2013-10-01 02:16:19 +02:00
.fa-ok-sign:before {
content: "\f058";
}
2013-10-01 02:16:19 +02:00
.fa-question-sign:before {
content: "\f059";
}
2013-10-01 02:16:19 +02:00
.fa-info-sign:before {
content: "\f05a";
}
2013-10-01 02:16:19 +02:00
.fa-screenshot:before {
content: "\f05b";
}
2013-10-01 02:16:19 +02:00
.fa-remove-circle:before {
content: "\f05c";
}
2013-10-01 02:16:19 +02:00
.fa-ok-circle:before {
content: "\f05d";
}
2013-10-01 02:16:19 +02:00
.fa-ban-circle:before {
content: "\f05e";
}
2013-10-01 02:16:19 +02:00
.fa-arrow-left:before {
content: "\f060";
}
2013-10-01 02:16:19 +02:00
.fa-arrow-right:before {
content: "\f061";
}
2013-10-01 02:16:19 +02:00
.fa-arrow-up:before {
content: "\f062";
}
2013-10-01 02:16:19 +02:00
.fa-arrow-down:before {
content: "\f063";
}
2013-10-01 02:16:19 +02:00
.fa-mail-forward:before,
.fa-share-alt:before {
content: "\f064";
}
2013-10-01 02:16:19 +02:00
.fa-resize-full:before {
content: "\f065";
}
2013-10-01 02:16:19 +02:00
.fa-resize-small:before {
content: "\f066";
}
2013-10-01 02:16:19 +02:00
.fa-plus:before {
content: "\f067";
}
2013-10-01 02:16:19 +02:00
.fa-minus:before {
content: "\f068";
}
2013-10-01 02:16:19 +02:00
.fa-asterisk:before {
content: "\f069";
}
2013-10-01 02:16:19 +02:00
.fa-exclamation-sign:before {
content: "\f06a";
}
2013-10-01 02:16:19 +02:00
.fa-gift:before {
content: "\f06b";
}
2013-10-01 02:16:19 +02:00
.fa-leaf:before {
content: "\f06c";
}
2013-10-01 02:16:19 +02:00
.fa-fire:before {
content: "\f06d";
}
2013-10-01 02:16:19 +02:00
.fa-eye-open:before {
content: "\f06e";
}
2013-10-01 02:16:19 +02:00
.fa-eye-close:before {
content: "\f070";
}
2013-10-01 02:16:19 +02:00
.fa-warning-sign:before {
content: "\f071";
}
2013-10-01 02:16:19 +02:00
.fa-plane:before {
content: "\f072";
}
2013-10-01 02:16:19 +02:00
.fa-calendar:before {
content: "\f073";
}
2013-10-01 02:16:19 +02:00
.fa-random:before {
content: "\f074";
}
2013-10-01 02:16:19 +02:00
.fa-comment:before {
content: "\f075";
}
2013-10-01 02:16:19 +02:00
.fa-magnet:before {
content: "\f076";
}
2013-10-01 02:16:19 +02:00
.fa-chevron-up:before {
content: "\f077";
}
2013-10-01 02:16:19 +02:00
.fa-chevron-down:before {
content: "\f078";
}
2013-10-01 02:16:19 +02:00
.fa-retweet:before {
content: "\f079";
}
2013-10-01 02:16:19 +02:00
.fa-shopping-cart:before {
content: "\f07a";
}
2013-10-01 02:16:19 +02:00
.fa-folder-close:before {
content: "\f07b";
}
2013-10-01 02:16:19 +02:00
.fa-folder-open:before {
content: "\f07c";
}
2013-10-01 02:16:19 +02:00
.fa-resize-vertical:before {
content: "\f07d";
}
2013-10-01 02:16:19 +02:00
.fa-resize-horizontal:before {
content: "\f07e";
}
2013-10-01 02:16:19 +02:00
.fa-bar-chart:before {
content: "\f080";
}
2013-10-01 02:16:19 +02:00
.fa-twitter-sign:before {
content: "\f081";
}
2013-10-01 02:16:19 +02:00
.fa-facebook-sign:before {
content: "\f082";
}
2013-10-01 02:16:19 +02:00
.fa-camera-retro:before {
content: "\f083";
}
2013-10-01 02:16:19 +02:00
.fa-key:before {
content: "\f084";
}
2013-10-01 02:16:19 +02:00
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
2013-10-01 02:16:19 +02:00
.fa-comments:before {
content: "\f086";
}
2013-10-01 02:16:19 +02:00
.fa-thumbs-up-alt:before {
content: "\f087";
}
2013-10-01 02:16:19 +02:00
.fa-thumbs-down-alt:before {
content: "\f088";
}
2013-10-01 02:16:19 +02:00
.fa-star-half:before {
content: "\f089";
}
2013-10-01 02:16:19 +02:00
.fa-heart-empty:before {
content: "\f08a";
}
2013-10-01 02:16:19 +02:00
.fa-log-out:before {
content: "\f08b";
}
2013-10-01 02:16:19 +02:00
.fa-linkedin-sign:before {
content: "\f08c";
}
2013-10-01 02:16:19 +02:00
.fa-pushpin:before {
content: "\f08d";
}
2013-10-01 02:16:19 +02:00
.fa-external-link:before {
content: "\f08e";
}
2013-10-01 02:16:19 +02:00
.fa-log-in:before {
content: "\f090";
}
2013-10-01 02:16:19 +02:00
.fa-trophy:before {
content: "\f091";
}
2013-10-01 02:16:19 +02:00
.fa-github-sign:before {
content: "\f092";
}
2013-10-01 02:16:19 +02:00
.fa-upload-alt:before {
content: "\f093";
}
2013-10-01 02:16:19 +02:00
.fa-lemon:before {
content: "\f094";
}
2013-10-01 02:16:19 +02:00
.fa-earphone:before {
content: "\f095";
}
2013-10-01 02:16:19 +02:00
.fa-unchecked:before {
content: "\f096";
}
2013-10-01 02:16:19 +02:00
.fa-bookmark-empty:before {
content: "\f097";
}
2013-10-01 02:16:19 +02:00
.fa-phone-sign:before {
content: "\f098";
}
2013-10-01 02:16:19 +02:00
.fa-twitter:before {
content: "\f099";
}
2013-10-01 02:16:19 +02:00
.fa-facebook:before {
content: "\f09a";
}
2013-10-01 02:16:19 +02:00
.fa-github:before {
content: "\f09b";
}
2013-10-01 02:16:19 +02:00
.fa-unlock:before {
content: "\f09c";
}
2013-10-01 02:16:19 +02:00
.fa-credit-card:before {
content: "\f09d";
}
2013-10-01 02:16:19 +02:00
.fa-rss:before {
content: "\f09e";
}
2013-10-01 02:16:19 +02:00
.fa-hdd:before {
content: "\f0a0";
}
2013-10-01 02:16:19 +02:00
.fa-bullhorn:before {
content: "\f0a1";
}
2013-10-01 02:16:19 +02:00
.fa-bell:before {
content: "\f0f3";
}
2013-10-01 02:16:19 +02:00
.fa-certificate:before {
content: "\f0a3";
}
2013-10-01 02:16:19 +02:00
.fa-hand-right:before {
content: "\f0a4";
}
2013-10-01 02:16:19 +02:00
.fa-hand-left:before {
content: "\f0a5";
}
2013-10-01 02:16:19 +02:00
.fa-hand-up:before {
content: "\f0a6";
}
2013-10-01 02:16:19 +02:00
.fa-hand-down:before {
content: "\f0a7";
}
2013-10-01 02:16:19 +02:00
.fa-circle-arrow-left:before {
content: "\f0a8";
}
2013-10-01 02:16:19 +02:00
.fa-circle-arrow-right:before {
content: "\f0a9";
}
2013-10-01 02:16:19 +02:00
.fa-circle-arrow-up:before {
content: "\f0aa";
}
2013-10-01 02:16:19 +02:00
.fa-circle-arrow-down:before {
content: "\f0ab";
}
2013-10-01 02:16:19 +02:00
.fa-globe:before {
content: "\f0ac";
}
2013-10-01 02:16:19 +02:00
.fa-wrench:before {
content: "\f0ad";
}
2013-10-01 02:16:19 +02:00
.fa-tasks:before {
content: "\f0ae";
}
2013-10-01 02:16:19 +02:00
.fa-filter:before {
content: "\f0b0";
}
2013-10-01 02:16:19 +02:00
.fa-briefcase:before {
content: "\f0b1";
}
2013-10-01 02:16:19 +02:00
.fa-fullscreen:before {
content: "\f0b2";
}
2013-10-01 02:16:19 +02:00
.fa-group:before {
content: "\f0c0";
}
2013-10-01 02:16:19 +02:00
.fa-link:before {
content: "\f0c1";
}
2013-10-01 02:16:19 +02:00
.fa-cloud:before {
content: "\f0c2";
}
2013-10-01 02:16:19 +02:00
.fa-beaker:before {
content: "\f0c3";
}
2013-10-01 02:16:19 +02:00
.fa-cut:before {
content: "\f0c4";
}
2013-10-01 02:16:19 +02:00
.fa-copy:before {
content: "\f0c5";
}
2013-10-01 02:16:19 +02:00
.fa-paperclip:before {
content: "\f0c6";
}
2013-10-01 02:16:19 +02:00
.fa-floppy-disk:before {
content: "\f0c7";
}
2013-10-01 02:16:19 +02:00
.fa-sign-blank:before {
content: "\f0c8";
}
2013-10-01 02:16:19 +02:00
.fa-reorder:before {
content: "\f0c9";
}
2013-10-01 02:16:19 +02:00
.fa-list-ul:before {
content: "\f0ca";
}
2013-10-01 02:16:19 +02:00
.fa-list-ol:before {
content: "\f0cb";
}
2013-10-01 02:16:19 +02:00
.fa-strikethrough:before {
content: "\f0cc";
}
2013-10-01 02:16:19 +02:00
.fa-underline:before {
content: "\f0cd";
}
2013-10-01 02:16:19 +02:00
.fa-table:before {
content: "\f0ce";
}
2013-10-01 02:16:19 +02:00
.fa-magic:before {
content: "\f0d0";
}
2013-10-01 02:16:19 +02:00
.fa-truck:before {
content: "\f0d1";
}
2013-10-01 02:16:19 +02:00
.fa-pinterest:before {
content: "\f0d2";
}
2013-10-01 02:16:19 +02:00
.fa-pinterest-sign:before {
content: "\f0d3";
}
2013-10-01 02:16:19 +02:00
.fa-google-plus-sign:before {
content: "\f0d4";
}
2013-10-01 02:16:19 +02:00
.fa-google-plus:before {
content: "\f0d5";
}
2013-10-01 02:16:19 +02:00
.fa-money:before {
content: "\f0d6";
}
2013-10-01 02:16:19 +02:00
.fa-caret-down:before {
content: "\f0d7";
}
2013-10-01 02:16:19 +02:00
.fa-caret-up:before {
content: "\f0d8";
}
2013-10-01 02:16:19 +02:00
.fa-caret-left:before {
content: "\f0d9";
}
2013-10-01 02:16:19 +02:00
.fa-caret-right:before {
content: "\f0da";
}
2013-10-01 02:16:19 +02:00
.fa-columns:before {
content: "\f0db";
}
2013-10-01 02:16:19 +02:00
.fa-sort:before {
content: "\f0dc";
}
2013-10-01 02:16:19 +02:00
.fa-sort-down:before {
content: "\f0dd";
}
2013-10-01 02:16:19 +02:00
.fa-sort-up:before {
content: "\f0de";
}
2013-10-01 02:16:19 +02:00
.fa-envelope:before {
content: "\f0e0";
}
2013-10-01 02:16:19 +02:00
.fa-linkedin:before {
content: "\f0e1";
}
2013-10-01 02:16:19 +02:00
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
2013-10-01 02:16:19 +02:00
.fa-legal:before {
content: "\f0e3";
}
2013-10-01 02:16:19 +02:00
.fa-dashboard:before {
content: "\f0e4";
}
2013-10-01 02:16:19 +02:00
.fa-comment-alt:before {
content: "\f0e5";
}
2013-10-01 02:16:19 +02:00
.fa-comments-alt:before {
content: "\f0e6";
}
2013-10-01 02:16:19 +02:00
.fa-flash:before {
content: "\f0e7";
}
2013-10-01 02:16:19 +02:00
.fa-sitemap:before {
content: "\f0e8";
}
2013-10-01 02:16:19 +02:00
.fa-umbrella:before {
content: "\f0e9";
}
2013-10-01 02:16:19 +02:00
.fa-paste:before {
content: "\f0ea";
}
2013-10-01 02:16:19 +02:00
.fa-lightbulb:before {
content: "\f0eb";
}
2013-10-01 02:16:19 +02:00
.fa-exchange:before {
content: "\f0ec";
}
2013-10-01 02:16:19 +02:00
.fa-cloud-download:before {
content: "\f0ed";
}
2013-10-01 02:16:19 +02:00
.fa-cloud-upload:before {
content: "\f0ee";
}
2013-10-01 02:16:19 +02:00
.fa-user-md:before {
content: "\f0f0";
}
2013-10-01 02:16:19 +02:00
.fa-stethoscope:before {
content: "\f0f1";
}
2013-10-01 02:16:19 +02:00
.fa-suitcase:before {
content: "\f0f2";
}
2013-10-01 02:16:19 +02:00
.fa-bell-alt:before {
content: "\f0a2";
}
2013-10-01 02:16:19 +02:00
.fa-coffee:before {
content: "\f0f4";
}
2013-10-01 02:16:19 +02:00
.fa-cutlery:before {
content: "\f0f5";
}
2013-10-01 02:16:19 +02:00
.fa-file-text-alt:before {
content: "\f0f6";
}
2013-10-01 02:16:19 +02:00
.fa-building:before {
content: "\f0f7";
}
2013-10-01 02:16:19 +02:00
.fa-hospital:before {
content: "\f0f8";
}
2013-10-01 02:16:19 +02:00
.fa-ambulance:before {
content: "\f0f9";
}
2013-10-01 02:16:19 +02:00
.fa-medkit:before {
content: "\f0fa";
}
2013-10-01 02:16:19 +02:00
.fa-fighter-jet:before {
content: "\f0fb";
}
2013-10-01 02:16:19 +02:00
.fa-beer:before {
content: "\f0fc";
}
2013-10-01 02:16:19 +02:00
.fa-h-sign:before {
content: "\f0fd";
}
2013-10-01 02:16:19 +02:00
.fa-plus-sign-alt:before {
content: "\f0fe";
}
2013-10-01 02:16:19 +02:00
.fa-double-angle-left:before {
content: "\f100";
}
2013-10-01 02:16:19 +02:00
.fa-double-angle-right:before {
content: "\f101";
}
2013-10-01 02:16:19 +02:00
.fa-double-angle-up:before {
content: "\f102";
}
2013-10-01 02:16:19 +02:00
.fa-double-angle-down:before {
content: "\f103";
}
2013-10-01 02:16:19 +02:00
.fa-angle-left:before {
content: "\f104";
}
2013-10-01 02:16:19 +02:00
.fa-angle-right:before {
content: "\f105";
}
2013-10-01 02:16:19 +02:00
.fa-angle-up:before {
content: "\f106";
}
2013-10-01 02:16:19 +02:00
.fa-angle-down:before {
content: "\f107";
}
2013-10-01 02:16:19 +02:00
.fa-desktop:before {
content: "\f108";
}
2013-10-01 02:16:19 +02:00
.fa-laptop:before {
content: "\f109";
}
2013-10-01 02:16:19 +02:00
.fa-tablet:before {
content: "\f10a";
}
2013-10-01 02:16:19 +02:00
.fa-phone:before {
content: "\f10b";
}
2013-10-01 02:16:19 +02:00
.fa-circle-blank:before {
content: "\f10c";
}
2013-10-01 02:16:19 +02:00
.fa-quote-left:before {
content: "\f10d";
}
2013-10-01 02:16:19 +02:00
.fa-quote-right:before {
content: "\f10e";
}
2013-10-01 02:16:19 +02:00
.fa-spinner:before {
content: "\f110";
}
2013-10-01 02:16:19 +02:00
.fa-circle:before {
content: "\f111";
}
2013-10-01 02:16:19 +02:00
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
2013-10-01 02:16:19 +02:00
.fa-github-alt:before {
content: "\f113";
}
2013-10-01 02:16:19 +02:00
.fa-folder-close-alt:before {
content: "\f114";
}
2013-10-01 02:16:19 +02:00
.fa-folder-open-alt:before {
content: "\f115";
}
2013-10-01 02:16:19 +02:00
.fa-expand-alt:before {
content: "\f116";
}
2013-10-01 02:16:19 +02:00
.fa-collapse-alt:before {
content: "\f117";
}
2013-10-01 02:16:19 +02:00
.fa-smile:before {
content: "\f118";
}
2013-10-01 02:16:19 +02:00
.fa-frown:before {
content: "\f119";
}
2013-10-01 02:16:19 +02:00
.fa-meh:before {
content: "\f11a";
}
2013-10-01 02:16:19 +02:00
.fa-gamepad:before {
content: "\f11b";
}
2013-10-01 02:16:19 +02:00
.fa-keyboard:before {
content: "\f11c";
}
2013-10-01 02:16:19 +02:00
.fa-flag-alt:before {
content: "\f11d";
}
2013-10-01 02:16:19 +02:00
.fa-flag-checkered:before {
content: "\f11e";
}
2013-10-01 02:16:19 +02:00
.fa-terminal:before {
content: "\f120";
}
2013-10-01 02:16:19 +02:00
.fa-code:before {
content: "\f121";
}
2013-10-01 02:16:19 +02:00
.fa-reply-all:before {
content: "\f122";
}
2013-10-01 02:16:19 +02:00
.fa-mail-reply-all:before {
content: "\f122";
}
2013-10-01 02:16:19 +02:00
.fa-star-half-full:before,
.fa-star-half-empty:before {
content: "\f123";
}
2013-10-01 02:16:19 +02:00
.fa-location-arrow:before {
content: "\f124";
}
2013-10-01 02:16:19 +02:00
.fa-crop:before {
content: "\f125";
}
2013-10-01 02:16:19 +02:00
.fa-code-fork:before {
content: "\f126";
}
2013-10-01 02:16:19 +02:00
.fa-unlink:before {
content: "\f127";
}
2013-10-01 02:16:19 +02:00
.fa-question:before {
content: "\f128";
}
2013-10-01 02:16:19 +02:00
.fa-info:before {
content: "\f129";
}
2013-10-01 02:16:19 +02:00
.fa-exclamation:before {
content: "\f12a";
}
2013-10-01 02:16:19 +02:00
.fa-superscript:before {
content: "\f12b";
}
2013-10-01 02:16:19 +02:00
.fa-subscript:before {
content: "\f12c";
}
2013-10-01 02:16:19 +02:00
.fa-eraser:before {
content: "\f12d";
}
2013-10-01 02:16:19 +02:00
.fa-puzzle-piece:before {
content: "\f12e";
}
2013-10-01 02:16:19 +02:00
.fa-microphone:before {
content: "\f130";
}
2013-10-01 02:16:19 +02:00
.fa-microphone-off:before {
content: "\f131";
}
2013-10-01 02:16:19 +02:00
.fa-shield:before {
content: "\f132";
}
2013-10-01 02:16:19 +02:00
.fa-calendar-empty:before {
content: "\f133";
}
2013-10-01 02:16:19 +02:00
.fa-fire-extinguisher:before {
content: "\f134";
}
2013-10-01 02:16:19 +02:00
.fa-rocket:before {
content: "\f135";
}
2013-10-01 02:16:19 +02:00
.fa-maxcdn:before {
content: "\f136";
}
2013-10-01 02:16:19 +02:00
.fa-chevron-sign-left:before {
content: "\f137";
}
2013-10-01 02:16:19 +02:00
.fa-chevron-sign-right:before {
content: "\f138";
}
2013-10-01 02:16:19 +02:00
.fa-chevron-sign-up:before {
content: "\f139";
}
2013-10-01 02:16:19 +02:00
.fa-chevron-sign-down:before {
content: "\f13a";
}
2013-10-01 02:16:19 +02:00
.fa-html5:before {
content: "\f13b";
}
2013-10-01 02:16:19 +02:00
.fa-css3:before {
content: "\f13c";
}
2013-10-01 02:16:19 +02:00
.fa-anchor:before {
content: "\f13d";
}
2013-10-01 02:16:19 +02:00
.fa-unlock-alt:before {
content: "\f13e";
}
2013-10-01 02:16:19 +02:00
.fa-bullseye:before {
content: "\f140";
}
2013-10-01 02:16:19 +02:00
.fa-ellipsis-horizontal:before {
content: "\f141";
}
2013-10-01 02:16:19 +02:00
.fa-ellipsis-vertical:before {
content: "\f142";
}
2013-10-01 02:16:19 +02:00
.fa-rss-sign:before {
content: "\f143";
}
2013-10-01 02:16:19 +02:00
.fa-play-sign:before {
content: "\f144";
}
2013-10-01 02:16:19 +02:00
.fa-ticket:before {
content: "\f145";
}
2013-10-01 02:16:19 +02:00
.fa-minus-sign-alt:before {
content: "\f146";
}
2013-10-01 02:16:19 +02:00
.fa-check-minus:before {
content: "\f147";
}
2013-10-01 02:16:19 +02:00
.fa-level-up:before {
content: "\f148";
}
2013-10-01 02:16:19 +02:00
.fa-level-down:before {
content: "\f149";
}
2013-10-01 02:16:19 +02:00
.fa-check-sign:before {
content: "\f14a";
}
2013-10-01 02:16:19 +02:00
.fa-edit-sign:before {
content: "\f14b";
}
2013-10-01 02:16:19 +02:00
.fa-external-link-sign:before {
content: "\f14c";
}
2013-10-01 02:16:19 +02:00
.fa-share-sign:before {
content: "\f14d";
}
2013-10-01 02:16:19 +02:00
.fa-compass:before {
content: "\f14e";
}
2013-10-01 02:16:19 +02:00
.fa-collapse-down:before {
content: "\f150";
}
2013-10-01 02:16:19 +02:00
.fa-collapse-up:before {
content: "\f151";
}
2013-10-01 02:16:19 +02:00
.fa-expand:before {
content: "\f152";
}
2013-10-01 02:16:19 +02:00
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
2013-10-01 02:16:19 +02:00
.fa-gbp:before {
content: "\f154";
}
2013-10-01 02:16:19 +02:00
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
2013-10-01 02:16:19 +02:00
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
2013-10-01 02:16:19 +02:00
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
2013-10-01 02:16:19 +02:00
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
2013-10-01 02:16:19 +02:00
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
2013-10-01 02:16:19 +02:00
.fa-file:before {
content: "\f15b";
}
2013-10-01 02:16:19 +02:00
.fa-file-text:before {
content: "\f15c";
}
2013-10-01 02:16:19 +02:00
.fa-sort-by-alphabet:before {
content: "\f15d";
}
2013-10-01 02:16:19 +02:00
.fa-sort-by-alphabet-alt:before {
content: "\f15e";
}
2013-10-01 02:16:19 +02:00
.fa-sort-by-attributes:before {
content: "\f160";
}
2013-10-01 02:16:19 +02:00
.fa-sort-by-attributes-alt:before {
content: "\f161";
}
2013-10-01 02:16:19 +02:00
.fa-sort-by-order:before {
content: "\f162";
}
2013-10-01 02:16:19 +02:00
.fa-sort-by-order-alt:before {
content: "\f163";
}
2013-10-01 02:16:19 +02:00
.fa-thumbs-up:before {
content: "\f164";
}
2013-10-01 02:16:19 +02:00
.fa-thumbs-down:before {
content: "\f165";
}
2013-10-01 02:16:19 +02:00
.fa-youtube-sign:before {
content: "\f166";
}
2013-10-01 02:16:19 +02:00
.fa-youtube:before {
content: "\f167";
}
2013-10-01 02:16:19 +02:00
.fa-xing:before {
content: "\f168";
}
2013-10-01 02:16:19 +02:00
.fa-xing-sign:before {
content: "\f169";
}
2013-10-01 02:16:19 +02:00
.fa-youtube-play:before {
content: "\f16a";
}
2013-10-01 02:16:19 +02:00
.fa-dropbox:before {
content: "\f16b";
}
2013-10-01 02:16:19 +02:00
.fa-stackoverflow:before {
content: "\f16c";
}
2013-10-01 02:16:19 +02:00
.fa-instagram:before {
content: "\f16d";
}
2013-10-01 02:16:19 +02:00
.fa-flickr:before {
content: "\f16e";
}
2013-10-01 02:16:19 +02:00
.fa-adn:before {
content: "\f170";
}
2013-10-01 02:16:19 +02:00
.fa-bitbucket:before {
content: "\f171";
}
2013-10-01 02:16:19 +02:00
.fa-bitbucket-sign:before {
content: "\f172";
}
2013-10-01 02:16:19 +02:00
.fa-tumblr:before {
content: "\f173";
}
2013-10-01 02:16:19 +02:00
.fa-tumblr-sign:before {
content: "\f174";
}
2013-10-01 02:16:19 +02:00
.fa-long-arrow-down:before {
content: "\f175";
}
2013-10-01 02:16:19 +02:00
.fa-long-arrow-up:before {
content: "\f176";
}
2013-10-01 02:16:19 +02:00
.fa-long-arrow-left:before {
content: "\f177";
}
2013-10-01 02:16:19 +02:00
.fa-long-arrow-right:before {
content: "\f178";
}
2013-10-01 02:16:19 +02:00
.fa-apple:before {
content: "\f179";
}
2013-10-01 02:16:19 +02:00
.fa-windows:before {
content: "\f17a";
}
2013-10-01 02:16:19 +02:00
.fa-android:before {
content: "\f17b";
}
2013-10-01 02:16:19 +02:00
.fa-linux:before {
content: "\f17c";
}
2013-10-01 02:16:19 +02:00
.fa-dribbble:before {
content: "\f17d";
}
2013-10-01 02:16:19 +02:00
.fa-skype:before {
content: "\f17e";
}
2013-10-01 02:16:19 +02:00
.fa-foursquare:before {
content: "\f180";
}
2013-10-01 02:16:19 +02:00
.fa-trello:before {
content: "\f181";
}
2013-10-01 02:16:19 +02:00
.fa-female:before {
content: "\f182";
}
2013-10-01 02:16:19 +02:00
.fa-male:before {
content: "\f183";
}
2013-10-01 02:16:19 +02:00
.fa-gittip:before {
content: "\f184";
}
2013-10-01 02:16:19 +02:00
.fa-sun:before {
content: "\f185";
}
2013-10-01 02:16:19 +02:00
.fa-moon:before {
content: "\f186";
}
2013-10-01 02:16:19 +02:00
.fa-archive:before {
content: "\f187";
}
2013-10-01 02:16:19 +02:00
.fa-bug:before {
content: "\f188";
}
2013-10-01 02:16:19 +02:00
.fa-vk:before {
content: "\f189";
}
2013-10-01 02:16:19 +02:00
.fa-weibo:before {
content: "\f18a";
}
2013-10-01 02:16:19 +02:00
.fa-renren:before {
content: "\f18b";
}
2013-10-01 02:16:19 +02:00
.fa-pagelines:before {
2013-10-01 00:19:36 +02:00
content: "\f18c";
}