furatto 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. data/.gitignore +18 -0
  2. data/Gemfile +4 -0
  3. data/LICENSE.txt +22 -0
  4. data/README.md +29 -0
  5. data/Rakefile +1 -0
  6. data/furatto.gemspec +21 -0
  7. data/lib/furatto.rb +16 -0
  8. data/lib/furatto/engine.rb +6 -0
  9. data/lib/furatto/version.rb +3 -0
  10. data/vendor/assets/fonts/fontawesome/FontAwesome.otf +0 -0
  11. data/vendor/assets/fonts/fontawesome/fontawesome-webfont.eot +0 -0
  12. data/vendor/assets/fonts/fontawesome/fontawesome-webfont.svg +399 -0
  13. data/vendor/assets/fonts/fontawesome/fontawesome-webfont.ttf +0 -0
  14. data/vendor/assets/fonts/fontawesome/fontawesome-webfont.woff +0 -0
  15. data/vendor/assets/fonts/meteocons-webfont.eot +0 -0
  16. data/vendor/assets/fonts/meteocons-webfont.svg +81 -0
  17. data/vendor/assets/fonts/meteocons-webfont.ttf +0 -0
  18. data/vendor/assets/fonts/meteocons-webfont.woff +0 -0
  19. data/vendor/assets/images/icheck/aero.png +0 -0
  20. data/vendor/assets/images/icheck/aero@2x.png +0 -0
  21. data/vendor/assets/images/icheck/blue.png +0 -0
  22. data/vendor/assets/images/icheck/blue@2x.png +0 -0
  23. data/vendor/assets/images/icheck/flat.png +0 -0
  24. data/vendor/assets/images/icheck/flat@2x.png +0 -0
  25. data/vendor/assets/images/icheck/green.png +0 -0
  26. data/vendor/assets/images/icheck/green@2x.png +0 -0
  27. data/vendor/assets/images/icheck/grey.png +0 -0
  28. data/vendor/assets/images/icheck/grey@2x.png +0 -0
  29. data/vendor/assets/images/icheck/orange.png +0 -0
  30. data/vendor/assets/images/icheck/orange@2x.png +0 -0
  31. data/vendor/assets/images/icheck/pink.png +0 -0
  32. data/vendor/assets/images/icheck/pink@2x.png +0 -0
  33. data/vendor/assets/images/icheck/purple.png +0 -0
  34. data/vendor/assets/images/icheck/purple@2x.png +0 -0
  35. data/vendor/assets/images/icheck/red.png +0 -0
  36. data/vendor/assets/images/icheck/red@2x.png +0 -0
  37. data/vendor/assets/images/icheck/yellow.png +0 -0
  38. data/vendor/assets/images/icheck/yellow@2x.png +0 -0
  39. data/vendor/assets/images/icons/customize-icon150.png +0 -0
  40. data/vendor/assets/images/icons/flexible-icon.png +0 -0
  41. data/vendor/assets/images/icons/github-128-black.png +0 -0
  42. data/vendor/assets/images/icons/iphone-icon150.png +0 -0
  43. data/vendor/assets/images/icons/lock-icon128.png +0 -0
  44. data/vendor/assets/images/icons/rocket-icon128.png +0 -0
  45. data/vendor/assets/images/icons/rocket-icon150.png +0 -0
  46. data/vendor/assets/images/icons/screen-icon.png +0 -0
  47. data/vendor/assets/images/icons/screens-icon.png +0 -0
  48. data/vendor/assets/images/icons/screens2-icon.png +0 -0
  49. data/vendor/assets/images/next.png +0 -0
  50. data/vendor/assets/images/previous.png +0 -0
  51. data/vendor/assets/images/themes.gif +0 -0
  52. data/vendor/assets/images/toggle.png +0 -0
  53. data/vendor/assets/javascripts/dropdown.js +169 -0
  54. data/vendor/assets/javascripts/furatto.js +15 -0
  55. data/vendor/assets/javascripts/jpanel.js +547 -0
  56. data/vendor/assets/javascripts/jquery.avgrund.js +127 -0
  57. data/vendor/assets/javascripts/jquery.dropkick-1.0.0.js +400 -0
  58. data/vendor/assets/javascripts/jquery.icheck.js +462 -0
  59. data/vendor/assets/javascripts/jquery.tagsinput.js +354 -0
  60. data/vendor/assets/javascripts/jquery.toolbar.js +242 -0
  61. data/vendor/assets/javascripts/legacy.js +140 -0
  62. data/vendor/assets/javascripts/picker.date.js +957 -0
  63. data/vendor/assets/javascripts/picker.js +785 -0
  64. data/vendor/assets/javascripts/picker.time.js +651 -0
  65. data/vendor/assets/javascripts/rainbow-custom.min.js +13 -0
  66. data/vendor/assets/javascripts/responsive-tables.js +67 -0
  67. data/vendor/assets/javascripts/responsiveslides.js +391 -0
  68. data/vendor/assets/javascripts/tooltip.js +353 -0
  69. data/vendor/assets/stylesheets/furatto.scss +101 -0
  70. data/vendor/assets/stylesheets/furatto/_alerts.scss +81 -0
  71. data/vendor/assets/stylesheets/furatto/_base.scss +187 -0
  72. data/vendor/assets/stylesheets/furatto/_buttons.scss +100 -0
  73. data/vendor/assets/stylesheets/furatto/_code.scss +66 -0
  74. data/vendor/assets/stylesheets/furatto/_date_picker.date.scss +266 -0
  75. data/vendor/assets/stylesheets/furatto/_date_picker.scss +158 -0
  76. data/vendor/assets/stylesheets/furatto/_date_picker.time.scss +122 -0
  77. data/vendor/assets/stylesheets/furatto/_dropdown.scss +261 -0
  78. data/vendor/assets/stylesheets/furatto/_font-awesome-ie7.scss +1953 -0
  79. data/vendor/assets/stylesheets/furatto/_fonts.scss +614 -0
  80. data/vendor/assets/stylesheets/furatto/_footer.scss +44 -0
  81. data/vendor/assets/stylesheets/furatto/_forms.scss +290 -0
  82. data/vendor/assets/stylesheets/furatto/_grid.scss +56 -0
  83. data/vendor/assets/stylesheets/furatto/_images.scss +44 -0
  84. data/vendor/assets/stylesheets/furatto/_labels.scss +43 -0
  85. data/vendor/assets/stylesheets/furatto/_layout.scss +0 -0
  86. data/vendor/assets/stylesheets/furatto/_left_navbar.scss +100 -0
  87. data/vendor/assets/stylesheets/furatto/_mixins.scss +283 -0
  88. data/vendor/assets/stylesheets/furatto/_modal.scss +103 -0
  89. data/vendor/assets/stylesheets/furatto/_nav.scss +106 -0
  90. data/vendor/assets/stylesheets/furatto/_navbar.scss +187 -0
  91. data/vendor/assets/stylesheets/furatto/_pagination.scss +158 -0
  92. data/vendor/assets/stylesheets/furatto/_responsive-1200px-min.scss +21 -0
  93. data/vendor/assets/stylesheets/furatto/_responsive-767px-max.scss +82 -0
  94. data/vendor/assets/stylesheets/furatto/_responsive-768px-979px.scss +23 -0
  95. data/vendor/assets/stylesheets/furatto/_responsive_navbar.scss +184 -0
  96. data/vendor/assets/stylesheets/furatto/_responsive_tables.scss +28 -0
  97. data/vendor/assets/stylesheets/furatto/_responsiveslides.scss +202 -0
  98. data/vendor/assets/stylesheets/furatto/_select.scss +191 -0
  99. data/vendor/assets/stylesheets/furatto/_tables.scss +90 -0
  100. data/vendor/assets/stylesheets/furatto/_tags.scss +107 -0
  101. data/vendor/assets/stylesheets/furatto/_toolbars.scss +116 -0
  102. data/vendor/assets/stylesheets/furatto/_tooltips.scss +143 -0
  103. data/vendor/assets/stylesheets/furatto/_typography.scss +266 -0
  104. data/vendor/assets/stylesheets/furatto/_variables.scss +628 -0
  105. data/vendor/assets/stylesheets/furatto/_vrt_navbar.scss +61 -0
  106. data/vendor/assets/stylesheets/furatto/icheck/_aero.scss +64 -0
  107. data/vendor/assets/stylesheets/furatto/icheck/_all.scss +20 -0
  108. data/vendor/assets/stylesheets/furatto/icheck/_blue.scss +64 -0
  109. data/vendor/assets/stylesheets/furatto/icheck/_flat.scss +64 -0
  110. data/vendor/assets/stylesheets/furatto/icheck/_green.scss +64 -0
  111. data/vendor/assets/stylesheets/furatto/icheck/_grey.scss +64 -0
  112. data/vendor/assets/stylesheets/furatto/icheck/_orange.scss +64 -0
  113. data/vendor/assets/stylesheets/furatto/icheck/_pink.scss +64 -0
  114. data/vendor/assets/stylesheets/furatto/icheck/_purple.scss +64 -0
  115. data/vendor/assets/stylesheets/furatto/icheck/_red.scss +64 -0
  116. data/vendor/assets/stylesheets/furatto/icheck/_yellow.scss +64 -0
  117. data/vendor/assets/stylesheets/normalize.scss +403 -0
  118. metadata +162 -0
@@ -0,0 +1,614 @@
1
+ /*------------------------------------*\
2
+ $FONTS
3
+ \*------------------------------------*/
4
+ /**
5
+ * Basic fonts
6
+ *
7
+ * Designed and built @kurenn
8
+ */
9
+
10
+ @import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
11
+
12
+ @font-face {
13
+ font-family: 'MeteoconsRegular';
14
+ src: url('/assets/meteocons-webfont.eot');
15
+ src: url('/assets/meteocons-webfont.eot?#iefix') format('embedded-opentype'),
16
+ url('/assets/meteocons-webfont.woff') format('woff'),
17
+ url('/assets/meteocons-webfont.ttf') format('truetype'),
18
+ url('/assets/meteocons-webfont.svg#MeteoconsRegular') format('svg');
19
+ font-weight: normal;
20
+ font-style: normal;
21
+ }
22
+
23
+ .meteocon:before {
24
+ font-family: 'MeteoconsRegular';
25
+ content: attr(data-meteocon);
26
+ }
27
+
28
+ /* Font Awesome */
29
+ /* -------------------- */
30
+
31
+ @import 'font-awesome-ie7';
32
+
33
+ @font-face {
34
+ font-family: 'FontAwesome';
35
+ src: url('#{$FontAwesomePath}/fontawesome-webfont.eot?v=#{$FontAwesomeVersion}');
36
+ src: url('#{$FontAwesomePath}/fontawesome-webfont.eot?#iefix&v=#{$FontAwesomeVersion}') format('embedded-opentype'),
37
+ url('#{$FontAwesomePath}/fontawesome-webfont.woff?v=#{$FontAwesomeVersion}') format('woff'),
38
+ url('#{$FontAwesomePath}/fontawesome-webfont.ttf?v=#{$FontAwesomeVersion}') format('truetype'),
39
+ url('#{$FontAwesomePath}/fontawesome-webfont.svg#fontawesomeregular?v=#{$FontAwesomeVersion}') format('svg');
40
+ // src: url('#{$FontAwesomePath}/FontAwesome.otf') format('opentype'); // used when developing fonts
41
+ font-weight: normal;
42
+ font-style: normal;
43
+ }
44
+
45
+
46
+ [class^="icon-"],
47
+ [class*=" icon-"] {
48
+ display: inline;
49
+ width: auto;
50
+ height: auto;
51
+ line-height: normal;
52
+ vertical-align: baseline;
53
+ background-image: none;
54
+ background-position: 0% 0%;
55
+ background-repeat: repeat;
56
+ margin-top: 0;
57
+ }
58
+
59
+ .btn, .nav {
60
+ [class^="icon-"],
61
+ [class*=" icon-"] {
62
+ // display: inline;
63
+ &.icon-large { line-height: .9em; }
64
+ &.icon-spin { display: inline-block; }
65
+ }
66
+ }
67
+
68
+ .btn {
69
+ [class^="icon-"],
70
+ [class*=" icon-"] {
71
+ &.pull-left, &.pull-right {
72
+ &.icon-2x { margin-top: .18em; }
73
+ }
74
+ &.icon-spin.icon-large { line-height: .8em; }
75
+ }
76
+ }
77
+ .btn.btn-small {
78
+ [class^="icon-"],
79
+ [class*=" icon-"] {
80
+ &.pull-left, &.pull-right {
81
+ &.icon-2x { margin-top: .25em; }
82
+ }
83
+ }
84
+ }
85
+ .btn.btn-large {
86
+ [class^="icon-"],
87
+ [class*=" icon-"] {
88
+ margin-top: 0; // overrides bootstrap default
89
+ &.pull-left, &.pull-right {
90
+ &.icon-2x { margin-top: .05em; }
91
+ }
92
+ &.pull-left.icon-2x { margin-right: .2em; }
93
+ &.pull-right.icon-2x { margin-left: .2em; }
94
+ }
95
+ }
96
+
97
+ /* Font Awesome Core */
98
+ /* -------------------------- */
99
+
100
+ [class^="icon-"],
101
+ [class*=" icon-"] {
102
+ @include icon-FontAwesome();
103
+ }
104
+
105
+ [class^="icon-"]:before,
106
+ [class*=" icon-"]:before {
107
+ text-decoration: inherit;
108
+ display: inline-block;
109
+ speak: none;
110
+ }
111
+
112
+ /* makes the font 33% larger relative to the icon container */
113
+ .icon-large:before {
114
+ vertical-align: -10%;
115
+ font-size: (4em/3);
116
+ }
117
+
118
+ /* makes sure icons active on rollover in links */
119
+ a {
120
+ [class^="icon-"],
121
+ [class*=" icon-"] {
122
+ display: inline;
123
+ }
124
+ }
125
+
126
+ /* increased font size for icon-large */
127
+ [class^="icon-"],
128
+ [class*=" icon-"] {
129
+ &.icon-fixed-width {
130
+ display: inline-block;
131
+ width: (16em/14);
132
+ text-align: right;
133
+ padding-right: (4em/14);
134
+ &.icon-large {
135
+ width: (20em/14);
136
+ }
137
+ }
138
+ }
139
+
140
+ .icon-white:before {
141
+ color: $white;
142
+ }
143
+
144
+ .icons-ul {
145
+ margin-left: $icons-li-width;
146
+ list-style-type: none;
147
+
148
+ > li { position: relative; }
149
+
150
+ .icon-li {
151
+ position: absolute;
152
+ left: -$icons-li-width;
153
+ width: $icons-li-width;
154
+ text-align: center;
155
+ line-height: inherit;
156
+ }
157
+ }
158
+
159
+ // allows usage of the hide class directly on font awesome icons
160
+ [class^="icon-"],
161
+ [class*=" icon-"] {
162
+ &.hide {
163
+ display: none;
164
+ }
165
+ }
166
+
167
+ .icon-muted { color: $iconMuted; }
168
+ .icon-light { color: $iconLight; }
169
+ .icon-dark { color: $iconDark; }
170
+
171
+ // Icon Borders
172
+ // -------------------------
173
+
174
+ .icon-border {
175
+ border: solid 1px $borderColor;
176
+ padding: .2em .25em .15em;
177
+ @include border-radius(3px);
178
+ }
179
+
180
+ // Icon Sizes
181
+ // -------------------------
182
+
183
+ .icon-2x {
184
+ font-size: 2em;
185
+ &.icon-border {
186
+ border-width: 2px;
187
+ @include border-radius(4px);
188
+ }
189
+ }
190
+ .icon-3x {
191
+ font-size: 3em;
192
+ &.icon-border {
193
+ border-width: 3px;
194
+ @include border-radius(5px);
195
+ }
196
+ }
197
+ .icon-4x {
198
+ font-size: 4em;
199
+ &.icon-border {
200
+ border-width: 4px;
201
+ @include border-radius(6px);
202
+ }
203
+ }
204
+
205
+ .icon-5x {
206
+ font-size: 5em;
207
+ &.icon-border {
208
+ border-width: 5px;
209
+ @include border-radius(7px);
210
+ }
211
+ }
212
+
213
+
214
+ // Floats & Margins
215
+ // -------------------------
216
+
217
+ // Quick floats
218
+ .pull-right { float: right; }
219
+ .pull-left { float: left; }
220
+
221
+ [class^="icon-"],
222
+ [class*=" icon-"] {
223
+ &.pull-left {
224
+ margin-right: .3em;
225
+ }
226
+ &.pull-right {
227
+ margin-left: .3em;
228
+ }
229
+ }
230
+
231
+ /* Icons */
232
+ /* --------------- */
233
+
234
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
235
+ * readers do not read off random characters that represent icons */
236
+
237
+ .icon-glass:before { content: $glass; }
238
+ .icon-music:before { content: $music; }
239
+ .icon-search:before { content: $search; }
240
+ .icon-envelope-alt:before { content: $envelope-alt; }
241
+ .icon-heart:before { content: $heart; }
242
+ .icon-star:before { content: $star; }
243
+ .icon-star-empty:before { content: $star-empty; }
244
+ .icon-user:before { content: $user; }
245
+ .icon-film:before { content: $film; }
246
+ .icon-th-large:before { content: $th-large; }
247
+ .icon-th:before { content: $th; }
248
+ .icon-th-list:before { content: $th-list; }
249
+ .icon-ok:before { content: $ok; }
250
+ .icon-remove:before { content: $remove; }
251
+ .icon-zoom-in:before { content: $zoom-in; }
252
+ .icon-zoom-out:before { content: $zoom-out; }
253
+ .icon-power-off:before,
254
+ .icon-off:before { content: $off; }
255
+ .icon-signal:before { content: $signal; }
256
+ .icon-gear:before,
257
+ .icon-cog:before { content: $cog; }
258
+ .icon-trash:before { content: $trash; }
259
+ .icon-home:before { content: $home; }
260
+ .icon-file-alt:before { content: $file-alt; }
261
+ .icon-time:before { content: $time; }
262
+ .icon-road:before { content: $road; }
263
+ .icon-download-alt:before { content: $download-alt; }
264
+ .icon-download:before { content: $download; }
265
+ .icon-upload:before { content: $upload; }
266
+ .icon-inbox:before { content: $inbox; }
267
+ .icon-play-circle:before { content: $play-circle; }
268
+ .icon-rotate-right:before,
269
+ .icon-repeat:before { content: $repeat; }
270
+ .icon-refresh:before { content: $refresh; }
271
+ .icon-list-alt:before { content: $list-alt; }
272
+ .icon-lock:before { content: $lock; }
273
+ .icon-flag:before { content: $flag; }
274
+ .icon-headphones:before { content: $headphones; }
275
+ .icon-volume-off:before { content: $volume-off; }
276
+ .icon-volume-down:before { content: $volume-down; }
277
+ .icon-volume-up:before { content: $volume-up; }
278
+ .icon-qrcode:before { content: $qrcode; }
279
+ .icon-barcode:before { content: $barcode; }
280
+ .icon-tag:before { content: $tag; }
281
+ .icon-tags:before { content: $tags; }
282
+ .icon-book:before { content: $book; }
283
+ .icon-bookmark:before { content: $bookmark; }
284
+ .icon-print:before { content: $print; }
285
+ .icon-camera:before { content: $camera; }
286
+ .icon-font:before { content: $font; }
287
+ .icon-bold:before { content: $bold; }
288
+ .icon-italic:before { content: $italic; }
289
+ .icon-text-height:before { content: $text-height; }
290
+ .icon-text-width:before { content: $text-width; }
291
+ .icon-align-left:before { content: $align-left; }
292
+ .icon-align-center:before { content: $align-center; }
293
+ .icon-align-right:before { content: $align-right; }
294
+ .icon-align-justify:before { content: $align-justify; }
295
+ .icon-list:before { content: $list; }
296
+ .icon-indent-left:before { content: $indent-left; }
297
+ .icon-indent-right:before { content: $indent-right; }
298
+ .icon-facetime-video:before { content: $facetime-video; }
299
+ .icon-picture:before { content: $picture; }
300
+ .icon-pencil:before { content: $pencil; }
301
+ .icon-map-marker:before { content: $map-marker; }
302
+ .icon-adjust:before { content: $adjust; }
303
+ .icon-tint:before { content: $tint; }
304
+ .icon-edit:before { content: $edit; }
305
+ .icon-share:before { content: $share; }
306
+ .icon-check:before { content: $check; }
307
+ .icon-move:before { content: $move; }
308
+ .icon-step-backward:before { content: $step-backward; }
309
+ .icon-fast-backward:before { content: $fast-backward; }
310
+ .icon-backward:before { content: $backward; }
311
+ .icon-play:before { content: $play; }
312
+ .icon-pause:before { content: $pause; }
313
+ .icon-stop:before { content: $stop; }
314
+ .icon-forward:before { content: $forward; }
315
+ .icon-fast-forward:before { content: $fast-forward; }
316
+ .icon-step-forward:before { content: $step-forward; }
317
+ .icon-eject:before { content: $eject; }
318
+ .icon-chevron-left:before { content: $chevron-left; }
319
+ .icon-chevron-right:before { content: $chevron-right; }
320
+ .icon-plus-sign:before { content: $plus-sign; }
321
+ .icon-minus-sign:before { content: $minus-sign; }
322
+ .icon-remove-sign:before { content: $remove-sign; }
323
+ .icon-ok-sign:before { content: $ok-sign; }
324
+ .icon-question-sign:before { content: $question-sign; }
325
+ .icon-info-sign:before { content: $info-sign; }
326
+ .icon-screenshot:before { content: $screenshot; }
327
+ .icon-remove-circle:before { content: $remove-circle; }
328
+ .icon-ok-circle:before { content: $ok-circle; }
329
+ .icon-ban-circle:before { content: $ban-circle; }
330
+ .icon-arrow-left:before { content: $arrow-left; }
331
+ .icon-arrow-right:before { content: $arrow-right; }
332
+ .icon-arrow-up:before { content: $arrow-up; }
333
+ .icon-arrow-down:before { content: $arrow-down; }
334
+ .icon-mail-forward:before,
335
+ .icon-share-alt:before { content: $share-alt; }
336
+ .icon-resize-full:before { content: $resize-full; }
337
+ .icon-resize-small:before { content: $resize-small; }
338
+ .icon-plus:before { content: $plus; }
339
+ .icon-minus:before { content: $minus; }
340
+ .icon-asterisk:before { content: $asterisk; }
341
+ .icon-exclamation-sign:before { content: $exclamation-sign; }
342
+ .icon-gift:before { content: $gift; }
343
+ .icon-leaf:before { content: $leaf; }
344
+ .icon-fire:before { content: $fire; }
345
+ .icon-eye-open:before { content: $eye-open; }
346
+ .icon-eye-close:before { content: $eye-close; }
347
+ .icon-warning-sign:before { content: $warning-sign; }
348
+ .icon-plane:before { content: $plane; }
349
+ .icon-calendar:before { content: $calendar; }
350
+ .icon-random:before { content: $random; }
351
+ .icon-comment:before { content: $comment; }
352
+ .icon-magnet:before { content: $magnet; }
353
+ .icon-chevron-up:before { content: $chevron-up; }
354
+ .icon-chevron-down:before { content: $chevron-down; }
355
+ .icon-retweet:before { content: $retweet; }
356
+ .icon-shopping-cart:before { content: $shopping-cart; }
357
+ .icon-folder-close:before { content: $folder-close; }
358
+ .icon-folder-open:before { content: $folder-open; }
359
+ .icon-resize-vertical:before { content: $resize-vertical; }
360
+ .icon-resize-horizontal:before { content: $resize-horizontal; }
361
+ .icon-bar-chart:before { content: $bar-chart; }
362
+ .icon-twitter-sign:before { content: $twitter-sign; }
363
+ .icon-facebook-sign:before { content: $facebook-sign; }
364
+ .icon-camera-retro:before { content: $camera-retro; }
365
+ .icon-key:before { content: $key; }
366
+ .icon-gears:before,
367
+ .icon-cogs:before { content: $cogs; }
368
+ .icon-comments:before { content: $comments; }
369
+ .icon-thumbs-up-alt:before { content: $thumbs-up-alt; }
370
+ .icon-thumbs-down-alt:before { content: $thumbs-down-alt; }
371
+ .icon-star-half:before { content: $star-half; }
372
+ .icon-heart-empty:before { content: $heart-empty; }
373
+ .icon-signout:before { content: $signout; }
374
+ .icon-linkedin-sign:before { content: $linkedin-sign; }
375
+ .icon-pushpin:before { content: $pushpin; }
376
+ .icon-external-link:before { content: $external-link; }
377
+ .icon-signin:before { content: $signin; }
378
+ .icon-trophy:before { content: $trophy; }
379
+ .icon-github-sign:before { content: $github-sign; }
380
+ .icon-upload-alt:before { content: $upload-alt; }
381
+ .icon-lemon:before { content: $lemon; }
382
+ .icon-phone:before { content: $phone; }
383
+ .icon-unchecked:before,
384
+ .icon-check-empty:before { content: $check-empty; }
385
+ .icon-bookmark-empty:before { content: $bookmark-empty; }
386
+ .icon-phone-sign:before { content: $phone-sign; }
387
+ .icon-twitter:before { content: $twitter; }
388
+ .icon-facebook:before { content: $facebook; }
389
+ .icon-github:before { content: $github; }
390
+ .icon-unlock:before { content: $unlock; }
391
+ .icon-credit-card:before { content: $credit-card; }
392
+ .icon-rss:before { content: $rss; }
393
+ .icon-hdd:before { content: $hdd; }
394
+ .icon-bullhorn:before { content: $bullhorn; }
395
+ .icon-bell:before { content: $bell; }
396
+ .icon-certificate:before { content: $certificate; }
397
+ .icon-hand-right:before { content: $hand-right; }
398
+ .icon-hand-left:before { content: $hand-left; }
399
+ .icon-hand-up:before { content: $hand-up; }
400
+ .icon-hand-down:before { content: $hand-down; }
401
+ .icon-circle-arrow-left:before { content: $circle-arrow-left; }
402
+ .icon-circle-arrow-right:before { content: $circle-arrow-right; }
403
+ .icon-circle-arrow-up:before { content: $circle-arrow-up; }
404
+ .icon-circle-arrow-down:before { content: $circle-arrow-down; }
405
+ .icon-globe:before { content: $globe; }
406
+ .icon-wrench:before { content: $wrench; }
407
+ .icon-tasks:before { content: $tasks; }
408
+ .icon-filter:before { content: $filter; }
409
+ .icon-briefcase:before { content: $briefcase; }
410
+ .icon-fullscreen:before { content: $fullscreen; }
411
+ .icon-group:before { content: $group; }
412
+ .icon-link:before { content: $link; }
413
+ .icon-cloud:before { content: $cloud; }
414
+ .icon-beaker:before { content: $beaker; }
415
+ .icon-cut:before { content: $cut; }
416
+ .icon-copy:before { content: $copy; }
417
+ .icon-paperclip:before,
418
+ .icon-paper-clip:before { content: $paper-clip; }
419
+ .icon-save:before { content: $save; }
420
+ .icon-sign-blank:before { content: $sign-blank; }
421
+ .icon-reorder:before { content: $reorder; }
422
+ .icon-list-ul:before { content: $list-ul; }
423
+ .icon-list-ol:before { content: $list-ol; }
424
+ .icon-strikethrough:before { content: $strikethrough; }
425
+ .icon-underline:before { content: $underline; }
426
+ .icon-table:before { content: $table; }
427
+ .icon-magic:before { content: $magic; }
428
+ .icon-truck:before { content: $truck; }
429
+ .icon-pinterest:before { content: $pinterest; }
430
+ .icon-pinterest-sign:before { content: $pinterest-sign; }
431
+ .icon-google-plus-sign:before { content: $google-plus-sign; }
432
+ .icon-google-plus:before { content: $google-plus; }
433
+ .icon-money:before { content: $money; }
434
+ .icon-caret-down:before { content: $caret-down; }
435
+ .icon-caret-up:before { content: $caret-up; }
436
+ .icon-caret-left:before { content: $caret-left; }
437
+ .icon-caret-right:before { content: $caret-right; }
438
+ .icon-columns:before { content: $columns; }
439
+ .icon-sort:before { content: $sort; }
440
+ .icon-sort-down:before { content: $sort-down; }
441
+ .icon-sort-up:before { content: $sort-up; }
442
+ .icon-envelope:before { content: $envelope; }
443
+ .icon-linkedin:before { content: $linkedin; }
444
+ .icon-rotate-left:before,
445
+ .icon-undo:before { content: $undo; }
446
+ .icon-legal:before { content: $legal; }
447
+ .icon-dashboard:before { content: $dashboard; }
448
+ .icon-comment-alt:before { content: $comment-alt; }
449
+ .icon-comments-alt:before { content: $comments-alt; }
450
+ .icon-bolt:before { content: $bolt; }
451
+ .icon-sitemap:before { content: $sitemap; }
452
+ .icon-umbrella:before { content: $umbrella; }
453
+ .icon-paste:before { content: $paste; }
454
+ .icon-lightbulb:before { content: $lightbulb; }
455
+ .icon-exchange:before { content: $exchange; }
456
+ .icon-cloud-download:before { content: $cloud-download; }
457
+ .icon-cloud-upload:before { content: $cloud-upload; }
458
+ .icon-user-md:before { content: $user-md; }
459
+ .icon-stethoscope:before { content: $stethoscope; }
460
+ .icon-suitcase:before { content: $suitcase; }
461
+ .icon-bell-alt:before { content: $bell-alt; }
462
+ .icon-coffee:before { content: $coffee; }
463
+ .icon-food:before { content: $food; }
464
+ .icon-file-text-alt:before { content: $file-text-alt; }
465
+ .icon-building:before { content: $building; }
466
+ .icon-hospital:before { content: $hospital; }
467
+ .icon-ambulance:before { content: $ambulance; }
468
+ .icon-medkit:before { content: $medkit; }
469
+ .icon-fighter-jet:before { content: $fighter-jet; }
470
+ .icon-beer:before { content: $beer; }
471
+ .icon-h-sign:before { content: $h-sign; }
472
+ .icon-plus-sign-alt:before { content: $plus-sign-alt; }
473
+ .icon-double-angle-left:before { content: $double-angle-left; }
474
+ .icon-double-angle-right:before { content: $double-angle-right; }
475
+ .icon-double-angle-up:before { content: $double-angle-up; }
476
+ .icon-double-angle-down:before { content: $double-angle-down; }
477
+ .icon-angle-left:before { content: $angle-left; }
478
+ .icon-angle-right:before { content: $angle-right; }
479
+ .icon-angle-up:before { content: $angle-up; }
480
+ .icon-angle-down:before { content: $angle-down; }
481
+ .icon-desktop:before { content: $desktop; }
482
+ .icon-laptop:before { content: $laptop; }
483
+ .icon-tablet:before { content: $tablet; }
484
+ .icon-mobile-phone:before { content: $mobile-phone; }
485
+ .icon-circle-blank:before { content: $circle-blank; }
486
+ .icon-quote-left:before { content: $quote-left; }
487
+ .icon-quote-right:before { content: $quote-right; }
488
+ .icon-spinner:before { content: $spinner; }
489
+ .icon-circle:before { content: $circle; }
490
+ .icon-mail-reply:before,
491
+ .icon-reply:before { content: $reply; }
492
+ .icon-github-alt:before { content: $github-alt; }
493
+ .icon-folder-close-alt:before { content: $folder-close-alt; }
494
+ .icon-folder-open-alt:before { content: $folder-open-alt; }
495
+ .icon-expand-alt:before { content: $expand-alt; }
496
+ .icon-collapse-alt:before { content: $collapse-alt; }
497
+ .icon-smile:before { content: $smile; }
498
+ .icon-frown:before { content: $frown; }
499
+ .icon-meh:before { content: $meh; }
500
+ .icon-gamepad:before { content: $gamepad; }
501
+ .icon-keyboard:before { content: $keyboard; }
502
+ .icon-flag-alt:before { content: $flag-alt; }
503
+ .icon-flag-checkered:before { content: $flag-checkered; }
504
+ .icon-terminal:before { content: $terminal; }
505
+ .icon-code:before { content: $code; }
506
+ .icon-reply-all:before { content: $reply-all; }
507
+ .icon-mail-reply-all:before { content: $mail-reply-all; }
508
+ .icon-star-half-full:before,
509
+ .icon-star-half-empty:before { content: $star-half-empty; }
510
+ .icon-location-arrow:before { content: $location-arrow; }
511
+ .icon-crop:before { content: $crop; }
512
+ .icon-code-fork:before { content: $code-fork; }
513
+ .icon-unlink:before { content: $unlink; }
514
+ .icon-question:before { content: $question; }
515
+ .icon-info:before { content: $info; }
516
+ .icon-exclamation:before { content: $exclamation; }
517
+ .icon-superscript:before { content: $superscript; }
518
+ .icon-subscript:before { content: $subscript; }
519
+ .icon-eraser:before { content: $eraser; }
520
+ .icon-puzzle-piece:before { content: $puzzle-piece; }
521
+ .icon-microphone:before { content: $microphone; }
522
+ .icon-microphone-off:before { content: $microphone-off; }
523
+ .icon-shield:before { content: $shield; }
524
+ .icon-calendar-empty:before { content: $calendar-empty; }
525
+ .icon-fire-extinguisher:before { content: $fire-extinguisher; }
526
+ .icon-rocket:before { content: $rocket; }
527
+ .icon-maxcdn:before { content: $maxcdn; }
528
+ .icon-chevron-sign-left:before { content: $chevron-sign-left; }
529
+ .icon-chevron-sign-right:before { content: $chevron-sign-right; }
530
+ .icon-chevron-sign-up:before { content: $chevron-sign-up; }
531
+ .icon-chevron-sign-down:before { content: $chevron-sign-down; }
532
+ .icon-html5:before { content: $html5; }
533
+ .icon-css3:before { content: $css3; }
534
+ .icon-anchor:before { content: $anchor; }
535
+ .icon-unlock-alt:before { content: $unlock-alt; }
536
+ .icon-bullseye:before { content: $bullseye; }
537
+ .icon-ellipsis-horizontal:before { content: $ellipsis-horizontal; }
538
+ .icon-ellipsis-vertical:before { content: $ellipsis-vertical; }
539
+ .icon-rss-sign:before { content: $rss-sign; }
540
+ .icon-play-sign:before { content: $play-sign; }
541
+ .icon-ticket:before { content: $ticket; }
542
+ .icon-minus-sign-alt:before { content: $minus-sign-alt; }
543
+ .icon-check-minus:before { content: $check-minus; }
544
+ .icon-level-up:before { content: $level-up; }
545
+ .icon-level-down:before { content: $level-down; }
546
+ .icon-check-sign:before { content: $check-sign; }
547
+ .icon-edit-sign:before { content: $edit-sign; }
548
+ .icon-external-link-sign:before { content: $external-link-sign; }
549
+ .icon-share-sign:before { content: $share-sign; }
550
+ .icon-compass:before { content: $compass; }
551
+ .icon-collapse:before { content: $collapse; }
552
+ .icon-collapse-top:before { content: $collapse-top; }
553
+ .icon-expand:before { content: $expand; }
554
+ .icon-euro:before,
555
+ .icon-eur:before { content: $eur; }
556
+ .icon-gbp:before { content: $gbp; }
557
+ .icon-dollar:before,
558
+ .icon-usd:before { content: $usd; }
559
+ .icon-rupee:before,
560
+ .icon-inr:before { content: $inr; }
561
+ .icon-yen:before,
562
+ .icon-jpy:before { content: $jpy; }
563
+ .icon-renminbi:before,
564
+ .icon-cny:before { content: $cny; }
565
+ .icon-won:before,
566
+ .icon-krw:before { content: $krw; }
567
+ .icon-bitcoin:before,
568
+ .icon-btc:before { content: $btc; }
569
+ .icon-file:before { content: $file; }
570
+ .icon-file-text:before { content: $file-text; }
571
+ .icon-sort-by-alphabet:before { content: $sort-by-alphabet; }
572
+ .icon-sort-by-alphabet-alt:before { content: $sort-by-alphabet-alt; }
573
+ .icon-sort-by-attributes:before { content: $sort-by-attributes; }
574
+ .icon-sort-by-attributes-alt:before { content: $sort-by-attributes-alt; }
575
+ .icon-sort-by-order:before { content: $sort-by-order; }
576
+ .icon-sort-by-order-alt:before { content: $sort-by-order-alt; }
577
+ .icon-thumbs-up:before { content: $thumbs-up; }
578
+ .icon-thumbs-down:before { content: $thumbs-down; }
579
+ .icon-youtube-sign:before { content: $youtube-sign; }
580
+ .icon-youtube:before { content: $youtube; }
581
+ .icon-xing:before { content: $xing; }
582
+ .icon-xing-sign:before { content: $xing-sign; }
583
+ .icon-youtube-play:before { content: $youtube-play; }
584
+ .icon-dropbox:before { content: $dropbox; }
585
+ .icon-stackexchange:before { content: $stackexchange; }
586
+ .icon-instagram:before { content: $instagram; }
587
+ .icon-flickr:before { content: $flickr; }
588
+ .icon-adn:before { content: $adn; }
589
+ .icon-bitbucket:before { content: $bitbucket; }
590
+ .icon-bitbucket-sign:before { content: $bitbucket-sign; }
591
+ .icon-tumblr:before { content: $tumblr; }
592
+ .icon-tumblr-sign:before { content: $tumblr-sign; }
593
+ .icon-long-arrow-down:before { content: $long-arrow-down; }
594
+ .icon-long-arrow-up:before { content: $long-arrow-up; }
595
+ .icon-long-arrow-left:before { content: $long-arrow-left; }
596
+ .icon-long-arrow-right:before { content: $long-arrow-right; }
597
+ .icon-apple:before { content: $apple; }
598
+ .icon-windows:before { content: $windows; }
599
+ .icon-android:before { content: $android; }
600
+ .icon-linux:before { content: $linux; }
601
+ .icon-dribbble:before { content: $dribbble; }
602
+ .icon-skype:before { content: $skype; }
603
+ .icon-foursquare:before { content: $foursquare; }
604
+ .icon-trello:before { content: $trello; }
605
+ .icon-female:before { content: $female; }
606
+ .icon-male:before { content: $male; }
607
+ .icon-gittip:before { content: $gittip; }
608
+ .icon-sun:before { content: $sun; }
609
+ .icon-moon:before { content: $moon; }
610
+ .icon-archive:before { content: $archive; }
611
+ .icon-bug:before { content: $bug; }
612
+ .icon-vk:before { content: $vk; }
613
+ .icon-weibo:before { content: $weibo; }
614
+ .icon-renren:before { content: $renren; }