font-awesome-rails 3.2.0.0 → 4.7.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +6 -14
- data/LICENSE +1 -1
- data/README.md +93 -55
- data/app/assets/fonts/FontAwesome.otf +0 -0
- data/app/assets/fonts/fontawesome-webfont.eot +0 -0
- data/app/assets/fonts/fontawesome-webfont.svg +2668 -396
- data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/app/assets/fonts/fontawesome-webfont.woff +0 -0
- data/app/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/app/assets/stylesheets/font-awesome.css.erb +1549 -678
- data/app/helpers/font_awesome/rails/icon_helper.rb +100 -0
- data/lib/font-awesome-rails/engine.rb +3 -5
- data/lib/font-awesome-rails/version.rb +4 -5
- data/test/dummy/.gitignore +2 -0
- data/test/dummy/app/assets/config/manifest.js +3 -0
- data/test/dummy/app/assets/stylesheets/sprockets-require.css +1 -1
- data/test/dummy/app/controllers/pages_controller.rb +2 -0
- data/test/dummy/app/views/pages/icons.html.erb +3 -0
- data/test/dummy/config/application.rb +1 -0
- data/test/dummy/config/initializers/secret_token.rb +16 -2
- data/test/dummy/config/routes.rb +1 -0
- data/test/font_awesome_rails_test.rb +19 -11
- data/test/icon_helper_test.rb +138 -0
- metadata +47 -54
- data/app/assets/stylesheets/font-awesome-ie7.css +0 -1197
- data/app/assets/stylesheets/font-awesome-ie7.min.css +0 -382
- data/test/dummy/log/test.log +0 -9511
@@ -1,1197 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* Font Awesome 3.2.0
|
3
|
-
* the iconic font designed for Bootstrap
|
4
|
-
* ------------------------------------------------------------------------------
|
5
|
-
* The full suite of pictographic icons, examples, and documentation can be
|
6
|
-
* found at http://fontawesome.io. Stay up to date on Twitter at
|
7
|
-
* http://twitter.com/fontawesome.
|
8
|
-
*
|
9
|
-
* License
|
10
|
-
* ------------------------------------------------------------------------------
|
11
|
-
* - The Font Awesome font is licensed under SIL OFL 1.1 -
|
12
|
-
* http://scripts.sil.org/OFL
|
13
|
-
* - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
|
14
|
-
* http://opensource.org/licenses/mit-license.html
|
15
|
-
* - Font Awesome documentation licensed under CC BY 3.0 -
|
16
|
-
* http://creativecommons.org/licenses/by/3.0/
|
17
|
-
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
|
18
|
-
* "Font Awesome by Dave Gandy - http://fontawesome.io"
|
19
|
-
*
|
20
|
-
* Author - Dave Gandy
|
21
|
-
* ------------------------------------------------------------------------------
|
22
|
-
* Email: dave@fontawesome.io
|
23
|
-
* Twitter: http://twitter.com/byscuits
|
24
|
-
* Work: Lead Product Designer @ Kyruus - http://kyruus.com
|
25
|
-
*/
|
26
|
-
.icon-large {
|
27
|
-
font-size: 1.3333333333333333em;
|
28
|
-
margin-top: -4px;
|
29
|
-
padding-top: 3px;
|
30
|
-
margin-bottom: -4px;
|
31
|
-
padding-bottom: 3px;
|
32
|
-
vertical-align: middle;
|
33
|
-
}
|
34
|
-
.nav [class^="icon-"],
|
35
|
-
.nav [class*=" icon-"] {
|
36
|
-
vertical-align: inherit;
|
37
|
-
margin-top: -4px;
|
38
|
-
padding-top: 3px;
|
39
|
-
margin-bottom: -4px;
|
40
|
-
padding-bottom: 3px;
|
41
|
-
}
|
42
|
-
.nav [class^="icon-"].icon-large,
|
43
|
-
.nav [class*=" icon-"].icon-large {
|
44
|
-
vertical-align: -25%;
|
45
|
-
}
|
46
|
-
.nav-pills [class^="icon-"].icon-large,
|
47
|
-
.nav-tabs [class^="icon-"].icon-large,
|
48
|
-
.nav-pills [class*=" icon-"].icon-large,
|
49
|
-
.nav-tabs [class*=" icon-"].icon-large {
|
50
|
-
line-height: .75em;
|
51
|
-
margin-top: -7px;
|
52
|
-
padding-top: 5px;
|
53
|
-
margin-bottom: -5px;
|
54
|
-
padding-bottom: 4px;
|
55
|
-
}
|
56
|
-
.btn [class^="icon-"].pull-left,
|
57
|
-
.btn [class*=" icon-"].pull-left,
|
58
|
-
.btn [class^="icon-"].pull-right,
|
59
|
-
.btn [class*=" icon-"].pull-right {
|
60
|
-
vertical-align: inherit;
|
61
|
-
}
|
62
|
-
.btn [class^="icon-"].icon-large,
|
63
|
-
.btn [class*=" icon-"].icon-large {
|
64
|
-
margin-top: -0.5em;
|
65
|
-
}
|
66
|
-
a [class^="icon-"],
|
67
|
-
a [class*=" icon-"] {
|
68
|
-
cursor: pointer;
|
69
|
-
}
|
70
|
-
.icon-glass {
|
71
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
72
|
-
}
|
73
|
-
.icon-music {
|
74
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
75
|
-
}
|
76
|
-
.icon-search {
|
77
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
78
|
-
}
|
79
|
-
.icon-envelope-alt {
|
80
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
81
|
-
}
|
82
|
-
.icon-heart {
|
83
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
84
|
-
}
|
85
|
-
.icon-star {
|
86
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
87
|
-
}
|
88
|
-
.icon-star-empty {
|
89
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
90
|
-
}
|
91
|
-
.icon-user {
|
92
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
93
|
-
}
|
94
|
-
.icon-film {
|
95
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
96
|
-
}
|
97
|
-
.icon-th-large {
|
98
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
99
|
-
}
|
100
|
-
.icon-th {
|
101
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
102
|
-
}
|
103
|
-
.icon-th-list {
|
104
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
105
|
-
}
|
106
|
-
.icon-ok {
|
107
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
108
|
-
}
|
109
|
-
.icon-remove {
|
110
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
111
|
-
}
|
112
|
-
.icon-zoom-in {
|
113
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
114
|
-
}
|
115
|
-
.icon-zoom-out {
|
116
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
117
|
-
}
|
118
|
-
.icon-off {
|
119
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
120
|
-
}
|
121
|
-
.icon-power-off {
|
122
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
123
|
-
}
|
124
|
-
.icon-signal {
|
125
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
126
|
-
}
|
127
|
-
.icon-cog {
|
128
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
129
|
-
}
|
130
|
-
.icon-trash {
|
131
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
132
|
-
}
|
133
|
-
.icon-home {
|
134
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
135
|
-
}
|
136
|
-
.icon-file-alt {
|
137
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
138
|
-
}
|
139
|
-
.icon-time {
|
140
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
141
|
-
}
|
142
|
-
.icon-road {
|
143
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
144
|
-
}
|
145
|
-
.icon-download-alt {
|
146
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
147
|
-
}
|
148
|
-
.icon-download {
|
149
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
150
|
-
}
|
151
|
-
.icon-upload {
|
152
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
153
|
-
}
|
154
|
-
.icon-inbox {
|
155
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
156
|
-
}
|
157
|
-
.icon-play-circle {
|
158
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
159
|
-
}
|
160
|
-
.icon-repeat {
|
161
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
162
|
-
}
|
163
|
-
.icon-rotate-right {
|
164
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
165
|
-
}
|
166
|
-
.icon-refresh {
|
167
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
168
|
-
}
|
169
|
-
.icon-list-alt {
|
170
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
171
|
-
}
|
172
|
-
.icon-lock {
|
173
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
174
|
-
}
|
175
|
-
.icon-flag {
|
176
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
177
|
-
}
|
178
|
-
.icon-headphones {
|
179
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
180
|
-
}
|
181
|
-
.icon-volume-off {
|
182
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
183
|
-
}
|
184
|
-
.icon-volume-down {
|
185
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
186
|
-
}
|
187
|
-
.icon-volume-up {
|
188
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
189
|
-
}
|
190
|
-
.icon-qrcode {
|
191
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
192
|
-
}
|
193
|
-
.icon-barcode {
|
194
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
195
|
-
}
|
196
|
-
.icon-tag {
|
197
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
198
|
-
}
|
199
|
-
.icon-tags {
|
200
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
201
|
-
}
|
202
|
-
.icon-book {
|
203
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
204
|
-
}
|
205
|
-
.icon-bookmark {
|
206
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
207
|
-
}
|
208
|
-
.icon-print {
|
209
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
210
|
-
}
|
211
|
-
.icon-camera {
|
212
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
213
|
-
}
|
214
|
-
.icon-font {
|
215
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
216
|
-
}
|
217
|
-
.icon-bold {
|
218
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
219
|
-
}
|
220
|
-
.icon-italic {
|
221
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
222
|
-
}
|
223
|
-
.icon-text-height {
|
224
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
225
|
-
}
|
226
|
-
.icon-text-width {
|
227
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
228
|
-
}
|
229
|
-
.icon-align-left {
|
230
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
231
|
-
}
|
232
|
-
.icon-align-center {
|
233
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
234
|
-
}
|
235
|
-
.icon-align-right {
|
236
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
237
|
-
}
|
238
|
-
.icon-align-justify {
|
239
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
240
|
-
}
|
241
|
-
.icon-list {
|
242
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
243
|
-
}
|
244
|
-
.icon-indent-left {
|
245
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
246
|
-
}
|
247
|
-
.icon-indent-right {
|
248
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
249
|
-
}
|
250
|
-
.icon-facetime-video {
|
251
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
252
|
-
}
|
253
|
-
.icon-picture {
|
254
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
255
|
-
}
|
256
|
-
.icon-pencil {
|
257
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
258
|
-
}
|
259
|
-
.icon-map-marker {
|
260
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
261
|
-
}
|
262
|
-
.icon-adjust {
|
263
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
264
|
-
}
|
265
|
-
.icon-tint {
|
266
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
267
|
-
}
|
268
|
-
.icon-edit {
|
269
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
270
|
-
}
|
271
|
-
.icon-share {
|
272
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
273
|
-
}
|
274
|
-
.icon-check {
|
275
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
276
|
-
}
|
277
|
-
.icon-move {
|
278
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
279
|
-
}
|
280
|
-
.icon-step-backward {
|
281
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
282
|
-
}
|
283
|
-
.icon-fast-backward {
|
284
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
285
|
-
}
|
286
|
-
.icon-backward {
|
287
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
288
|
-
}
|
289
|
-
.icon-play {
|
290
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
291
|
-
}
|
292
|
-
.icon-pause {
|
293
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
294
|
-
}
|
295
|
-
.icon-stop {
|
296
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
297
|
-
}
|
298
|
-
.icon-forward {
|
299
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
300
|
-
}
|
301
|
-
.icon-fast-forward {
|
302
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
303
|
-
}
|
304
|
-
.icon-step-forward {
|
305
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
306
|
-
}
|
307
|
-
.icon-eject {
|
308
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
309
|
-
}
|
310
|
-
.icon-chevron-left {
|
311
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
312
|
-
}
|
313
|
-
.icon-chevron-right {
|
314
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
315
|
-
}
|
316
|
-
.icon-plus-sign {
|
317
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
318
|
-
}
|
319
|
-
.icon-minus-sign {
|
320
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
321
|
-
}
|
322
|
-
.icon-remove-sign {
|
323
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
324
|
-
}
|
325
|
-
.icon-ok-sign {
|
326
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
327
|
-
}
|
328
|
-
.icon-question-sign {
|
329
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
330
|
-
}
|
331
|
-
.icon-info-sign {
|
332
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
333
|
-
}
|
334
|
-
.icon-screenshot {
|
335
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
336
|
-
}
|
337
|
-
.icon-remove-circle {
|
338
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
339
|
-
}
|
340
|
-
.icon-ok-circle {
|
341
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
342
|
-
}
|
343
|
-
.icon-ban-circle {
|
344
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
345
|
-
}
|
346
|
-
.icon-arrow-left {
|
347
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
348
|
-
}
|
349
|
-
.icon-arrow-right {
|
350
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
351
|
-
}
|
352
|
-
.icon-arrow-up {
|
353
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
354
|
-
}
|
355
|
-
.icon-arrow-down {
|
356
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
357
|
-
}
|
358
|
-
.icon-share-alt {
|
359
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
360
|
-
}
|
361
|
-
.icon-mail-forward {
|
362
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
363
|
-
}
|
364
|
-
.icon-resize-full {
|
365
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
366
|
-
}
|
367
|
-
.icon-resize-small {
|
368
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
369
|
-
}
|
370
|
-
.icon-plus {
|
371
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
372
|
-
}
|
373
|
-
.icon-minus {
|
374
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
375
|
-
}
|
376
|
-
.icon-asterisk {
|
377
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
378
|
-
}
|
379
|
-
.icon-exclamation-sign {
|
380
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
381
|
-
}
|
382
|
-
.icon-gift {
|
383
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
384
|
-
}
|
385
|
-
.icon-leaf {
|
386
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
387
|
-
}
|
388
|
-
.icon-fire {
|
389
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
390
|
-
}
|
391
|
-
.icon-eye-open {
|
392
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
393
|
-
}
|
394
|
-
.icon-eye-close {
|
395
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
396
|
-
}
|
397
|
-
.icon-warning-sign {
|
398
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
399
|
-
}
|
400
|
-
.icon-plane {
|
401
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
402
|
-
}
|
403
|
-
.icon-calendar {
|
404
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
405
|
-
}
|
406
|
-
.icon-random {
|
407
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
408
|
-
}
|
409
|
-
.icon-comment {
|
410
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
411
|
-
}
|
412
|
-
.icon-magnet {
|
413
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
414
|
-
}
|
415
|
-
.icon-chevron-up {
|
416
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
417
|
-
}
|
418
|
-
.icon-chevron-down {
|
419
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
420
|
-
}
|
421
|
-
.icon-retweet {
|
422
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
423
|
-
}
|
424
|
-
.icon-shopping-cart {
|
425
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
426
|
-
}
|
427
|
-
.icon-folder-close {
|
428
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
429
|
-
}
|
430
|
-
.icon-folder-open {
|
431
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
432
|
-
}
|
433
|
-
.icon-resize-vertical {
|
434
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
435
|
-
}
|
436
|
-
.icon-resize-horizontal {
|
437
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
438
|
-
}
|
439
|
-
.icon-bar-chart {
|
440
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
441
|
-
}
|
442
|
-
.icon-twitter-sign {
|
443
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
444
|
-
}
|
445
|
-
.icon-facebook-sign {
|
446
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
447
|
-
}
|
448
|
-
.icon-camera-retro {
|
449
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
450
|
-
}
|
451
|
-
.icon-key {
|
452
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
453
|
-
}
|
454
|
-
.icon-cogs {
|
455
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
456
|
-
}
|
457
|
-
.icon-comments {
|
458
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
459
|
-
}
|
460
|
-
.icon-thumbs-up-alt {
|
461
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
462
|
-
}
|
463
|
-
.icon-thumbs-down-alt {
|
464
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
465
|
-
}
|
466
|
-
.icon-star-half {
|
467
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
468
|
-
}
|
469
|
-
.icon-heart-empty {
|
470
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
471
|
-
}
|
472
|
-
.icon-signout {
|
473
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
474
|
-
}
|
475
|
-
.icon-linkedin-sign {
|
476
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
477
|
-
}
|
478
|
-
.icon-pushpin {
|
479
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
480
|
-
}
|
481
|
-
.icon-external-link {
|
482
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
483
|
-
}
|
484
|
-
.icon-signin {
|
485
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
486
|
-
}
|
487
|
-
.icon-trophy {
|
488
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
489
|
-
}
|
490
|
-
.icon-github-sign {
|
491
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
492
|
-
}
|
493
|
-
.icon-upload-alt {
|
494
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
495
|
-
}
|
496
|
-
.icon-lemon {
|
497
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
498
|
-
}
|
499
|
-
.icon-phone {
|
500
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
501
|
-
}
|
502
|
-
.icon-check-empty {
|
503
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
504
|
-
}
|
505
|
-
.icon-unchecked {
|
506
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
507
|
-
}
|
508
|
-
.icon-bookmark-empty {
|
509
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
510
|
-
}
|
511
|
-
.icon-phone-sign {
|
512
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
513
|
-
}
|
514
|
-
.icon-twitter {
|
515
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
516
|
-
}
|
517
|
-
.icon-facebook {
|
518
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
519
|
-
}
|
520
|
-
.icon-github {
|
521
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
522
|
-
}
|
523
|
-
.icon-unlock {
|
524
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
525
|
-
}
|
526
|
-
.icon-credit-card {
|
527
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
528
|
-
}
|
529
|
-
.icon-rss {
|
530
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
531
|
-
}
|
532
|
-
.icon-hdd {
|
533
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
534
|
-
}
|
535
|
-
.icon-bullhorn {
|
536
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
537
|
-
}
|
538
|
-
.icon-bell {
|
539
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
540
|
-
}
|
541
|
-
.icon-certificate {
|
542
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
543
|
-
}
|
544
|
-
.icon-hand-right {
|
545
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
546
|
-
}
|
547
|
-
.icon-hand-left {
|
548
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
549
|
-
}
|
550
|
-
.icon-hand-up {
|
551
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
552
|
-
}
|
553
|
-
.icon-hand-down {
|
554
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
555
|
-
}
|
556
|
-
.icon-circle-arrow-left {
|
557
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
558
|
-
}
|
559
|
-
.icon-circle-arrow-right {
|
560
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
561
|
-
}
|
562
|
-
.icon-circle-arrow-up {
|
563
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
564
|
-
}
|
565
|
-
.icon-circle-arrow-down {
|
566
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
567
|
-
}
|
568
|
-
.icon-globe {
|
569
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
570
|
-
}
|
571
|
-
.icon-wrench {
|
572
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
573
|
-
}
|
574
|
-
.icon-tasks {
|
575
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
576
|
-
}
|
577
|
-
.icon-filter {
|
578
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
579
|
-
}
|
580
|
-
.icon-briefcase {
|
581
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
582
|
-
}
|
583
|
-
.icon-fullscreen {
|
584
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
585
|
-
}
|
586
|
-
.icon-group {
|
587
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
588
|
-
}
|
589
|
-
.icon-link {
|
590
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
591
|
-
}
|
592
|
-
.icon-cloud {
|
593
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
594
|
-
}
|
595
|
-
.icon-beaker {
|
596
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
597
|
-
}
|
598
|
-
.icon-cut {
|
599
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
600
|
-
}
|
601
|
-
.icon-copy {
|
602
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
603
|
-
}
|
604
|
-
.icon-paper-clip {
|
605
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
606
|
-
}
|
607
|
-
.icon-paperclip {
|
608
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
609
|
-
}
|
610
|
-
.icon-save {
|
611
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
612
|
-
}
|
613
|
-
.icon-sign-blank {
|
614
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
615
|
-
}
|
616
|
-
.icon-reorder {
|
617
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
618
|
-
}
|
619
|
-
.icon-list-ul {
|
620
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
621
|
-
}
|
622
|
-
.icon-list-ol {
|
623
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
624
|
-
}
|
625
|
-
.icon-strikethrough {
|
626
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
627
|
-
}
|
628
|
-
.icon-underline {
|
629
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
630
|
-
}
|
631
|
-
.icon-table {
|
632
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
633
|
-
}
|
634
|
-
.icon-magic {
|
635
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
636
|
-
}
|
637
|
-
.icon-truck {
|
638
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
639
|
-
}
|
640
|
-
.icon-pinterest {
|
641
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
642
|
-
}
|
643
|
-
.icon-pinterest-sign {
|
644
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
645
|
-
}
|
646
|
-
.icon-google-plus-sign {
|
647
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
648
|
-
}
|
649
|
-
.icon-google-plus {
|
650
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
651
|
-
}
|
652
|
-
.icon-money {
|
653
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
654
|
-
}
|
655
|
-
.icon-caret-down {
|
656
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
657
|
-
}
|
658
|
-
.icon-caret-up {
|
659
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
660
|
-
}
|
661
|
-
.icon-caret-left {
|
662
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
663
|
-
}
|
664
|
-
.icon-caret-right {
|
665
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
666
|
-
}
|
667
|
-
.icon-columns {
|
668
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
669
|
-
}
|
670
|
-
.icon-sort {
|
671
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
672
|
-
}
|
673
|
-
.icon-sort-down {
|
674
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
675
|
-
}
|
676
|
-
.icon-sort-up {
|
677
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
678
|
-
}
|
679
|
-
.icon-envelope {
|
680
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
681
|
-
}
|
682
|
-
.icon-linkedin {
|
683
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
684
|
-
}
|
685
|
-
.icon-undo {
|
686
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
687
|
-
}
|
688
|
-
.icon-rotate-left {
|
689
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
690
|
-
}
|
691
|
-
.icon-legal {
|
692
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
693
|
-
}
|
694
|
-
.icon-dashboard {
|
695
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
696
|
-
}
|
697
|
-
.icon-comment-alt {
|
698
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
699
|
-
}
|
700
|
-
.icon-comments-alt {
|
701
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
702
|
-
}
|
703
|
-
.icon-bolt {
|
704
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
705
|
-
}
|
706
|
-
.icon-sitemap {
|
707
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
708
|
-
}
|
709
|
-
.icon-umbrella {
|
710
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
711
|
-
}
|
712
|
-
.icon-paste {
|
713
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
714
|
-
}
|
715
|
-
.icon-lightbulb {
|
716
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
717
|
-
}
|
718
|
-
.icon-exchange {
|
719
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
720
|
-
}
|
721
|
-
.icon-cloud-download {
|
722
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
723
|
-
}
|
724
|
-
.icon-cloud-upload {
|
725
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
726
|
-
}
|
727
|
-
.icon-user-md {
|
728
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
729
|
-
}
|
730
|
-
.icon-stethoscope {
|
731
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
732
|
-
}
|
733
|
-
.icon-suitcase {
|
734
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
735
|
-
}
|
736
|
-
.icon-bell-alt {
|
737
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
738
|
-
}
|
739
|
-
.icon-coffee {
|
740
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
741
|
-
}
|
742
|
-
.icon-food {
|
743
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
744
|
-
}
|
745
|
-
.icon-file-text-alt {
|
746
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
747
|
-
}
|
748
|
-
.icon-building {
|
749
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
750
|
-
}
|
751
|
-
.icon-hospital {
|
752
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
753
|
-
}
|
754
|
-
.icon-ambulance {
|
755
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
756
|
-
}
|
757
|
-
.icon-medkit {
|
758
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
759
|
-
}
|
760
|
-
.icon-fighter-jet {
|
761
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
762
|
-
}
|
763
|
-
.icon-beer {
|
764
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
765
|
-
}
|
766
|
-
.icon-h-sign {
|
767
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
768
|
-
}
|
769
|
-
.icon-plus-sign-alt {
|
770
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
771
|
-
}
|
772
|
-
.icon-double-angle-left {
|
773
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
774
|
-
}
|
775
|
-
.icon-double-angle-right {
|
776
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
777
|
-
}
|
778
|
-
.icon-double-angle-up {
|
779
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
780
|
-
}
|
781
|
-
.icon-double-angle-down {
|
782
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
783
|
-
}
|
784
|
-
.icon-angle-left {
|
785
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
786
|
-
}
|
787
|
-
.icon-angle-right {
|
788
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
789
|
-
}
|
790
|
-
.icon-angle-up {
|
791
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
792
|
-
}
|
793
|
-
.icon-angle-down {
|
794
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
795
|
-
}
|
796
|
-
.icon-desktop {
|
797
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
798
|
-
}
|
799
|
-
.icon-laptop {
|
800
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
801
|
-
}
|
802
|
-
.icon-tablet {
|
803
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
804
|
-
}
|
805
|
-
.icon-mobile-phone {
|
806
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
807
|
-
}
|
808
|
-
.icon-circle-blank {
|
809
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
810
|
-
}
|
811
|
-
.icon-quote-left {
|
812
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
813
|
-
}
|
814
|
-
.icon-quote-right {
|
815
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
816
|
-
}
|
817
|
-
.icon-spinner {
|
818
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
819
|
-
}
|
820
|
-
.icon-circle {
|
821
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
822
|
-
}
|
823
|
-
.icon-reply {
|
824
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
825
|
-
}
|
826
|
-
.icon-mail-reply {
|
827
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
828
|
-
}
|
829
|
-
.icon-github-alt {
|
830
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
831
|
-
}
|
832
|
-
.icon-folder-close-alt {
|
833
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
834
|
-
}
|
835
|
-
.icon-folder-open-alt {
|
836
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
837
|
-
}
|
838
|
-
.icon-expand-alt {
|
839
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
840
|
-
}
|
841
|
-
.icon-collapse-alt {
|
842
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
843
|
-
}
|
844
|
-
.icon-smile {
|
845
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
846
|
-
}
|
847
|
-
.icon-frown {
|
848
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
849
|
-
}
|
850
|
-
.icon-meh {
|
851
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
852
|
-
}
|
853
|
-
.icon-gamepad {
|
854
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
855
|
-
}
|
856
|
-
.icon-keyboard {
|
857
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
858
|
-
}
|
859
|
-
.icon-flag-alt {
|
860
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
861
|
-
}
|
862
|
-
.icon-flag-checkered {
|
863
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
864
|
-
}
|
865
|
-
.icon-terminal {
|
866
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
867
|
-
}
|
868
|
-
.icon-code {
|
869
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
870
|
-
}
|
871
|
-
.icon-reply-all {
|
872
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
873
|
-
}
|
874
|
-
.icon-mail-reply-all {
|
875
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
876
|
-
}
|
877
|
-
.icon-star-half-empty {
|
878
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
879
|
-
}
|
880
|
-
.icon-star-half-full {
|
881
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
882
|
-
}
|
883
|
-
.icon-location-arrow {
|
884
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
885
|
-
}
|
886
|
-
.icon-crop {
|
887
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
888
|
-
}
|
889
|
-
.icon-code-fork {
|
890
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
891
|
-
}
|
892
|
-
.icon-unlink {
|
893
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
894
|
-
}
|
895
|
-
.icon-question {
|
896
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
897
|
-
}
|
898
|
-
.icon-info {
|
899
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
900
|
-
}
|
901
|
-
.icon-exclamation {
|
902
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
903
|
-
}
|
904
|
-
.icon-superscript {
|
905
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
906
|
-
}
|
907
|
-
.icon-subscript {
|
908
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
909
|
-
}
|
910
|
-
.icon-eraser {
|
911
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
912
|
-
}
|
913
|
-
.icon-puzzle-piece {
|
914
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
915
|
-
}
|
916
|
-
.icon-microphone {
|
917
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
918
|
-
}
|
919
|
-
.icon-microphone-off {
|
920
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
921
|
-
}
|
922
|
-
.icon-shield {
|
923
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
924
|
-
}
|
925
|
-
.icon-calendar-empty {
|
926
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
927
|
-
}
|
928
|
-
.icon-fire-extinguisher {
|
929
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
930
|
-
}
|
931
|
-
.icon-rocket {
|
932
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
933
|
-
}
|
934
|
-
.icon-maxcdn {
|
935
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
936
|
-
}
|
937
|
-
.icon-chevron-sign-left {
|
938
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
939
|
-
}
|
940
|
-
.icon-chevron-sign-right {
|
941
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
942
|
-
}
|
943
|
-
.icon-chevron-sign-up {
|
944
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
945
|
-
}
|
946
|
-
.icon-chevron-sign-down {
|
947
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
948
|
-
}
|
949
|
-
.icon-html5 {
|
950
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
951
|
-
}
|
952
|
-
.icon-css3 {
|
953
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
954
|
-
}
|
955
|
-
.icon-anchor {
|
956
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
957
|
-
}
|
958
|
-
.icon-unlock-alt {
|
959
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
960
|
-
}
|
961
|
-
.icon-bullseye {
|
962
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
963
|
-
}
|
964
|
-
.icon-ellipsis-horizontal {
|
965
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
966
|
-
}
|
967
|
-
.icon-ellipsis-vertical {
|
968
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
969
|
-
}
|
970
|
-
.icon-rss-sign {
|
971
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
972
|
-
}
|
973
|
-
.icon-play-sign {
|
974
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
975
|
-
}
|
976
|
-
.icon-ticket {
|
977
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
978
|
-
}
|
979
|
-
.icon-minus-sign-alt {
|
980
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
981
|
-
}
|
982
|
-
.icon-check-minus {
|
983
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
984
|
-
}
|
985
|
-
.icon-level-up {
|
986
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
987
|
-
}
|
988
|
-
.icon-level-down {
|
989
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
990
|
-
}
|
991
|
-
.icon-check-sign {
|
992
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
993
|
-
}
|
994
|
-
.icon-edit-sign {
|
995
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
996
|
-
}
|
997
|
-
.icon-external-link-sign {
|
998
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
999
|
-
}
|
1000
|
-
.icon-share-sign {
|
1001
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1002
|
-
}
|
1003
|
-
.icon-compass {
|
1004
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1005
|
-
}
|
1006
|
-
.icon-collapse {
|
1007
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1008
|
-
}
|
1009
|
-
.icon-collapse-top {
|
1010
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1011
|
-
}
|
1012
|
-
.icon-expand {
|
1013
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1014
|
-
}
|
1015
|
-
.icon-eur {
|
1016
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1017
|
-
}
|
1018
|
-
.icon-euro {
|
1019
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1020
|
-
}
|
1021
|
-
.icon-gbp {
|
1022
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1023
|
-
}
|
1024
|
-
.icon-usd {
|
1025
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1026
|
-
}
|
1027
|
-
.icon-dollar {
|
1028
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1029
|
-
}
|
1030
|
-
.icon-inr {
|
1031
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1032
|
-
}
|
1033
|
-
.icon-rupee {
|
1034
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1035
|
-
}
|
1036
|
-
.icon-jpy {
|
1037
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1038
|
-
}
|
1039
|
-
.icon-yen {
|
1040
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1041
|
-
}
|
1042
|
-
.icon-cny {
|
1043
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1044
|
-
}
|
1045
|
-
.icon-renminbi {
|
1046
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1047
|
-
}
|
1048
|
-
.icon-krw {
|
1049
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1050
|
-
}
|
1051
|
-
.icon-won {
|
1052
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1053
|
-
}
|
1054
|
-
.icon-btc {
|
1055
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1056
|
-
}
|
1057
|
-
.icon-bitcoin {
|
1058
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1059
|
-
}
|
1060
|
-
.icon-file {
|
1061
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1062
|
-
}
|
1063
|
-
.icon-file-text {
|
1064
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1065
|
-
}
|
1066
|
-
.icon-sort-by-alphabet {
|
1067
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1068
|
-
}
|
1069
|
-
.icon-sort-by-alphabet-alt {
|
1070
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1071
|
-
}
|
1072
|
-
.icon-sort-by-attributes {
|
1073
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1074
|
-
}
|
1075
|
-
.icon-sort-by-attributes-alt {
|
1076
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1077
|
-
}
|
1078
|
-
.icon-sort-by-order {
|
1079
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1080
|
-
}
|
1081
|
-
.icon-sort-by-order-alt {
|
1082
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1083
|
-
}
|
1084
|
-
.icon-thumbs-up {
|
1085
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1086
|
-
}
|
1087
|
-
.icon-thumbs-down {
|
1088
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1089
|
-
}
|
1090
|
-
.icon-youtube-sign {
|
1091
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1092
|
-
}
|
1093
|
-
.icon-youtube {
|
1094
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1095
|
-
}
|
1096
|
-
.icon-xing {
|
1097
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1098
|
-
}
|
1099
|
-
.icon-xing-sign {
|
1100
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1101
|
-
}
|
1102
|
-
.icon-youtube-play {
|
1103
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1104
|
-
}
|
1105
|
-
.icon-dropbox {
|
1106
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1107
|
-
}
|
1108
|
-
.icon-stackexchange {
|
1109
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1110
|
-
}
|
1111
|
-
.icon-instagram {
|
1112
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1113
|
-
}
|
1114
|
-
.icon-flickr {
|
1115
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1116
|
-
}
|
1117
|
-
.icon-adn {
|
1118
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1119
|
-
}
|
1120
|
-
.icon-bitbucket {
|
1121
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1122
|
-
}
|
1123
|
-
.icon-bitbucket-sign {
|
1124
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1125
|
-
}
|
1126
|
-
.icon-tumblr {
|
1127
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1128
|
-
}
|
1129
|
-
.icon-tumblr-sign {
|
1130
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1131
|
-
}
|
1132
|
-
.icon-long-arrow-down {
|
1133
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1134
|
-
}
|
1135
|
-
.icon-long-arrow-up {
|
1136
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1137
|
-
}
|
1138
|
-
.icon-long-arrow-left {
|
1139
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1140
|
-
}
|
1141
|
-
.icon-long-arrow-right {
|
1142
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1143
|
-
}
|
1144
|
-
.icon-apple {
|
1145
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1146
|
-
}
|
1147
|
-
.icon-windows {
|
1148
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1149
|
-
}
|
1150
|
-
.icon-android {
|
1151
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1152
|
-
}
|
1153
|
-
.icon-linux {
|
1154
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1155
|
-
}
|
1156
|
-
.icon-dribble {
|
1157
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1158
|
-
}
|
1159
|
-
.icon-skype {
|
1160
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1161
|
-
}
|
1162
|
-
.icon-foursquare {
|
1163
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1164
|
-
}
|
1165
|
-
.icon-trello {
|
1166
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1167
|
-
}
|
1168
|
-
.icon-female {
|
1169
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1170
|
-
}
|
1171
|
-
.icon-male {
|
1172
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1173
|
-
}
|
1174
|
-
.icon-gittip {
|
1175
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1176
|
-
}
|
1177
|
-
.icon-sun {
|
1178
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1179
|
-
}
|
1180
|
-
.icon-moon {
|
1181
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1182
|
-
}
|
1183
|
-
.icon-archive {
|
1184
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1185
|
-
}
|
1186
|
-
.icon-bug {
|
1187
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1188
|
-
}
|
1189
|
-
.icon-vk {
|
1190
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1191
|
-
}
|
1192
|
-
.icon-weibo {
|
1193
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1194
|
-
}
|
1195
|
-
.icon-renren {
|
1196
|
-
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1197
|
-
}
|