github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/themes/wind/static/root/font-awesome/css/font-awesome.css (about)

     1  /*  Font Awesome 3.0
     2      the iconic font designed for use with Twitter Bootstrap
     3      -------------------------------------------------------
     4      The full suite of pictographic icons, examples, and documentation
     5      can be found at: http://fortawesome.github.com/Font-Awesome/
     6  
     7      License
     8      -------------------------------------------------------
     9      • The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
    10      • Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
    11        http://opensource.org/licenses/mit-license.html
    12      • The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
    13      • Attribution is no longer required in Font Awesome 3.0, but much appreciated:
    14        "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
    15  
    16      Contact
    17      -------------------------------------------------------
    18      Email: dave@davegandy.com
    19      Twitter: http://twitter.com/fortaweso_me
    20      Work: Lead Product Designer @ http://kyruus.com
    21  
    22      */
    23  @font-face {
    24    font-family: 'FontAwesome';
    25    src: url('../font/fontawesome-webfont.eot');
    26    src: url('../font/fontawesome-webfont.eot@#iefix') format('embedded-opentype'),
    27      url('../font/fontawesome-webfont.woff') format('woff'),
    28      url('../font/fontawesome-webfont.ttf') format('truetype');
    29    font-weight: normal;
    30    font-style: normal;
    31  }
    32  /*  Font Awesome styles
    33      ------------------------------------------------------- */
    34  /* includes sprites.less reset */
    35  [class^="icon-"],
    36  [class*=" icon-"] {
    37    font-family: FontAwesome;
    38    font-weight: normal;
    39    font-style: normal;
    40    text-decoration: inherit;
    41    display: inline;
    42    width: auto;
    43    height: auto;
    44    line-height: normal;
    45    vertical-align: baseline;
    46    background-image: none !important;
    47    background-position: 0% 0%;
    48    background-repeat: repeat;
    49  }
    50  [class^="icon-"]:before,
    51  [class*=" icon-"]:before {
    52    text-decoration: inherit;
    53    display: inline-block;
    54    speak: none;
    55  }
    56  /* makes sure icons active on rollover in links */
    57  a [class^="icon-"],
    58  a [class*=" icon-"] {
    59    display: inline-block;
    60  }
    61  /* makes the font 33% larger relative to the icon container */
    62  .icon-large:before {
    63    vertical-align: -10%;
    64    font-size: 1.3333333333333333em;
    65  }
    66  .btn [class^="icon-"],
    67  .nav [class^="icon-"],
    68  .btn [class*=" icon-"],
    69  .nav [class*=" icon-"] {
    70    display: inline;
    71    /* keeps button heights with and without icons the same */
    72  
    73    line-height: .6em;
    74  }
    75  .btn [class^="icon-"].icon-spin,
    76  .nav [class^="icon-"].icon-spin,
    77  .btn [class*=" icon-"].icon-spin,
    78  .nav [class*=" icon-"].icon-spin {
    79    display: inline-block;
    80  }
    81  li [class^="icon-"],
    82  li [class*=" icon-"] {
    83    display: inline-block;
    84    width: 1.25em;
    85    text-align: center;
    86  }
    87  li [class^="icon-"].icon-large,
    88  li [class*=" icon-"].icon-large {
    89    /* increased font size for icon-large */
    90  
    91    width: 1.5625em;
    92  }
    93  ul.icons {
    94    list-style-type: none;
    95    text-indent: -0.75em;
    96  }
    97  ul.icons li [class^="icon-"],
    98  ul.icons li [class*=" icon-"] {
    99    width: .75em;
   100  }
   101  .icon-muted {
   102    color: #eeeeee;
   103  }
   104  .icon-border {
   105    border: solid 1px #eeeeee;
   106    padding: .2em .25em .15em;
   107    -webkit-border-radius: 3px;
   108    -moz-border-radius: 3px;
   109    border-radius: 3px;
   110  }
   111  .icon-2x {
   112    font-size: 2em;
   113  }
   114  .icon-2x.icon-border {
   115    border-width: 2px;
   116    -webkit-border-radius: 4px;
   117    -moz-border-radius: 4px;
   118    border-radius: 4px;
   119  }
   120  .icon-3x {
   121    font-size: 3em;
   122  }
   123  .icon-3x.icon-border {
   124    border-width: 3px;
   125    -webkit-border-radius: 5px;
   126    -moz-border-radius: 5px;
   127    border-radius: 5px;
   128  }
   129  .icon-4x {
   130    font-size: 4em;
   131  }
   132  .icon-4x.icon-border {
   133    border-width: 4px;
   134    -webkit-border-radius: 6px;
   135    -moz-border-radius: 6px;
   136    border-radius: 6px;
   137  }
   138  .pull-right {
   139    float: right;
   140  }
   141  .pull-left {
   142    float: left;
   143  }
   144  [class^="icon-"].pull-left,
   145  [class*=" icon-"].pull-left {
   146    margin-right: .35em;
   147  }
   148  [class^="icon-"].pull-right,
   149  [class*=" icon-"].pull-right {
   150    margin-left: .35em;
   151  }
   152  .btn [class^="icon-"].pull-left.icon-2x,
   153  .btn [class*=" icon-"].pull-left.icon-2x,
   154  .btn [class^="icon-"].pull-right.icon-2x,
   155  .btn [class*=" icon-"].pull-right.icon-2x {
   156    margin-top: .35em;
   157  }
   158  .btn [class^="icon-"].icon-spin.icon-large,
   159  .btn [class*=" icon-"].icon-spin.icon-large {
   160    height: .75em;
   161  }
   162  .btn.btn-small [class^="icon-"].pull-left.icon-2x,
   163  .btn.btn-small [class*=" icon-"].pull-left.icon-2x,
   164  .btn.btn-small [class^="icon-"].pull-right.icon-2x,
   165  .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
   166    margin-top: .45em;
   167  }
   168  .btn.btn-large [class^="icon-"].pull-left.icon-2x,
   169  .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
   170  .btn.btn-large [class^="icon-"].pull-right.icon-2x,
   171  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
   172    margin-top: .2em;
   173  }
   174  .icon-spin {
   175    display: inline-block;
   176    -moz-animation: spin 2s infinite linear;
   177    -o-animation: spin 2s infinite linear;
   178    -webkit-animation: spin 2s infinite linear;
   179    animation: spin 2s infinite linear;
   180  }
   181  @-moz-keyframes spin {
   182    0% { -moz-transform: rotate(0deg); }
   183    100% { -moz-transform: rotate(359deg); }
   184  }
   185  @-webkit-keyframes spin {
   186    0% { -webkit-transform: rotate(0deg); }
   187    100% { -webkit-transform: rotate(359deg); }
   188  }
   189  @-o-keyframes spin {
   190    0% { -o-transform: rotate(0deg); }
   191    100% { -o-transform: rotate(359deg); }
   192  }
   193  @-ms-keyframes spin {
   194    0% { -ms-transform: rotate(0deg); }
   195    100% { -ms-transform: rotate(359deg); }
   196  }
   197  @keyframes spin {
   198    0% { transform: rotate(0deg); }
   199    100% { transform: rotate(359deg); }
   200  }
   201  /*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   202      readers do not read off random characters that represent icons */
   203  .icon-glass:before                { content: "\f000"; }
   204  .icon-music:before                { content: "\f001"; }
   205  .icon-search:before               { content: "\f002"; }
   206  .icon-envelope:before             { content: "\f003"; }
   207  .icon-heart:before                { content: "\f004"; }
   208  .icon-star:before                 { content: "\f005"; }
   209  .icon-star-empty:before           { content: "\f006"; }
   210  .icon-user:before                 { content: "\f007"; }
   211  .icon-film:before                 { content: "\f008"; }
   212  .icon-th-large:before             { content: "\f009"; }
   213  .icon-th:before                   { content: "\f00a"; }
   214  .icon-th-list:before              { content: "\f00b"; }
   215  .icon-ok:before                   { content: "\f00c"; }
   216  .icon-remove:before               { content: "\f00d"; }
   217  .icon-zoom-in:before              { content: "\f00e"; }
   218  
   219  .icon-zoom-out:before             { content: "\f010"; }
   220  .icon-off:before                  { content: "\f011"; }
   221  .icon-signal:before               { content: "\f012"; }
   222  .icon-cog:before                  { content: "\f013"; }
   223  .icon-trash:before                { content: "\f014"; }
   224  .icon-home:before                 { content: "\f015"; }
   225  .icon-file:before                 { content: "\f016"; }
   226  .icon-time:before                 { content: "\f017"; }
   227  .icon-road:before                 { content: "\f018"; }
   228  .icon-download-alt:before         { content: "\f019"; }
   229  .icon-download:before             { content: "\f01a"; }
   230  .icon-upload:before               { content: "\f01b"; }
   231  .icon-inbox:before                { content: "\f01c"; }
   232  .icon-play-circle:before          { content: "\f01d"; }
   233  .icon-repeat:before               { content: "\f01e"; }
   234  
   235  /* \f020 doesn't work in Safari. all shifted one down */
   236  .icon-refresh:before              { content: "\f021"; }
   237  .icon-list-alt:before             { content: "\f022"; }
   238  .icon-lock:before                 { content: "\f023"; }
   239  .icon-flag:before                 { content: "\f024"; }
   240  .icon-headphones:before           { content: "\f025"; }
   241  .icon-volume-off:before           { content: "\f026"; }
   242  .icon-volume-down:before          { content: "\f027"; }
   243  .icon-volume-up:before            { content: "\f028"; }
   244  .icon-qrcode:before               { content: "\f029"; }
   245  .icon-barcode:before              { content: "\f02a"; }
   246  .icon-tag:before                  { content: "\f02b"; }
   247  .icon-tags:before                 { content: "\f02c"; }
   248  .icon-book:before                 { content: "\f02d"; }
   249  .icon-bookmark:before             { content: "\f02e"; }
   250  .icon-print:before                { content: "\f02f"; }
   251  
   252  .icon-camera:before               { content: "\f030"; }
   253  .icon-font:before                 { content: "\f031"; }
   254  .icon-bold:before                 { content: "\f032"; }
   255  .icon-italic:before               { content: "\f033"; }
   256  .icon-text-height:before          { content: "\f034"; }
   257  .icon-text-width:before           { content: "\f035"; }
   258  .icon-align-left:before           { content: "\f036"; }
   259  .icon-align-center:before         { content: "\f037"; }
   260  .icon-align-right:before          { content: "\f038"; }
   261  .icon-align-justify:before        { content: "\f039"; }
   262  .icon-list:before                 { content: "\f03a"; }
   263  .icon-indent-left:before          { content: "\f03b"; }
   264  .icon-indent-right:before         { content: "\f03c"; }
   265  .icon-facetime-video:before       { content: "\f03d"; }
   266  .icon-picture:before              { content: "\f03e"; }
   267  
   268  .icon-pencil:before               { content: "\f040"; }
   269  .icon-map-marker:before           { content: "\f041"; }
   270  .icon-adjust:before               { content: "\f042"; }
   271  .icon-tint:before                 { content: "\f043"; }
   272  .icon-edit:before                 { content: "\f044"; }
   273  .icon-share:before                { content: "\f045"; }
   274  .icon-check:before                { content: "\f046"; }
   275  .icon-move:before                 { content: "\f047"; }
   276  .icon-step-backward:before        { content: "\f048"; }
   277  .icon-fast-backward:before        { content: "\f049"; }
   278  .icon-backward:before             { content: "\f04a"; }
   279  .icon-play:before                 { content: "\f04b"; }
   280  .icon-pause:before                { content: "\f04c"; }
   281  .icon-stop:before                 { content: "\f04d"; }
   282  .icon-forward:before              { content: "\f04e"; }
   283  
   284  .icon-fast-forward:before         { content: "\f050"; }
   285  .icon-step-forward:before         { content: "\f051"; }
   286  .icon-eject:before                { content: "\f052"; }
   287  .icon-chevron-left:before         { content: "\f053"; }
   288  .icon-chevron-right:before        { content: "\f054"; }
   289  .icon-plus-sign:before            { content: "\f055"; }
   290  .icon-minus-sign:before           { content: "\f056"; }
   291  .icon-remove-sign:before          { content: "\f057"; }
   292  .icon-ok-sign:before              { content: "\f058"; }
   293  .icon-question-sign:before        { content: "\f059"; }
   294  .icon-info-sign:before            { content: "\f05a"; }
   295  .icon-screenshot:before           { content: "\f05b"; }
   296  .icon-remove-circle:before        { content: "\f05c"; }
   297  .icon-ok-circle:before            { content: "\f05d"; }
   298  .icon-ban-circle:before           { content: "\f05e"; }
   299  
   300  .icon-arrow-left:before           { content: "\f060"; }
   301  .icon-arrow-right:before          { content: "\f061"; }
   302  .icon-arrow-up:before             { content: "\f062"; }
   303  .icon-arrow-down:before           { content: "\f063"; }
   304  .icon-share-alt:before            { content: "\f064"; }
   305  .icon-resize-full:before          { content: "\f065"; }
   306  .icon-resize-small:before         { content: "\f066"; }
   307  .icon-plus:before                 { content: "\f067"; }
   308  .icon-minus:before                { content: "\f068"; }
   309  .icon-asterisk:before             { content: "\f069"; }
   310  .icon-exclamation-sign:before     { content: "\f06a"; }
   311  .icon-gift:before                 { content: "\f06b"; }
   312  .icon-leaf:before                 { content: "\f06c"; }
   313  .icon-fire:before                 { content: "\f06d"; }
   314  .icon-eye-open:before             { content: "\f06e"; }
   315  
   316  .icon-eye-close:before            { content: "\f070"; }
   317  .icon-warning-sign:before         { content: "\f071"; }
   318  .icon-plane:before                { content: "\f072"; }
   319  .icon-calendar:before             { content: "\f073"; }
   320  .icon-random:before               { content: "\f074"; }
   321  .icon-comment:before              { content: "\f075"; }
   322  .icon-magnet:before               { content: "\f076"; }
   323  .icon-chevron-up:before           { content: "\f077"; }
   324  .icon-chevron-down:before         { content: "\f078"; }
   325  .icon-retweet:before              { content: "\f079"; }
   326  .icon-shopping-cart:before        { content: "\f07a"; }
   327  .icon-folder-close:before         { content: "\f07b"; }
   328  .icon-folder-open:before          { content: "\f07c"; }
   329  .icon-resize-vertical:before      { content: "\f07d"; }
   330  .icon-resize-horizontal:before    { content: "\f07e"; }
   331  
   332  .icon-bar-chart:before            { content: "\f080"; }
   333  .icon-twitter-sign:before         { content: "\f081"; }
   334  .icon-facebook-sign:before        { content: "\f082"; }
   335  .icon-camera-retro:before         { content: "\f083"; }
   336  .icon-key:before                  { content: "\f084"; }
   337  .icon-cogs:before                 { content: "\f085"; }
   338  .icon-comments:before             { content: "\f086"; }
   339  .icon-thumbs-up:before            { content: "\f087"; }
   340  .icon-thumbs-down:before          { content: "\f088"; }
   341  .icon-star-half:before            { content: "\f089"; }
   342  .icon-heart-empty:before          { content: "\f08a"; }
   343  .icon-signout:before              { content: "\f08b"; }
   344  .icon-linkedin-sign:before        { content: "\f08c"; }
   345  .icon-pushpin:before              { content: "\f08d"; }
   346  .icon-external-link:before        { content: "\f08e"; }
   347  
   348  .icon-signin:before               { content: "\f090"; }
   349  .icon-trophy:before               { content: "\f091"; }
   350  .icon-github-sign:before          { content: "\f092"; }
   351  .icon-upload-alt:before           { content: "\f093"; }
   352  .icon-lemon:before                { content: "\f094"; }
   353  .icon-phone:before                { content: "\f095"; }
   354  .icon-check-empty:before          { content: "\f096"; }
   355  .icon-bookmark-empty:before       { content: "\f097"; }
   356  .icon-phone-sign:before           { content: "\f098"; }
   357  .icon-twitter:before              { content: "\f099"; }
   358  .icon-facebook:before             { content: "\f09a"; }
   359  .icon-github:before               { content: "\f09b"; }
   360  .icon-unlock:before               { content: "\f09c"; }
   361  .icon-credit-card:before          { content: "\f09d"; }
   362  .icon-rss:before                  { content: "\f09e"; }
   363  
   364  .icon-hdd:before                  { content: "\f0a0"; }
   365  .icon-bullhorn:before             { content: "\f0a1"; }
   366  .icon-bell:before                 { content: "\f0a2"; }
   367  .icon-certificate:before          { content: "\f0a3"; }
   368  .icon-hand-right:before           { content: "\f0a4"; }
   369  .icon-hand-left:before            { content: "\f0a5"; }
   370  .icon-hand-up:before              { content: "\f0a6"; }
   371  .icon-hand-down:before            { content: "\f0a7"; }
   372  .icon-circle-arrow-left:before    { content: "\f0a8"; }
   373  .icon-circle-arrow-right:before   { content: "\f0a9"; }
   374  .icon-circle-arrow-up:before      { content: "\f0aa"; }
   375  .icon-circle-arrow-down:before    { content: "\f0ab"; }
   376  .icon-globe:before                { content: "\f0ac"; }
   377  .icon-wrench:before               { content: "\f0ad"; }
   378  .icon-tasks:before                { content: "\f0ae"; }
   379  
   380  .icon-filter:before               { content: "\f0b0"; }
   381  .icon-briefcase:before            { content: "\f0b1"; }
   382  .icon-fullscreen:before           { content: "\f0b2"; }
   383  
   384  .icon-group:before                { content: "\f0c0"; }
   385  .icon-link:before                 { content: "\f0c1"; }
   386  .icon-cloud:before                { content: "\f0c2"; }
   387  .icon-beaker:before               { content: "\f0c3"; }
   388  .icon-cut:before                  { content: "\f0c4"; }
   389  .icon-copy:before                 { content: "\f0c5"; }
   390  .icon-paper-clip:before           { content: "\f0c6"; }
   391  .icon-save:before                 { content: "\f0c7"; }
   392  .icon-sign-blank:before           { content: "\f0c8"; }
   393  .icon-reorder:before              { content: "\f0c9"; }
   394  .icon-list-ul:before              { content: "\f0ca"; }
   395  .icon-list-ol:before              { content: "\f0cb"; }
   396  .icon-strikethrough:before        { content: "\f0cc"; }
   397  .icon-underline:before            { content: "\f0cd"; }
   398  .icon-table:before                { content: "\f0ce"; }
   399  
   400  .icon-magic:before                { content: "\f0d0"; }
   401  .icon-truck:before                { content: "\f0d1"; }
   402  .icon-pinterest:before            { content: "\f0d2"; }
   403  .icon-pinterest-sign:before       { content: "\f0d3"; }
   404  .icon-google-plus-sign:before     { content: "\f0d4"; }
   405  .icon-google-plus:before          { content: "\f0d5"; }
   406  .icon-money:before                { content: "\f0d6"; }
   407  .icon-caret-down:before           { content: "\f0d7"; }
   408  .icon-caret-up:before             { content: "\f0d8"; }
   409  .icon-caret-left:before           { content: "\f0d9"; }
   410  .icon-caret-right:before          { content: "\f0da"; }
   411  .icon-columns:before              { content: "\f0db"; }
   412  .icon-sort:before                 { content: "\f0dc"; }
   413  .icon-sort-down:before            { content: "\f0dd"; }
   414  .icon-sort-up:before              { content: "\f0de"; }
   415  
   416  .icon-envelope-alt:before         { content: "\f0e0"; }
   417  .icon-linkedin:before             { content: "\f0e1"; }
   418  .icon-undo:before                 { content: "\f0e2"; }
   419  .icon-legal:before                { content: "\f0e3"; }
   420  .icon-dashboard:before            { content: "\f0e4"; }
   421  .icon-comment-alt:before          { content: "\f0e5"; }
   422  .icon-comments-alt:before         { content: "\f0e6"; }
   423  .icon-bolt:before                 { content: "\f0e7"; }
   424  .icon-sitemap:before              { content: "\f0e8"; }
   425  .icon-umbrella:before             { content: "\f0e9"; }
   426  .icon-paste:before                { content: "\f0ea"; }
   427  .icon-lightbulb:before            { content: "\f0eb"; }
   428  .icon-exchange:before             { content: "\f0ec"; }
   429  .icon-cloud-download:before       { content: "\f0ed"; }
   430  .icon-cloud-upload:before         { content: "\f0ee"; }
   431  
   432  .icon-user-md:before              { content: "\f0f0"; }
   433  .icon-stethoscope:before          { content: "\f0f1"; }
   434  .icon-suitcase:before             { content: "\f0f2"; }
   435  .icon-bell-alt:before             { content: "\f0f3"; }
   436  .icon-coffee:before               { content: "\f0f4"; }
   437  .icon-food:before                 { content: "\f0f5"; }
   438  .icon-file-alt:before             { content: "\f0f6"; }
   439  .icon-building:before             { content: "\f0f7"; }
   440  .icon-hospital:before             { content: "\f0f8"; }
   441  .icon-ambulance:before            { content: "\f0f9"; }
   442  .icon-medkit:before               { content: "\f0fa"; }
   443  .icon-fighter-jet:before          { content: "\f0fb"; }
   444  .icon-beer:before                 { content: "\f0fc"; }
   445  .icon-h-sign:before               { content: "\f0fd"; }
   446  .icon-plus-sign-alt:before        { content: "\f0fe"; }
   447  
   448  .icon-double-angle-left:before    { content: "\f100"; }
   449  .icon-double-angle-right:before   { content: "\f101"; }
   450  .icon-double-angle-up:before      { content: "\f102"; }
   451  .icon-double-angle-down:before    { content: "\f103"; }
   452  .icon-angle-left:before           { content: "\f104"; }
   453  .icon-angle-right:before          { content: "\f105"; }
   454  .icon-angle-up:before             { content: "\f106"; }
   455  .icon-angle-down:before           { content: "\f107"; }
   456  .icon-desktop:before              { content: "\f108"; }
   457  .icon-laptop:before               { content: "\f109"; }
   458  .icon-tablet:before               { content: "\f10a"; }
   459  .icon-mobile-phone:before         { content: "\f10b"; }
   460  .icon-circle-blank:before         { content: "\f10c"; }
   461  .icon-quote-left:before           { content: "\f10d"; }
   462  .icon-quote-right:before          { content: "\f10e"; }
   463  
   464  .icon-spinner:before              { content: "\f110"; }
   465  .icon-circle:before               { content: "\f111"; }
   466  .icon-reply:before                { content: "\f112"; }
   467  .icon-github-alt:before           { content: "\f113"; }
   468  .icon-folder-close-alt:before     { content: "\f114"; }
   469  .icon-folder-open-alt:before      { content: "\f115"; }