/* Font Awesome 3.0 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 font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL • Font Awesome CSS, LESS, and SASS files are licensed under the MIT License - http://opensource.org/licenses/mit-license.html • The Font Awesome pictograms are licensed under the CC BY 3.0 License - 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://fortawesome.github.com/Font-Awesome" Contact ------------------------------------------------------- Email: dave@davegandy.com Twitter: http://twitter.com/fortaweso_me Work: Lead Product Designer @ http://kyruus.com */ @font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot'); src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } /* Font Awesome styles ------------------------------------------------------- */ /* includes sprites.less reset */ [class^="iconf-"], [class*=" iconf-"] { font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; display: inline; width: auto; height: auto; line-height: normal; vertical-align: baseline; background-image: none !important; background-position: 0% 0%; background-repeat: repeat; } [class^="iconf-"]:before, [class*=" iconf-"]:before { text-decoration: inherit; display: inline-block; speak: none; } /* makes sure icons active on rollover in links */ a [class^="iconf-"], a [class*=" iconf-"] { display: inline-block; } /* makes the font 33% larger relative to the icon container */ .iconf-large:before { vertical-align: -10%; font-size: 1.3333333333333333em; } .btn [class^="iconf-"], .nav [class^="iconf-"], .btn [class*=" iconf-"], .nav [class*=" iconf-"] { display: inline; /* keeps button heights with and without icons the same */ line-height: .6em; } .btn [class^="iconf-"].iconf-spin, .nav [class^="iconf-"].iconf-spin, .btn [class*=" iconf-"].iconf-spin, .nav [class*=" iconf-"].iconf-spin { display: inline-block; } li [class^="iconf-"], li [class*=" iconf-"] { display: inline-block; width: 1.25em; text-align: center; } li [class^="iconf-"].iconf-large, li [class*=" iconf-"].iconf-large { /* increased font size for iconf-large */ width: 1.5625em; } ul.icons { list-style-type: none; text-indent: -0.75em; } ul.icons li [class^="iconf-"], ul.icons li [class*=" iconf-"] { width: .75em; } .iconf-muted { color: #eeeeee; } .iconf-border { border: solid 1px #eeeeee; padding: .2em .25em .15em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .iconf-2x { font-size: 2em; } .iconf-2x.iconf-border { border-width: 2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .iconf-3x { font-size: 3em; } .iconf-3x.iconf-border { border-width: 3px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .iconf-4x { font-size: 4em; } .iconf-4x.iconf-border { border-width: 4px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .pull-right { float: right; } .pull-left { float: left; } [class^="iconf-"].pull-left, [class*=" iconf-"].pull-left { margin-right: .35em; } [class^="iconf-"].pull-right, [class*=" iconf-"].pull-right { margin-left: .35em; } .btn [class^="iconf-"].pull-left.iconf-2x, .btn [class*=" iconf-"].pull-left.iconf-2x, .btn [class^="iconf-"].pull-right.iconf-2x, .btn [class*=" iconf-"].pull-right.iconf-2x { margin-top: .35em; } .btn [class^="iconf-"].iconf-spin.iconf-large, .btn [class*=" iconf-"].iconf-spin.iconf-large { height: .75em; } .btn.btn-small [class^="iconf-"].pull-left.iconf-2x, .btn.btn-small [class*=" iconf-"].pull-left.iconf-2x, .btn.btn-small [class^="iconf-"].pull-right.iconf-2x, .btn.btn-small [class*=" iconf-"].pull-right.iconf-2x { margin-top: .45em; } .btn.btn-large [class^="iconf-"].pull-left.iconf-2x, .btn.btn-large [class*=" iconf-"].pull-left.iconf-2x, .btn.btn-large [class^="iconf-"].pull-right.iconf-2x, .btn.btn-large [class*=" iconf-"].pull-right.iconf-2x { margin-top: .2em; } .iconf-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); } }.iconf-user:before { content: "\f007"; } .iconf-plus-sign:before { content: "\f055"; } .iconf-key:before { content: "\f084"; }