atlas_assets 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. data/.gitignore +2 -0
  2. data/Gemfile +15 -0
  3. data/Gemfile.lock +86 -0
  4. data/LICENSE +22 -0
  5. data/Procfile +1 -0
  6. data/README.md +36 -0
  7. data/Rakefile +16 -0
  8. data/_config.yml +13 -0
  9. data/atlas_assets.gemspec +21 -0
  10. data/config.ru +9 -0
  11. data/docs/.gitignore +1 -0
  12. data/docs/404.html +1 -0
  13. data/docs/_layouts/default.html +56 -0
  14. data/docs/_plugins/jekyll_assets.rb +3 -0
  15. data/docs/_posts/2013-05-17-buttons.md +43 -0
  16. data/docs/_posts/2013-05-17-flash.md +58 -0
  17. data/docs/_posts/2013-05-17-fonts.md +26 -0
  18. data/docs/_posts/2013-05-17-grid.md +60 -0
  19. data/docs/_posts/2013-05-17-helpers.md +9 -0
  20. data/docs/_posts/2013-05-17-icons.md +1089 -0
  21. data/docs/_posts/2013-05-17-lists.md +76 -0
  22. data/docs/_posts/2013-05-17-navbar.md +73 -0
  23. data/docs/_posts/2013-05-21-forms.md +423 -0
  24. data/docs/index.html +31 -0
  25. data/lib/assets/fonts/atlas.eot +0 -0
  26. data/lib/assets/fonts/atlas.svg +279 -0
  27. data/lib/assets/fonts/atlas.ttf +0 -0
  28. data/lib/assets/fonts/atlas.woff +0 -0
  29. data/lib/assets/javascripts/atlas_assets.js +9 -0
  30. data/lib/assets/javascripts/backbone.js +1572 -0
  31. data/lib/assets/javascripts/jquery.js +9405 -0
  32. data/lib/assets/javascripts/jquery_ujs.js +378 -0
  33. data/lib/assets/javascripts/keypress.js +20 -0
  34. data/lib/assets/javascripts/pusher.js +101 -0
  35. data/lib/assets/javascripts/setup.js +35 -0
  36. data/lib/assets/javascripts/string.js +912 -0
  37. data/lib/assets/javascripts/underscore.js +1228 -0
  38. data/lib/assets/stylesheets/atlas_assets.css +10 -0
  39. data/lib/assets/stylesheets/buttons.css.scss +56 -0
  40. data/lib/assets/stylesheets/flash.css.scss +32 -0
  41. data/lib/assets/stylesheets/fonts.css.scss +66 -0
  42. data/lib/assets/stylesheets/forms.css.scss +861 -0
  43. data/lib/assets/stylesheets/grid.css.scss +762 -0
  44. data/lib/assets/stylesheets/helpers.css.scss +55 -0
  45. data/lib/assets/stylesheets/icons.css.scss +823 -0
  46. data/lib/assets/stylesheets/lists.css.scss +73 -0
  47. data/lib/assets/stylesheets/navbar.css.scss +121 -0
  48. data/lib/assets/stylesheets/pre.css.scss +7 -0
  49. data/lib/atlas_assets/engine.rb +8 -0
  50. data/lib/atlas_assets/version.rb +5 -0
  51. data/lib/atlas_assets.rb +1 -0
  52. data/rails/init.rb +1 -0
  53. metadata +114 -0
@@ -0,0 +1,823 @@
1
+ @font-face {
2
+ font-family: 'atlas';
3
+ src:font-url('atlas.eot');
4
+ src:font-url('atlas.eot?#iefix') format('embedded-opentype'),
5
+ font-url('atlas.woff') format('woff'),
6
+ font-url('atlas.ttf') format('truetype'),
7
+ font-url('atlas.svg#atlas') format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ }
11
+
12
+ /* Use the following CSS code if you want to use data attributes for inserting your icons */
13
+ [data-icon]:before {
14
+ font-family: 'atlas';
15
+ content: attr(data-icon);
16
+ speak: none;
17
+ font-weight: normal;
18
+ font-variant: normal;
19
+ font-style: normal;
20
+ text-transform: none;
21
+ line-height: 1;
22
+ -webkit-font-smoothing: antialiased;
23
+ }
24
+
25
+ /* Use the following CSS code if you want to have a class per icon */
26
+ /*
27
+ Instead of a list of all class selectors,
28
+ you can use the generic selector below, but it's slower:
29
+ [class*="icon-"] {
30
+ */
31
+ .icon-mouse, .icon-paperplane, .icon-mail, .icon-pencil, .icon-feather, .icon-paperclip, .icon-reply, .icon-reply-all, .icon-forward, .icon-user, .icon-users, .icon-thumbs-up, .icon-star, .icon-star-2, .icon-heart, .icon-heart-2, .icon-target, .icon-compass, .icon-map, .icon-location, .icon-export, .icon-user-add, .icon-vcard, .icon-chat, .icon-comment, .icon-quote, .icon-house, .icon-search, .icon-flashlight, .icon-popup, .icon-printer, .icon-bell, .icon-link, .icon-flag, .icon-cog, .icon-tag, .icon-camera, .icon-megaphone, .icon-moon, .icon-leaf, .icon-book, .icon-eye, .icon-clock, .icon-microphone, .icon-calendar, .icon-bolt, .icon-thunder, .icon-droplet, .icon-cd, .icon-air, .icon-briefcase, .icon-key, .icon-bucket, .icon-drive, .icon-cup, .icon-brush, .icon-suitcase, .icon-earth, .icon-cone, .icon-browser, .icon-publish, .icon-code, .icon-infinity, .icon-screen, .icon-light-bulb, .icon-credit-card, .icon-database, .icon-voicemail, .icon-clipboard, .icon-box, .icon-ticket, .icon-untitled, .icon-droplets, .icon-pie, .icon-bars, .icon-graph, .icon-lock, .icon-lock-open, .icon-logout, .icon-login, .icon-checkmark, .icon-cross, .icon-minus, .icon-plus, .icon-cross-2, .icon-minus-2, .icon-plus-2, .icon-cross-3, .icon-minus-3, .icon-plus-3, .icon-erase, .icon-blocked, .icon-info, .icon-info-2, .icon-question, .icon-help, .icon-warning, .icon-cycle, .icon-cw, .icon-ccw, .icon-shuffle, .icon-arrow, .icon-arrow-2, .icon-retweet, .icon-loop, .icon-history, .icon-back, .icon-switch, .icon-list, .icon-add-to-list, .icon-layout, .icon-list-2, .icon-text, .icon-text-2, .icon-document, .icon-docs, .icon-landscape, .icon-pictures, .icon-video, .icon-music, .icon-folder, .icon-archive, .icon-trash, .icon-upload, .icon-download, .icon-disk, .icon-install, .icon-cloud, .icon-upload-2, .icon-bookmark, .icon-bookmarks, .icon-book-2, .icon-play, .icon-pause, .icon-record, .icon-stop, .icon-next, .icon-first, .icon-last, .icon-resize-enlarge, .icon-previous, .icon-resize-shrink, .icon-volume, .icon-sound, .icon-mute, .icon-flow-cascade, .icon-flow-branch, .icon-flow-tree, .icon-flow-line, .icon-flow-parallel, .icon-arrow-left, .icon-arrow-down, .icon-arrow-up--upload, .icon-arrow-right, .icon-arrow-left-2, .icon-arrow-down-2, .icon-arrow-left-3, .icon-arrow-right-2, .icon-arrow-up, .icon-arrow-down-3, .icon-arrow-left-4, .icon-arrow-right-3, .icon-arrow-up-2, .icon-arrow-down-4, .icon-arrow-right-4, .icon-arrow-left-5, .icon-arrow-up-3, .icon-arrow-down-5, .icon-arrow-left-6, .icon-arrow-right-5, .icon-arrow-up-4, .icon-arrow-down-6, .icon-arrow-up-5, .icon-arrow-right-6, .icon-arrow-left-7, .icon-arrow-down-7, .icon-arrow-up-6, .icon-untitled-2, .icon-arrow-left-8, .icon-arrow-down-8, .icon-arrow-up-7, .icon-arrow-right-7, .icon-menu, .icon-ellipsis, .icon-dots, .icon-dot, .icon-github, .icon-github-2, .icon-daniel-bruce, .icon-cc, .icon-cc-by, .icon-cc-nc, .icon-cc-nc-eu, .icon-cc-nc-jp, .icon-cc-sa, .icon-cc-nd, .icon-cc-pd, .icon-cc-zero, .icon-cc-share, .icon-cc-share-2, .icon-daniel-bruce-2, .icon-flickr, .icon-flickr-2, .icon-vimeo, .icon-vimeo-2, .icon-twitter, .icon-twitter-2, .icon-facebook, .icon-facebook-2, .icon-facebook-3, .icon-googleplus, .icon-googleplus-2, .icon-pinterest, .icon-pinterest-2, .icon-tumblr, .icon-tumblr-2, .icon-linkedin, .icon-linkedin-2, .icon-dribbble, .icon-dribbble-2, .icon-stumbleupon, .icon-stumbleupon-2, .icon-lastfm, .icon-lastfm-2, .icon-rdio, .icon-rdio-2, .icon-spotify, .icon-spotify-2, .icon-qq, .icon-instagram, .icon-dropbox, .icon-evernote, .icon-flattr, .icon-skype, .icon-skype-2, .icon-renren, .icon-sina-weibo, .icon-paypal, .icon-picasa, .icon-soundcloud, .icon-mixi, .icon-behance, .icon-circles, .icon-vk, .icon-smashing, .icon-tools, .icon-drawer, .icon-share, .icon-mobile, .icon-thumbs-down, .icon-magnet, .icon-language, .icon-cart, .icon-lifebuoy, .icon-statistics, .icon-image, .icon-image-2, .icon-images, .icon-remove, .icon-remove-2, .icon-switch-2 {
32
+ font-family: 'atlas';
33
+ speak: none;
34
+ font-style: normal;
35
+ font-weight: normal;
36
+ font-variant: normal;
37
+ text-transform: none;
38
+ line-height: 1;
39
+ -webkit-font-smoothing: antialiased;
40
+ }
41
+ .icon-mouse:before {
42
+ content: "\e000";
43
+ }
44
+ .icon-paperplane:before {
45
+ content: "\e001";
46
+ }
47
+ .icon-mail:before {
48
+ content: "\e002";
49
+ }
50
+ .icon-pencil:before {
51
+ content: "\e003";
52
+ }
53
+ .icon-feather:before {
54
+ content: "\e004";
55
+ }
56
+ .icon-paperclip:before {
57
+ content: "\e005";
58
+ }
59
+ .icon-reply:before {
60
+ content: "\e006";
61
+ }
62
+ .icon-reply-all:before {
63
+ content: "\e007";
64
+ }
65
+ .icon-forward:before {
66
+ content: "\e008";
67
+ }
68
+ .icon-user:before {
69
+ content: "\e009";
70
+ }
71
+ .icon-users:before {
72
+ content: "\e00a";
73
+ }
74
+ .icon-thumbs-up:before {
75
+ content: "\e00b";
76
+ }
77
+ .icon-star:before {
78
+ content: "\e00c";
79
+ }
80
+ .icon-star-2:before {
81
+ content: "\e00d";
82
+ }
83
+ .icon-heart:before {
84
+ content: "\e00e";
85
+ }
86
+ .icon-heart-2:before {
87
+ content: "\e00f";
88
+ }
89
+ .icon-target:before {
90
+ content: "\e010";
91
+ }
92
+ .icon-compass:before {
93
+ content: "\e011";
94
+ }
95
+ .icon-map:before {
96
+ content: "\e012";
97
+ }
98
+ .icon-location:before {
99
+ content: "\e013";
100
+ }
101
+ .icon-export:before {
102
+ content: "\e014";
103
+ }
104
+ .icon-user-add:before {
105
+ content: "\e015";
106
+ }
107
+ .icon-vcard:before {
108
+ content: "\e016";
109
+ }
110
+ .icon-chat:before {
111
+ content: "\e017";
112
+ }
113
+ .icon-comment:before {
114
+ content: "\e018";
115
+ }
116
+ .icon-quote:before {
117
+ content: "\e019";
118
+ }
119
+ .icon-house:before {
120
+ content: "\e01a";
121
+ }
122
+ .icon-search:before {
123
+ content: "\e01b";
124
+ }
125
+ .icon-flashlight:before {
126
+ content: "\e01c";
127
+ }
128
+ .icon-popup:before {
129
+ content: "\e01d";
130
+ }
131
+ .icon-printer:before {
132
+ content: "\e01e";
133
+ }
134
+ .icon-bell:before {
135
+ content: "\e01f";
136
+ }
137
+ .icon-link:before {
138
+ content: "\e020";
139
+ }
140
+ .icon-flag:before {
141
+ content: "\e021";
142
+ }
143
+ .icon-cog:before {
144
+ content: "\e022";
145
+ }
146
+ .icon-tag:before {
147
+ content: "\e023";
148
+ }
149
+ .icon-camera:before {
150
+ content: "\e024";
151
+ }
152
+ .icon-megaphone:before {
153
+ content: "\e025";
154
+ }
155
+ .icon-moon:before {
156
+ content: "\e026";
157
+ }
158
+ .icon-leaf:before {
159
+ content: "\e027";
160
+ }
161
+ .icon-book:before {
162
+ content: "\e028";
163
+ }
164
+ .icon-eye:before {
165
+ content: "\e029";
166
+ }
167
+ .icon-clock:before {
168
+ content: "\e02a";
169
+ }
170
+ .icon-microphone:before {
171
+ content: "\e02b";
172
+ }
173
+ .icon-calendar:before {
174
+ content: "\e02c";
175
+ }
176
+ .icon-bolt:before {
177
+ content: "\e02d";
178
+ }
179
+ .icon-thunder:before {
180
+ content: "\e02e";
181
+ }
182
+ .icon-droplet:before {
183
+ content: "\e02f";
184
+ }
185
+ .icon-cd:before {
186
+ content: "\e030";
187
+ }
188
+ .icon-air:before {
189
+ content: "\e031";
190
+ }
191
+ .icon-briefcase:before {
192
+ content: "\e032";
193
+ }
194
+ .icon-key:before {
195
+ content: "\e033";
196
+ }
197
+ .icon-bucket:before {
198
+ content: "\e034";
199
+ }
200
+ .icon-drive:before {
201
+ content: "\e035";
202
+ }
203
+ .icon-cup:before {
204
+ content: "\e036";
205
+ }
206
+ .icon-brush:before {
207
+ content: "\e037";
208
+ }
209
+ .icon-suitcase:before {
210
+ content: "\e038";
211
+ }
212
+ .icon-earth:before {
213
+ content: "\e039";
214
+ }
215
+ .icon-cone:before {
216
+ content: "\e03a";
217
+ }
218
+ .icon-browser:before {
219
+ content: "\e03b";
220
+ }
221
+ .icon-publish:before {
222
+ content: "\e03c";
223
+ }
224
+ .icon-code:before {
225
+ content: "\e03d";
226
+ }
227
+ .icon-infinity:before {
228
+ content: "\e03e";
229
+ }
230
+ .icon-screen:before {
231
+ content: "\e03f";
232
+ }
233
+ .icon-light-bulb:before {
234
+ content: "\e040";
235
+ }
236
+ .icon-credit-card:before {
237
+ content: "\e041";
238
+ }
239
+ .icon-database:before {
240
+ content: "\e042";
241
+ }
242
+ .icon-voicemail:before {
243
+ content: "\e043";
244
+ }
245
+ .icon-clipboard:before {
246
+ content: "\e044";
247
+ }
248
+ .icon-box:before {
249
+ content: "\e045";
250
+ }
251
+ .icon-ticket:before {
252
+ content: "\e046";
253
+ }
254
+ .icon-untitled:before {
255
+ content: "\e047";
256
+ }
257
+ .icon-droplets:before {
258
+ content: "\e048";
259
+ }
260
+ .icon-pie:before {
261
+ content: "\e049";
262
+ }
263
+ .icon-bars:before {
264
+ content: "\e04a";
265
+ }
266
+ .icon-graph:before {
267
+ content: "\e04b";
268
+ }
269
+ .icon-lock:before {
270
+ content: "\e04c";
271
+ }
272
+ .icon-lock-open:before {
273
+ content: "\e04d";
274
+ }
275
+ .icon-logout:before {
276
+ content: "\e04e";
277
+ }
278
+ .icon-login:before {
279
+ content: "\e04f";
280
+ }
281
+ .icon-checkmark:before {
282
+ content: "\e050";
283
+ }
284
+ .icon-cross:before {
285
+ content: "\e051";
286
+ }
287
+ .icon-minus:before {
288
+ content: "\e052";
289
+ }
290
+ .icon-plus:before {
291
+ content: "\e053";
292
+ }
293
+ .icon-cross-2:before {
294
+ content: "\e054";
295
+ }
296
+ .icon-minus-2:before {
297
+ content: "\e055";
298
+ }
299
+ .icon-plus-2:before {
300
+ content: "\e056";
301
+ }
302
+ .icon-cross-3:before {
303
+ content: "\e057";
304
+ }
305
+ .icon-minus-3:before {
306
+ content: "\e058";
307
+ }
308
+ .icon-plus-3:before {
309
+ content: "\e059";
310
+ }
311
+ .icon-erase:before {
312
+ content: "\e05a";
313
+ }
314
+ .icon-blocked:before {
315
+ content: "\e05b";
316
+ }
317
+ .icon-info:before {
318
+ content: "\e05c";
319
+ }
320
+ .icon-info-2:before {
321
+ content: "\e05d";
322
+ }
323
+ .icon-question:before {
324
+ content: "\e05e";
325
+ }
326
+ .icon-help:before {
327
+ content: "\e05f";
328
+ }
329
+ .icon-warning:before {
330
+ content: "\e060";
331
+ }
332
+ .icon-cycle:before {
333
+ content: "\e061";
334
+ }
335
+ .icon-cw:before {
336
+ content: "\e062";
337
+ }
338
+ .icon-ccw:before {
339
+ content: "\e063";
340
+ }
341
+ .icon-shuffle:before {
342
+ content: "\e064";
343
+ }
344
+ .icon-arrow:before {
345
+ content: "\e065";
346
+ }
347
+ .icon-arrow-2:before {
348
+ content: "\e066";
349
+ }
350
+ .icon-retweet:before {
351
+ content: "\e067";
352
+ }
353
+ .icon-loop:before {
354
+ content: "\e068";
355
+ }
356
+ .icon-history:before {
357
+ content: "\e069";
358
+ }
359
+ .icon-back:before {
360
+ content: "\e06a";
361
+ }
362
+ .icon-switch:before {
363
+ content: "\e06b";
364
+ }
365
+ .icon-list:before {
366
+ content: "\e06c";
367
+ }
368
+ .icon-add-to-list:before {
369
+ content: "\e06d";
370
+ }
371
+ .icon-layout:before {
372
+ content: "\e06e";
373
+ }
374
+ .icon-list-2:before {
375
+ content: "\e06f";
376
+ }
377
+ .icon-text:before {
378
+ content: "\e070";
379
+ }
380
+ .icon-text-2:before {
381
+ content: "\e071";
382
+ }
383
+ .icon-document:before {
384
+ content: "\e072";
385
+ }
386
+ .icon-docs:before {
387
+ content: "\e073";
388
+ }
389
+ .icon-landscape:before {
390
+ content: "\e074";
391
+ }
392
+ .icon-pictures:before {
393
+ content: "\e075";
394
+ }
395
+ .icon-video:before {
396
+ content: "\e076";
397
+ }
398
+ .icon-music:before {
399
+ content: "\e077";
400
+ }
401
+ .icon-folder:before {
402
+ content: "\e078";
403
+ }
404
+ .icon-archive:before {
405
+ content: "\e079";
406
+ }
407
+ .icon-trash:before {
408
+ content: "\e07a";
409
+ }
410
+ .icon-upload:before {
411
+ content: "\e07b";
412
+ }
413
+ .icon-download:before {
414
+ content: "\e07c";
415
+ }
416
+ .icon-disk:before {
417
+ content: "\e07d";
418
+ }
419
+ .icon-install:before {
420
+ content: "\e07e";
421
+ }
422
+ .icon-cloud:before {
423
+ content: "\e07f";
424
+ }
425
+ .icon-upload-2:before {
426
+ content: "\e080";
427
+ }
428
+ .icon-bookmark:before {
429
+ content: "\e081";
430
+ }
431
+ .icon-bookmarks:before {
432
+ content: "\e082";
433
+ }
434
+ .icon-book-2:before {
435
+ content: "\e083";
436
+ }
437
+ .icon-play:before {
438
+ content: "\e084";
439
+ }
440
+ .icon-pause:before {
441
+ content: "\e085";
442
+ }
443
+ .icon-record:before {
444
+ content: "\e086";
445
+ }
446
+ .icon-stop:before {
447
+ content: "\e087";
448
+ }
449
+ .icon-next:before {
450
+ content: "\e088";
451
+ }
452
+ .icon-first:before {
453
+ content: "\e089";
454
+ }
455
+ .icon-last:before {
456
+ content: "\e08a";
457
+ }
458
+ .icon-resize-enlarge:before {
459
+ content: "\e08b";
460
+ }
461
+ .icon-previous:before {
462
+ content: "\e08c";
463
+ }
464
+ .icon-resize-shrink:before {
465
+ content: "\e08d";
466
+ }
467
+ .icon-volume:before {
468
+ content: "\e08e";
469
+ }
470
+ .icon-sound:before {
471
+ content: "\e08f";
472
+ }
473
+ .icon-mute:before {
474
+ content: "\e090";
475
+ }
476
+ .icon-flow-cascade:before {
477
+ content: "\e091";
478
+ }
479
+ .icon-flow-branch:before {
480
+ content: "\e092";
481
+ }
482
+ .icon-flow-tree:before {
483
+ content: "\e093";
484
+ }
485
+ .icon-flow-line:before {
486
+ content: "\e094";
487
+ }
488
+ .icon-flow-parallel:before {
489
+ content: "\e095";
490
+ }
491
+ .icon-arrow-left:before {
492
+ content: "\e096";
493
+ }
494
+ .icon-arrow-down:before {
495
+ content: "\e097";
496
+ }
497
+ .icon-arrow-up--upload:before {
498
+ content: "\e098";
499
+ }
500
+ .icon-arrow-right:before {
501
+ content: "\e099";
502
+ }
503
+ .icon-arrow-left-2:before {
504
+ content: "\e09a";
505
+ }
506
+ .icon-arrow-down-2:before {
507
+ content: "\e09b";
508
+ }
509
+ .icon-arrow-left-3:before {
510
+ content: "\e09c";
511
+ }
512
+ .icon-arrow-right-2:before {
513
+ content: "\e09d";
514
+ }
515
+ .icon-arrow-up:before {
516
+ content: "\e09e";
517
+ }
518
+ .icon-arrow-down-3:before {
519
+ content: "\e09f";
520
+ }
521
+ .icon-arrow-left-4:before {
522
+ content: "\e0a0";
523
+ }
524
+ .icon-arrow-right-3:before {
525
+ content: "\e0a1";
526
+ }
527
+ .icon-arrow-up-2:before {
528
+ content: "\e0a2";
529
+ }
530
+ .icon-arrow-down-4:before {
531
+ content: "\e0a3";
532
+ }
533
+ .icon-arrow-right-4:before {
534
+ content: "\e0a4";
535
+ }
536
+ .icon-arrow-left-5:before {
537
+ content: "\e0a5";
538
+ }
539
+ .icon-arrow-up-3:before {
540
+ content: "\e0a6";
541
+ }
542
+ .icon-arrow-down-5:before {
543
+ content: "\e0a7";
544
+ }
545
+ .icon-arrow-left-6:before {
546
+ content: "\e0a8";
547
+ }
548
+ .icon-arrow-right-5:before {
549
+ content: "\e0a9";
550
+ }
551
+ .icon-arrow-up-4:before {
552
+ content: "\e0aa";
553
+ }
554
+ .icon-arrow-down-6:before {
555
+ content: "\e0ab";
556
+ }
557
+ .icon-arrow-up-5:before {
558
+ content: "\e0ac";
559
+ }
560
+ .icon-arrow-right-6:before {
561
+ content: "\e0ad";
562
+ }
563
+ .icon-arrow-left-7:before {
564
+ content: "\e0ae";
565
+ }
566
+ .icon-arrow-down-7:before {
567
+ content: "\e0af";
568
+ }
569
+ .icon-arrow-up-6:before {
570
+ content: "\e0b0";
571
+ }
572
+ .icon-untitled-2:before {
573
+ content: "\e0b1";
574
+ }
575
+ .icon-arrow-left-8:before {
576
+ content: "\e0b2";
577
+ }
578
+ .icon-arrow-down-8:before {
579
+ content: "\e0b3";
580
+ }
581
+ .icon-arrow-up-7:before {
582
+ content: "\e0b4";
583
+ }
584
+ .icon-arrow-right-7:before {
585
+ content: "\e0b5";
586
+ }
587
+ .icon-menu:before {
588
+ content: "\e0b6";
589
+ }
590
+ .icon-ellipsis:before {
591
+ content: "\e0b7";
592
+ }
593
+ .icon-dots:before {
594
+ content: "\e0b8";
595
+ }
596
+ .icon-dot:before {
597
+ content: "\e0b9";
598
+ }
599
+ .icon-github:before {
600
+ content: "\e0ba";
601
+ }
602
+ .icon-github-2:before {
603
+ content: "\e0bb";
604
+ }
605
+ .icon-daniel-bruce:before {
606
+ content: "\e0bc";
607
+ }
608
+ .icon-cc:before {
609
+ content: "\e0bd";
610
+ }
611
+ .icon-cc-by:before {
612
+ content: "\e0be";
613
+ }
614
+ .icon-cc-nc:before {
615
+ content: "\e0bf";
616
+ }
617
+ .icon-cc-nc-eu:before {
618
+ content: "\e0c0";
619
+ }
620
+ .icon-cc-nc-jp:before {
621
+ content: "\e0c1";
622
+ }
623
+ .icon-cc-sa:before {
624
+ content: "\e0c2";
625
+ }
626
+ .icon-cc-nd:before {
627
+ content: "\e0c3";
628
+ }
629
+ .icon-cc-pd:before {
630
+ content: "\e0c4";
631
+ }
632
+ .icon-cc-zero:before {
633
+ content: "\e0c5";
634
+ }
635
+ .icon-cc-share:before {
636
+ content: "\e0c6";
637
+ }
638
+ .icon-cc-share-2:before {
639
+ content: "\e0c7";
640
+ }
641
+ .icon-daniel-bruce-2:before {
642
+ content: "\e0c8";
643
+ }
644
+ .icon-flickr:before {
645
+ content: "\e0c9";
646
+ }
647
+ .icon-flickr-2:before {
648
+ content: "\e0ca";
649
+ }
650
+ .icon-vimeo:before {
651
+ content: "\e0cb";
652
+ }
653
+ .icon-vimeo-2:before {
654
+ content: "\e0cc";
655
+ }
656
+ .icon-twitter:before {
657
+ content: "\e0cd";
658
+ }
659
+ .icon-twitter-2:before {
660
+ content: "\e0ce";
661
+ }
662
+ .icon-facebook:before {
663
+ content: "\e0cf";
664
+ }
665
+ .icon-facebook-2:before {
666
+ content: "\e0d0";
667
+ }
668
+ .icon-facebook-3:before {
669
+ content: "\e0d1";
670
+ }
671
+ .icon-googleplus:before {
672
+ content: "\e0d2";
673
+ }
674
+ .icon-googleplus-2:before {
675
+ content: "\e0d3";
676
+ }
677
+ .icon-pinterest:before {
678
+ content: "\e0d4";
679
+ }
680
+ .icon-pinterest-2:before {
681
+ content: "\e0d5";
682
+ }
683
+ .icon-tumblr:before {
684
+ content: "\e0d6";
685
+ }
686
+ .icon-tumblr-2:before {
687
+ content: "\e0d7";
688
+ }
689
+ .icon-linkedin:before {
690
+ content: "\e0d8";
691
+ }
692
+ .icon-linkedin-2:before {
693
+ content: "\e0d9";
694
+ }
695
+ .icon-dribbble:before {
696
+ content: "\e0da";
697
+ }
698
+ .icon-dribbble-2:before {
699
+ content: "\e0db";
700
+ }
701
+ .icon-stumbleupon:before {
702
+ content: "\e0dc";
703
+ }
704
+ .icon-stumbleupon-2:before {
705
+ content: "\e0dd";
706
+ }
707
+ .icon-lastfm:before {
708
+ content: "\e0de";
709
+ }
710
+ .icon-lastfm-2:before {
711
+ content: "\e0df";
712
+ }
713
+ .icon-rdio:before {
714
+ content: "\e0e0";
715
+ }
716
+ .icon-rdio-2:before {
717
+ content: "\e0e1";
718
+ }
719
+ .icon-spotify:before {
720
+ content: "\e0e2";
721
+ }
722
+ .icon-spotify-2:before {
723
+ content: "\e0e3";
724
+ }
725
+ .icon-qq:before {
726
+ content: "\e0e4";
727
+ }
728
+ .icon-instagram:before {
729
+ content: "\e0e5";
730
+ }
731
+ .icon-dropbox:before {
732
+ content: "\e0e6";
733
+ }
734
+ .icon-evernote:before {
735
+ content: "\e0e7";
736
+ }
737
+ .icon-flattr:before {
738
+ content: "\e0e8";
739
+ }
740
+ .icon-skype:before {
741
+ content: "\e0e9";
742
+ }
743
+ .icon-skype-2:before {
744
+ content: "\e0ea";
745
+ }
746
+ .icon-renren:before {
747
+ content: "\e0eb";
748
+ }
749
+ .icon-sina-weibo:before {
750
+ content: "\e0ec";
751
+ }
752
+ .icon-paypal:before {
753
+ content: "\e0ed";
754
+ }
755
+ .icon-picasa:before {
756
+ content: "\e0ee";
757
+ }
758
+ .icon-soundcloud:before {
759
+ content: "\e0ef";
760
+ }
761
+ .icon-mixi:before {
762
+ content: "\e0f0";
763
+ }
764
+ .icon-behance:before {
765
+ content: "\e0f1";
766
+ }
767
+ .icon-circles:before {
768
+ content: "\e0f2";
769
+ }
770
+ .icon-vk:before {
771
+ content: "\e0f3";
772
+ }
773
+ .icon-smashing:before {
774
+ content: "\e0f4";
775
+ }
776
+ .icon-tools:before {
777
+ content: "\e0f5";
778
+ }
779
+ .icon-drawer:before {
780
+ content: "\e0f6";
781
+ }
782
+ .icon-share:before {
783
+ content: "\e0f7";
784
+ }
785
+ .icon-mobile:before {
786
+ content: "\e0f8";
787
+ }
788
+ .icon-thumbs-down:before {
789
+ content: "\e0f9";
790
+ }
791
+ .icon-magnet:before {
792
+ content: "\e0fa";
793
+ }
794
+ .icon-language:before {
795
+ content: "\e0fb";
796
+ }
797
+ .icon-cart:before {
798
+ content: "\e0fc";
799
+ }
800
+ .icon-lifebuoy:before {
801
+ content: "\e0fd";
802
+ }
803
+ .icon-statistics:before {
804
+ content: "\e0fe";
805
+ }
806
+ .icon-image:before {
807
+ content: "\e0ff";
808
+ }
809
+ .icon-image-2:before {
810
+ content: "\e100";
811
+ }
812
+ .icon-images:before {
813
+ content: "\e101";
814
+ }
815
+ .icon-remove:before {
816
+ content: "\e102";
817
+ }
818
+ .icon-remove-2:before {
819
+ content: "\e103";
820
+ }
821
+ .icon-switch-2:before {
822
+ content: "\e104";
823
+ }