quantum 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +17 -0
  3. data/.project +13 -0
  4. data/Gemfile +4 -0
  5. data/LICENSE.txt +22 -0
  6. data/README.md +82 -0
  7. data/Rakefile +1 -0
  8. data/lib/quantum.rb +8 -0
  9. data/lib/quantum/version.rb +3 -0
  10. data/quantum.gemspec +23 -0
  11. data/vendor/assets/.keep +0 -0
  12. data/vendor/assets/javascripts/alert.js +99 -0
  13. data/vendor/assets/javascripts/chart.js +1424 -0
  14. data/vendor/assets/javascripts/collapse.js +167 -0
  15. data/vendor/assets/javascripts/date_picker.js +474 -0
  16. data/vendor/assets/javascripts/dropdown.js +169 -0
  17. data/vendor/assets/javascripts/file_input.js +100 -0
  18. data/vendor/assets/javascripts/input_mask.js +355 -0
  19. data/vendor/assets/javascripts/map.js +1982 -0
  20. data/vendor/assets/javascripts/modal.js +247 -0
  21. data/vendor/assets/javascripts/popover.js +114 -0
  22. data/vendor/assets/javascripts/qrcode.js +89 -0
  23. data/vendor/assets/javascripts/qrcoder.js +1237 -0
  24. data/vendor/assets/javascripts/tab.js +144 -0
  25. data/vendor/assets/javascripts/time_picker.js +888 -0
  26. data/vendor/assets/javascripts/tooltip.js +361 -0
  27. data/vendor/assets/javascripts/transitions.js +60 -0
  28. data/vendor/assets/javascripts/typeahead.js +335 -0
  29. data/vendor/assets/javascripts/wizard.js +114 -0
  30. data/vendor/assets/stylesheets/alert.css.scss +42 -0
  31. data/vendor/assets/stylesheets/breadcrumb.css.scss +24 -0
  32. data/vendor/assets/stylesheets/button.css.scss +252 -0
  33. data/vendor/assets/stylesheets/chart.css.scss +10 -0
  34. data/vendor/assets/stylesheets/code.css.scss +47 -0
  35. data/vendor/assets/stylesheets/collapse.css.scss +16 -0
  36. data/vendor/assets/stylesheets/datepicker.css.scss +111 -0
  37. data/vendor/assets/stylesheets/dropdown.css.scss +98 -0
  38. data/vendor/assets/stylesheets/file_input.css.scss +7 -0
  39. data/vendor/assets/stylesheets/footer.css.scss +99 -0
  40. data/vendor/assets/stylesheets/form.css.scss +190 -0
  41. data/vendor/assets/stylesheets/grid.css.scss +334 -0
  42. data/vendor/assets/stylesheets/header.css.scss +162 -0
  43. data/vendor/assets/stylesheets/icon.css.scss +533 -0
  44. data/vendor/assets/stylesheets/image.css.scss +48 -0
  45. data/vendor/assets/stylesheets/label_and_badge.css.scss +60 -0
  46. data/vendor/assets/stylesheets/link.css.scss +22 -0
  47. data/vendor/assets/stylesheets/map.css.scss +13 -0
  48. data/vendor/assets/stylesheets/modal.css.scss +100 -0
  49. data/vendor/assets/stylesheets/pagination.css.scss +65 -0
  50. data/vendor/assets/stylesheets/popover.css.scss +110 -0
  51. data/vendor/assets/stylesheets/progress.css.scss +81 -0
  52. data/vendor/assets/stylesheets/qrcode.css.scss +7 -0
  53. data/vendor/assets/stylesheets/reset.css.scss +75 -0
  54. data/vendor/assets/stylesheets/tab.css.scss +202 -0
  55. data/vendor/assets/stylesheets/table.css.scss +71 -0
  56. data/vendor/assets/stylesheets/timepicker.css.scss +74 -0
  57. data/vendor/assets/stylesheets/tooltip.css.scss +83 -0
  58. data/vendor/assets/stylesheets/transitions.css.scss +14 -0
  59. data/vendor/assets/stylesheets/trunk.css.scss +80 -0
  60. data/vendor/assets/stylesheets/typeahead.css.scss +7 -0
  61. data/vendor/assets/stylesheets/typography.css.scss +130 -0
  62. data/vendor/assets/stylesheets/wizard.css.scss +27 -0
  63. metadata +134 -0
@@ -0,0 +1,533 @@
1
+ /* Table of Contents
2
+ ==================================================
3
+ #Icon */
4
+
5
+ /* #Icon
6
+ ================================================== */
7
+ @font-face {
8
+ font-family: 'FontAwesome';
9
+ src: url('/fonts/FontAwesome/fontawesome-webfont.eot');
10
+ src: url('/fonts/FontAwesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
11
+ url('/fonts/FontAwesome/fontawesome-webfont.woff') format('woff'),
12
+ url('/fonts/FontAwesome/fontawesome-webfont.ttf') format('truetype'),
13
+ url('/fonts/FontAwesome/fontawesome-webfont.otf') format('opentype'),
14
+ url('/fonts/FontAwesome/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
15
+ font-weight: normal;
16
+ font-style: normal;
17
+ }
18
+ @font-face {
19
+ font-family: 'FontAwesomeCorp';
20
+ src: url('/fonts/FontAwesome/fontawesome-corp-webfont.eot');
21
+ src: url('/fonts/FontAwesome/fontawesome-corp-webfont.eot?#iefix') format('embedded-opentype'),
22
+ url('/fonts/FontAwesome/fontawesome-corp-webfont.woff') format('woff'),
23
+ url('/fonts/FontAwesome/fontawesome-corp-webfont.ttf') format('truetype'),
24
+ url('/fonts/FontAwesome/fontawesome-corp-webfont.svg#FontAwesomeCorpRegular') format('svg');
25
+ font-weight: normal;
26
+ font-style: normal;
27
+ }
28
+ @font-face {
29
+ font-family: 'FontAwesomeExt';
30
+ src: url('/fonts/FontAwesome/fontawesome-ext-webfont.eot');
31
+ src: url('/fonts/FontAwesome/fontawesome-ext-webfont.eot?#iefix') format('embedded-opentype'),
32
+ url('/fonts/FontAwesome/fontawesome-ext-webfont.woff') format('woff'),
33
+ url('/fonts/FontAwesome/fontawesome-ext-webfont.ttf') format('truetype'),
34
+ url('/fonts/FontAwesome/fontawesome-ext-webfont.svg#FontAwesomeExtRegular') format('svg');
35
+ font-weight: normal;
36
+ font-style: normal;
37
+ }
38
+ @font-face {
39
+ font-family: 'FontAwesomeSocial';
40
+ src: url('/fonts/FontAwesome/fontawesome-social-webfont.eot');
41
+ src: url('/fonts/FontAwesome/fontawesome-social-webfont.eot?#iefix') format('embedded-opentype'),
42
+ url('/fonts/FontAwesome/fontawesome-social-webfont.woff') format('woff'),
43
+ url('/fonts/FontAwesome/fontawesome-social-webfont.ttf') format('truetype'),
44
+ url('/fonts/FontAwesome/fontawesome-social-webfont.svg#FontAwesomeSocialRegular') format('svg');
45
+ font-weight: normal;
46
+ font-style: normal;
47
+ }
48
+ [class^="icon-"],
49
+ [class*=" icon-"] {
50
+ font-family: FontAwesome;
51
+ font-weight: normal;
52
+ font-style: normal;
53
+ text-decoration: inherit;
54
+ display: inline;
55
+ width: auto;
56
+ height: auto;
57
+ line-height: normal;
58
+ vertical-align: baseline;
59
+ background-image: none !important;
60
+ background-position: 0% 0%;
61
+ background-repeat: repeat;
62
+ }
63
+ [class^="icon-"]:before,
64
+ [class*=" icon-"]:before {
65
+ text-decoration: inherit;
66
+ display: inline-block;
67
+ speak: none;
68
+ }
69
+ /* makes sure icons active on rollover in links */
70
+ a [class^="icon-"],
71
+ a [class*=" icon-"] { display: inline-block; }
72
+ /* makes the font 33% larger relative to the icon container */
73
+ .btn [class^="icon-"],
74
+ .nav [class^="icon-"],
75
+ .btn [class*=" icon-"],
76
+ .nav [class*=" icon-"] {
77
+ display: inline;
78
+ /* keeps button heights with and without icons the same */
79
+ line-height: .6em;
80
+ }
81
+ .btn [class^="icon-"].icon-spin,
82
+ .nav [class^="icon-"].icon-spin,
83
+ .btn [class*=" icon-"].icon-spin,
84
+ .nav [class*=" icon-"].icon-spin { display: inline-block; }
85
+ li [class^="icon-"],
86
+ li [class*=" icon-"] {
87
+ display: inline-block;
88
+ width: 1.25em;
89
+ text-align: center;
90
+ }
91
+ ul.icons {
92
+ list-style-type: none;
93
+ text-indent: -0.75em;
94
+ }
95
+ ul.icons li [class^="icon-"],
96
+ ul.icons li [class*=" icon-"] { width: .75em; }
97
+ [class^="icon-"].pull-left,
98
+ [class*=" icon-"].pull-left { margin-right: .35em; }
99
+ [class^="icon-"].pull-right,
100
+ [class*=" icon-"].pull-right { margin-left: .35em; }
101
+ .icon-spin {
102
+ display: inline-block;
103
+ -moz-animation: spin 2s infinite linear;
104
+ -o-animation: spin 2s infinite linear;
105
+ -webkit-animation: spin 2s infinite linear;
106
+ animation: spin 2s infinite linear;
107
+ }
108
+ @-moz-keyframes spin {
109
+ 0% { -moz-transform: rotate(0deg); }
110
+ 100% { -moz-transform: rotate(359deg); }
111
+ }
112
+ @-webkit-keyframes spin {
113
+ 0% { -webkit-transform: rotate(0deg); }
114
+ 100% { -webkit-transform: rotate(359deg); }
115
+ }
116
+ @-o-keyframes spin {
117
+ 0% { -o-transform: rotate(0deg); }
118
+ 100% { -o-transform: rotate(359deg); }
119
+ }
120
+ @-ms-keyframes spin {
121
+ 0% { -ms-transform: rotate(0deg); }
122
+ 100% { -ms-transform: rotate(359deg); }
123
+ }
124
+ @keyframes spin {
125
+ 0% { transform: rotate(0deg); }
126
+ 100% { transform: rotate(359deg); }
127
+ }
128
+ .icon-glass:before { content: "\f000"; }
129
+ .icon-music:before { content: "\f001"; }
130
+ .icon-search:before { content: "\f002"; }
131
+ .icon-envelope:before { content: "\f003"; }
132
+ .icon-heart:before { content: "\f004"; }
133
+ .icon-star:before { content: "\f005"; }
134
+ .icon-star-empty:before { content: "\f006"; }
135
+ .icon-user:before { content: "\f007"; }
136
+ .icon-film:before { content: "\f008"; }
137
+ .icon-th-large:before { content: "\f009"; }
138
+ .icon-th:before { content: "\f00a"; }
139
+ .icon-th-list:before { content: "\f00b"; }
140
+ .icon-ok:before { content: "\f00c"; }
141
+ .icon-remove:before { content: "\f00d"; }
142
+ .icon-zoom-in:before { content: "\f00e"; }
143
+ .icon-zoom-out:before { content: "\f010"; }
144
+ .icon-off:before { content: "\f011"; }
145
+ .icon-signal:before { content: "\f012"; }
146
+ .icon-cog:before { content: "\f013"; }
147
+ .icon-trash:before { content: "\f014"; }
148
+ .icon-home:before { content: "\f015"; }
149
+ .icon-file:before { content: "\f016"; }
150
+ .icon-time:before { content: "\f017"; }
151
+ .icon-road:before { content: "\f018"; }
152
+ .icon-download-alt:before { content: "\f019"; }
153
+ .icon-download:before { content: "\f01a"; }
154
+ .icon-upload:before { content: "\f01b"; }
155
+ .icon-inbox:before { content: "\f01c"; }
156
+ .icon-play-circle:before { content: "\f01d"; }
157
+ .icon-repeat:before { content: "\f01e"; }
158
+ .icon-refresh:before { content: "\f021"; }
159
+ .icon-list-alt:before { content: "\f022"; }
160
+ .icon-lock:before { content: "\f023"; }
161
+ .icon-flag:before { content: "\f024"; }
162
+ .icon-headphones:before { content: "\f025"; }
163
+ .icon-volume-off:before { content: "\f026"; }
164
+ .icon-volume-down:before { content: "\f027"; }
165
+ .icon-volume-up:before { content: "\f028"; }
166
+ .icon-qrcode:before { content: "\f029"; }
167
+ .icon-barcode:before { content: "\f02a"; }
168
+ .icon-tag:before { content: "\f02b"; }
169
+ .icon-tags:before { content: "\f02c"; }
170
+ .icon-book:before { content: "\f02d"; }
171
+ .icon-bookmark:before { content: "\f02e"; }
172
+ .icon-print:before { content: "\f02f"; }
173
+ .icon-camera:before { content: "\f030"; }
174
+ .icon-font:before { content: "\f031"; }
175
+ .icon-bold:before { content: "\f032"; }
176
+ .icon-italic:before { content: "\f033"; }
177
+ .icon-text-height:before { content: "\f034"; }
178
+ .icon-text-width:before { content: "\f035"; }
179
+ .icon-align-left:before { content: "\f036"; }
180
+ .icon-align-center:before { content: "\f037"; }
181
+ .icon-align-right:before { content: "\f038"; }
182
+ .icon-align-justify:before { content: "\f039"; }
183
+ .icon-list:before { content: "\f03a"; }
184
+ .icon-indent-left:before { content: "\f03b"; }
185
+ .icon-indent-right:before { content: "\f03c"; }
186
+ .icon-facetime-video:before { content: "\f03d"; }
187
+ .icon-picture:before { content: "\f03e"; }
188
+ .icon-pencil:before { content: "\f040"; }
189
+ .icon-map-marker:before { content: "\f041"; }
190
+ .icon-adjust:before { content: "\f042"; }
191
+ .icon-tint:before { content: "\f043"; }
192
+ .icon-edit:before { content: "\f044"; }
193
+ .icon-share:before { content: "\f045"; }
194
+ .icon-check:before { content: "\f046"; }
195
+ .icon-move:before { content: "\f047"; }
196
+ .icon-step-backward:before { content: "\f048"; }
197
+ .icon-fast-backward:before { content: "\f049"; }
198
+ .icon-backward:before { content: "\f04a"; }
199
+ .icon-play:before { content: "\f04b"; }
200
+ .icon-pause:before { content: "\f04c"; }
201
+ .icon-stop:before { content: "\f04d"; }
202
+ .icon-forward:before { content: "\f04e"; }
203
+ .icon-fast-forward:before { content: "\f050"; }
204
+ .icon-step-forward:before { content: "\f051"; }
205
+ .icon-eject:before { content: "\f052"; }
206
+ .icon-chevron-left:before { content: "\f053"; }
207
+ .icon-chevron-right:before { content: "\f054"; }
208
+ .icon-plus-sign:before { content: "\f055"; }
209
+ .icon-minus-sign:before { content: "\f056"; }
210
+ .icon-remove-sign:before { content: "\f057"; }
211
+ .icon-ok-sign:before { content: "\f058"; }
212
+ .icon-question-sign:before { content: "\f059"; }
213
+ .icon-info-sign:before { content: "\f05a"; }
214
+ .icon-screenshot:before { content: "\f05b"; }
215
+ .icon-remove-circle:before { content: "\f05c"; }
216
+ .icon-ok-circle:before { content: "\f05d"; }
217
+ .icon-ban-circle:before { content: "\f05e"; }
218
+ .icon-arrow-left:before { content: "\f060"; }
219
+ .icon-arrow-right:before { content: "\f061"; }
220
+ .icon-arrow-up:before { content: "\f062"; }
221
+ .icon-arrow-down:before { content: "\f063"; }
222
+ .icon-share-alt:before { content: "\f064"; }
223
+ .icon-resize-full:before { content: "\f065"; }
224
+ .icon-resize-small:before { content: "\f066"; }
225
+ .icon-plus:before { content: "\f067"; }
226
+ .icon-minus:before { content: "\f068"; }
227
+ .icon-asterisk:before { content: "\f069"; }
228
+ .icon-exclamation-sign:before { content: "\f06a"; }
229
+ .icon-gift:before { content: "\f06b"; }
230
+ .icon-leaf:before { content: "\f06c"; }
231
+ .icon-fire:before { content: "\f06d"; }
232
+ .icon-eye-open:before { content: "\f06e"; }
233
+ .icon-eye-close:before { content: "\f070"; }
234
+ .icon-warning-sign:before { content: "\f071"; }
235
+ .icon-plane:before { content: "\f072"; }
236
+ .icon-calendar:before { content: "\f073"; }
237
+ .icon-random:before { content: "\f074"; }
238
+ .icon-comment:before { content: "\f075"; }
239
+ .icon-magnet:before { content: "\f076"; }
240
+ .icon-chevron-up:before { content: "\f077"; }
241
+ .icon-chevron-down:before { content: "\f078"; }
242
+ .icon-retweet:before { content: "\f079"; }
243
+ .icon-shopping-cart:before { content: "\f07a"; }
244
+ .icon-folder-close:before { content: "\f07b"; }
245
+ .icon-folder-open:before { content: "\f07c"; }
246
+ .icon-resize-vertical:before { content: "\f07d"; }
247
+ .icon-resize-horizontal:before { content: "\f07e"; }
248
+ .icon-bar-chart:before { content: "\f080"; }
249
+ .icon-twitter-sign:before { content: "\f081"; }
250
+ .icon-facebook-sign:before { content: "\f082"; }
251
+ .icon-camera-retro:before { content: "\f083"; }
252
+ .icon-key:before { content: "\f084"; }
253
+ .icon-cogs:before { content: "\f085"; }
254
+ .icon-comments:before { content: "\f086"; }
255
+ .icon-thumbs-up:before { content: "\f087"; }
256
+ .icon-thumbs-down:before { content: "\f088"; }
257
+ .icon-star-half:before { content: "\f089"; }
258
+ .icon-heart-empty:before { content: "\f08a"; }
259
+ .icon-signout:before { content: "\f08b"; }
260
+ .icon-linkedin-sign:before { content: "\f08c"; }
261
+ .icon-pushpin:before { content: "\f08d"; }
262
+ .icon-external-link:before { content: "\f08e"; }
263
+ .icon-signin:before { content: "\f090"; }
264
+ .icon-trophy:before { content: "\f091"; }
265
+ .icon-github-sign:before { content: "\f092"; }
266
+ .icon-upload-alt:before { content: "\f093"; }
267
+ .icon-lemon:before { content: "\f094"; }
268
+ .icon-phone:before { content: "\f095"; }
269
+ .icon-check-empty:before { content: "\f096"; }
270
+ .icon-bookmark-empty:before { content: "\f097"; }
271
+ .icon-phone-sign:before { content: "\f098"; }
272
+ .icon-twitter:before { content: "\f099"; }
273
+ .icon-facebook:before { content: "\f09a"; }
274
+ .icon-github:before { content: "\f09b"; }
275
+ .icon-unlock:before { content: "\f09c"; }
276
+ .icon-credit-card:before { content: "\f09d"; }
277
+ .icon-rss:before { content: "\f09e"; }
278
+ .icon-hdd:before { content: "\f0a0"; }
279
+ .icon-bullhorn:before { content: "\f0a1"; }
280
+ .icon-bell:before { content: "\f0a2"; }
281
+ .icon-certificate:before { content: "\f0a3"; }
282
+ .icon-hand-right:before { content: "\f0a4"; }
283
+ .icon-hand-left:before { content: "\f0a5"; }
284
+ .icon-hand-up:before { content: "\f0a6"; }
285
+ .icon-hand-down:before { content: "\f0a7"; }
286
+ .icon-circle-arrow-left:before { content: "\f0a8"; }
287
+ .icon-circle-arrow-right:before { content: "\f0a9"; }
288
+ .icon-circle-arrow-up:before { content: "\f0aa"; }
289
+ .icon-circle-arrow-down:before { content: "\f0ab"; }
290
+ .icon-globe:before { content: "\f0ac"; }
291
+ .icon-wrench:before { content: "\f0ad"; }
292
+ .icon-tasks:before { content: "\f0ae"; }
293
+ .icon-filter:before { content: "\f0b0"; }
294
+ .icon-briefcase:before { content: "\f0b1"; }
295
+ .icon-fullscreen:before { content: "\f0b2"; }
296
+ .icon-group:before { content: "\f0c0"; }
297
+ .icon-link:before { content: "\f0c1"; }
298
+ .icon-cloud:before { content: "\f0c2"; }
299
+ .icon-beaker:before { content: "\f0c3"; }
300
+ .icon-cut:before { content: "\f0c4"; }
301
+ .icon-copy:before { content: "\f0c5"; }
302
+ .icon-paper-clip:before { content: "\f0c6"; }
303
+ .icon-save:before { content: "\f0c7"; }
304
+ .icon-sign-blank:before { content: "\f0c8"; }
305
+ .icon-reorder:before { content: "\f0c9"; }
306
+ .icon-list-ul:before { content: "\f0ca"; }
307
+ .icon-list-ol:before { content: "\f0cb"; }
308
+ .icon-strikethrough:before { content: "\f0cc"; }
309
+ .icon-underline:before { content: "\f0cd"; }
310
+ .icon-table:before { content: "\f0ce"; }
311
+ .icon-magic:before { content: "\f0d0"; }
312
+ .icon-truck:before { content: "\f0d1"; }
313
+ .icon-pinterest:before { content: "\f0d2"; }
314
+ .icon-pinterest-sign:before { content: "\f0d3"; }
315
+ .icon-google-plus-sign:before { content: "\f0d4"; }
316
+ .icon-google-plus:before { content: "\f0d5"; }
317
+ .icon-money:before { content: "\f0d6"; }
318
+ .icon-caret-down:before { content: "\f0d7"; }
319
+ .icon-caret-up:before { content: "\f0d8"; }
320
+ .icon-caret-left:before { content: "\f0d9"; }
321
+ .icon-caret-right:before { content: "\f0da"; }
322
+ .icon-columns:before { content: "\f0db"; }
323
+ .icon-sort:before { content: "\f0dc"; }
324
+ .icon-sort-down:before { content: "\f0dd"; }
325
+ .icon-sort-up:before { content: "\f0de"; }
326
+ .icon-envelope-alt:before { content: "\f0e0"; }
327
+ .icon-linkedin:before { content: "\f0e1"; }
328
+ .icon-undo:before { content: "\f0e2"; }
329
+ .icon-legal:before { content: "\f0e3"; }
330
+ .icon-dashboard:before { content: "\f0e4"; }
331
+ .icon-comment-alt:before { content: "\f0e5"; }
332
+ .icon-comments-alt:before { content: "\f0e6"; }
333
+ .icon-bolt:before { content: "\f0e7"; }
334
+ .icon-sitemap:before { content: "\f0e8"; }
335
+ .icon-umbrella:before { content: "\f0e9"; }
336
+ .icon-paste:before { content: "\f0ea"; }
337
+ .icon-lightbulb:before { content: "\f0eb"; }
338
+ .icon-exchange:before { content: "\f0ec"; }
339
+ .icon-cloud-download:before { content: "\f0ed"; }
340
+ .icon-cloud-upload:before { content: "\f0ee"; }
341
+ .icon-user-md:before { content: "\f0f0"; }
342
+ .icon-stethoscope:before { content: "\f0f1"; }
343
+ .icon-suitcase:before { content: "\f0f2"; }
344
+ .icon-bell-alt:before { content: "\f0f3"; }
345
+ .icon-coffee:before { content: "\f0f4"; }
346
+ .icon-food:before { content: "\f0f5"; }
347
+ .icon-file-alt:before { content: "\f0f6"; }
348
+ .icon-building:before { content: "\f0f7"; }
349
+ .icon-hospital:before { content: "\f0f8"; }
350
+ .icon-ambulance:before { content: "\f0f9"; }
351
+ .icon-medkit:before { content: "\f0fa"; }
352
+ .icon-fighter-jet:before { content: "\f0fb"; }
353
+ .icon-beer:before { content: "\f0fc"; }
354
+ .icon-h-sign:before { content: "\f0fd"; }
355
+ .icon-plus-sign-alt:before { content: "\f0fe"; }
356
+ .icon-double-angle-left:before { content: "\f100"; }
357
+ .icon-double-angle-right:before { content: "\f101"; }
358
+ .icon-double-angle-up:before { content: "\f102"; }
359
+ .icon-double-angle-down:before { content: "\f103"; }
360
+ .icon-angle-left:before { content: "\f104"; }
361
+ .icon-angle-right:before { content: "\f105"; }
362
+ .icon-angle-up:before { content: "\f106"; }
363
+ .icon-angle-down:before { content: "\f107"; }
364
+ .icon-desktop:before { content: "\f108"; }
365
+ .icon-laptop:before { content: "\f109"; }
366
+ .icon-tablet:before { content: "\f10a"; }
367
+ .icon-mobile-phone:before { content: "\f10b"; }
368
+ .icon-circle-blank:before { content: "\f10c"; }
369
+ .icon-quote-left:before { content: "\f10d"; }
370
+ .icon-quote-right:before { content: "\f10e"; }
371
+ .icon-spinner:before { content: "\f110"; }
372
+ .icon-circle:before { content: "\f111"; }
373
+ .icon-reply:before { content: "\f112"; }
374
+ .icon-github-alt:before { content: "\f113"; }
375
+ .icon-folder-close-alt:before { content: "\f114"; }
376
+ .icon-folder-open-alt:before { content: "\f115"; }
377
+
378
+ .icon-amazon-sign:before,
379
+ .icon-amazon:before,
380
+ .icon-android:before,
381
+ .icon-apple-itunes:before,
382
+ .icon-apple:before,
383
+ .icon-aws:before,
384
+ .icon-bing-sign:before,
385
+ .icon-bing:before,
386
+ .icon-duck-duck-go:before,
387
+ .icon-google-sign:before,
388
+ .icon-google:before,
389
+ .icon-sparrow-sign:before,
390
+ .icon-sparrow:before,
391
+ .icon-windows:before,
392
+ .icon-windows8:before,
393
+ .icon-yahoo:before { font-family: 'FontAwesomeCorp'; }
394
+ .icon-amazon-sign:before { content: "\f340"; }
395
+ .icon-amazon:before { content: "\f341"; }
396
+ .icon-android:before { content: "\f342"; }
397
+ .icon-apple-itunes:before { content: "\f343"; }
398
+ .icon-apple:before { content: "\f344"; }
399
+ .icon-aws:before { content: "\f345"; }
400
+ .icon-bing-sign:before { content: "\f346"; }
401
+ .icon-bing:before { content: "\f347"; }
402
+ .icon-duck-duck-go:before { content: "\f348"; }
403
+ .icon-google-sign:before { content: "\f349"; }
404
+ .icon-google:before { content: "\f34a"; }
405
+ .icon-sparrow-sign:before { content: "\f34b"; }
406
+ .icon-sparrow:before { content: "\f34c"; }
407
+ .icon-windows:before { content: "\f34d"; }
408
+ .icon-windows8:before { content: "\f34e"; }
409
+ .icon-yahoo:before { content: "\f34f"; }
410
+
411
+ .icon-accessibility-sign:before,
412
+ .icon-bike-sign:before,
413
+ .icon-bus-sign:before,
414
+ .icon-car-sign:before,
415
+ .icon-taxi-sign:before,
416
+ .icon-truck-sign:before,
417
+ .icon-adobe-pdf:before,
418
+ .icon-ms-excel:before,
419
+ .icon-ms-ppt:before,
420
+ .icon-ms-word:before,
421
+ .icon-zip-file:before,
422
+ .icon-css3:before,
423
+ .icon-html5:before,
424
+ .icon-layers:before,
425
+ .icon-map:before,
426
+ .icon-chrome:before,
427
+ .icon-firefox:before,
428
+ .icon-ie:before,
429
+ .icon-opera:before,
430
+ .icon-safari:before,
431
+ .icon-rss-sign:before { font-family: 'FontAwesomeExt'; }
432
+ .icon-accessibility-sign:before { content: "\f200"; }
433
+ .icon-bike-sign:before { content: "\f201"; }
434
+ .icon-bus-sign:before { content: "\f202"; }
435
+ .icon-car-sign:before { content: "\f203"; }
436
+ .icon-taxi-sign:before { content: "\f204"; }
437
+ .icon-truck-sign:before { content: "\f205"; }
438
+ .icon-adobe-pdf:before { content: "\f206"; }
439
+ .icon-ms-excel:before { content: "\f207"; }
440
+ .icon-ms-ppt:before { content: "\f208"; }
441
+ .icon-ms-word:before { content: "\f209"; }
442
+ .icon-zip-file:before { content: "\f20a"; }
443
+ .icon-css3:before { content: "\f20b"; }
444
+ .icon-html5:before { content: "\f20c"; }
445
+ .icon-layers:before { content: "\f20d"; }
446
+ .icon-map:before { content: "\f20e"; }
447
+ .icon-chrome:before { content: "\f210"; }
448
+ .icon-firefox:before { content: "\f211"; }
449
+ .icon-ie:before { content: "\f212"; }
450
+ .icon-opera:before { content: "\f213"; }
451
+ .icon-safari:before { content: "\f214"; }
452
+ .icon-rss-sign:before { content: "\f215"; }
453
+
454
+ .icon-blogger-sign:before,
455
+ .icon-blogger:before,
456
+ .icon-delicious:before,
457
+ .icon-dribbble-sign:before,
458
+ .icon-dribbble:before,
459
+ .icon-dropbox:before,
460
+ .icon-drupal:before,
461
+ .icon-evernote-sign:before,
462
+ .icon-evernote:before,
463
+ .icon-flickr-sign:before,
464
+ .icon-flickr:before,
465
+ .icon-forrst-sign:before,
466
+ .icon-forrst:before,
467
+ .icon-foursquare-sign:before,
468
+ .icon-foursquare:before,
469
+ .icon-git-fork:before,
470
+ .icon-hacker-news:before,
471
+ .icon-instagram:before,
472
+ .icon-lastfm-sign:before,
473
+ .icon-lastfm:before,
474
+ .icon-paypal:before,
475
+ .icon-picasa-sign:before,
476
+ .icon-picasa:before,
477
+ .icon-reddit:before,
478
+ .icon-share-this-sign:before,
479
+ .icon-share-this:before,
480
+ .icon-skype:before,
481
+ .icon-soundcloud:before,
482
+ .icon-spotify:before,
483
+ .icon-stack-overflow:before,
484
+ .icon-tumblr-sign:before,
485
+ .icon-tumblr:before,
486
+ .icon-vimeo-sign:before,
487
+ .icon-vimeo:before,
488
+ .icon-wordpress-sign:before,
489
+ .icon-wordpress:before,
490
+ .icon-yelp-sign:before,
491
+ .icon-yelp:before,
492
+ .icon-youtube-sign:before,
493
+ .icon-youtube:before { font-family: 'FontAwesomeSocial'; }
494
+ .icon-dropbox:before { content: "\f300"; }
495
+ .icon-drupal:before { content: "\f301"; }
496
+ .icon-git-fork:before { content: "\f302"; }
497
+ .icon-instagram:before { content: "\f303"; }
498
+ .icon-share-this-sign:before { content: "\f304"; }
499
+ .icon-share-this:before { content: "\f305"; }
500
+ .icon-foursquare-sign:before { content: "\f306"; }
501
+ .icon-foursquare:before { content: "\f307"; }
502
+ .icon-hacker-news:before { content: "\f308"; }
503
+ .icon-skype:before { content: "\f309"; }
504
+ .icon-spotify:before { content: "\f30a"; }
505
+ .icon-soundcloud:before { content: "\f30b"; }
506
+ .icon-paypal:before { content: "\f30c"; }
507
+ .icon-youtube-sign:before { content: "\f30d"; }
508
+ .icon-youtube:before { content: "\f30e"; }
509
+ .icon-reddit:before { content: "\f30f"; }
510
+ .icon-blogger-sign:before { content: "\f310"; }
511
+ .icon-blogger:before { content: "\f311"; }
512
+ .icon-dribbble-sign:before { content: "\f312"; }
513
+ .icon-dribbble:before { content: "\f313"; }
514
+ .icon-evernote-sign:before { content: "\f314"; }
515
+ .icon-evernote:before { content: "\f315"; }
516
+ .icon-flickr-sign:before { content: "\f316"; }
517
+ .icon-flickr:before { content: "\f317"; }
518
+ .icon-forrst-sign:before { content: "\f318"; }
519
+ .icon-forrst:before { content: "\f319"; }
520
+ .icon-delicious:before { content: "\f31a"; }
521
+ .icon-lastfm-sign:before { content: "\f31b"; }
522
+ .icon-lastfm:before { content: "\f31c"; }
523
+ .icon-picasa-sign:before { content: "\f31d"; }
524
+ .icon-picasa:before { content: "\f31e"; }
525
+ .icon-stack-overflow:before { content: "\f320"; }
526
+ .icon-tumblr-sign:before { content: "\f321"; }
527
+ .icon-tumblr:before { content: "\f322"; }
528
+ .icon-vimeo-sign:before { content: "\f323"; }
529
+ .icon-vimeo:before { content: "\f324"; }
530
+ .icon-wordpress-sign:before { content: "\f325"; }
531
+ .icon-wordpress:before { content: "\f326"; }
532
+ .icon-yelp-sign:before { content: "\f327"; }
533
+ .icon-yelp:before { content: "\f328"; }