Fork-Awesome/docs/assets/less/font-awesome.less

320 lines
14 KiB
Plaintext
Raw Normal View History

2012-03-09 13:02:49 +08:00
/* Font Awesome
the iconic font designed for use with Twitter Bootstrap
-------------------------------------------------------
The full suite of pictographic icons, examples, and documentation
can be found at: http://fortawesome.github.com/Font-Awesome/
License
-------------------------------------------------------
The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
http://creativecommons.org/licenses/by/3.0/ A mention of
'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
source code is considered acceptable attribution (most common on the web).
If human readable source code is not available to the end user, a mention in
an 'About' or 'Credits' screen is considered acceptable (most common in desktop
or mobile software).
Contact
-------------------------------------------------------
Email: dave@davegandy.com
Twitter: http://twitter.com/fortaweso_me
2012-05-16 05:24:53 +08:00
Work: Lead Product Designer @ http://kyruus.com
2012-03-09 13:02:49 +08:00
*/
@font-face {
2012-05-17 04:01:20 +08:00
font-family: 'FontAwesome';
src: url('../font/fontawesome-webfont.eot');
2012-05-20 00:33:53 +08:00
src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/fontawesome-webfont.woff') format('woff'),
url('../font/fontawesome-webfont.ttf') format('truetype'),
url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
font-weight: normal;
font-style: normal;
2012-03-09 13:02:49 +08:00
}
/* Font Awesome styles
------------------------------------------------------- */
[class^="ficon-"]:before,
[class*=" ficon-"]:before {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
display: inline-block;
text-decoration: inherit;
2012-03-09 13:02:49 +08:00
}
a [class^="ficon-"],
a [class*=" ficon-"] {
display: inline-block;
text-decoration: inherit;
2012-03-09 13:02:49 +08:00
}
/* makes the font 33% larger relative to the icon container */
.ficon-large:before {
vertical-align: middle;
font-size: 4/3em;
2012-03-09 13:02:49 +08:00
}
.btn {
[class^="ficon-"],
[class*=" ficon-"] {
/* keeps button heights with and without icons the same */
line-height: .9em;
}
2012-03-09 13:02:49 +08:00
}
li {
[class^="ficon-"],
[class*=" ficon-"] {
display: inline-block;
width: 1.25em;
text-align: center;
}
.ficon-large:before,
.ficon-large:before {
/* 1.5 increased font size for ficon-large * 1.25 width */
width: 1.5*1.25em;
}
2012-03-09 13:02:49 +08:00
}
ul.ficons {
list-style-type: none;
margin-left: 2em;
text-indent: -.8em;
2012-03-09 13:02:49 +08:00
li {
[class^="ficon-"],
[class*=" ficon-"] {
width: .8em;
}
.ficon-large:before,
.ficon-large:before {
/* 1.5 increased font size for ficon-large * 1.25 width */
vertical-align: initial;
// width: 1.5*1.25em;
}
}
2012-03-09 13:02:49 +08:00
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.ficon-glass:before { content: "\f000"; }
.ficon-music:before { content: "\f001"; }
.ficon-search:before { content: "\f002"; }
.ficon-envelope:before { content: "\f003"; }
.ficon-heart:before { content: "\f004"; }
.ficon-star:before { content: "\f005"; }
.ficon-star-empty:before { content: "\f006"; }
.ficon-user:before { content: "\f007"; }
.ficon-film:before { content: "\f008"; }
.ficon-th-large:before { content: "\f009"; }
.ficon-th:before { content: "\f00a"; }
.ficon-th-list:before { content: "\f00b"; }
.ficon-ok:before { content: "\f00c"; }
.ficon-remove:before { content: "\f00d"; }
.ficon-zoom-in:before { content: "\f00e"; }
2012-03-09 13:02:49 +08:00
.ficon-zoom-out:before { content: "\f010"; }
.ficon-off:before { content: "\f011"; }
.ficon-signal:before { content: "\f012"; }
.ficon-cog:before { content: "\f013"; }
.ficon-trash:before { content: "\f014"; }
.ficon-home:before { content: "\f015"; }
.ficon-file:before { content: "\f016"; }
.ficon-time:before { content: "\f017"; }
.ficon-road:before { content: "\f018"; }
.ficon-download-alt:before { content: "\f019"; }
.ficon-download:before { content: "\f01a"; }
.ficon-upload:before { content: "\f01b"; }
.ficon-inbox:before { content: "\f01c"; }
.ficon-play-circle:before { content: "\f01d"; }
.ficon-repeat:before { content: "\f01e"; }
2012-03-09 13:02:49 +08:00
2012-03-09 22:02:08 +08:00
/* \f020 is not a valid unicode character. all shifted one down */
.ficon-refresh:before { content: "\f021"; }
.ficon-list-alt:before { content: "\f022"; }
.ficon-lock:before { content: "\f023"; }
.ficon-flag:before { content: "\f024"; }
.ficon-headphones:before { content: "\f025"; }
.ficon-volume-off:before { content: "\f026"; }
.ficon-volume-down:before { content: "\f027"; }
.ficon-volume-up:before { content: "\f028"; }
.ficon-qrcode:before { content: "\f029"; }
.ficon-barcode:before { content: "\f02a"; }
.ficon-tag:before { content: "\f02b"; }
.ficon-tags:before { content: "\f02c"; }
.ficon-book:before { content: "\f02d"; }
.ficon-bookmark:before { content: "\f02e"; }
.ficon-print:before { content: "\f02f"; }
2012-05-16 05:24:53 +08:00
.ficon-camera:before { content: "\f030"; }
.ficon-font:before { content: "\f031"; }
.ficon-bold:before { content: "\f032"; }
.ficon-italic:before { content: "\f033"; }
.ficon-text-height:before { content: "\f034"; }
.ficon-text-width:before { content: "\f035"; }
.ficon-align-left:before { content: "\f036"; }
.ficon-align-center:before { content: "\f037"; }
.ficon-align-right:before { content: "\f038"; }
.ficon-align-justify:before { content: "\f039"; }
.ficon-list:before { content: "\f03a"; }
.ficon-indent-left:before { content: "\f03b"; }
.ficon-indent-right:before { content: "\f03c"; }
.ficon-facetime-video:before { content: "\f03d"; }
.ficon-picture:before { content: "\f03e"; }
2012-05-16 05:24:53 +08:00
.ficon-pencil:before { content: "\f040"; }
.ficon-map-marker:before { content: "\f041"; }
.ficon-adjust:before { content: "\f042"; }
.ficon-tint:before { content: "\f043"; }
.ficon-edit:before { content: "\f044"; }
.ficon-share:before { content: "\f045"; }
.ficon-check:before { content: "\f046"; }
.ficon-move:before { content: "\f047"; }
.ficon-step-backward:before { content: "\f048"; }
.ficon-fast-backward:before { content: "\f049"; }
.ficon-backward:before { content: "\f04a"; }
.ficon-play:before { content: "\f04b"; }
.ficon-pause:before { content: "\f04c"; }
.ficon-stop:before { content: "\f04d"; }
.ficon-forward:before { content: "\f04e"; }
2012-05-16 05:24:53 +08:00
.ficon-fast-forward:before { content: "\f050"; }
.ficon-step-forward:before { content: "\f051"; }
.ficon-eject:before { content: "\f052"; }
.ficon-chevron-left:before { content: "\f053"; }
.ficon-chevron-right:before { content: "\f054"; }
.ficon-plus-sign:before { content: "\f055"; }
.ficon-minus-sign:before { content: "\f056"; }
.ficon-remove-sign:before { content: "\f057"; }
.ficon-ok-sign:before { content: "\f058"; }
.ficon-question-sign:before { content: "\f059"; }
.ficon-info-sign:before { content: "\f05a"; }
.ficon-screenshot:before { content: "\f05b"; }
.ficon-remove-circle:before { content: "\f05c"; }
.ficon-ok-circle:before { content: "\f05d"; }
.ficon-ban-circle:before { content: "\f05e"; }
2012-05-16 05:24:53 +08:00
.ficon-arrow-left:before { content: "\f060"; }
.ficon-arrow-right:before { content: "\f061"; }
.ficon-arrow-up:before { content: "\f062"; }
.ficon-arrow-down:before { content: "\f063"; }
.ficon-share-alt:before { content: "\f064"; }
.ficon-resize-full:before { content: "\f065"; }
.ficon-resize-small:before { content: "\f066"; }
.ficon-plus:before { content: "\f067"; }
.ficon-minus:before { content: "\f068"; }
.ficon-asterisk:before { content: "\f069"; }
.ficon-exclamation-sign:before { content: "\f06a"; }
.ficon-gift:before { content: "\f06b"; }
.ficon-leaf:before { content: "\f06c"; }
.ficon-fire:before { content: "\f06d"; }
.ficon-eye-open:before { content: "\f06e"; }
2012-05-16 05:24:53 +08:00
.ficon-eye-close:before { content: "\f070"; }
.ficon-warning-sign:before { content: "\f071"; }
.ficon-plane:before { content: "\f072"; }
.ficon-calendar:before { content: "\f073"; }
.ficon-random:before { content: "\f074"; }
.ficon-comment:before { content: "\f075"; }
.ficon-magnet:before { content: "\f076"; }
.ficon-chevron-up:before { content: "\f077"; }
.ficon-chevron-down:before { content: "\f078"; }
.ficon-retweet:before { content: "\f079"; }
.ficon-shopping-cart:before { content: "\f07a"; }
.ficon-folder-close:before { content: "\f07b"; }
.ficon-folder-open:before { content: "\f07c"; }
.ficon-resize-vertical:before { content: "\f07d"; }
.ficon-resize-horizontal:before { content: "\f07e"; }
2012-03-09 13:02:49 +08:00
.ficon-bar-chart:before { content: "\f080"; }
.ficon-twitter-sign:before { content: "\f081"; }
.ficon-facebook-sign:before { content: "\f082"; }
.ficon-camera-retro:before { content: "\f083"; }
.ficon-key:before { content: "\f084"; }
.ficon-cogs:before { content: "\f085"; }
.ficon-comments:before { content: "\f086"; }
.ficon-thumbs-up:before { content: "\f087"; }
.ficon-thumbs-down:before { content: "\f088"; }
.ficon-star-half:before { content: "\f089"; }
.ficon-heart-empty:before { content: "\f08a"; }
.ficon-signout:before { content: "\f08b"; }
.ficon-linkedin-sign:before { content: "\f08c"; }
.ficon-pushpin:before { content: "\f08d"; }
.ficon-external-link:before { content: "\f08e"; }
2012-03-09 13:02:49 +08:00
.ficon-signin:before { content: "\f090"; }
.ficon-trophy:before { content: "\f091"; }
.ficon-github-sign:before { content: "\f092"; }
.ficon-upload-alt:before { content: "\f093"; }
.ficon-lemon:before { content: "\f094"; }
.ficon-phone:before { content: "\f095"; }
.ficon-check-empty:before { content: "\f096"; }
.ficon-bookmark-empty:before { content: "\f097"; }
.ficon-phone-sign:before { content: "\f098"; }
.ficon-twitter:before { content: "\f099"; }
.ficon-facebook:before { content: "\f09a"; }
.ficon-github:before { content: "\f09b"; }
.ficon-unlock:before { content: "\f09c"; }
.ficon-credit-card:before { content: "\f09d"; }
.ficon-rss:before { content: "\f09e"; }
2012-03-09 13:02:49 +08:00
.ficon-hdd:before { content: "\f0a0"; }
.ficon-bullhorn:before { content: "\f0a1"; }
.ficon-bell:before { content: "\f0a2"; }
.ficon-certificate:before { content: "\f0a3"; }
.ficon-hand-right:before { content: "\f0a4"; }
.ficon-hand-left:before { content: "\f0a5"; }
.ficon-hand-up:before { content: "\f0a6"; }
.ficon-hand-down:before { content: "\f0a7"; }
.ficon-circle-arrow-left:before { content: "\f0a8"; }
.ficon-circle-arrow-right:before { content: "\f0a9"; }
.ficon-circle-arrow-up:before { content: "\f0aa"; }
.ficon-circle-arrow-down:before { content: "\f0ab"; }
.ficon-globe:before { content: "\f0ac"; }
.ficon-wrench:before { content: "\f0ad"; }
.ficon-tasks:before { content: "\f0ae"; }
2012-03-09 13:02:49 +08:00
.ficon-filter:before { content: "\f0b0"; }
.ficon-briefcase:before { content: "\f0b1"; }
.ficon-fullscreen:before { content: "\f0b2"; }
2012-03-09 13:02:49 +08:00
.ficon-group:before { content: "\f0c0"; }
.ficon-link:before { content: "\f0c1"; }
.ficon-cloud:before { content: "\f0c2"; }
.ficon-beaker:before { content: "\f0c3"; }
.ficon-cut:before { content: "\f0c4"; }
.ficon-copy:before { content: "\f0c5"; }
.ficon-paper-clip:before { content: "\f0c6"; }
.ficon-save:before { content: "\f0c7"; }
.ficon-sign-blank:before { content: "\f0c8"; }
.ficon-reorder:before { content: "\f0c9"; }
.ficon-ul:before { content: "\f0ca"; }
.ficon-ol:before { content: "\f0cb"; }
.ficon-strikethrough:before { content: "\f0cc"; }
.ficon-underline:before { content: "\f0cd"; }
.ficon-table:before { content: "\f0ce"; }
2012-03-09 13:02:49 +08:00
.ficon-magic:before { content: "\f0d0"; }
.ficon-truck:before { content: "\f0d1"; }
.ficon-pinterest:before { content: "\f0d2"; }
.ficon-pinterest-sign:before { content: "\f0d3"; }
.ficon-google-plus-sign:before { content: "\f0d4"; }
.ficon-google-plus:before { content: "\f0d5"; }
.ficon-money:before { content: "\f0d6"; }
.ficon-caret-down:before { content: "\f0d7"; }
.ficon-caret-up:before { content: "\f0d8"; }
.ficon-caret-left:before { content: "\f0d9"; }
.ficon-caret-right:before { content: "\f0da"; }
.ficon-columns:before { content: "\f0db"; }
.ficon-sort:before { content: "\f0dc"; }
.ficon-sort-down:before { content: "\f0dd"; }
.ficon-sort-up:before { content: "\f0de"; }
2012-03-09 13:02:49 +08:00
.ficon-user-md:before { content: "\f200"; }
.ficon-chart-pie-one-third:before { content: "\f201"; }
.ficon-chart-pie-two-thirds:before { content: "\f202"; }
.ficon-chart-pie-full:before { content: "\f203"; }
.ficon-chart-pie-empty:before { content: "\f204"; }