Font-Awesome/build/assets/font-awesome/stylus/font-awesome-ie7.styl

89 lines
9.3 KiB
Stylus
Raw Normal View History

/*!
* Font Awesome 3.1.0
* the iconic font designed for Bootstrap
* -------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation
* can be found at http://fontawesome.io
*
* License
* -------------------------------------------------------
* - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
* 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
* - Font Awesome documentation licensed under 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://fontawesome.io"
* Contact
* -------------------------------------------------------
* Email: dave@fontawesome.io
* Twitter: http://twitter.com/fortaweso_me
* Work: Lead Product Designer @ http://kyruus.com
*/
.icon-large
font-size (4/3)em
margin-top -4px
padding-top 3px
margin-bottom -4px
padding-bottom 3px
vertical-align middle
.nav
[class^="icon-"]
[class*=" icon-"]
vertical-align inherit
margin-top -4px
padding-top 3px
margin-bottom -4px
padding-bottom 3px
&.icon-large
vertical-align -25%
.nav-pills
.nav-tabs
[class^="icon-"]
[class*=" icon-"]
&.icon-large
line-height .75em
margin-top -7px
padding-top 5px
margin-bottom -5px
padding-bottom 4px
ul.icons-ul
text-indent -1em
margin-left (30/14)em
> li
.icon-li
width 1em
margin-right 0
.btn
[class^="icon-"]
[class*=" icon-"]
&.pull-left
&.pull-right
vertical-align inherit
&.icon-large
margin-top -.5em
a
&[class^="icon-"]
&[class*=" icon-"]
cursor pointer
buildIE7Icons(hash)
for icon, index in hash
.icon-{icon}
*zoom unquote("expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '" + icon[1] + "')")
ie7Icons = ('glass' '') ('music' '') ('search' '') ('envelope' '') ('heart' '') ('star' '') ('star-empty' '') ('user' '') ('film' '') ('th-large' '') ('th' '') ('th-list' '') ('ok' '') ('remove' '') ('zoom-in' '') ('zoom-out' '') ('off' '') ('signal' '') ('cog' '') ('trash' '') ('home' '') ('file' '') ('time' '') ('road' '') ('download-alt' '') ('download' '') ('upload' '') ('inbox' '') ('play-circle' '') ('repeat' '') ('refresh' '') ('list-alt' '') ('lock' '') ('flag' '') ('headphones' '') ('volume-off' '') ('volume-down' '') ('volume-up' '') ('qrcode' '') ('barcode' '') ('tag' '') ('tags' '') ('book' '') ('bookmark' '') ('print' '') ('camera' '') ('font' '') ('bold' '') ('italic' '') ('text-height' '') ('text-width' '') ('align-left' '') ('align-center' '') ('align-right' '') ('align-justify' '') ('list' '') ('indent-left' '') ('indent-right' '') ('facetime-video' '') ('picture' '') ('pencil' '') ('map-marker' '') ('adjust' '') ('tint' '') ('edit' '') ('share' '') ('check' '') ('move' '') ('step-backward' '') ('fast-backward' '') ('backward' '') ('play' '') ('pause' '') ('stop' '') ('forward' '') ('fast-forward' '') ('step-forward' '') ('eject' '') ('chevron-left' '') ('chevron-right' '') ('plus-sign' '') ('minus-sign' '') ('remove-sign' '') ('ok-sign' '') ('question-sign' '') ('info-sign' '') ('screenshot' '') ('remove-circle' '') ('ok-circle' '') ('ban-circle' '') ('arrow-left' '') ('arrow-right' '') ('arrow-up' '') ('arrow-down' '') ('share-alt' '') ('resize-full' '') ('resize-small' '') ('plus' '') ('minus' '') ('asterisk' '') ('exclamation-sign' '') ('gift' '') ('leaf' '') ('fire' '') ('eye-open' '') ('eye-close' '') ('warning-sign' '') ('plane' '') ('calendar' '') ('random' '') ('comment' '') ('magnet' '') ('chevron-up' '') ('chevron-down' '') ('retweet' '') ('shopping-cart' '') ('folder-close' '') ('folder-open' '') ('resize-vertical' '') ('resize-horizontal' '') ('bar-chart' '') ('twitter-sign' '') ('facebook-sign' '') ('camera-retro' '') ('key' '') ('cogs' '') ('comments' '') ('thumbs-up' '') ('thumbs-down' '') ('star-half' '') ('heart-empty' '') ('signout' '') ('linkedin-sign' '') ('pushpin' '') ('external-link' '') ('signin' '') ('trophy' '') ('github-sign' '') ('upload-alt' '') ('lemon' '') ('phone' '') ('check-empty' '') ('bookmark-empty' '') ('phone-sign' '') ('twitter' '') ('facebook' '') ('github' '') ('unlock' '') ('credit-card' '') ('rss' '') ('hdd' '') ('bullhorn' '') ('bell' '') ('certificate' '') ('hand-right' '') ('hand-left' '') ('hand-up' '') ('hand-down' '') ('circle-arrow-left' '') ('circle-arrow-right' '') ('circle-arrow-up' '') ('circle-arrow-down' '') ('globe' '') ('wrench' '') ('tasks' '') ('filter' '') ('briefcase' '') ('fullscreen' '') ('group' '') ('link' '&#x
buildIE7Icons(ie7Icons)