bootstrap-source/bootstrap-3.0.3/less Kopie/glyphicons.less
author stetrabby <info@trabucchi.de>
Fri, 20 Dec 2013 22:49:16 +0100
changeset 54 0ded9d7748b7
permissions -rwxr-xr-x
initial less based on the pymove3d.css
info@54
     1
//
info@54
     2
// Glyphicons for Bootstrap
info@54
     3
//
info@54
     4
// Since icons are fonts, they can be placed anywhere text is placed and are
info@54
     5
// thus automatically sized to match the surrounding child. To use, create an
info@54
     6
// inline element with the appropriate classes, like so:
info@54
     7
//
info@54
     8
// <a href="#"><span class="glyphicon glyphicon-star"></span> Star</a>
info@54
     9
info@54
    10
// Import the fonts
info@54
    11
@font-face {
info@54
    12
  font-family: 'Glyphicons Halflings';
info@54
    13
  src: ~"url('@{icon-font-path}@{icon-font-name}.eot')";
info@54
    14
  src: ~"url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype')",
info@54
    15
       ~"url('@{icon-font-path}@{icon-font-name}.woff') format('woff')",
info@54
    16
       ~"url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype')",
info@54
    17
       ~"url('@{icon-font-path}@{icon-font-name}.svg#glyphicons-halflingsregular') format('svg')";
info@54
    18
}
info@54
    19
info@54
    20
// Catchall baseclass
info@54
    21
.glyphicon {
info@54
    22
  position: relative;
info@54
    23
  top: 1px;
info@54
    24
  display: inline-block;
info@54
    25
  font-family: 'Glyphicons Halflings';
info@54
    26
  font-style: normal;
info@54
    27
  font-weight: normal;
info@54
    28
  line-height: 1;
info@54
    29
  -webkit-font-smoothing: antialiased;
info@54
    30
  -moz-osx-font-smoothing: grayscale;
info@54
    31
info@54
    32
  &:empty {
info@54
    33
    width: 1em;
info@54
    34
  }
info@54
    35
}
info@54
    36
info@54
    37
// Individual icons
info@54
    38
.glyphicon-asterisk               { &:before { content: "\2a"; } }
info@54
    39
.glyphicon-plus                   { &:before { content: "\2b"; } }
info@54
    40
.glyphicon-euro                   { &:before { content: "\20ac"; } }
info@54
    41
.glyphicon-minus                  { &:before { content: "\2212"; } }
info@54
    42
.glyphicon-cloud                  { &:before { content: "\2601"; } }
info@54
    43
.glyphicon-envelope               { &:before { content: "\2709"; } }
info@54
    44
.glyphicon-pencil                 { &:before { content: "\270f"; } }
info@54
    45
.glyphicon-glass                  { &:before { content: "\e001"; } }
info@54
    46
.glyphicon-music                  { &:before { content: "\e002"; } }
info@54
    47
.glyphicon-search                 { &:before { content: "\e003"; } }
info@54
    48
.glyphicon-heart                  { &:before { content: "\e005"; } }
info@54
    49
.glyphicon-star                   { &:before { content: "\e006"; } }
info@54
    50
.glyphicon-star-empty             { &:before { content: "\e007"; } }
info@54
    51
.glyphicon-user                   { &:before { content: "\e008"; } }
info@54
    52
.glyphicon-film                   { &:before { content: "\e009"; } }
info@54
    53
.glyphicon-th-large               { &:before { content: "\e010"; } }
info@54
    54
.glyphicon-th                     { &:before { content: "\e011"; } }
info@54
    55
.glyphicon-th-list                { &:before { content: "\e012"; } }
info@54
    56
.glyphicon-ok                     { &:before { content: "\e013"; } }
info@54
    57
.glyphicon-remove                 { &:before { content: "\e014"; } }
info@54
    58
.glyphicon-zoom-in                { &:before { content: "\e015"; } }
info@54
    59
.glyphicon-zoom-out               { &:before { content: "\e016"; } }
info@54
    60
.glyphicon-off                    { &:before { content: "\e017"; } }
info@54
    61
.glyphicon-signal                 { &:before { content: "\e018"; } }
info@54
    62
.glyphicon-cog                    { &:before { content: "\e019"; } }
info@54
    63
.glyphicon-trash                  { &:before { content: "\e020"; } }
info@54
    64
.glyphicon-home                   { &:before { content: "\e021"; } }
info@54
    65
.glyphicon-file                   { &:before { content: "\e022"; } }
info@54
    66
.glyphicon-time                   { &:before { content: "\e023"; } }
info@54
    67
.glyphicon-road                   { &:before { content: "\e024"; } }
info@54
    68
.glyphicon-download-alt           { &:before { content: "\e025"; } }
info@54
    69
.glyphicon-download               { &:before { content: "\e026"; } }
info@54
    70
.glyphicon-upload                 { &:before { content: "\e027"; } }
info@54
    71
.glyphicon-inbox                  { &:before { content: "\e028"; } }
info@54
    72
.glyphicon-play-circle            { &:before { content: "\e029"; } }
info@54
    73
.glyphicon-repeat                 { &:before { content: "\e030"; } }
info@54
    74
.glyphicon-refresh                { &:before { content: "\e031"; } }
info@54
    75
.glyphicon-list-alt               { &:before { content: "\e032"; } }
info@54
    76
.glyphicon-lock                   { &:before { content: "\e033"; } }
info@54
    77
.glyphicon-flag                   { &:before { content: "\e034"; } }
info@54
    78
.glyphicon-headphones             { &:before { content: "\e035"; } }
info@54
    79
.glyphicon-volume-off             { &:before { content: "\e036"; } }
info@54
    80
.glyphicon-volume-down            { &:before { content: "\e037"; } }
info@54
    81
.glyphicon-volume-up              { &:before { content: "\e038"; } }
info@54
    82
.glyphicon-qrcode                 { &:before { content: "\e039"; } }
info@54
    83
.glyphicon-barcode                { &:before { content: "\e040"; } }
info@54
    84
.glyphicon-tag                    { &:before { content: "\e041"; } }
info@54
    85
.glyphicon-tags                   { &:before { content: "\e042"; } }
info@54
    86
.glyphicon-book                   { &:before { content: "\e043"; } }
info@54
    87
.glyphicon-bookmark               { &:before { content: "\e044"; } }
info@54
    88
.glyphicon-print                  { &:before { content: "\e045"; } }
info@54
    89
.glyphicon-camera                 { &:before { content: "\e046"; } }
info@54
    90
.glyphicon-font                   { &:before { content: "\e047"; } }
info@54
    91
.glyphicon-bold                   { &:before { content: "\e048"; } }
info@54
    92
.glyphicon-italic                 { &:before { content: "\e049"; } }
info@54
    93
.glyphicon-text-height            { &:before { content: "\e050"; } }
info@54
    94
.glyphicon-text-width             { &:before { content: "\e051"; } }
info@54
    95
.glyphicon-align-left             { &:before { content: "\e052"; } }
info@54
    96
.glyphicon-align-center           { &:before { content: "\e053"; } }
info@54
    97
.glyphicon-align-right            { &:before { content: "\e054"; } }
info@54
    98
.glyphicon-align-justify          { &:before { content: "\e055"; } }
info@54
    99
.glyphicon-list                   { &:before { content: "\e056"; } }
info@54
   100
.glyphicon-indent-left            { &:before { content: "\e057"; } }
info@54
   101
.glyphicon-indent-right           { &:before { content: "\e058"; } }
info@54
   102
.glyphicon-facetime-video         { &:before { content: "\e059"; } }
info@54
   103
.glyphicon-picture                { &:before { content: "\e060"; } }
info@54
   104
.glyphicon-map-marker             { &:before { content: "\e062"; } }
info@54
   105
.glyphicon-adjust                 { &:before { content: "\e063"; } }
info@54
   106
.glyphicon-tint                   { &:before { content: "\e064"; } }
info@54
   107
.glyphicon-edit                   { &:before { content: "\e065"; } }
info@54
   108
.glyphicon-share                  { &:before { content: "\e066"; } }
info@54
   109
.glyphicon-check                  { &:before { content: "\e067"; } }
info@54
   110
.glyphicon-move                   { &:before { content: "\e068"; } }
info@54
   111
.glyphicon-step-backward          { &:before { content: "\e069"; } }
info@54
   112
.glyphicon-fast-backward          { &:before { content: "\e070"; } }
info@54
   113
.glyphicon-backward               { &:before { content: "\e071"; } }
info@54
   114
.glyphicon-play                   { &:before { content: "\e072"; } }
info@54
   115
.glyphicon-pause                  { &:before { content: "\e073"; } }
info@54
   116
.glyphicon-stop                   { &:before { content: "\e074"; } }
info@54
   117
.glyphicon-forward                { &:before { content: "\e075"; } }
info@54
   118
.glyphicon-fast-forward           { &:before { content: "\e076"; } }
info@54
   119
.glyphicon-step-forward           { &:before { content: "\e077"; } }
info@54
   120
.glyphicon-eject                  { &:before { content: "\e078"; } }
info@54
   121
.glyphicon-chevron-left           { &:before { content: "\e079"; } }
info@54
   122
.glyphicon-chevron-right          { &:before { content: "\e080"; } }
info@54
   123
.glyphicon-plus-sign              { &:before { content: "\e081"; } }
info@54
   124
.glyphicon-minus-sign             { &:before { content: "\e082"; } }
info@54
   125
.glyphicon-remove-sign            { &:before { content: "\e083"; } }
info@54
   126
.glyphicon-ok-sign                { &:before { content: "\e084"; } }
info@54
   127
.glyphicon-question-sign          { &:before { content: "\e085"; } }
info@54
   128
.glyphicon-info-sign              { &:before { content: "\e086"; } }
info@54
   129
.glyphicon-screenshot             { &:before { content: "\e087"; } }
info@54
   130
.glyphicon-remove-circle          { &:before { content: "\e088"; } }
info@54
   131
.glyphicon-ok-circle              { &:before { content: "\e089"; } }
info@54
   132
.glyphicon-ban-circle             { &:before { content: "\e090"; } }
info@54
   133
.glyphicon-arrow-left             { &:before { content: "\e091"; } }
info@54
   134
.glyphicon-arrow-right            { &:before { content: "\e092"; } }
info@54
   135
.glyphicon-arrow-up               { &:before { content: "\e093"; } }
info@54
   136
.glyphicon-arrow-down             { &:before { content: "\e094"; } }
info@54
   137
.glyphicon-share-alt              { &:before { content: "\e095"; } }
info@54
   138
.glyphicon-resize-full            { &:before { content: "\e096"; } }
info@54
   139
.glyphicon-resize-small           { &:before { content: "\e097"; } }
info@54
   140
.glyphicon-exclamation-sign       { &:before { content: "\e101"; } }
info@54
   141
.glyphicon-gift                   { &:before { content: "\e102"; } }
info@54
   142
.glyphicon-leaf                   { &:before { content: "\e103"; } }
info@54
   143
.glyphicon-fire                   { &:before { content: "\e104"; } }
info@54
   144
.glyphicon-eye-open               { &:before { content: "\e105"; } }
info@54
   145
.glyphicon-eye-close              { &:before { content: "\e106"; } }
info@54
   146
.glyphicon-warning-sign           { &:before { content: "\e107"; } }
info@54
   147
.glyphicon-plane                  { &:before { content: "\e108"; } }
info@54
   148
.glyphicon-calendar               { &:before { content: "\e109"; } }
info@54
   149
.glyphicon-random                 { &:before { content: "\e110"; } }
info@54
   150
.glyphicon-comment                { &:before { content: "\e111"; } }
info@54
   151
.glyphicon-magnet                 { &:before { content: "\e112"; } }
info@54
   152
.glyphicon-chevron-up             { &:before { content: "\e113"; } }
info@54
   153
.glyphicon-chevron-down           { &:before { content: "\e114"; } }
info@54
   154
.glyphicon-retweet                { &:before { content: "\e115"; } }
info@54
   155
.glyphicon-shopping-cart          { &:before { content: "\e116"; } }
info@54
   156
.glyphicon-folder-close           { &:before { content: "\e117"; } }
info@54
   157
.glyphicon-folder-open            { &:before { content: "\e118"; } }
info@54
   158
.glyphicon-resize-vertical        { &:before { content: "\e119"; } }
info@54
   159
.glyphicon-resize-horizontal      { &:before { content: "\e120"; } }
info@54
   160
.glyphicon-hdd                    { &:before { content: "\e121"; } }
info@54
   161
.glyphicon-bullhorn               { &:before { content: "\e122"; } }
info@54
   162
.glyphicon-bell                   { &:before { content: "\e123"; } }
info@54
   163
.glyphicon-certificate            { &:before { content: "\e124"; } }
info@54
   164
.glyphicon-thumbs-up              { &:before { content: "\e125"; } }
info@54
   165
.glyphicon-thumbs-down            { &:before { content: "\e126"; } }
info@54
   166
.glyphicon-hand-right             { &:before { content: "\e127"; } }
info@54
   167
.glyphicon-hand-left              { &:before { content: "\e128"; } }
info@54
   168
.glyphicon-hand-up                { &:before { content: "\e129"; } }
info@54
   169
.glyphicon-hand-down              { &:before { content: "\e130"; } }
info@54
   170
.glyphicon-circle-arrow-right     { &:before { content: "\e131"; } }
info@54
   171
.glyphicon-circle-arrow-left      { &:before { content: "\e132"; } }
info@54
   172
.glyphicon-circle-arrow-up        { &:before { content: "\e133"; } }
info@54
   173
.glyphicon-circle-arrow-down      { &:before { content: "\e134"; } }
info@54
   174
.glyphicon-globe                  { &:before { content: "\e135"; } }
info@54
   175
.glyphicon-wrench                 { &:before { content: "\e136"; } }
info@54
   176
.glyphicon-tasks                  { &:before { content: "\e137"; } }
info@54
   177
.glyphicon-filter                 { &:before { content: "\e138"; } }
info@54
   178
.glyphicon-briefcase              { &:before { content: "\e139"; } }
info@54
   179
.glyphicon-fullscreen             { &:before { content: "\e140"; } }
info@54
   180
.glyphicon-dashboard              { &:before { content: "\e141"; } }
info@54
   181
.glyphicon-paperclip              { &:before { content: "\e142"; } }
info@54
   182
.glyphicon-heart-empty            { &:before { content: "\e143"; } }
info@54
   183
.glyphicon-link                   { &:before { content: "\e144"; } }
info@54
   184
.glyphicon-phone                  { &:before { content: "\e145"; } }
info@54
   185
.glyphicon-pushpin                { &:before { content: "\e146"; } }
info@54
   186
.glyphicon-usd                    { &:before { content: "\e148"; } }
info@54
   187
.glyphicon-gbp                    { &:before { content: "\e149"; } }
info@54
   188
.glyphicon-sort                   { &:before { content: "\e150"; } }
info@54
   189
.glyphicon-sort-by-alphabet       { &:before { content: "\e151"; } }
info@54
   190
.glyphicon-sort-by-alphabet-alt   { &:before { content: "\e152"; } }
info@54
   191
.glyphicon-sort-by-order          { &:before { content: "\e153"; } }
info@54
   192
.glyphicon-sort-by-order-alt      { &:before { content: "\e154"; } }
info@54
   193
.glyphicon-sort-by-attributes     { &:before { content: "\e155"; } }
info@54
   194
.glyphicon-sort-by-attributes-alt { &:before { content: "\e156"; } }
info@54
   195
.glyphicon-unchecked              { &:before { content: "\e157"; } }
info@54
   196
.glyphicon-expand                 { &:before { content: "\e158"; } }
info@54
   197
.glyphicon-collapse-down          { &:before { content: "\e159"; } }
info@54
   198
.glyphicon-collapse-up            { &:before { content: "\e160"; } }
info@54
   199
.glyphicon-log-in                 { &:before { content: "\e161"; } }
info@54
   200
.glyphicon-flash                  { &:before { content: "\e162"; } }
info@54
   201
.glyphicon-log-out                { &:before { content: "\e163"; } }
info@54
   202
.glyphicon-new-window             { &:before { content: "\e164"; } }
info@54
   203
.glyphicon-record                 { &:before { content: "\e165"; } }
info@54
   204
.glyphicon-save                   { &:before { content: "\e166"; } }
info@54
   205
.glyphicon-open                   { &:before { content: "\e167"; } }
info@54
   206
.glyphicon-saved                  { &:before { content: "\e168"; } }
info@54
   207
.glyphicon-import                 { &:before { content: "\e169"; } }
info@54
   208
.glyphicon-export                 { &:before { content: "\e170"; } }
info@54
   209
.glyphicon-send                   { &:before { content: "\e171"; } }
info@54
   210
.glyphicon-floppy-disk            { &:before { content: "\e172"; } }
info@54
   211
.glyphicon-floppy-saved           { &:before { content: "\e173"; } }
info@54
   212
.glyphicon-floppy-remove          { &:before { content: "\e174"; } }
info@54
   213
.glyphicon-floppy-save            { &:before { content: "\e175"; } }
info@54
   214
.glyphicon-floppy-open            { &:before { content: "\e176"; } }
info@54
   215
.glyphicon-credit-card            { &:before { content: "\e177"; } }
info@54
   216
.glyphicon-transfer               { &:before { content: "\e178"; } }
info@54
   217
.glyphicon-cutlery                { &:before { content: "\e179"; } }
info@54
   218
.glyphicon-header                 { &:before { content: "\e180"; } }
info@54
   219
.glyphicon-compressed             { &:before { content: "\e181"; } }
info@54
   220
.glyphicon-earphone               { &:before { content: "\e182"; } }
info@54
   221
.glyphicon-phone-alt              { &:before { content: "\e183"; } }
info@54
   222
.glyphicon-tower                  { &:before { content: "\e184"; } }
info@54
   223
.glyphicon-stats                  { &:before { content: "\e185"; } }
info@54
   224
.glyphicon-sd-video               { &:before { content: "\e186"; } }
info@54
   225
.glyphicon-hd-video               { &:before { content: "\e187"; } }
info@54
   226
.glyphicon-subtitles              { &:before { content: "\e188"; } }
info@54
   227
.glyphicon-sound-stereo           { &:before { content: "\e189"; } }
info@54
   228
.glyphicon-sound-dolby            { &:before { content: "\e190"; } }
info@54
   229
.glyphicon-sound-5-1              { &:before { content: "\e191"; } }
info@54
   230
.glyphicon-sound-6-1              { &:before { content: "\e192"; } }
info@54
   231
.glyphicon-sound-7-1              { &:before { content: "\e193"; } }
info@54
   232
.glyphicon-copyright-mark         { &:before { content: "\e194"; } }
info@54
   233
.glyphicon-registration-mark      { &:before { content: "\e195"; } }
info@54
   234
.glyphicon-cloud-download         { &:before { content: "\e197"; } }
info@54
   235
.glyphicon-cloud-upload           { &:before { content: "\e198"; } }
info@54
   236
.glyphicon-tree-conifer           { &:before { content: "\e199"; } }
info@54
   237
.glyphicon-tree-deciduous         { &:before { content: "\e200"; } }
Impressum Datenschutzerklärung