constructor-core 0.3.3 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. data/app/assets/stylesheets/constructor_core/application.css.scss +1 -56
  2. data/app/assets/stylesheets/constructor_core/main.css.scss +200 -0
  3. data/app/controllers/constructor_core/application_controller.rb +7 -0
  4. data/app/controllers/constructor_core/sessions_controller.rb +2 -2
  5. data/app/helpers/constructor_core/application_helper.rb +29 -0
  6. data/app/models/constructor_core/user.rb +0 -2
  7. data/app/views/constructor_core/sessions/new.html.haml +3 -6
  8. data/app/views/layouts/constructor_core/application_admin.haml +36 -19
  9. data/config/environments/production.rb +0 -2
  10. data/config/initializers/devise.rb +2 -203
  11. data/config/locales/en.yml +10 -0
  12. data/config/locales/ru.yml +11 -1
  13. data/config/routes.rb +10 -5
  14. data/constructor-core.gemspec +2 -0
  15. data/lib/constructor-core.rb +2 -0
  16. data/lib/constructor_core/version.rb +1 -1
  17. metadata +38 -14
  18. data/app/assets/fonts/FontAwesome.otf +0 -0
  19. data/app/assets/fonts/fontawesome-webfont.eot +0 -0
  20. data/app/assets/fonts/fontawesome-webfont.svg +0 -339
  21. data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
  22. data/app/assets/fonts/fontawesome-webfont.woff +0 -0
  23. data/app/assets/stylesheets/constructor_core/bootstrap-responsive.css +0 -1109
  24. data/app/assets/stylesheets/constructor_core/bootstrap.css +0 -6158
  25. data/app/assets/stylesheets/constructor_core/font-awesome.css +0 -1268
  26. data/app/assets/stylesheets/constructor_core/jquery.treeview.css +0 -73
  27. data/app/controllers/constructor_core/admin_controller.rb +0 -6
  28. data/app/helpers/constructor_core/devise_helper.rb +0 -24
  29. data/config/environments/development.rb +0 -4
@@ -1,1268 +0,0 @@
1
- /*!
2
- * Font Awesome 3.1.0
3
- * the iconic font designed for Bootstrap
4
- * -------------------------------------------------------
5
- * The full suite of pictographic icons, examples, and documentation
6
- * can be found at: http://fontawesome.io
7
- *
8
- * License
9
- * -------------------------------------------------------
10
- * - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
11
- * http://scripts.sil.org/OFL
12
- * - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
13
- * http://opensource.org/licenses/mit-license.html
14
- * - Font Awesome documentation licensed under CC BY 3.0 License -
15
- * http://creativecommons.org/licenses/by/3.0/
16
- * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
17
- * "Font Awesome by Dave Gandy - http://fontawesome.io"
18
-
19
- * Contact
20
- * -------------------------------------------------------
21
- * Email: dave@fontawesome.io
22
- * Twitter: http://twitter.com/fortaweso_me
23
- * Work: Lead Product Designer @ http://kyruus.com
24
- */
25
- /* FONT PATH
26
- * -------------------------- */
27
- @font-face {
28
- font-family: 'FontAwesome';
29
- src: url('/assets/fontawesome-webfont.eot?v=3.1.0');
30
- src: url('/assets/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), url('/assets/fontawesome-webfont.woff?v=3.1.0') format('woff'), url('/assets/fontawesome-webfont.ttf?v=3.1.0') format('truetype'), url('/assets/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');
31
- font-weight: normal;
32
- font-style: normal;
33
- }
34
- /* FONT AWESOME CORE
35
- * -------------------------- */
36
- [class^="icon-"],
37
- [class*=" icon-"] {
38
- font-family: FontAwesome;
39
- font-weight: normal;
40
- font-style: normal;
41
- text-decoration: inherit;
42
- -webkit-font-smoothing: antialiased;
43
- *margin-right: .3em;
44
- }
45
- [class^="icon-"]:before,
46
- [class*=" icon-"]:before {
47
- text-decoration: inherit;
48
- display: inline-block;
49
- speak: none;
50
- }
51
- /* makes the font 33% larger relative to the icon container */
52
- .icon-large:before {
53
- vertical-align: -10%;
54
- font-size: 1.3333333333333333em;
55
- }
56
- /* makes sure icons active on rollover in links */
57
- a [class^="icon-"],
58
- a [class*=" icon-"],
59
- a [class^="icon-"]:before,
60
- a [class*=" icon-"]:before {
61
- display: inline;
62
- }
63
- /* increased font size for icon-large */
64
- [class^="icon-"].icon-fixed-width,
65
- [class*=" icon-"].icon-fixed-width {
66
- display: inline-block;
67
- width: 1.2857142857142858em;
68
- text-align: center;
69
- }
70
- [class^="icon-"].icon-fixed-width.icon-large,
71
- [class*=" icon-"].icon-fixed-width.icon-large {
72
- width: 1.5714285714285714em;
73
- }
74
- ul.icons-ul {
75
- list-style-type: none;
76
- text-indent: -0.7142857142857143em;
77
- margin-left: 2.142857142857143em;
78
- }
79
- ul.icons-ul > li .icon-li {
80
- width: 0.7142857142857143em;
81
- display: inline-block;
82
- text-align: center;
83
- }
84
- [class^="icon-"].hide,
85
- [class*=" icon-"].hide {
86
- display: none;
87
- }
88
- .icon-muted {
89
- color: #eeeeee;
90
- }
91
- .icon-light {
92
- color: #ffffff;
93
- }
94
- .icon-dark {
95
- color: #333333;
96
- }
97
- .icon-border {
98
- border: solid 1px #eeeeee;
99
- padding: .2em .25em .15em;
100
- -webkit-border-radius: 3px;
101
- -moz-border-radius: 3px;
102
- border-radius: 3px;
103
- }
104
- .icon-2x {
105
- font-size: 2em;
106
- }
107
- .icon-2x.icon-border {
108
- border-width: 2px;
109
- -webkit-border-radius: 4px;
110
- -moz-border-radius: 4px;
111
- border-radius: 4px;
112
- }
113
- .icon-3x {
114
- font-size: 3em;
115
- }
116
- .icon-3x.icon-border {
117
- border-width: 3px;
118
- -webkit-border-radius: 5px;
119
- -moz-border-radius: 5px;
120
- border-radius: 5px;
121
- }
122
- .icon-4x {
123
- font-size: 4em;
124
- }
125
- .icon-4x.icon-border {
126
- border-width: 4px;
127
- -webkit-border-radius: 6px;
128
- -moz-border-radius: 6px;
129
- border-radius: 6px;
130
- }
131
- .icon-5x {
132
- font-size: 5em;
133
- }
134
- .icon-5x.icon-border {
135
- border-width: 5px;
136
- -webkit-border-radius: 7px;
137
- -moz-border-radius: 7px;
138
- border-radius: 7px;
139
- }
140
- .pull-right {
141
- float: right;
142
- }
143
- .pull-left {
144
- float: left;
145
- }
146
- [class^="icon-"].pull-left,
147
- [class*=" icon-"].pull-left {
148
- margin-right: .3em;
149
- }
150
- [class^="icon-"].pull-right,
151
- [class*=" icon-"].pull-right {
152
- margin-left: .3em;
153
- }
154
- /* BOOTSTRAP SPECIFIC CLASSES
155
- * -------------------------- */
156
- /* Bootstrap 2.0 sprites.less reset */
157
- [class^="icon-"],
158
- [class*=" icon-"] {
159
- display: inline;
160
- width: auto;
161
- height: auto;
162
- line-height: normal;
163
- vertical-align: baseline;
164
- background-image: none;
165
- background-position: 0% 0%;
166
- background-repeat: repeat;
167
- margin-top: 0;
168
- }
169
- /* more sprites.less reset */
170
- .icon-white,
171
- .nav-pills > .active > a > [class^="icon-"],
172
- .nav-pills > .active > a > [class*=" icon-"],
173
- .nav-list > .active > a > [class^="icon-"],
174
- .nav-list > .active > a > [class*=" icon-"],
175
- .navbar-inverse .nav > .active > a > [class^="icon-"],
176
- .navbar-inverse .nav > .active > a > [class*=" icon-"],
177
- .dropdown-menu > li > a:hover > [class^="icon-"],
178
- .dropdown-menu > li > a:hover > [class*=" icon-"],
179
- .dropdown-menu > .active > a > [class^="icon-"],
180
- .dropdown-menu > .active > a > [class*=" icon-"],
181
- .dropdown-submenu:hover > a > [class^="icon-"],
182
- .dropdown-submenu:hover > a > [class*=" icon-"] {
183
- background-image: none;
184
- }
185
- /* keeps Bootstrap styles with and without icons the same */
186
- .btn [class^="icon-"].icon-large,
187
- .nav [class^="icon-"].icon-large,
188
- .btn [class*=" icon-"].icon-large,
189
- .nav [class*=" icon-"].icon-large {
190
- line-height: .9em;
191
- }
192
- .btn [class^="icon-"].icon-spin,
193
- .nav [class^="icon-"].icon-spin,
194
- .btn [class*=" icon-"].icon-spin,
195
- .nav [class*=" icon-"].icon-spin {
196
- display: inline-block;
197
- }
198
- .nav-tabs [class^="icon-"],
199
- .nav-pills [class^="icon-"],
200
- .nav-tabs [class*=" icon-"],
201
- .nav-pills [class*=" icon-"],
202
- .nav-tabs [class^="icon-"].icon-large,
203
- .nav-pills [class^="icon-"].icon-large,
204
- .nav-tabs [class*=" icon-"].icon-large,
205
- .nav-pills [class*=" icon-"].icon-large {
206
- line-height: .9em;
207
- }
208
- .btn [class^="icon-"].pull-left.icon-2x,
209
- .btn [class*=" icon-"].pull-left.icon-2x,
210
- .btn [class^="icon-"].pull-right.icon-2x,
211
- .btn [class*=" icon-"].pull-right.icon-2x {
212
- margin-top: .18em;
213
- }
214
- .btn [class^="icon-"].icon-spin.icon-large,
215
- .btn [class*=" icon-"].icon-spin.icon-large {
216
- line-height: .8em;
217
- }
218
- .btn.btn-small [class^="icon-"].pull-left.icon-2x,
219
- .btn.btn-small [class*=" icon-"].pull-left.icon-2x,
220
- .btn.btn-small [class^="icon-"].pull-right.icon-2x,
221
- .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
222
- margin-top: .25em;
223
- }
224
- .btn.btn-large [class^="icon-"],
225
- .btn.btn-large [class*=" icon-"] {
226
- margin-top: 0;
227
- }
228
- .btn.btn-large [class^="icon-"].pull-left.icon-2x,
229
- .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
230
- .btn.btn-large [class^="icon-"].pull-right.icon-2x,
231
- .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
232
- margin-top: .05em;
233
- }
234
- .btn.btn-large [class^="icon-"].pull-left.icon-2x,
235
- .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
236
- margin-right: .2em;
237
- }
238
- .btn.btn-large [class^="icon-"].pull-right.icon-2x,
239
- .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
240
- margin-left: .2em;
241
- }
242
- /* EXTRAS
243
- * -------------------------- */
244
- /* Stacked and layered icon */
245
- .icon-stack {
246
- position: relative;
247
- display: inline-block;
248
- width: 2em;
249
- height: 2em;
250
- line-height: 2em;
251
- vertical-align: -35%;
252
- }
253
- .icon-stack [class^="icon-"],
254
- .icon-stack [class*=" icon-"] {
255
- display: block;
256
- text-align: center;
257
- position: absolute;
258
- width: 100%;
259
- height: 100%;
260
- font-size: 1em;
261
- line-height: inherit;
262
- *line-height: 2em;
263
- }
264
- .icon-stack .icon-stack-base {
265
- font-size: 2em;
266
- *line-height: 1em;
267
- }
268
- /* Animated rotating icon */
269
- .icon-spin {
270
- display: inline-block;
271
- -moz-animation: spin 2s infinite linear;
272
- -o-animation: spin 2s infinite linear;
273
- -webkit-animation: spin 2s infinite linear;
274
- animation: spin 2s infinite linear;
275
- }
276
- @-moz-keyframes spin {
277
- 0% {
278
- -moz-transform: rotate(0deg);
279
- }
280
- 100% {
281
- -moz-transform: rotate(359deg);
282
- }
283
- }
284
- @-webkit-keyframes spin {
285
- 0% {
286
- -webkit-transform: rotate(0deg);
287
- }
288
- 100% {
289
- -webkit-transform: rotate(359deg);
290
- }
291
- }
292
- @-o-keyframes spin {
293
- 0% {
294
- -o-transform: rotate(0deg);
295
- }
296
- 100% {
297
- -o-transform: rotate(359deg);
298
- }
299
- }
300
- @-ms-keyframes spin {
301
- 0% {
302
- -ms-transform: rotate(0deg);
303
- }
304
- 100% {
305
- -ms-transform: rotate(359deg);
306
- }
307
- }
308
- @keyframes spin {
309
- 0% {
310
- transform: rotate(0deg);
311
- }
312
- 100% {
313
- transform: rotate(359deg);
314
- }
315
- }
316
- /* Icon rotations and mirroring */
317
- .icon-rotate-90:before {
318
- -webkit-transform: rotate(90deg);
319
- -moz-transform: rotate(90deg);
320
- -ms-transform: rotate(90deg);
321
- -o-transform: rotate(90deg);
322
- transform: rotate(90deg);
323
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
324
- }
325
- .icon-rotate-180:before {
326
- -webkit-transform: rotate(180deg);
327
- -moz-transform: rotate(180deg);
328
- -ms-transform: rotate(180deg);
329
- -o-transform: rotate(180deg);
330
- transform: rotate(180deg);
331
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
332
- }
333
- .icon-rotate-270:before {
334
- -webkit-transform: rotate(270deg);
335
- -moz-transform: rotate(270deg);
336
- -ms-transform: rotate(270deg);
337
- -o-transform: rotate(270deg);
338
- transform: rotate(270deg);
339
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
340
- }
341
- .icon-flip-horizontal:before {
342
- -webkit-transform: scale(-1, 1);
343
- -moz-transform: scale(-1, 1);
344
- -ms-transform: scale(-1, 1);
345
- -o-transform: scale(-1, 1);
346
- transform: scale(-1, 1);
347
- }
348
- .icon-flip-vertical:before {
349
- -webkit-transform: scale(1, -1);
350
- -moz-transform: scale(1, -1);
351
- -ms-transform: scale(1, -1);
352
- -o-transform: scale(1, -1);
353
- transform: scale(1, -1);
354
- }
355
- /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
356
- readers do not read off random characters that represent icons */
357
- .icon-glass:before {
358
- content: "\f000";
359
- }
360
- .icon-music:before {
361
- content: "\f001";
362
- }
363
- .icon-search:before {
364
- content: "\f002";
365
- }
366
- .icon-envelope:before {
367
- content: "\f003";
368
- }
369
- .icon-heart:before {
370
- content: "\f004";
371
- }
372
- .icon-star:before {
373
- content: "\f005";
374
- }
375
- .icon-star-empty:before {
376
- content: "\f006";
377
- }
378
- .icon-user:before {
379
- content: "\f007";
380
- }
381
- .icon-film:before {
382
- content: "\f008";
383
- }
384
- .icon-th-large:before {
385
- content: "\f009";
386
- }
387
- .icon-th:before {
388
- content: "\f00a";
389
- }
390
- .icon-th-list:before {
391
- content: "\f00b";
392
- }
393
- .icon-ok:before {
394
- content: "\f00c";
395
- }
396
- .icon-remove:before {
397
- content: "\f00d";
398
- }
399
- .icon-zoom-in:before {
400
- content: "\f00e";
401
- }
402
- .icon-zoom-out:before {
403
- content: "\f010";
404
- }
405
- .icon-off:before {
406
- content: "\f011";
407
- }
408
- .icon-signal:before {
409
- content: "\f012";
410
- }
411
- .icon-cog:before {
412
- content: "\f013";
413
- }
414
- .icon-trash:before {
415
- content: "\f014";
416
- }
417
- .icon-home:before {
418
- content: "\f015";
419
- }
420
- .icon-file:before {
421
- content: "\f016";
422
- }
423
- .icon-time:before {
424
- content: "\f017";
425
- }
426
- .icon-road:before {
427
- content: "\f018";
428
- }
429
- .icon-download-alt:before {
430
- content: "\f019";
431
- }
432
- .icon-download:before {
433
- content: "\f01a";
434
- }
435
- .icon-upload:before {
436
- content: "\f01b";
437
- }
438
- .icon-inbox:before {
439
- content: "\f01c";
440
- }
441
- .icon-play-circle:before {
442
- content: "\f01d";
443
- }
444
- .icon-repeat:before,
445
- .icon-rotate-right:before {
446
- content: "\f01e";
447
- }
448
- /* F020 doesn't work in Safari. all shifted one down */
449
- .icon-refresh:before {
450
- content: "\f021";
451
- }
452
- .icon-list-alt:before {
453
- content: "\f022";
454
- }
455
- .icon-lock:before {
456
- content: "\f023";
457
- }
458
- .icon-flag:before {
459
- content: "\f024";
460
- }
461
- .icon-headphones:before {
462
- content: "\f025";
463
- }
464
- .icon-volume-off:before {
465
- content: "\f026";
466
- }
467
- .icon-volume-down:before {
468
- content: "\f027";
469
- }
470
- .icon-volume-up:before {
471
- content: "\f028";
472
- }
473
- .icon-qrcode:before {
474
- content: "\f029";
475
- }
476
- .icon-barcode:before {
477
- content: "\f02a";
478
- }
479
- .icon-tag:before {
480
- content: "\f02b";
481
- }
482
- .icon-tags:before {
483
- content: "\f02c";
484
- }
485
- .icon-book:before {
486
- content: "\f02d";
487
- }
488
- .icon-bookmark:before {
489
- content: "\f02e";
490
- }
491
- .icon-print:before {
492
- content: "\f02f";
493
- }
494
- .icon-camera:before {
495
- content: "\f030";
496
- }
497
- .icon-font:before {
498
- content: "\f031";
499
- }
500
- .icon-bold:before {
501
- content: "\f032";
502
- }
503
- .icon-italic:before {
504
- content: "\f033";
505
- }
506
- .icon-text-height:before {
507
- content: "\f034";
508
- }
509
- .icon-text-width:before {
510
- content: "\f035";
511
- }
512
- .icon-align-left:before {
513
- content: "\f036";
514
- }
515
- .icon-align-center:before {
516
- content: "\f037";
517
- }
518
- .icon-align-right:before {
519
- content: "\f038";
520
- }
521
- .icon-align-justify:before {
522
- content: "\f039";
523
- }
524
- .icon-list:before {
525
- content: "\f03a";
526
- }
527
- .icon-indent-left:before {
528
- content: "\f03b";
529
- }
530
- .icon-indent-right:before {
531
- content: "\f03c";
532
- }
533
- .icon-facetime-video:before {
534
- content: "\f03d";
535
- }
536
- .icon-picture:before {
537
- content: "\f03e";
538
- }
539
- .icon-pencil:before {
540
- content: "\f040";
541
- }
542
- .icon-map-marker:before {
543
- content: "\f041";
544
- }
545
- .icon-adjust:before {
546
- content: "\f042";
547
- }
548
- .icon-tint:before {
549
- content: "\f043";
550
- }
551
- .icon-edit:before {
552
- content: "\f044";
553
- }
554
- .icon-share:before {
555
- content: "\f045";
556
- }
557
- .icon-check:before {
558
- content: "\f046";
559
- }
560
- .icon-move:before {
561
- content: "\f047";
562
- }
563
- .icon-step-backward:before {
564
- content: "\f048";
565
- }
566
- .icon-fast-backward:before {
567
- content: "\f049";
568
- }
569
- .icon-backward:before {
570
- content: "\f04a";
571
- }
572
- .icon-play:before {
573
- content: "\f04b";
574
- }
575
- .icon-pause:before {
576
- content: "\f04c";
577
- }
578
- .icon-stop:before {
579
- content: "\f04d";
580
- }
581
- .icon-forward:before {
582
- content: "\f04e";
583
- }
584
- .icon-fast-forward:before {
585
- content: "\f050";
586
- }
587
- .icon-step-forward:before {
588
- content: "\f051";
589
- }
590
- .icon-eject:before {
591
- content: "\f052";
592
- }
593
- .icon-chevron-left:before {
594
- content: "\f053";
595
- }
596
- .icon-chevron-right:before {
597
- content: "\f054";
598
- }
599
- .icon-plus-sign:before {
600
- content: "\f055";
601
- }
602
- .icon-minus-sign:before {
603
- content: "\f056";
604
- }
605
- .icon-remove-sign:before {
606
- content: "\f057";
607
- }
608
- .icon-ok-sign:before {
609
- content: "\f058";
610
- }
611
- .icon-question-sign:before {
612
- content: "\f059";
613
- }
614
- .icon-info-sign:before {
615
- content: "\f05a";
616
- }
617
- .icon-screenshot:before {
618
- content: "\f05b";
619
- }
620
- .icon-remove-circle:before {
621
- content: "\f05c";
622
- }
623
- .icon-ok-circle:before {
624
- content: "\f05d";
625
- }
626
- .icon-ban-circle:before {
627
- content: "\f05e";
628
- }
629
- .icon-arrow-left:before {
630
- content: "\f060";
631
- }
632
- .icon-arrow-right:before {
633
- content: "\f061";
634
- }
635
- .icon-arrow-up:before {
636
- content: "\f062";
637
- }
638
- .icon-arrow-down:before {
639
- content: "\f063";
640
- }
641
- .icon-share-alt:before,
642
- .icon-mail-forward:before {
643
- content: "\f064";
644
- }
645
- .icon-resize-full:before {
646
- content: "\f065";
647
- }
648
- .icon-resize-small:before {
649
- content: "\f066";
650
- }
651
- .icon-plus:before {
652
- content: "\f067";
653
- }
654
- .icon-minus:before {
655
- content: "\f068";
656
- }
657
- .icon-asterisk:before {
658
- content: "\f069";
659
- }
660
- .icon-exclamation-sign:before {
661
- content: "\f06a";
662
- }
663
- .icon-gift:before {
664
- content: "\f06b";
665
- }
666
- .icon-leaf:before {
667
- content: "\f06c";
668
- }
669
- .icon-fire:before {
670
- content: "\f06d";
671
- }
672
- .icon-eye-open:before {
673
- content: "\f06e";
674
- }
675
- .icon-eye-close:before {
676
- content: "\f070";
677
- }
678
- .icon-warning-sign:before {
679
- content: "\f071";
680
- }
681
- .icon-plane:before {
682
- content: "\f072";
683
- }
684
- .icon-calendar:before {
685
- content: "\f073";
686
- }
687
- .icon-random:before {
688
- content: "\f074";
689
- }
690
- .icon-comment:before {
691
- content: "\f075";
692
- }
693
- .icon-magnet:before {
694
- content: "\f076";
695
- }
696
- .icon-chevron-up:before {
697
- content: "\f077";
698
- }
699
- .icon-chevron-down:before {
700
- content: "\f078";
701
- }
702
- .icon-retweet:before {
703
- content: "\f079";
704
- }
705
- .icon-shopping-cart:before {
706
- content: "\f07a";
707
- }
708
- .icon-folder-close:before {
709
- content: "\f07b";
710
- }
711
- .icon-folder-open:before {
712
- content: "\f07c";
713
- }
714
- .icon-resize-vertical:before {
715
- content: "\f07d";
716
- }
717
- .icon-resize-horizontal:before {
718
- content: "\f07e";
719
- }
720
- .icon-bar-chart:before {
721
- content: "\f080";
722
- }
723
- .icon-twitter-sign:before {
724
- content: "\f081";
725
- }
726
- .icon-facebook-sign:before {
727
- content: "\f082";
728
- }
729
- .icon-camera-retro:before {
730
- content: "\f083";
731
- }
732
- .icon-key:before {
733
- content: "\f084";
734
- }
735
- .icon-cogs:before {
736
- content: "\f085";
737
- }
738
- .icon-comments:before {
739
- content: "\f086";
740
- }
741
- .icon-thumbs-up:before {
742
- content: "\f087";
743
- }
744
- .icon-thumbs-down:before {
745
- content: "\f088";
746
- }
747
- .icon-star-half:before {
748
- content: "\f089";
749
- }
750
- .icon-heart-empty:before {
751
- content: "\f08a";
752
- }
753
- .icon-signout:before {
754
- content: "\f08b";
755
- }
756
- .icon-linkedin-sign:before {
757
- content: "\f08c";
758
- }
759
- .icon-pushpin:before {
760
- content: "\f08d";
761
- }
762
- .icon-external-link:before {
763
- content: "\f08e";
764
- }
765
- .icon-signin:before {
766
- content: "\f090";
767
- }
768
- .icon-trophy:before {
769
- content: "\f091";
770
- }
771
- .icon-github-sign:before {
772
- content: "\f092";
773
- }
774
- .icon-upload-alt:before {
775
- content: "\f093";
776
- }
777
- .icon-lemon:before {
778
- content: "\f094";
779
- }
780
- .icon-phone:before {
781
- content: "\f095";
782
- }
783
- .icon-check-empty:before {
784
- content: "\f096";
785
- }
786
- .icon-bookmark-empty:before {
787
- content: "\f097";
788
- }
789
- .icon-phone-sign:before {
790
- content: "\f098";
791
- }
792
- .icon-twitter:before {
793
- content: "\f099";
794
- }
795
- .icon-facebook:before {
796
- content: "\f09a";
797
- }
798
- .icon-github:before {
799
- content: "\f09b";
800
- }
801
- .icon-unlock:before {
802
- content: "\f09c";
803
- }
804
- .icon-credit-card:before {
805
- content: "\f09d";
806
- }
807
- .icon-rss:before {
808
- content: "\f09e";
809
- }
810
- .icon-hdd:before {
811
- content: "\f0a0";
812
- }
813
- .icon-bullhorn:before {
814
- content: "\f0a1";
815
- }
816
- .icon-bell:before {
817
- content: "\f0a2";
818
- }
819
- .icon-certificate:before {
820
- content: "\f0a3";
821
- }
822
- .icon-hand-right:before {
823
- content: "\f0a4";
824
- }
825
- .icon-hand-left:before {
826
- content: "\f0a5";
827
- }
828
- .icon-hand-up:before {
829
- content: "\f0a6";
830
- }
831
- .icon-hand-down:before {
832
- content: "\f0a7";
833
- }
834
- .icon-circle-arrow-left:before {
835
- content: "\f0a8";
836
- }
837
- .icon-circle-arrow-right:before {
838
- content: "\f0a9";
839
- }
840
- .icon-circle-arrow-up:before {
841
- content: "\f0aa";
842
- }
843
- .icon-circle-arrow-down:before {
844
- content: "\f0ab";
845
- }
846
- .icon-globe:before {
847
- content: "\f0ac";
848
- }
849
- .icon-wrench:before {
850
- content: "\f0ad";
851
- }
852
- .icon-tasks:before {
853
- content: "\f0ae";
854
- }
855
- .icon-filter:before {
856
- content: "\f0b0";
857
- }
858
- .icon-briefcase:before {
859
- content: "\f0b1";
860
- }
861
- .icon-fullscreen:before {
862
- content: "\f0b2";
863
- }
864
- .icon-group:before {
865
- content: "\f0c0";
866
- }
867
- .icon-link:before {
868
- content: "\f0c1";
869
- }
870
- .icon-cloud:before {
871
- content: "\f0c2";
872
- }
873
- .icon-beaker:before {
874
- content: "\f0c3";
875
- }
876
- .icon-cut:before {
877
- content: "\f0c4";
878
- }
879
- .icon-copy:before {
880
- content: "\f0c5";
881
- }
882
- .icon-paper-clip:before {
883
- content: "\f0c6";
884
- }
885
- .icon-save:before {
886
- content: "\f0c7";
887
- }
888
- .icon-sign-blank:before {
889
- content: "\f0c8";
890
- }
891
- .icon-reorder:before {
892
- content: "\f0c9";
893
- }
894
- .icon-list-ul:before {
895
- content: "\f0ca";
896
- }
897
- .icon-list-ol:before {
898
- content: "\f0cb";
899
- }
900
- .icon-strikethrough:before {
901
- content: "\f0cc";
902
- }
903
- .icon-underline:before {
904
- content: "\f0cd";
905
- }
906
- .icon-table:before {
907
- content: "\f0ce";
908
- }
909
- .icon-magic:before {
910
- content: "\f0d0";
911
- }
912
- .icon-truck:before {
913
- content: "\f0d1";
914
- }
915
- .icon-pinterest:before {
916
- content: "\f0d2";
917
- }
918
- .icon-pinterest-sign:before {
919
- content: "\f0d3";
920
- }
921
- .icon-google-plus-sign:before {
922
- content: "\f0d4";
923
- }
924
- .icon-google-plus:before {
925
- content: "\f0d5";
926
- }
927
- .icon-money:before {
928
- content: "\f0d6";
929
- }
930
- .icon-caret-down:before {
931
- content: "\f0d7";
932
- }
933
- .icon-caret-up:before {
934
- content: "\f0d8";
935
- }
936
- .icon-caret-left:before {
937
- content: "\f0d9";
938
- }
939
- .icon-caret-right:before {
940
- content: "\f0da";
941
- }
942
- .icon-columns:before {
943
- content: "\f0db";
944
- }
945
- .icon-sort:before {
946
- content: "\f0dc";
947
- }
948
- .icon-sort-down:before {
949
- content: "\f0dd";
950
- }
951
- .icon-sort-up:before {
952
- content: "\f0de";
953
- }
954
- .icon-envelope-alt:before {
955
- content: "\f0e0";
956
- }
957
- .icon-linkedin:before {
958
- content: "\f0e1";
959
- }
960
- .icon-undo:before,
961
- .icon-rotate-left:before {
962
- content: "\f0e2";
963
- }
964
- .icon-legal:before {
965
- content: "\f0e3";
966
- }
967
- .icon-dashboard:before {
968
- content: "\f0e4";
969
- }
970
- .icon-comment-alt:before {
971
- content: "\f0e5";
972
- }
973
- .icon-comments-alt:before {
974
- content: "\f0e6";
975
- }
976
- .icon-bolt:before {
977
- content: "\f0e7";
978
- }
979
- .icon-sitemap:before {
980
- content: "\f0e8";
981
- }
982
- .icon-umbrella:before {
983
- content: "\f0e9";
984
- }
985
- .icon-paste:before {
986
- content: "\f0ea";
987
- }
988
- .icon-lightbulb:before {
989
- content: "\f0eb";
990
- }
991
- .icon-exchange:before {
992
- content: "\f0ec";
993
- }
994
- .icon-cloud-download:before {
995
- content: "\f0ed";
996
- }
997
- .icon-cloud-upload:before {
998
- content: "\f0ee";
999
- }
1000
- .icon-user-md:before {
1001
- content: "\f0f0";
1002
- }
1003
- .icon-stethoscope:before {
1004
- content: "\f0f1";
1005
- }
1006
- .icon-suitcase:before {
1007
- content: "\f0f2";
1008
- }
1009
- .icon-bell-alt:before {
1010
- content: "\f0f3";
1011
- }
1012
- .icon-coffee:before {
1013
- content: "\f0f4";
1014
- }
1015
- .icon-food:before {
1016
- content: "\f0f5";
1017
- }
1018
- .icon-file-alt:before {
1019
- content: "\f0f6";
1020
- }
1021
- .icon-building:before {
1022
- content: "\f0f7";
1023
- }
1024
- .icon-hospital:before {
1025
- content: "\f0f8";
1026
- }
1027
- .icon-ambulance:before {
1028
- content: "\f0f9";
1029
- }
1030
- .icon-medkit:before {
1031
- content: "\f0fa";
1032
- }
1033
- .icon-fighter-jet:before {
1034
- content: "\f0fb";
1035
- }
1036
- .icon-beer:before {
1037
- content: "\f0fc";
1038
- }
1039
- .icon-h-sign:before {
1040
- content: "\f0fd";
1041
- }
1042
- .icon-plus-sign-alt:before {
1043
- content: "\f0fe";
1044
- }
1045
- .icon-double-angle-left:before {
1046
- content: "\f100";
1047
- }
1048
- .icon-double-angle-right:before {
1049
- content: "\f101";
1050
- }
1051
- .icon-double-angle-up:before {
1052
- content: "\f102";
1053
- }
1054
- .icon-double-angle-down:before {
1055
- content: "\f103";
1056
- }
1057
- .icon-angle-left:before {
1058
- content: "\f104";
1059
- }
1060
- .icon-angle-right:before {
1061
- content: "\f105";
1062
- }
1063
- .icon-angle-up:before {
1064
- content: "\f106";
1065
- }
1066
- .icon-angle-down:before {
1067
- content: "\f107";
1068
- }
1069
- .icon-desktop:before {
1070
- content: "\f108";
1071
- }
1072
- .icon-laptop:before {
1073
- content: "\f109";
1074
- }
1075
- .icon-tablet:before {
1076
- content: "\f10a";
1077
- }
1078
- .icon-mobile-phone:before {
1079
- content: "\f10b";
1080
- }
1081
- .icon-circle-blank:before {
1082
- content: "\f10c";
1083
- }
1084
- .icon-quote-left:before {
1085
- content: "\f10d";
1086
- }
1087
- .icon-quote-right:before {
1088
- content: "\f10e";
1089
- }
1090
- .icon-spinner:before {
1091
- content: "\f110";
1092
- }
1093
- .icon-circle:before {
1094
- content: "\f111";
1095
- }
1096
- .icon-reply:before,
1097
- .icon-mail-reply:before {
1098
- content: "\f112";
1099
- }
1100
- .icon-folder-close-alt:before {
1101
- content: "\f114";
1102
- }
1103
- .icon-folder-open-alt:before {
1104
- content: "\f115";
1105
- }
1106
- .icon-expand-alt:before {
1107
- content: "\f116";
1108
- }
1109
- .icon-collapse-alt:before {
1110
- content: "\f117";
1111
- }
1112
- .icon-smile:before {
1113
- content: "\f118";
1114
- }
1115
- .icon-frown:before {
1116
- content: "\f119";
1117
- }
1118
- .icon-meh:before {
1119
- content: "\f11a";
1120
- }
1121
- .icon-gamepad:before {
1122
- content: "\f11b";
1123
- }
1124
- .icon-keyboard:before {
1125
- content: "\f11c";
1126
- }
1127
- .icon-flag-alt:before {
1128
- content: "\f11d";
1129
- }
1130
- .icon-flag-checkered:before {
1131
- content: "\f11e";
1132
- }
1133
- .icon-terminal:before {
1134
- content: "\f120";
1135
- }
1136
- .icon-code:before {
1137
- content: "\f121";
1138
- }
1139
- .icon-reply-all:before {
1140
- content: "\f122";
1141
- }
1142
- .icon-mail-reply-all:before {
1143
- content: "\f122";
1144
- }
1145
- .icon-star-half-full:before,
1146
- .icon-star-half-empty:before {
1147
- content: "\f123";
1148
- }
1149
- .icon-location-arrow:before {
1150
- content: "\f124";
1151
- }
1152
- .icon-crop:before {
1153
- content: "\f125";
1154
- }
1155
- .icon-code-fork:before {
1156
- content: "\f126";
1157
- }
1158
- .icon-unlink:before {
1159
- content: "\f127";
1160
- }
1161
- .icon-question:before {
1162
- content: "\f128";
1163
- }
1164
- .icon-info:before {
1165
- content: "\f129";
1166
- }
1167
- .icon-exclamation:before {
1168
- content: "\f12a";
1169
- }
1170
- .icon-superscript:before {
1171
- content: "\f12b";
1172
- }
1173
- .icon-subscript:before {
1174
- content: "\f12c";
1175
- }
1176
- .icon-eraser:before {
1177
- content: "\f12d";
1178
- }
1179
- .icon-puzzle-piece:before {
1180
- content: "\f12e";
1181
- }
1182
- .icon-microphone:before {
1183
- content: "\f130";
1184
- }
1185
- .icon-microphone-off:before {
1186
- content: "\f131";
1187
- }
1188
- .icon-shield:before {
1189
- content: "\f132";
1190
- }
1191
- .icon-calendar-empty:before {
1192
- content: "\f133";
1193
- }
1194
- .icon-fire-extinguisher:before {
1195
- content: "\f134";
1196
- }
1197
- .icon-rocket:before {
1198
- content: "\f135";
1199
- }
1200
- .icon-maxcdn:before {
1201
- content: "\f136";
1202
- }
1203
- .icon-chevron-sign-left:before {
1204
- content: "\f137";
1205
- }
1206
- .icon-chevron-sign-right:before {
1207
- content: "\f138";
1208
- }
1209
- .icon-chevron-sign-up:before {
1210
- content: "\f139";
1211
- }
1212
- .icon-chevron-sign-down:before {
1213
- content: "\f13a";
1214
- }
1215
- .icon-html5:before {
1216
- content: "\f13b";
1217
- }
1218
- .icon-css3:before {
1219
- content: "\f13c";
1220
- }
1221
- .icon-anchor:before {
1222
- content: "\f13d";
1223
- }
1224
- .icon-unlock-alt:before {
1225
- content: "\f13e";
1226
- }
1227
- .icon-bullseye:before {
1228
- content: "\f140";
1229
- }
1230
- .icon-ellipsis-horizontal:before {
1231
- content: "\f141";
1232
- }
1233
- .icon-ellipsis-vertical:before {
1234
- content: "\f142";
1235
- }
1236
- .icon-rss-sign:before {
1237
- content: "\f143";
1238
- }
1239
- .icon-play-sign:before {
1240
- content: "\f144";
1241
- }
1242
- .icon-ticket:before {
1243
- content: "\f145";
1244
- }
1245
- .icon-minus-sign-alt:before {
1246
- content: "\f146";
1247
- }
1248
- .icon-check-minus:before {
1249
- content: "\f147";
1250
- }
1251
- .icon-level-up:before {
1252
- content: "\f148";
1253
- }
1254
- .icon-level-down:before {
1255
- content: "\f149";
1256
- }
1257
- .icon-check-sign:before {
1258
- content: "\f14a";
1259
- }
1260
- .icon-edit-sign:before {
1261
- content: "\f14b";
1262
- }
1263
- .icon-external-link-sign:before {
1264
- content: "\f14c";
1265
- }
1266
- .icon-share-sign:before {
1267
- content: "\f14d";
1268
- }