Fork-Awesome/build/assets/font-awesome/css/font-awesome.css

1282 lines
23 KiB
CSS
Raw Normal View History

2013-01-12 21:43:19 +01:00
/*!
2013-05-17 02:39:55 +02:00
* Font Awesome 3.2.0
* the iconic font designed for Bootstrap
2013-01-12 21:43:19 +01:00
* -------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation
* can be found at: http://fontawesome.io
2013-01-12 21:43:19 +01:00
*
* License
* -------------------------------------------------------
* - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
* http://scripts.sil.org/OFL
2013-01-12 21:43:19 +01:00
* - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
* http://opensource.org/licenses/mit-license.html
* - Font Awesome documentation licensed under CC BY 3.0 License -
* http://creativecommons.org/licenses/by/3.0/
2013-01-12 21:43:19 +01:00
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
* "Font Awesome by Dave Gandy - http://fontawesome.io"
2013-01-12 21:43:19 +01:00
* Contact
* -------------------------------------------------------
* Email: dave@fontawesome.io
2013-01-12 21:43:19 +01:00
* Twitter: http://twitter.com/fortaweso_me
* Work: Lead Product Designer @ http://kyruus.com
2013-05-11 01:25:29 +02:00
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
2013-05-17 02:39:55 +02:00
src: url('../font/fontawesome-webfont.eot?v=3.2.0');
src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.0') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.0') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.0') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.0') format('svg');
2013-05-11 01:25:29 +02:00
font-weight: normal;
font-style: normal;
}
/* FONT AWESOME CORE
* -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
*margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
text-decoration: inherit;
display: inline-block;
speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
vertical-align: -10%;
font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
display: inline-block;
width: 1.2857142857142858em;
text-align: center;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
width: 1.5714285714285714em;
}
ul.icons-ul {
list-style-type: none;
text-indent: -0.7142857142857143em;
margin-left: 2.142857142857143em;
}
ul.icons-ul > li .icon-li {
width: 0.7142857142857143em;
display: inline-block;
text-align: center;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
display: none;
}
.icon-muted {
color: #eeeeee;
}
.icon-light {
color: #ffffff;
}
.icon-dark {
color: #333333;
}
.icon-border {
border: solid 1px #eeeeee;
padding: .2em .25em .15em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.icon-2x {
font-size: 2em;
}
.icon-2x.icon-border {
border-width: 2px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.icon-3x {
font-size: 3em;
}
.icon-3x.icon-border {
border-width: 3px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.icon-4x {
font-size: 4em;
}
.icon-4x.icon-border {
border-width: 4px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.icon-5x {
font-size: 5em;
}
.icon-5x.icon-border {
border-width: 5px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
* -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
margin-left: .2em;
}
/* EXTRAS
* -------------------------- */
/* Stacked and layered icon */
.icon-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
display: block;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
font-size: 1em;
line-height: inherit;
*line-height: 2em;
}
.icon-stack .icon-stack-base {
font-size: 2em;
*line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
display: inline-block;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-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 */
.icon-rotate-90:before {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-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);
}
.icon-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);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.icon-glass:before {
2013-05-17 04:15:50 +02:00
content: '\f000';
2013-05-11 01:25:29 +02:00
}
.icon-music:before {
2013-05-17 04:15:50 +02:00
content: '\f001';
2013-05-11 01:25:29 +02:00
}
.icon-search:before {
2013-05-17 04:15:50 +02:00
content: '\f002';
2013-05-11 01:25:29 +02:00
}
.icon-envelope:before {
2013-05-17 04:15:50 +02:00
content: '\f003';
2013-05-11 01:25:29 +02:00
}
.icon-heart:before {
2013-05-17 04:15:50 +02:00
content: '\f004';
2013-05-11 01:25:29 +02:00
}
.icon-star:before {
2013-05-17 04:15:50 +02:00
content: '\f005';
2013-05-11 01:25:29 +02:00
}
.icon-star-empty:before {
2013-05-17 04:15:50 +02:00
content: '\f006';
2013-05-11 01:25:29 +02:00
}
.icon-user:before {
2013-05-17 04:15:50 +02:00
content: '\f007';
2013-05-11 01:25:29 +02:00
}
.icon-film:before {
2013-05-17 04:15:50 +02:00
content: '\f008';
2013-05-11 01:25:29 +02:00
}
.icon-th-large:before {
2013-05-17 04:15:50 +02:00
content: '\f009';
2013-05-11 01:25:29 +02:00
}
.icon-th:before {
2013-05-17 04:15:50 +02:00
content: '\f00a';
2013-05-11 01:25:29 +02:00
}
.icon-th-list:before {
2013-05-17 04:15:50 +02:00
content: '\f00b';
2013-05-11 01:25:29 +02:00
}
.icon-ok:before {
2013-05-17 04:15:50 +02:00
content: '\f00c';
2013-05-11 01:25:29 +02:00
}
.icon-remove:before {
2013-05-17 04:15:50 +02:00
content: '\f00d';
2013-05-11 01:25:29 +02:00
}
.icon-zoom-in:before {
2013-05-17 04:15:50 +02:00
content: '\f00e';
2013-05-11 01:25:29 +02:00
}
.icon-zoom-out:before {
2013-05-17 04:15:50 +02:00
content: '\f010';
2013-05-11 01:25:29 +02:00
}
.icon-off:before {
2013-05-17 04:15:50 +02:00
content: '\f011';
2013-05-11 01:25:29 +02:00
}
.icon-signal:before {
2013-05-17 04:15:50 +02:00
content: '\f012';
2013-05-11 01:25:29 +02:00
}
.icon-cog:before {
2013-05-17 04:15:50 +02:00
content: '\f013';
2013-05-11 01:25:29 +02:00
}
.icon-trash:before {
2013-05-17 04:15:50 +02:00
content: '\f014';
2013-05-11 01:25:29 +02:00
}
.icon-home:before {
2013-05-17 04:15:50 +02:00
content: '\f015';
2013-05-11 01:25:29 +02:00
}
.icon-file:before {
2013-05-17 04:15:50 +02:00
content: '\f016';
2013-05-11 01:25:29 +02:00
}
.icon-time:before {
2013-05-17 04:15:50 +02:00
content: '\f017';
2013-05-11 01:25:29 +02:00
}
.icon-road:before {
2013-05-17 04:15:50 +02:00
content: '\f018';
2013-05-11 01:25:29 +02:00
}
.icon-download-alt:before {
2013-05-17 04:15:50 +02:00
content: '\f019';
2013-05-11 01:25:29 +02:00
}
.icon-download:before {
2013-05-17 04:15:50 +02:00
content: '\f01a';
2013-05-11 01:25:29 +02:00
}
.icon-upload:before {
2013-05-17 04:15:50 +02:00
content: '\f01b';
2013-05-11 01:25:29 +02:00
}
.icon-inbox:before {
2013-05-17 04:15:50 +02:00
content: '\f01c';
2013-05-11 01:25:29 +02:00
}
.icon-play-circle:before {
2013-05-17 04:15:50 +02:00
content: '\f01d';
2013-05-11 01:25:29 +02:00
}
2013-05-17 04:15:50 +02:00
.icon-repeat:before {
content: '\f01e';
2013-05-11 01:25:29 +02:00
}
/* F020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
2013-05-17 04:15:50 +02:00
content: '\f021';
2013-05-11 01:25:29 +02:00
}
.icon-list-alt:before {
2013-05-17 04:15:50 +02:00
content: '\f022';
2013-05-11 01:25:29 +02:00
}
.icon-lock:before {
2013-05-17 04:15:50 +02:00
content: '\f023';
2013-05-11 01:25:29 +02:00
}
.icon-flag:before {
2013-05-17 04:15:50 +02:00
content: '\f024';
2013-05-11 01:25:29 +02:00
}
.icon-headphones:before {
2013-05-17 04:15:50 +02:00
content: '\f025';
2013-05-11 01:25:29 +02:00
}
.icon-volume-off:before {
2013-05-17 04:15:50 +02:00
content: '\f026';
2013-05-11 01:25:29 +02:00
}
.icon-volume-down:before {
2013-05-17 04:15:50 +02:00
content: '\f027';
2013-05-11 01:25:29 +02:00
}
.icon-volume-up:before {
2013-05-17 04:15:50 +02:00
content: '\f028';
2013-05-11 01:25:29 +02:00
}
.icon-qrcode:before {
2013-05-17 04:15:50 +02:00
content: '\f029';
2013-05-11 01:25:29 +02:00
}
.icon-barcode:before {
2013-05-17 04:15:50 +02:00
content: '\f02a';
2013-05-11 01:25:29 +02:00
}
.icon-tag:before {
2013-05-17 04:15:50 +02:00
content: '\f02b';
2013-05-11 01:25:29 +02:00
}
.icon-tags:before {
2013-05-17 04:15:50 +02:00
content: '\f02c';
2013-05-11 01:25:29 +02:00
}
.icon-book:before {
2013-05-17 04:15:50 +02:00
content: '\f02d';
2013-05-11 01:25:29 +02:00
}
.icon-bookmark:before {
2013-05-17 04:15:50 +02:00
content: '\f02e';
2013-05-11 01:25:29 +02:00
}
.icon-print:before {
2013-05-17 04:15:50 +02:00
content: '\f02f';
2013-05-11 01:25:29 +02:00
}
.icon-camera:before {
2013-05-17 04:15:50 +02:00
content: '\f030';
2013-05-11 01:25:29 +02:00
}
.icon-font:before {
2013-05-17 04:15:50 +02:00
content: '\f031';
2013-05-11 01:25:29 +02:00
}
.icon-bold:before {
2013-05-17 04:15:50 +02:00
content: '\f032';
2013-05-11 01:25:29 +02:00
}
.icon-italic:before {
2013-05-17 04:15:50 +02:00
content: '\f033';
2013-05-11 01:25:29 +02:00
}
.icon-text-height:before {
2013-05-17 04:15:50 +02:00
content: '\f034';
2013-05-11 01:25:29 +02:00
}
.icon-text-width:before {
2013-05-17 04:15:50 +02:00
content: '\f035';
2013-05-11 01:25:29 +02:00
}
.icon-align-left:before {
2013-05-17 04:15:50 +02:00
content: '\f036';
2013-05-11 01:25:29 +02:00
}
.icon-align-center:before {
2013-05-17 04:15:50 +02:00
content: '\f037';
2013-05-11 01:25:29 +02:00
}
.icon-align-right:before {
2013-05-17 04:15:50 +02:00
content: '\f038';
2013-05-11 01:25:29 +02:00
}
.icon-align-justify:before {
2013-05-17 04:15:50 +02:00
content: '\f039';
2013-05-11 01:25:29 +02:00
}
.icon-list:before {
2013-05-17 04:15:50 +02:00
content: '\f03a';
2013-05-11 01:25:29 +02:00
}
.icon-indent-left:before {
2013-05-17 04:15:50 +02:00
content: '\f03b';
2013-05-11 01:25:29 +02:00
}
.icon-indent-right:before {
2013-05-17 04:15:50 +02:00
content: '\f03c';
2013-05-11 01:25:29 +02:00
}
.icon-facetime-video:before {
2013-05-17 04:15:50 +02:00
content: '\f03d';
2013-05-11 01:25:29 +02:00
}
.icon-picture:before {
2013-05-17 04:15:50 +02:00
content: '\f03e';
2013-05-11 01:25:29 +02:00
}
.icon-pencil:before {
2013-05-17 04:15:50 +02:00
content: '\f040';
2013-05-11 01:25:29 +02:00
}
.icon-map-marker:before {
2013-05-17 04:15:50 +02:00
content: '\f041';
2013-05-11 01:25:29 +02:00
}
.icon-adjust:before {
2013-05-17 04:15:50 +02:00
content: '\f042';
2013-05-11 01:25:29 +02:00
}
.icon-tint:before {
2013-05-17 04:15:50 +02:00
content: '\f043';
2013-05-11 01:25:29 +02:00
}
.icon-edit:before {
2013-05-17 04:15:50 +02:00
content: '\f044';
2013-05-11 01:25:29 +02:00
}
.icon-share:before {
2013-05-17 04:15:50 +02:00
content: '\f045';
2013-05-11 01:25:29 +02:00
}
.icon-check:before {
2013-05-17 04:15:50 +02:00
content: '\f046';
2013-05-11 01:25:29 +02:00
}
.icon-move:before {
2013-05-17 04:15:50 +02:00
content: '\f047';
2013-05-11 01:25:29 +02:00
}
.icon-step-backward:before {
2013-05-17 04:15:50 +02:00
content: '\f048';
2013-05-11 01:25:29 +02:00
}
.icon-fast-backward:before {
2013-05-17 04:15:50 +02:00
content: '\f049';
2013-05-11 01:25:29 +02:00
}
.icon-backward:before {
2013-05-17 04:15:50 +02:00
content: '\f04a';
2013-05-11 01:25:29 +02:00
}
.icon-play:before {
2013-05-17 04:15:50 +02:00
content: '\f04b';
2013-05-11 01:25:29 +02:00
}
.icon-pause:before {
2013-05-17 04:15:50 +02:00
content: '\f04c';
2013-05-11 01:25:29 +02:00
}
.icon-stop:before {
2013-05-17 04:15:50 +02:00
content: '\f04d';
2013-05-11 01:25:29 +02:00
}
.icon-forward:before {
2013-05-17 04:15:50 +02:00
content: '\f04e';
2013-05-11 01:25:29 +02:00
}
.icon-fast-forward:before {
2013-05-17 04:15:50 +02:00
content: '\f050';
2013-05-11 01:25:29 +02:00
}
.icon-step-forward:before {
2013-05-17 04:15:50 +02:00
content: '\f051';
2013-05-11 01:25:29 +02:00
}
.icon-eject:before {
2013-05-17 04:15:50 +02:00
content: '\f052';
2013-05-11 01:25:29 +02:00
}
.icon-chevron-left:before {
2013-05-17 04:15:50 +02:00
content: '\f053';
2013-05-11 01:25:29 +02:00
}
.icon-chevron-right:before {
2013-05-17 04:15:50 +02:00
content: '\f054';
2013-05-11 01:25:29 +02:00
}
.icon-plus-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f055';
2013-05-11 01:25:29 +02:00
}
.icon-minus-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f056';
2013-05-11 01:25:29 +02:00
}
.icon-remove-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f057';
2013-05-11 01:25:29 +02:00
}
.icon-ok-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f058';
2013-05-11 01:25:29 +02:00
}
.icon-question-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f059';
2013-05-11 01:25:29 +02:00
}
.icon-info-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f05a';
2013-05-11 01:25:29 +02:00
}
.icon-screenshot:before {
2013-05-17 04:15:50 +02:00
content: '\f05b';
2013-05-11 01:25:29 +02:00
}
.icon-remove-circle:before {
2013-05-17 04:15:50 +02:00
content: '\f05c';
2013-05-11 01:25:29 +02:00
}
.icon-ok-circle:before {
2013-05-17 04:15:50 +02:00
content: '\f05d';
2013-05-11 01:25:29 +02:00
}
.icon-ban-circle:before {
2013-05-17 04:15:50 +02:00
content: '\f05e';
2013-05-11 01:25:29 +02:00
}
.icon-arrow-left:before {
2013-05-17 04:15:50 +02:00
content: '\f060';
2013-05-11 01:25:29 +02:00
}
.icon-arrow-right:before {
2013-05-17 04:15:50 +02:00
content: '\f061';
2013-05-11 01:25:29 +02:00
}
.icon-arrow-up:before {
2013-05-17 04:15:50 +02:00
content: '\f062';
2013-05-11 01:25:29 +02:00
}
.icon-arrow-down:before {
2013-05-17 04:15:50 +02:00
content: '\f063';
2013-05-11 01:25:29 +02:00
}
2013-05-17 04:15:50 +02:00
.icon-share-alt:before {
content: '\f064';
2013-05-11 01:25:29 +02:00
}
.icon-resize-full:before {
2013-05-17 04:15:50 +02:00
content: '\f065';
2013-05-11 01:25:29 +02:00
}
.icon-resize-small:before {
2013-05-17 04:15:50 +02:00
content: '\f066';
2013-05-11 01:25:29 +02:00
}
.icon-plus:before {
2013-05-17 04:15:50 +02:00
content: '\f067';
2013-05-11 01:25:29 +02:00
}
.icon-minus:before {
2013-05-17 04:15:50 +02:00
content: '\f068';
2013-05-11 01:25:29 +02:00
}
.icon-asterisk:before {
2013-05-17 04:15:50 +02:00
content: '\f069';
2013-05-11 01:25:29 +02:00
}
.icon-exclamation-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f06a';
2013-05-11 01:25:29 +02:00
}
.icon-gift:before {
2013-05-17 04:15:50 +02:00
content: '\f06b';
2013-05-11 01:25:29 +02:00
}
.icon-leaf:before {
2013-05-17 04:15:50 +02:00
content: '\f06c';
2013-05-11 01:25:29 +02:00
}
.icon-fire:before {
2013-05-17 04:15:50 +02:00
content: '\f06d';
2013-05-11 01:25:29 +02:00
}
.icon-eye-open:before {
2013-05-17 04:15:50 +02:00
content: '\f06e';
2013-05-11 01:25:29 +02:00
}
.icon-eye-close:before {
2013-05-17 04:15:50 +02:00
content: '\f070';
2013-05-11 01:25:29 +02:00
}
.icon-warning-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f071';
2013-05-11 01:25:29 +02:00
}
.icon-plane:before {
2013-05-17 04:15:50 +02:00
content: '\f072';
2013-05-11 01:25:29 +02:00
}
.icon-calendar:before {
2013-05-17 04:15:50 +02:00
content: '\f073';
2013-05-11 01:25:29 +02:00
}
.icon-random:before {
2013-05-17 04:15:50 +02:00
content: '\f074';
2013-05-11 01:25:29 +02:00
}
.icon-comment:before {
2013-05-17 04:15:50 +02:00
content: '\f075';
2013-05-11 01:25:29 +02:00
}
.icon-magnet:before {
2013-05-17 04:15:50 +02:00
content: '\f076';
2013-05-11 01:25:29 +02:00
}
.icon-chevron-up:before {
2013-05-17 04:15:50 +02:00
content: '\f077';
2013-05-11 01:25:29 +02:00
}
.icon-chevron-down:before {
2013-05-17 04:15:50 +02:00
content: '\f078';
2013-05-11 01:25:29 +02:00
}
.icon-retweet:before {
2013-05-17 04:15:50 +02:00
content: '\f079';
2013-05-11 01:25:29 +02:00
}
.icon-shopping-cart:before {
2013-05-17 04:15:50 +02:00
content: '\f07a';
2013-05-11 01:25:29 +02:00
}
.icon-folder-close:before {
2013-05-17 04:15:50 +02:00
content: '\f07b';
2013-05-11 01:25:29 +02:00
}
.icon-folder-open:before {
2013-05-17 04:15:50 +02:00
content: '\f07c';
2013-05-11 01:25:29 +02:00
}
.icon-resize-vertical:before {
2013-05-17 04:15:50 +02:00
content: '\f07d';
2013-05-11 01:25:29 +02:00
}
.icon-resize-horizontal:before {
2013-05-17 04:15:50 +02:00
content: '\f07e';
2013-05-11 01:25:29 +02:00
}
.icon-bar-chart:before {
2013-05-17 04:15:50 +02:00
content: '\f080';
2013-05-11 01:25:29 +02:00
}
.icon-twitter-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f081';
2013-05-11 01:25:29 +02:00
}
.icon-facebook-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f082';
2013-05-11 01:25:29 +02:00
}
.icon-camera-retro:before {
2013-05-17 04:15:50 +02:00
content: '\f083';
2013-05-11 01:25:29 +02:00
}
.icon-key:before {
2013-05-17 04:15:50 +02:00
content: '\f084';
2013-05-11 01:25:29 +02:00
}
.icon-cogs:before {
2013-05-17 04:15:50 +02:00
content: '\f085';
2013-05-11 01:25:29 +02:00
}
.icon-comments:before {
2013-05-17 04:15:50 +02:00
content: '\f086';
2013-05-11 01:25:29 +02:00
}
.icon-thumbs-up:before {
2013-05-17 04:15:50 +02:00
content: '\f087';
2013-05-11 01:25:29 +02:00
}
.icon-thumbs-down:before {
2013-05-17 04:15:50 +02:00
content: '\f088';
2013-05-11 01:25:29 +02:00
}
.icon-star-half:before {
2013-05-17 04:15:50 +02:00
content: '\f089';
2013-05-11 01:25:29 +02:00
}
.icon-heart-empty:before {
2013-05-17 04:15:50 +02:00
content: '\f08a';
2013-05-11 01:25:29 +02:00
}
.icon-signout:before {
2013-05-17 04:15:50 +02:00
content: '\f08b';
2013-05-11 01:25:29 +02:00
}
.icon-linkedin-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f08c';
2013-05-11 01:25:29 +02:00
}
.icon-pushpin:before {
2013-05-17 04:15:50 +02:00
content: '\f08d';
2013-05-11 01:25:29 +02:00
}
.icon-external-link:before {
2013-05-17 04:15:50 +02:00
content: '\f08e';
2013-05-11 01:25:29 +02:00
}
.icon-signin:before {
2013-05-17 04:15:50 +02:00
content: '\f090';
2013-05-11 01:25:29 +02:00
}
.icon-trophy:before {
2013-05-17 04:15:50 +02:00
content: '\f091';
2013-05-11 01:25:29 +02:00
}
.icon-github-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f092';
2013-05-11 01:25:29 +02:00
}
.icon-upload-alt:before {
2013-05-17 04:15:50 +02:00
content: '\f093';
2013-05-11 01:25:29 +02:00
}
.icon-lemon:before {
2013-05-17 04:15:50 +02:00
content: '\f094';
2013-05-11 01:25:29 +02:00
}
.icon-phone:before {
2013-05-17 04:15:50 +02:00
content: '\f095';
2013-05-11 01:25:29 +02:00
}
.icon-check-empty:before {
2013-05-17 04:15:50 +02:00
content: '\f096';
2013-05-11 01:25:29 +02:00
}
.icon-bookmark-empty:before {
2013-05-17 04:15:50 +02:00
content: '\f097';
2013-05-11 01:25:29 +02:00
}
.icon-phone-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f098';
2013-05-11 01:25:29 +02:00
}
.icon-twitter:before {
2013-05-17 04:15:50 +02:00
content: '\f099';
2013-05-11 01:25:29 +02:00
}
.icon-facebook:before {
2013-05-17 04:15:50 +02:00
content: '\f09a';
2013-05-11 01:25:29 +02:00
}
.icon-github:before {
2013-05-17 04:15:50 +02:00
content: '\f09b';
2013-05-11 01:25:29 +02:00
}
.icon-unlock:before {
2013-05-17 04:15:50 +02:00
content: '\f09c';
2013-05-11 01:25:29 +02:00
}
.icon-credit-card:before {
2013-05-17 04:15:50 +02:00
content: '\f09d';
2013-05-11 01:25:29 +02:00
}
.icon-rss:before {
2013-05-17 04:15:50 +02:00
content: '\f09e';
2013-05-11 01:25:29 +02:00
}
.icon-hdd:before {
2013-05-17 04:15:50 +02:00
content: '\f0a0';
2013-05-11 01:25:29 +02:00
}
.icon-bullhorn:before {
2013-05-17 04:15:50 +02:00
content: '\f0a1';
2013-05-11 01:25:29 +02:00
}
.icon-bell:before {
2013-05-17 04:15:50 +02:00
content: '\f0a2';
2013-05-11 01:25:29 +02:00
}
.icon-certificate:before {
2013-05-17 04:15:50 +02:00
content: '\f0a3';
2013-05-11 01:25:29 +02:00
}
.icon-hand-right:before {
2013-05-17 04:15:50 +02:00
content: '\f0a4';
2013-05-11 01:25:29 +02:00
}
.icon-hand-left:before {
2013-05-17 04:15:50 +02:00
content: '\f0a5';
2013-05-11 01:25:29 +02:00
}
.icon-hand-up:before {
2013-05-17 04:15:50 +02:00
content: '\f0a6';
2013-05-11 01:25:29 +02:00
}
.icon-hand-down:before {
2013-05-17 04:15:50 +02:00
content: '\f0a7';
2013-05-11 01:25:29 +02:00
}
.icon-circle-arrow-left:before {
2013-05-17 04:15:50 +02:00
content: '\f0a8';
2013-05-11 01:25:29 +02:00
}
.icon-circle-arrow-right:before {
2013-05-17 04:15:50 +02:00
content: '\f0a9';
2013-05-11 01:25:29 +02:00
}
.icon-circle-arrow-up:before {
2013-05-17 04:15:50 +02:00
content: '\f0aa';
2013-05-11 01:25:29 +02:00
}
.icon-circle-arrow-down:before {
2013-05-17 04:15:50 +02:00
content: '\f0ab';
2013-05-11 01:25:29 +02:00
}
.icon-globe:before {
2013-05-17 04:15:50 +02:00
content: '\f0ac';
2013-05-11 01:25:29 +02:00
}
.icon-wrench:before {
2013-05-17 04:15:50 +02:00
content: '\f0ad';
2013-05-11 01:25:29 +02:00
}
.icon-tasks:before {
2013-05-17 04:15:50 +02:00
content: '\f0ae';
2013-05-11 01:25:29 +02:00
}
.icon-filter:before {
2013-05-17 04:15:50 +02:00
content: '\f0b0';
2013-05-11 01:25:29 +02:00
}
.icon-briefcase:before {
2013-05-17 04:15:50 +02:00
content: '\f0b1';
2013-05-11 01:25:29 +02:00
}
.icon-fullscreen:before {
2013-05-17 04:15:50 +02:00
content: '\f0b2';
2013-05-11 01:25:29 +02:00
}
.icon-group:before {
2013-05-17 04:15:50 +02:00
content: '\f0c0';
2013-05-11 01:25:29 +02:00
}
.icon-link:before {
2013-05-17 04:15:50 +02:00
content: '\f0c1';
2013-05-11 01:25:29 +02:00
}
.icon-cloud:before {
2013-05-17 04:15:50 +02:00
content: '\f0c2';
2013-05-11 01:25:29 +02:00
}
.icon-beaker:before {
2013-05-17 04:15:50 +02:00
content: '\f0c3';
2013-05-11 01:25:29 +02:00
}
.icon-cut:before {
2013-05-17 04:15:50 +02:00
content: '\f0c4';
2013-05-11 01:25:29 +02:00
}
.icon-copy:before {
2013-05-17 04:15:50 +02:00
content: '\f0c5';
2013-05-11 01:25:29 +02:00
}
.icon-paper-clip:before {
2013-05-17 04:15:50 +02:00
content: '\f0c6';
2013-05-11 01:25:29 +02:00
}
.icon-save:before {
2013-05-17 04:15:50 +02:00
content: '\f0c7';
2013-05-11 01:25:29 +02:00
}
.icon-sign-blank:before {
2013-05-17 04:15:50 +02:00
content: '\f0c8';
2013-05-11 01:25:29 +02:00
}
.icon-reorder:before {
2013-05-17 04:15:50 +02:00
content: '\f0c9';
2013-05-11 01:25:29 +02:00
}
.icon-list-ul:before {
2013-05-17 04:15:50 +02:00
content: '\f0ca';
2013-05-11 01:25:29 +02:00
}
.icon-list-ol:before {
2013-05-17 04:15:50 +02:00
content: '\f0cb';
2013-05-11 01:25:29 +02:00
}
.icon-strikethrough:before {
2013-05-17 04:15:50 +02:00
content: '\f0cc';
2013-05-11 01:25:29 +02:00
}
.icon-underline:before {
2013-05-17 04:15:50 +02:00
content: '\f0cd';
2013-05-11 01:25:29 +02:00
}
.icon-table:before {
2013-05-17 04:15:50 +02:00
content: '\f0ce';
2013-05-11 01:25:29 +02:00
}
.icon-magic:before {
2013-05-17 04:15:50 +02:00
content: '\f0d0';
2013-05-11 01:25:29 +02:00
}
.icon-truck:before {
2013-05-17 04:15:50 +02:00
content: '\f0d1';
2013-05-11 01:25:29 +02:00
}
.icon-pinterest:before {
2013-05-17 04:15:50 +02:00
content: '\f0d2';
2013-05-11 01:25:29 +02:00
}
.icon-pinterest-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f0d3';
2013-05-11 01:25:29 +02:00
}
.icon-google-plus-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f0d4';
2013-05-11 01:25:29 +02:00
}
.icon-google-plus:before {
2013-05-17 04:15:50 +02:00
content: '\f0d5';
2013-05-11 01:25:29 +02:00
}
.icon-money:before {
2013-05-17 04:15:50 +02:00
content: '\f0d6';
2013-05-11 01:25:29 +02:00
}
.icon-caret-down:before {
2013-05-17 04:15:50 +02:00
content: '\f0d7';
2013-05-11 01:25:29 +02:00
}
.icon-caret-up:before {
2013-05-17 04:15:50 +02:00
content: '\f0d8';
2013-05-11 01:25:29 +02:00
}
.icon-caret-left:before {
2013-05-17 04:15:50 +02:00
content: '\f0d9';
2013-05-11 01:25:29 +02:00
}
.icon-caret-right:before {
2013-05-17 04:15:50 +02:00
content: '\f0da';
2013-05-11 01:25:29 +02:00
}
.icon-columns:before {
2013-05-17 04:15:50 +02:00
content: '\f0db';
2013-05-11 01:25:29 +02:00
}
.icon-sort:before {
2013-05-17 04:15:50 +02:00
content: '\f0dc';
2013-05-11 01:25:29 +02:00
}
.icon-sort-down:before {
2013-05-17 04:15:50 +02:00
content: '\f0dd';
2013-05-11 01:25:29 +02:00
}
.icon-sort-up:before {
2013-05-17 04:15:50 +02:00
content: '\f0de';
2013-05-11 01:25:29 +02:00
}
.icon-envelope-alt:before {
2013-05-17 04:15:50 +02:00
content: '\f0e0';
2013-05-11 01:25:29 +02:00
}
.icon-linkedin:before {
2013-05-17 04:15:50 +02:00
content: '\f0e1';
2013-05-11 01:25:29 +02:00
}
2013-05-17 04:15:50 +02:00
.icon-undo:before {
content: '\f0e2';
2013-05-11 01:25:29 +02:00
}
.icon-legal:before {
2013-05-17 04:15:50 +02:00
content: '\f0e3';
2013-05-11 01:25:29 +02:00
}
.icon-dashboard:before {
2013-05-17 04:15:50 +02:00
content: '\f0e4';
2013-05-11 01:25:29 +02:00
}
.icon-comment-alt:before {
2013-05-17 04:15:50 +02:00
content: '\f0e5';
2013-05-11 01:25:29 +02:00
}
.icon-comments-alt:before {
2013-05-17 04:15:50 +02:00
content: '\f0e6';
2013-05-11 01:25:29 +02:00
}
.icon-bolt:before {
2013-05-17 04:15:50 +02:00
content: '\f0e7';
2013-05-11 01:25:29 +02:00
}
.icon-sitemap:before {
2013-05-17 04:15:50 +02:00
content: '\f0e8';
2013-05-11 01:25:29 +02:00
}
.icon-umbrella:before {
2013-05-17 04:15:50 +02:00
content: '\f0e9';
2013-05-11 01:25:29 +02:00
}
.icon-paste:before {
2013-05-17 04:15:50 +02:00
content: '\f0ea';
2013-05-11 01:25:29 +02:00
}
.icon-lightbulb:before {
2013-05-17 04:15:50 +02:00
content: '\f0eb';
2013-05-11 01:25:29 +02:00
}
.icon-exchange:before {
2013-05-17 04:15:50 +02:00
content: '\f0ec';
2013-05-11 01:25:29 +02:00
}
.icon-cloud-download:before {
2013-05-17 04:15:50 +02:00
content: '\f0ed';
2013-05-11 01:25:29 +02:00
}
.icon-cloud-upload:before {
2013-05-17 04:15:50 +02:00
content: '\f0ee';
2013-05-11 01:25:29 +02:00
}
.icon-user-md:before {
2013-05-17 04:15:50 +02:00
content: '\f0f0';
2013-05-11 01:25:29 +02:00
}
.icon-stethoscope:before {
2013-05-17 04:15:50 +02:00
content: '\f0f1';
2013-05-11 01:25:29 +02:00
}
.icon-suitcase:before {
2013-05-17 04:15:50 +02:00
content: '\f0f2';
2013-05-11 01:25:29 +02:00
}
.icon-bell-alt:before {
2013-05-17 04:15:50 +02:00
content: '\f0f3';
2013-05-11 01:25:29 +02:00
}
.icon-coffee:before {
2013-05-17 04:15:50 +02:00
content: '\f0f4';
2013-05-11 01:25:29 +02:00
}
.icon-food:before {
2013-05-17 04:15:50 +02:00
content: '\f0f5';
2013-05-11 01:25:29 +02:00
}
.icon-file-alt:before {
2013-05-17 04:15:50 +02:00
content: '\f0f6';
2013-05-11 01:25:29 +02:00
}
.icon-building:before {
2013-05-17 04:15:50 +02:00
content: '\f0f7';
2013-05-11 01:25:29 +02:00
}
.icon-hospital:before {
2013-05-17 04:15:50 +02:00
content: '\f0f8';
2013-05-11 01:25:29 +02:00
}
.icon-ambulance:before {
2013-05-17 04:15:50 +02:00
content: '\f0f9';
2013-05-11 01:25:29 +02:00
}
.icon-medkit:before {
2013-05-17 04:15:50 +02:00
content: '\f0fa';
2013-05-11 01:25:29 +02:00
}
.icon-fighter-jet:before {
2013-05-17 04:15:50 +02:00
content: '\f0fb';
2013-05-11 01:25:29 +02:00
}
.icon-beer:before {
2013-05-17 04:15:50 +02:00
content: '\f0fc';
2013-05-11 01:25:29 +02:00
}
.icon-h-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f0fd';
2013-05-11 01:25:29 +02:00
}
.icon-plus-sign-alt:before {
2013-05-17 04:15:50 +02:00
content: '\f0fe';
2013-05-11 01:25:29 +02:00
}
.icon-double-angle-left:before {
2013-05-17 04:15:50 +02:00
content: '\f100';
2013-05-11 01:25:29 +02:00
}
.icon-double-angle-right:before {
2013-05-17 04:15:50 +02:00
content: '\f101';
2013-05-11 01:25:29 +02:00
}
.icon-double-angle-up:before {
2013-05-17 04:15:50 +02:00
content: '\f102';
2013-05-11 01:25:29 +02:00
}
.icon-double-angle-down:before {
2013-05-17 04:15:50 +02:00
content: '\f103';
2013-05-11 01:25:29 +02:00
}
.icon-angle-left:before {
2013-05-17 04:15:50 +02:00
content: '\f104';
2013-05-11 01:25:29 +02:00
}
.icon-angle-right:before {
2013-05-17 04:15:50 +02:00
content: '\f105';
2013-05-11 01:25:29 +02:00
}
.icon-angle-up:before {
2013-05-17 04:15:50 +02:00
content: '\f106';
2013-05-11 01:25:29 +02:00
}
.icon-angle-down:before {
2013-05-17 04:15:50 +02:00
content: '\f107';
2013-05-11 01:25:29 +02:00
}
.icon-desktop:before {
2013-05-17 04:15:50 +02:00
content: '\f108';
2013-05-11 01:25:29 +02:00
}
.icon-laptop:before {
2013-05-17 04:15:50 +02:00
content: '\f109';
2013-05-11 01:25:29 +02:00
}
.icon-tablet:before {
2013-05-17 04:15:50 +02:00
content: '\f10a';
2013-05-11 01:25:29 +02:00
}
.icon-mobile-phone:before {
2013-05-17 04:15:50 +02:00
content: '\f10b';
2013-05-11 01:25:29 +02:00
}
.icon-circle-blank:before {
2013-05-17 04:15:50 +02:00
content: '\f10c';
2013-05-11 01:25:29 +02:00
}
.icon-quote-left:before {
2013-05-17 04:15:50 +02:00
content: '\f10d';
2013-05-11 01:25:29 +02:00
}
.icon-quote-right:before {
2013-05-17 04:15:50 +02:00
content: '\f10e';
2013-05-11 01:25:29 +02:00
}
.icon-spinner:before {
2013-05-17 04:15:50 +02:00
content: '\f110';
2013-05-11 01:25:29 +02:00
}
.icon-circle:before {
2013-05-17 04:15:50 +02:00
content: '\f111';
2013-05-11 01:25:29 +02:00
}
2013-05-17 04:15:50 +02:00
.icon-reply:before {
content: '\f112';
2013-05-11 01:25:29 +02:00
}
.icon-folder-close-alt:before {
2013-05-17 04:15:50 +02:00
content: '\f114';
2013-05-11 01:25:29 +02:00
}
.icon-folder-open-alt:before {
2013-05-17 04:15:50 +02:00
content: '\f115';
2013-05-11 01:25:29 +02:00
}
.icon-expand-alt:before {
2013-05-17 04:15:50 +02:00
content: '\f116';
2013-05-11 01:25:29 +02:00
}
.icon-collapse-alt:before {
2013-05-17 04:15:50 +02:00
content: '\f117';
2013-05-11 01:25:29 +02:00
}
.icon-smile:before {
2013-05-17 04:15:50 +02:00
content: '\f118';
2013-05-11 01:25:29 +02:00
}
.icon-frown:before {
2013-05-17 04:15:50 +02:00
content: '\f119';
2013-05-11 01:25:29 +02:00
}
.icon-meh:before {
2013-05-17 04:15:50 +02:00
content: '\f11a';
2013-05-11 01:25:29 +02:00
}
.icon-gamepad:before {
2013-05-17 04:15:50 +02:00
content: '\f11b';
2013-05-11 01:25:29 +02:00
}
.icon-keyboard:before {
2013-05-17 04:15:50 +02:00
content: '\f11c';
2013-05-11 01:25:29 +02:00
}
.icon-flag-alt:before {
2013-05-17 04:15:50 +02:00
content: '\f11d';
2013-05-11 01:25:29 +02:00
}
.icon-flag-checkered:before {
2013-05-17 04:15:50 +02:00
content: '\f11e';
2013-05-11 01:25:29 +02:00
}
.icon-terminal:before {
2013-05-17 04:15:50 +02:00
content: '\f120';
2013-05-11 01:25:29 +02:00
}
.icon-code:before {
2013-05-17 04:15:50 +02:00
content: '\f121';
2013-05-11 01:25:29 +02:00
}
.icon-reply-all:before {
2013-05-17 04:15:50 +02:00
content: '\f122';
2013-05-11 01:25:29 +02:00
}
.icon-mail-reply-all:before {
2013-05-17 04:15:50 +02:00
content: '\f122';
2013-05-11 01:25:29 +02:00
}
.icon-star-half-empty:before {
2013-05-17 04:15:50 +02:00
content: '\f123';
2013-05-11 01:25:29 +02:00
}
.icon-location-arrow:before {
2013-05-17 04:15:50 +02:00
content: '\f124';
2013-05-11 01:25:29 +02:00
}
.icon-crop:before {
2013-05-17 04:15:50 +02:00
content: '\f125';
2013-05-11 01:25:29 +02:00
}
.icon-code-fork:before {
2013-05-17 04:15:50 +02:00
content: '\f126';
2013-05-11 01:25:29 +02:00
}
.icon-unlink:before {
2013-05-17 04:15:50 +02:00
content: '\f127';
2013-05-11 01:25:29 +02:00
}
.icon-question:before {
2013-05-17 04:15:50 +02:00
content: '\f128';
2013-05-11 01:25:29 +02:00
}
.icon-info:before {
2013-05-17 04:15:50 +02:00
content: '\f129';
2013-05-11 01:25:29 +02:00
}
.icon-exclamation:before {
2013-05-17 04:15:50 +02:00
content: '\f12a';
2013-05-11 01:25:29 +02:00
}
.icon-superscript:before {
2013-05-17 04:15:50 +02:00
content: '\f12b';
2013-05-11 01:25:29 +02:00
}
.icon-subscript:before {
2013-05-17 04:15:50 +02:00
content: '\f12c';
2013-05-11 01:25:29 +02:00
}
.icon-eraser:before {
2013-05-17 04:15:50 +02:00
content: '\f12d';
2013-05-11 01:25:29 +02:00
}
.icon-puzzle-piece:before {
2013-05-17 04:15:50 +02:00
content: '\f12e';
2013-05-11 01:25:29 +02:00
}
.icon-microphone:before {
2013-05-17 04:15:50 +02:00
content: '\f130';
2013-05-11 01:25:29 +02:00
}
.icon-microphone-off:before {
2013-05-17 04:15:50 +02:00
content: '\f131';
2013-05-11 01:25:29 +02:00
}
.icon-shield:before {
2013-05-17 04:15:50 +02:00
content: '\f132';
2013-05-11 01:25:29 +02:00
}
.icon-calendar-empty:before {
2013-05-17 04:15:50 +02:00
content: '\f133';
2013-05-11 01:25:29 +02:00
}
.icon-fire-extinguisher:before {
2013-05-17 04:15:50 +02:00
content: '\f134';
2013-05-11 01:25:29 +02:00
}
.icon-rocket:before {
2013-05-17 04:15:50 +02:00
content: '\f135';
2013-05-11 01:25:29 +02:00
}
.icon-maxcdn:before {
2013-05-17 04:15:50 +02:00
content: '\f136';
2013-05-11 01:25:29 +02:00
}
.icon-chevron-sign-left:before {
2013-05-17 04:15:50 +02:00
content: '\f137';
2013-05-11 01:25:29 +02:00
}
.icon-chevron-sign-right:before {
2013-05-17 04:15:50 +02:00
content: '\f138';
2013-05-11 01:25:29 +02:00
}
.icon-chevron-sign-up:before {
2013-05-17 04:15:50 +02:00
content: '\f139';
2013-05-11 01:25:29 +02:00
}
.icon-chevron-sign-down:before {
2013-05-17 04:15:50 +02:00
content: '\f13a';
2013-05-11 01:25:29 +02:00
}
.icon-html5:before {
2013-05-17 04:15:50 +02:00
content: '\f13b';
2013-05-11 01:25:29 +02:00
}
.icon-css3:before {
2013-05-17 04:15:50 +02:00
content: '\f13c';
2013-05-11 01:25:29 +02:00
}
.icon-anchor:before {
2013-05-17 04:15:50 +02:00
content: '\f13d';
2013-05-11 01:25:29 +02:00
}
.icon-unlock-alt:before {
2013-05-17 04:15:50 +02:00
content: '\f13e';
2013-05-11 01:25:29 +02:00
}
.icon-bullseye:before {
2013-05-17 04:15:50 +02:00
content: '\f140';
2013-05-11 01:25:29 +02:00
}
.icon-ellipsis-horizontal:before {
2013-05-17 04:15:50 +02:00
content: '\f141';
2013-05-11 01:25:29 +02:00
}
.icon-ellipsis-vertical:before {
2013-05-17 04:15:50 +02:00
content: '\f142';
2013-05-11 01:25:29 +02:00
}
.icon-rss-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f143';
2013-05-11 01:25:29 +02:00
}
.icon-play-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f144';
2013-05-11 01:25:29 +02:00
}
.icon-ticket:before {
2013-05-17 04:15:50 +02:00
content: '\f145';
2013-05-11 01:25:29 +02:00
}
.icon-minus-sign-alt:before {
2013-05-17 04:15:50 +02:00
content: '\f146';
2013-05-11 01:25:29 +02:00
}
.icon-check-minus:before {
2013-05-17 04:15:50 +02:00
content: '\f147';
2013-05-11 01:25:29 +02:00
}
.icon-level-up:before {
2013-05-17 04:15:50 +02:00
content: '\f148';
2013-05-11 01:25:29 +02:00
}
.icon-level-down:before {
2013-05-17 04:15:50 +02:00
content: '\f149';
2013-05-11 01:25:29 +02:00
}
.icon-check-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f14a';
2013-05-11 01:25:29 +02:00
}
.icon-edit-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f14b';
2013-05-11 01:25:29 +02:00
}
.icon-external-link-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f14c';
2013-05-11 01:25:29 +02:00
}
.icon-share-sign:before {
2013-05-17 04:15:50 +02:00
content: '\f14d';
}
.icon-power-off:before {
content: '\f011';
}
.icon-rotate-right:before {
content: '\f01e';
}
.icon-mail-forward:before {
content: '\f064';
}
.icon-rotate-left:before {
content: '\f0e2';
}
.icon-mail-reply:before {
content: '\f112';
}
.icon-star-half-full:before {
content: '\f123';
2013-05-11 01:25:29 +02:00
}