pixelforce_cms 0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (28) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +17 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +29 -0
  6. data/Rakefile +1 -0
  7. data/lib/generators/pixelforce_cms/controller_generator.rb +29 -0
  8. data/lib/generators/pixelforce_cms/install_generator.rb +49 -0
  9. data/lib/generators/pixelforce_cms/templates/Gemfile +81 -0
  10. data/lib/generators/pixelforce_cms/templates/admin_controller.rb +39 -0
  11. data/lib/generators/pixelforce_cms/templates/application.html.haml +34 -0
  12. data/lib/generators/pixelforce_cms/templates/base_controller.rb +7 -0
  13. data/lib/generators/pixelforce_cms/templates/css/_variables.css.scss +15 -0
  14. data/lib/generators/pixelforce_cms/templates/css/application/chromeframe.css.scss +14 -0
  15. data/lib/generators/pixelforce_cms/templates/css/application/document.css.scss +0 -0
  16. data/lib/generators/pixelforce_cms/templates/css/application/html5.css.scss +33 -0
  17. data/lib/generators/pixelforce_cms/templates/css/application/media_queries.css.scss +0 -0
  18. data/lib/generators/pixelforce_cms/templates/css/application.css +17 -0
  19. data/lib/generators/pixelforce_cms/templates/css/jasny-bootstrap-responsive.css +170 -0
  20. data/lib/generators/pixelforce_cms/templates/css/jasny-bootstrap.css +1449 -0
  21. data/lib/generators/pixelforce_cms/templates/css/style.css.scss +101 -0
  22. data/lib/generators/pixelforce_cms/templates/css/style.responsive.css.scss +17 -0
  23. data/lib/generators/pixelforce_cms/templates/javascripts/application.js +17 -0
  24. data/lib/generators/pixelforce_cms/templates/javascripts/jasny-bootstrap.js +1119 -0
  25. data/lib/pixelforce_cms/version.rb +3 -0
  26. data/lib/pixelforce_cms.rb +1 -0
  27. data/pixelforce_cms.gemspec +23 -0
  28. metadata +98 -0
@@ -0,0 +1,1449 @@
1
+ /*!
2
+ * Jasny Bootstrap Extensions j3
3
+ *
4
+ * Copyright 2012 Jasny BV
5
+ * Licensed under the Apache License v2.0
6
+ * http://www.apache.org/licenses/LICENSE-2.0
7
+ *
8
+ * Extended with pride by @ArnoldDaniels of jasny.net
9
+ */
10
+
11
+ .clearfix {
12
+ *zoom: 1;
13
+ }
14
+
15
+ .clearfix:before,
16
+ .clearfix:after {
17
+ display: table;
18
+ line-height: 0;
19
+ content: "";
20
+ }
21
+
22
+ .clearfix:after {
23
+ clear: both;
24
+ }
25
+
26
+ .hide-text {
27
+ font: 0/0 a;
28
+ color: transparent;
29
+ text-shadow: none;
30
+ background-color: transparent;
31
+ border: 0;
32
+ }
33
+
34
+ .input-block-level {
35
+ display: block;
36
+ width: 100%;
37
+ min-height: 30px;
38
+ -webkit-box-sizing: border-box;
39
+ -moz-box-sizing: border-box;
40
+ box-sizing: border-box;
41
+ }
42
+
43
+ .container-semifluid {
44
+ max-width: 940px;
45
+ padding-right: 20px;
46
+ padding-left: 20px;
47
+ margin-right: auto;
48
+ margin-left: auto;
49
+ *zoom: 1;
50
+ }
51
+
52
+ .container-semifluid:before,
53
+ .container-semifluid:after {
54
+ display: table;
55
+ line-height: 0;
56
+ content: "";
57
+ }
58
+
59
+ .container-semifluid:after {
60
+ clear: both;
61
+ }
62
+
63
+ form > *:last-child {
64
+ margin-bottom: 0;
65
+ }
66
+
67
+ label input[type="image"],
68
+ label input[type="checkbox"],
69
+ label input[type="radio"] {
70
+ vertical-align: middle;
71
+ }
72
+
73
+ select {
74
+ padding-left: 2px;
75
+ }
76
+
77
+ .small-labels .control-group > label {
78
+ width: 70px;
79
+ }
80
+
81
+ .small-labels .controls {
82
+ margin-left: 80px;
83
+ }
84
+
85
+ .small-labels .form-actions {
86
+ padding-left: 80px;
87
+ }
88
+
89
+ .form-vertical .form-horizontal .control-group > label {
90
+ text-align: left;
91
+ }
92
+
93
+ .form-horizontal .form-vertical .control-group > label {
94
+ float: none;
95
+ padding-top: 0;
96
+ text-align: left;
97
+ }
98
+
99
+ .form-horizontal .form-vertical .controls {
100
+ margin-left: 0;
101
+ }
102
+
103
+ .form-horizontal .form-vertical.form-actions,
104
+ .form-horizontal .form-vertical .form-actions {
105
+ padding-left: 20px;
106
+ }
107
+
108
+ .control-group .control-group {
109
+ margin-bottom: 0;
110
+ }
111
+
112
+ .form-horizontal .well .control-label {
113
+ width: 120px;
114
+ }
115
+
116
+ .form-horizontal .well .controls {
117
+ margin-left: 140px;
118
+ }
119
+
120
+ form .well > *:last-child {
121
+ margin-bottom: 0;
122
+ }
123
+
124
+ .editor {
125
+ width: 100%;
126
+ height: 100px;
127
+ padding: 5px;
128
+ -webkit-box-sizing: border-box;
129
+ -moz-box-sizing: border-box;
130
+ box-sizing: border-box;
131
+ }
132
+
133
+ .uneditable-textarea.editor-html {
134
+ padding: 5px 3px 5px 5px;
135
+ white-space: normal;
136
+ }
137
+
138
+ textarea.editor-html {
139
+ visibility: hidden;
140
+ }
141
+
142
+ .uneditable-input,
143
+ .uneditable-textarea {
144
+ display: inline-block;
145
+ padding: 4px 3px 4px 5px;
146
+ font-size: 14px;
147
+ line-height: 20px;
148
+ color: #555555;
149
+ cursor: not-allowed;
150
+ background-color: #ffffff;
151
+ border: 1px solid #eee;
152
+ -webkit-border-radius: 4px;
153
+ -moz-border-radius: 4px;
154
+ border-radius: 4px;
155
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
156
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
157
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
158
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
159
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
160
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
161
+ }
162
+
163
+ .uneditable-input {
164
+ height: 20px;
165
+ overflow: hidden;
166
+ white-space: pre;
167
+ }
168
+
169
+ .uneditable-textarea {
170
+ overflow-x: hidden;
171
+ overflow-y: auto;
172
+ white-space: pre-wrap;
173
+ }
174
+
175
+ select[disabled],
176
+ textarea[disabled],
177
+ input[type="text"][disabled],
178
+ input[type="password"][disabled],
179
+ input[type="datetime"][disabled],
180
+ input[type="datetime-local"][disabled],
181
+ input[type="date"][disabled],
182
+ input[type="month"][disabled],
183
+ input[type="time"][disabled],
184
+ input[type="week"][disabled],
185
+ input[type="number"][disabled],
186
+ input[type="email"][disabled],
187
+ input[type="url"][disabled],
188
+ input[type="search"][disabled] {
189
+ color: #999;
190
+ }
191
+
192
+ .uneditable-input.disabled,
193
+ .uneditable-textarea.disabled {
194
+ color: #999;
195
+ cursor: not-allowed;
196
+ background-color: #f5f5f5;
197
+ border-color: #ddd;
198
+ }
199
+
200
+ textarea,
201
+ .uneditable-textarea {
202
+ height: 60px;
203
+ }
204
+
205
+ textarea[rows="1"],
206
+ .uneditable-textarea[rows="1"] {
207
+ height: 40px;
208
+ }
209
+
210
+ textarea[rows="2"],
211
+ .uneditable-textarea[rows="2"] {
212
+ height: 60px;
213
+ }
214
+
215
+ textarea[rows="3"],
216
+ .uneditable-textarea[rows="3"] {
217
+ height: 80px;
218
+ }
219
+
220
+ textarea[rows="4"],
221
+ .uneditable-textarea[rows="4"] {
222
+ height: 100px;
223
+ }
224
+
225
+ textarea[rows="5"],
226
+ .uneditable-textarea[rows="5"] {
227
+ height: 120px;
228
+ }
229
+
230
+ textarea[rows="6"],
231
+ .uneditable-textarea[rows="6"] {
232
+ height: 140px;
233
+ }
234
+
235
+ textarea[rows="7"],
236
+ .uneditable-textarea[rows="7"] {
237
+ height: 160px;
238
+ }
239
+
240
+ textarea[rows="8"],
241
+ .uneditable-textarea[rows="8"] {
242
+ height: 180px;
243
+ }
244
+
245
+ textarea[rows="9"],
246
+ .uneditable-textarea[rows="9"] {
247
+ height: 200px;
248
+ }
249
+
250
+ textarea[rows="10"],
251
+ .uneditable-textarea[rows="10"] {
252
+ height: 220px;
253
+ }
254
+
255
+ textarea[rows="11"],
256
+ .uneditable-textarea[rows="11"] {
257
+ height: 240px;
258
+ }
259
+
260
+ textarea[rows="12"],
261
+ .uneditable-textarea[rows="12"] {
262
+ height: 260px;
263
+ }
264
+
265
+ textarea[rows="13"],
266
+ .uneditable-textarea[rows="13"] {
267
+ height: 280px;
268
+ }
269
+
270
+ textarea[rows="14"],
271
+ .uneditable-textarea[rows="14"] {
272
+ height: 300px;
273
+ }
274
+
275
+ textarea[rows="15"],
276
+ .uneditable-textarea[rows="15"] {
277
+ height: 320px;
278
+ }
279
+
280
+ textarea[rows="16"],
281
+ .uneditable-textarea[rows="16"] {
282
+ height: 340px;
283
+ }
284
+
285
+ textarea[rows="17"],
286
+ .uneditable-textarea[rows="17"] {
287
+ height: 360px;
288
+ }
289
+
290
+ textarea[rows="18"],
291
+ .uneditable-textarea[rows="18"] {
292
+ height: 380px;
293
+ }
294
+
295
+ textarea[rows="19"],
296
+ .uneditable-textarea[rows="19"] {
297
+ height: 400px;
298
+ }
299
+
300
+ textarea[rows="20"],
301
+ .uneditable-textarea[rows="20"] {
302
+ height: 420px;
303
+ }
304
+
305
+ textarea[rows="21"],
306
+ .uneditable-textarea[rows="21"] {
307
+ height: 440px;
308
+ }
309
+
310
+ textarea[rows="22"],
311
+ .uneditable-textarea[rows="22"] {
312
+ height: 460px;
313
+ }
314
+
315
+ textarea[rows="23"],
316
+ .uneditable-textarea[rows="23"] {
317
+ height: 480px;
318
+ }
319
+
320
+ textarea[rows="24"],
321
+ .uneditable-textarea[rows="24"] {
322
+ height: 500px;
323
+ }
324
+
325
+ textarea[rows="25"],
326
+ .uneditable-textarea[rows="25"] {
327
+ height: 520px;
328
+ }
329
+
330
+ textarea[rows="26"],
331
+ .uneditable-textarea[rows="26"] {
332
+ height: 540px;
333
+ }
334
+
335
+ textarea[rows="27"],
336
+ .uneditable-textarea[rows="27"] {
337
+ height: 560px;
338
+ }
339
+
340
+ textarea[rows="28"],
341
+ .uneditable-textarea[rows="28"] {
342
+ height: 580px;
343
+ }
344
+
345
+ textarea[rows="29"],
346
+ .uneditable-textarea[rows="29"] {
347
+ height: 600px;
348
+ }
349
+
350
+ textarea[rows="30"],
351
+ .uneditable-textarea[rows="30"] {
352
+ height: 620px;
353
+ }
354
+
355
+ textarea[rows="35"],
356
+ .uneditable-textarea[rows="35"] {
357
+ height: 720px;
358
+ }
359
+
360
+ textarea[rows="40"],
361
+ .uneditable-textarea[rows="40"] {
362
+ height: 820px;
363
+ }
364
+
365
+ textarea[rows="45"],
366
+ .uneditable-textarea[rows="45"] {
367
+ height: 920px;
368
+ }
369
+
370
+ textarea[rows="50"],
371
+ .uneditable-textarea[rows="50"] {
372
+ height: 1020px;
373
+ }
374
+
375
+ textarea[rows="55"],
376
+ .uneditable-textarea[rows="55"] {
377
+ height: 1120px;
378
+ }
379
+
380
+ textarea[rows="60"],
381
+ .uneditable-textarea[rows="60"] {
382
+ height: 1220px;
383
+ }
384
+
385
+ textarea[rows="65"],
386
+ .uneditable-textarea[rows="65"] {
387
+ height: 1320px;
388
+ }
389
+
390
+ textarea[rows="70"],
391
+ .uneditable-textarea[rows="70"] {
392
+ height: 1420px;
393
+ }
394
+
395
+ textarea[rows="75"],
396
+ .uneditable-textarea[rows="75"] {
397
+ height: 1520px;
398
+ }
399
+
400
+ textarea[rows="80"],
401
+ .uneditable-textarea[rows="80"] {
402
+ height: 1620px;
403
+ }
404
+
405
+ textarea[rows="85"],
406
+ .uneditable-textarea[rows="85"] {
407
+ height: 1720px;
408
+ }
409
+
410
+ textarea[rows="90"],
411
+ .uneditable-textarea[rows="90"] {
412
+ height: 1820px;
413
+ }
414
+
415
+ textarea[rows="95"],
416
+ .uneditable-textarea[rows="95"] {
417
+ height: 1920px;
418
+ }
419
+
420
+ textarea[rows="100"],
421
+ .uneditable-textarea[rows="100"] {
422
+ height: 2020px;
423
+ }
424
+
425
+ .uneditable-textarea {
426
+ -webkit-box-sizing: border-box;
427
+ -moz-box-sizing: border-box;
428
+ box-sizing: border-box;
429
+ }
430
+
431
+ .uneditable-input[class*="span"],
432
+ .uneditable-textarea[class*="span"],
433
+ .row-fluid .uneditable-input[class*="span"],
434
+ .row-fluid .uneditable-textarea[class*="span"] {
435
+ float: none;
436
+ margin-left: 0;
437
+ }
438
+
439
+ .input-append .uneditable-input,
440
+ .input-prepend .uneditable-input {
441
+ vertical-align: top;
442
+ }
443
+
444
+ .input-append .uneditable-input[class*="span"],
445
+ .input-prepend .uneditable-input[class*="span"] {
446
+ display: inline-block;
447
+ }
448
+
449
+ .uneditable-form input[disabled],
450
+ .uneditable-form textarea[disabled],
451
+ .uneditable-form select[disabled] {
452
+ cursor: auto;
453
+ }
454
+
455
+ .uneditable-form .uneditable-input,
456
+ .uneditable-form .uneditable-textarea {
457
+ cursor: text;
458
+ }
459
+
460
+ .uneditable-form .form-actions {
461
+ background-color: transparent;
462
+ }
463
+
464
+ .header-actions {
465
+ padding: 0 20px;
466
+ line-height: 36px;
467
+ }
468
+
469
+ .table-actions {
470
+ padding-bottom: 20px;
471
+ *zoom: 1;
472
+ }
473
+
474
+ .table-actions:before,
475
+ .table-actions:after {
476
+ display: table;
477
+ line-height: 0;
478
+ content: "";
479
+ }
480
+
481
+ .table-actions:after {
482
+ clear: both;
483
+ }
484
+
485
+ tr.rowlink td {
486
+ cursor: pointer;
487
+ }
488
+
489
+ tr.rowlink td.nolink {
490
+ cursor: auto;
491
+ }
492
+
493
+ .table tbody tr.rowlink:hover td {
494
+ background-color: #cfcfcf;
495
+ }
496
+
497
+ a.rowlink {
498
+ font: inherit;
499
+ color: inherit;
500
+ text-decoration: inherit;
501
+ }
502
+
503
+ .act {
504
+ display: inline;
505
+ padding: 0;
506
+ font-weight: bold;
507
+ color: #555555;
508
+ background: inherit;
509
+ border: none;
510
+ -webkit-transition: text-shadow 0.1s linear;
511
+ -moz-transition: text-shadow 0.1s linear;
512
+ -o-transition: text-shadow 0.1s linear;
513
+ transition: text-shadow 0.1s linear;
514
+ }
515
+
516
+ .act:hover {
517
+ color: #333333;
518
+ text-decoration: none;
519
+ text-shadow: 1px 1px 3px rgba(85, 85, 85, 0.5);
520
+ }
521
+
522
+ .act-primary {
523
+ color: #006dcc;
524
+ }
525
+
526
+ .act-primary:hover {
527
+ color: #0044cc;
528
+ text-shadow: 1px 1px 3px rgba(0, 109, 204, 0.5);
529
+ }
530
+
531
+ .act-info {
532
+ color: #49afcd;
533
+ }
534
+
535
+ .act-info:hover {
536
+ color: #2f96b4;
537
+ text-shadow: 1px 1px 3px rgba(75, 175, 206, 0.5);
538
+ }
539
+
540
+ .act-success {
541
+ color: #51a351;
542
+ }
543
+
544
+ .act-success:hover {
545
+ color: #468847;
546
+ text-shadow: 1px 1px 3px rgba(81, 164, 81, 0.5);
547
+ }
548
+
549
+ .act-warning {
550
+ color: #c09853;
551
+ }
552
+
553
+ .act-warning:hover {
554
+ color: #f89406;
555
+ text-shadow: 1px 1px 3px rgba(192, 152, 84, 0.5);
556
+ }
557
+
558
+ .act-danger {
559
+ color: #b94a48;
560
+ }
561
+
562
+ .act-danger:hover {
563
+ color: #bd362f;
564
+ text-shadow: 1px 1px 3px rgba(185, 72, 70, 0.5);
565
+ }
566
+
567
+ .act.disabled,
568
+ .act[disabled] {
569
+ color: #AAAAAA;
570
+ cursor: not-allowed;
571
+ }
572
+
573
+ .act.disabled:hover,
574
+ .act[disabled]:hover {
575
+ color: #AAAAAA;
576
+ text-shadow: none;
577
+ }
578
+
579
+ .form-actions .act {
580
+ line-height: 30px;
581
+ }
582
+
583
+ @font-face {
584
+ font-family: IconicStroke;
585
+ font-weight: normal;
586
+ src: url(/font/iconic_stroke.eot);
587
+ src: local('IconicStroke'), url(/font/iconic_stroke.eot?#iefix) format('embedded-opentype'), url(/font/iconic_stroke.woff) format('woff'), url(/font/iconic_stroke.ttf) format('truetype'), url(/font/iconic_stroke.svg#iconic) format('svg'), url(/font/iconic_stroke.otf) format('opentype');
588
+ }
589
+
590
+ @font-face {
591
+ font-family: IconicFill;
592
+ font-weight: normal;
593
+ src: url(/font/iconic_fill.eot);
594
+ src: local('IconicFill'), url(/font/iconic_fill.eot?#iefix) format('embedded-opentype'), url(/font/iconic_fill.woff) format('woff'), url(/font/iconic_fill.ttf) format('truetype'), url(/font/iconic_fill.svg#iconic) format('svg'), url(/font/iconic_fill.otf) format('opentype');
595
+ }
596
+
597
+ @media screen, print {
598
+ [class*="iconic-"] {
599
+ font-style: inherit;
600
+ font-weight: normal;
601
+ vertical-align: bottom;
602
+ }
603
+ [class*="iconic-"]:before {
604
+ display: inline-block;
605
+ width: 1em;
606
+ font-family: IconicFill;
607
+ font-size: 0.9em;
608
+ text-align: center;
609
+ vertical-align: middle;
610
+ content: "";
611
+ }
612
+ .iconic-stroke:before {
613
+ font-family: IconicStroke;
614
+ }
615
+ .iconic-hash:before {
616
+ content: '\23';
617
+ }
618
+ .iconic-question-mark:before {
619
+ content: '\3f';
620
+ }
621
+ .iconic-at:before {
622
+ content: '\40';
623
+ }
624
+ .iconic-pilcrow:before {
625
+ content: '\b6';
626
+ }
627
+ .iconic-info:before {
628
+ content: '\2139';
629
+ }
630
+ .iconic-arrow-left:before {
631
+ content: '\2190';
632
+ }
633
+ .iconic-arrow-up:before {
634
+ content: '\2191';
635
+ }
636
+ .iconic-arrow-right:before {
637
+ content: '\2192';
638
+ }
639
+ .iconic-arrow-down:before {
640
+ content: '\2193';
641
+ }
642
+ .iconic-home:before {
643
+ content: '\2302';
644
+ }
645
+ .iconic-sun:before {
646
+ content: '\2600';
647
+ }
648
+ .iconic-cloud:before {
649
+ content: '\2601';
650
+ }
651
+ .iconic-umbrella:before {
652
+ content: '\2602';
653
+ }
654
+ .iconic-star:before {
655
+ content: '\2605';
656
+ }
657
+ .iconic-moon:before {
658
+ content: '\263e';
659
+ }
660
+ .iconic-heart:before {
661
+ content: '\2764';
662
+ }
663
+ .iconic-cog:before {
664
+ content: '\2699';
665
+ }
666
+ .iconic-bolt:before {
667
+ content: '\26a1';
668
+ }
669
+ .iconic-key:before {
670
+ content: '\26bf';
671
+ }
672
+ .iconic-rain:before {
673
+ content: '\26c6';
674
+ }
675
+ .iconic-denied:before {
676
+ content: '\26d4';
677
+ }
678
+ .iconic-mail:before {
679
+ content: '\2709';
680
+ }
681
+ .iconic-pen:before {
682
+ content: '\270e';
683
+ }
684
+ .iconic-x:before {
685
+ content: '\2717';
686
+ }
687
+ .iconic-o-x:before {
688
+ content: '\2718';
689
+ }
690
+ .iconic-check:before {
691
+ content: '\2713';
692
+ }
693
+ .iconic-o-check:before {
694
+ content: '\2714';
695
+ }
696
+ .iconic-left-quote:before {
697
+ content: '\275d';
698
+ }
699
+ .iconic-right-quote:before {
700
+ content: '\275e';
701
+ }
702
+ .iconic-plus:before {
703
+ content: '\2795';
704
+ }
705
+ .iconic-minus:before {
706
+ content: '\2796';
707
+ }
708
+ .iconic-curved-arrow:before {
709
+ content: '\2935';
710
+ }
711
+ .iconic-document-alt:before {
712
+ content: '\e000';
713
+ }
714
+ .iconic-calendar:before {
715
+ content: '\e001';
716
+ }
717
+ .iconic-map-pin-alt:before {
718
+ content: '\e002';
719
+ }
720
+ .iconic-comment-alt1:before {
721
+ content: '\e003';
722
+ }
723
+ .iconic-comment-alt2:before {
724
+ content: '\e004';
725
+ }
726
+ .iconic-pen-alt:before {
727
+ content: '\e005';
728
+ }
729
+ .iconic-pen-alt2:before {
730
+ content: '\e006';
731
+ }
732
+ .iconic-chat-alt:before {
733
+ content: '\e007';
734
+ }
735
+ .iconic-o-plus:before {
736
+ content: '\e008';
737
+ }
738
+ .iconic-o-minus:before {
739
+ content: '\e009';
740
+ }
741
+ .iconic-bars-alt:before {
742
+ content: '\e00a';
743
+ }
744
+ .iconic-book-alt:before {
745
+ content: '\e00b';
746
+ }
747
+ .iconic-aperture-alt:before {
748
+ content: '\e00c';
749
+ }
750
+ .iconic-beaker-alt:before {
751
+ content: '\e010';
752
+ }
753
+ .iconic-left-quote-alt:before {
754
+ content: '\e011';
755
+ }
756
+ .iconic-right-quote-alt:before {
757
+ content: '\e012';
758
+ }
759
+ .iconic-o-arrow-left:before {
760
+ content: '\e013';
761
+ }
762
+ .iconic-o-arrow-up:before {
763
+ content: '\e014';
764
+ }
765
+ .iconic-o-arrow-right:before {
766
+ content: '\e015';
767
+ }
768
+ .iconic-o-arrow-down:before {
769
+ content: '\e016';
770
+ }
771
+ .iconic-o-arrow-left-alt:before {
772
+ content: '\e017';
773
+ }
774
+ .iconic-o-arrow-up-alt:before {
775
+ content: '\e018';
776
+ }
777
+ .iconic-o-arrow-right-alt:before {
778
+ content: '\e019';
779
+ }
780
+ .iconic-o-arrow-down-alt:before {
781
+ content: '\e01a';
782
+ }
783
+ .iconic-brush:before {
784
+ content: '\e01b';
785
+ }
786
+ .iconic-brush-alt:before {
787
+ content: '\e01c';
788
+ }
789
+ .iconic-eyedropper:before {
790
+ content: '\e01e';
791
+ }
792
+ .iconic-layers:before {
793
+ content: '\e01f';
794
+ }
795
+ .iconic-layers-alt:before {
796
+ content: '\e020';
797
+ }
798
+ .iconic-compass:before {
799
+ content: '\e021';
800
+ }
801
+ .iconic-award:before {
802
+ content: '\e022';
803
+ }
804
+ .iconic-beaker:before {
805
+ content: '\e023';
806
+ }
807
+ .iconic-steering-wheel:before {
808
+ content: '\e024';
809
+ }
810
+ .iconic-eye:before {
811
+ content: '\e025';
812
+ }
813
+ .iconic-aperture:before {
814
+ content: '\e026';
815
+ }
816
+ .iconic-image:before {
817
+ content: '\e027';
818
+ }
819
+ .iconic-chart:before {
820
+ content: '\e028';
821
+ }
822
+ .iconic-chart-alt:before {
823
+ content: '\e029';
824
+ }
825
+ .iconic-target:before {
826
+ content: '\e02a';
827
+ }
828
+ .iconic-tag:before {
829
+ content: '\e02b';
830
+ }
831
+ .iconic-rss:before {
832
+ content: '\e02c';
833
+ }
834
+ .iconic-rss-alt:before {
835
+ content: '\e02d';
836
+ }
837
+ .iconic-share:before {
838
+ content: '\e02e';
839
+ }
840
+ .iconic-undo:before {
841
+ content: '\e02f';
842
+ }
843
+ .iconic-reload:before {
844
+ content: '\e030';
845
+ }
846
+ .iconic-reload-alt:before {
847
+ content: '\e031';
848
+ }
849
+ .iconic-loop:before {
850
+ content: '\e032';
851
+ }
852
+ .iconic-loop-alt:before {
853
+ content: '\e033';
854
+ }
855
+ .iconic-back-forth:before {
856
+ content: '\e034';
857
+ }
858
+ .iconic-back-forth-alt:before {
859
+ content: '\e035';
860
+ }
861
+ .iconic-spin:before {
862
+ content: '\e036';
863
+ }
864
+ .iconic-spin-alt:before {
865
+ content: '\e037';
866
+ }
867
+ .iconic-move-horizontal:before {
868
+ content: '\e038';
869
+ }
870
+ .iconic-move-horizontal-alt:before {
871
+ content: '\e039';
872
+ }
873
+ .iconic-o-move-horizontal:before {
874
+ content: '\e03a';
875
+ }
876
+ .iconic-move-vertical:before {
877
+ content: '\e03b';
878
+ }
879
+ .iconic-move-vertical-alt:before {
880
+ content: '\e03c';
881
+ }
882
+ .iconic-o-move-vertical:before {
883
+ content: '\e03d';
884
+ }
885
+ .iconic-move:before {
886
+ content: '\e03e';
887
+ }
888
+ .iconic-move-alt:before {
889
+ content: '\e03f';
890
+ }
891
+ .iconic-o-move:before {
892
+ content: '\e040';
893
+ }
894
+ .iconic-transfer:before {
895
+ content: '\e041';
896
+ }
897
+ .iconic-download:before {
898
+ content: '\e042';
899
+ }
900
+ .iconic-upload:before {
901
+ content: '\e043';
902
+ }
903
+ .iconic-cloud-download:before {
904
+ content: '\e044';
905
+ }
906
+ .iconic-cloud-upload:before {
907
+ content: '\e045';
908
+ }
909
+ .iconic-fork:before {
910
+ content: '\e046';
911
+ }
912
+ .iconic-play:before {
913
+ content: '\e047';
914
+ }
915
+ .iconic-o-play:before {
916
+ content: '\e048';
917
+ }
918
+ .iconic-pause:before {
919
+ content: '\e049';
920
+ }
921
+ .iconic-stop:before {
922
+ content: '\e04a';
923
+ }
924
+ .iconic-eject:before {
925
+ content: '\e04b';
926
+ }
927
+ .iconic-first:before {
928
+ content: '\e04c';
929
+ }
930
+ .iconic-last:before {
931
+ content: '\e04d';
932
+ }
933
+ .iconic-fullscreen:before {
934
+ content: '\e04e';
935
+ }
936
+ .iconic-fullscreen-alt:before {
937
+ content: '\e04f';
938
+ }
939
+ .iconic-fullscreen-exit:before {
940
+ content: '\e050';
941
+ }
942
+ .iconic-fullscreen-exit-alt:before {
943
+ content: '\e051';
944
+ }
945
+ .iconic-equalizer:before {
946
+ content: '\e052';
947
+ }
948
+ .iconic-article:before {
949
+ content: '\e053';
950
+ }
951
+ .iconic-read-more:before {
952
+ content: '\e054';
953
+ }
954
+ .iconic-list:before {
955
+ content: '\e055';
956
+ }
957
+ .iconic-list-nested:before {
958
+ content: '\e056';
959
+ }
960
+ .iconic-cursor:before {
961
+ content: '\e057';
962
+ }
963
+ .iconic-dial:before {
964
+ content: '\e058';
965
+ }
966
+ .iconic-new-window:before {
967
+ content: '\e059';
968
+ }
969
+ .iconic-trash:before {
970
+ content: '\e05a';
971
+ }
972
+ .iconic-battery-half:before {
973
+ content: '\e05b';
974
+ }
975
+ .iconic-battery-empty:before {
976
+ content: '\e05c';
977
+ }
978
+ .iconic-battery-charging:before {
979
+ content: '\e05d';
980
+ }
981
+ .iconic-chat:before {
982
+ content: '\e05e';
983
+ }
984
+ .iconic-mic:before {
985
+ content: '\e05f';
986
+ }
987
+ .iconic-movie:before {
988
+ content: '\e060';
989
+ }
990
+ .iconic-headphones:before {
991
+ content: '\e061';
992
+ }
993
+ .iconic-user:before {
994
+ content: '\e062';
995
+ }
996
+ .iconic-lightbulb:before {
997
+ content: '\e063';
998
+ }
999
+ .iconic-cd:before {
1000
+ content: '\e064';
1001
+ }
1002
+ .iconic-folder:before {
1003
+ content: '\e065';
1004
+ }
1005
+ .iconic-document:before {
1006
+ content: '\e066';
1007
+ }
1008
+ .iconic-pin:before {
1009
+ content: '\e067';
1010
+ }
1011
+ .iconic-map-pin:before {
1012
+ content: '\e068';
1013
+ }
1014
+ .iconic-book:before {
1015
+ content: '\e069';
1016
+ }
1017
+ .iconic-book-alt2:before {
1018
+ content: '\e06a';
1019
+ }
1020
+ .iconic-box:before {
1021
+ content: '\e06b';
1022
+ }
1023
+ .iconic-calendar-alt:before {
1024
+ content: '\e06c';
1025
+ }
1026
+ .iconic-comment:before {
1027
+ content: '\e06d';
1028
+ }
1029
+ .iconic-iphone:before {
1030
+ content: '\e06e';
1031
+ }
1032
+ .iconic-bars:before {
1033
+ content: '\e06f';
1034
+ }
1035
+ .iconic-camera:before {
1036
+ content: '\e070';
1037
+ }
1038
+ .iconic-volume-mute:before {
1039
+ content: '\e071';
1040
+ }
1041
+ .iconic-volume:before {
1042
+ content: '\e072';
1043
+ }
1044
+ .iconic-battery-full:before {
1045
+ content: '\e073';
1046
+ }
1047
+ .iconic-magnifying-glass:before {
1048
+ content: '\e074';
1049
+ }
1050
+ .iconic-lock:before {
1051
+ content: '\e075';
1052
+ }
1053
+ .iconic-unlock:before {
1054
+ content: '\e076';
1055
+ }
1056
+ .iconic-link:before {
1057
+ content: '\e077';
1058
+ }
1059
+ .iconic-wrench:before {
1060
+ content: '\e078';
1061
+ }
1062
+ .iconic-clock:before {
1063
+ content: '\e079';
1064
+ }
1065
+ .iconic-sun-stroke:before {
1066
+ font-family: IconicStroke;
1067
+ content: '\2600';
1068
+ }
1069
+ .iconic-moon-stroke:before {
1070
+ font-family: IconicStroke;
1071
+ content: '\263e';
1072
+ }
1073
+ .iconic-star-stroke:before {
1074
+ font-family: IconicStroke;
1075
+ content: '\2605';
1076
+ }
1077
+ .iconic-heart-stroke:before {
1078
+ font-family: IconicStroke;
1079
+ content: '\2764';
1080
+ }
1081
+ .iconic-key-stroke:before {
1082
+ font-family: IconicStroke;
1083
+ content: '\26bf';
1084
+ }
1085
+ .iconic-document-alt-stroke:before {
1086
+ font-family: IconicStroke;
1087
+ content: '\e000';
1088
+ }
1089
+ .iconic-comment-alt1-stroke:before {
1090
+ font-family: IconicStroke;
1091
+ content: '\e003';
1092
+ }
1093
+ .iconic-comment-alt2-stroke:before {
1094
+ font-family: IconicStroke;
1095
+ content: '\e004';
1096
+ }
1097
+ .iconic-pen-alt-stroke:before {
1098
+ font-family: IconicStroke;
1099
+ content: '\e005';
1100
+ }
1101
+ .iconic-chat-alt-stroke:before {
1102
+ font-family: IconicStroke;
1103
+ content: '\e007';
1104
+ }
1105
+ .iconic-award-stroke:before {
1106
+ font-family: IconicStroke;
1107
+ content: '\e022';
1108
+ }
1109
+ .iconic-tag-stroke:before {
1110
+ font-family: IconicStroke;
1111
+ content: '\e02b';
1112
+ }
1113
+ .iconic-trash-stroke:before {
1114
+ font-family: IconicStroke;
1115
+ content: '\e05a';
1116
+ }
1117
+ .iconic-folder-stroke:before {
1118
+ font-family: IconicStroke;
1119
+ content: '\e065';
1120
+ }
1121
+ .iconic-document-stroke:before {
1122
+ font-family: IconicStroke;
1123
+ content: '\e066';
1124
+ }
1125
+ .iconic-map-pin-stroke:before {
1126
+ font-family: IconicStroke;
1127
+ content: '\e068';
1128
+ }
1129
+ .iconic-calendar-alt-stroke:before {
1130
+ font-family: IconicStroke;
1131
+ content: '\e06c';
1132
+ }
1133
+ .iconic-comment-stroke:before {
1134
+ font-family: IconicStroke;
1135
+ content: '\e06d';
1136
+ }
1137
+ .iconic-lock-stroke:before {
1138
+ font-family: IconicStroke;
1139
+ content: '\e075';
1140
+ }
1141
+ .iconic-unlock-stroke:before {
1142
+ font-family: IconicStroke;
1143
+ content: '\e076';
1144
+ }
1145
+ }
1146
+
1147
+ .page-alert {
1148
+ position: absolute;
1149
+ top: 0;
1150
+ left: 50%;
1151
+ z-index: 1020;
1152
+ width: 0;
1153
+ }
1154
+
1155
+ .page-alert .alert {
1156
+ width: 550px;
1157
+ margin-left: -300px;
1158
+ border-top-width: 0;
1159
+ -webkit-border-radius: 0 0 4px 4px;
1160
+ -moz-border-radius: 0 0 4px 4px;
1161
+ border-radius: 0 0 4px 4px;
1162
+ }
1163
+
1164
+ .navbar-fixed-top + .page-alert {
1165
+ top: 40px;
1166
+ }
1167
+
1168
+ body > .page-alert {
1169
+ position: fixed;
1170
+ }
1171
+
1172
+ .btn-file {
1173
+ position: relative;
1174
+ overflow: hidden;
1175
+ vertical-align: middle;
1176
+ }
1177
+
1178
+ .btn-file > input {
1179
+ position: absolute;
1180
+ top: 0;
1181
+ right: 0;
1182
+ margin: 0;
1183
+ font-size: 23px;
1184
+ cursor: pointer;
1185
+ opacity: 0;
1186
+ filter: alpha(opacity=0);
1187
+ transform: translate(-300px, 0) scale(4);
1188
+ direction: ltr;
1189
+ }
1190
+
1191
+ .fileupload {
1192
+ margin-bottom: 9px;
1193
+ }
1194
+
1195
+ .fileupload .uneditable-input {
1196
+ display: inline-block;
1197
+ margin-bottom: 0;
1198
+ vertical-align: middle;
1199
+ cursor: text;
1200
+ }
1201
+
1202
+ .fileupload .thumbnail {
1203
+ display: inline-block;
1204
+ margin-bottom: 5px;
1205
+ overflow: hidden;
1206
+ text-align: center;
1207
+ vertical-align: middle;
1208
+ }
1209
+
1210
+ .fileupload .thumbnail > img {
1211
+ display: inline-block;
1212
+ max-height: 100%;
1213
+ vertical-align: middle;
1214
+ }
1215
+
1216
+ .fileupload .btn {
1217
+ vertical-align: middle;
1218
+ }
1219
+
1220
+ .fileupload-exists .fileupload-new,
1221
+ .fileupload-new .fileupload-exists {
1222
+ display: none;
1223
+ }
1224
+
1225
+ .fileupload-inline .fileupload-controls {
1226
+ display: inline;
1227
+ }
1228
+
1229
+ .fileupload-new .input-append .btn-file {
1230
+ -webkit-border-radius: 0 3px 3px 0;
1231
+ -moz-border-radius: 0 3px 3px 0;
1232
+ border-radius: 0 3px 3px 0;
1233
+ }
1234
+
1235
+ .thumbnail-borderless .thumbnail {
1236
+ padding: 0;
1237
+ border: none;
1238
+ -webkit-border-radius: 0;
1239
+ -moz-border-radius: 0;
1240
+ border-radius: 0;
1241
+ -webkit-box-shadow: none;
1242
+ -moz-box-shadow: none;
1243
+ box-shadow: none;
1244
+ }
1245
+
1246
+ .fileupload-new.thumbnail-borderless .thumbnail {
1247
+ border: 1px solid #ddd;
1248
+ }
1249
+
1250
+ .control-group.warning .fileupload .uneditable-input {
1251
+ color: #a47e3c;
1252
+ border-color: #a47e3c;
1253
+ }
1254
+
1255
+ .control-group.warning .fileupload .fileupload-preview {
1256
+ color: #a47e3c;
1257
+ }
1258
+
1259
+ .control-group.warning .fileupload .thumbnail {
1260
+ border-color: #a47e3c;
1261
+ }
1262
+
1263
+ .control-group.error .fileupload .uneditable-input {
1264
+ color: #b94a48;
1265
+ border-color: #b94a48;
1266
+ }
1267
+
1268
+ .control-group.error .fileupload .fileupload-preview {
1269
+ color: #b94a48;
1270
+ }
1271
+
1272
+ .control-group.error .fileupload .thumbnail {
1273
+ border-color: #b94a48;
1274
+ }
1275
+
1276
+ .control-group.success .fileupload .uneditable-input {
1277
+ color: #468847;
1278
+ border-color: #468847;
1279
+ }
1280
+
1281
+ .control-group.success .fileupload .fileupload-preview {
1282
+ color: #468847;
1283
+ }
1284
+
1285
+ .control-group.success .fileupload .thumbnail {
1286
+ border-color: #468847;
1287
+ }
1288
+
1289
+ .nav-tabs > li > a,
1290
+ .nav-pills > li > a {
1291
+ outline: none;
1292
+ }
1293
+
1294
+ .nav-tabs > li.disabled > a {
1295
+ color: #CCCCCC;
1296
+ cursor: not-allowed;
1297
+ }
1298
+
1299
+ .tabbable {
1300
+ border-color: #ddd;
1301
+ border-style: solid;
1302
+ border-width: 0;
1303
+ *zoom: 1;
1304
+ }
1305
+
1306
+ .tabbable:before,
1307
+ .tabbable:after {
1308
+ display: table;
1309
+ line-height: 0;
1310
+ content: "";
1311
+ }
1312
+
1313
+ .tabbable:after {
1314
+ clear: both;
1315
+ }
1316
+
1317
+ .tabbable > .nav-tabs {
1318
+ margin: 0;
1319
+ }
1320
+
1321
+ .tab-content {
1322
+ padding: 18px 0 0 0;
1323
+ overflow: auto;
1324
+ border-color: #ddd;
1325
+ border-style: solid;
1326
+ border-width: 0;
1327
+ }
1328
+
1329
+ .tabbable-bordered {
1330
+ -webkit-border-radius: 4px;
1331
+ -moz-border-radius: 4px;
1332
+ border-radius: 4px;
1333
+ }
1334
+
1335
+ .tabbable-bordered > .tab-content {
1336
+ padding: 20px 20px 10px 20px;
1337
+ border-width: 0 1px 1px 1px;
1338
+ -webkit-border-radius: 0 0 4px 4px;
1339
+ -moz-border-radius: 0 0 4px 4px;
1340
+ border-radius: 0 0 4px 4px;
1341
+ }
1342
+
1343
+ body > .container.tabbable > .nav-tabs {
1344
+ padding-top: 15px;
1345
+ }
1346
+
1347
+ .tabs-below > .tab-content {
1348
+ padding: 0 0 10px 0;
1349
+ }
1350
+
1351
+ .tabs-below.tabbable-bordered > .tab-content {
1352
+ padding: 20px 20px 10px 20px;
1353
+ border-width: 1px 1px 0 1px;
1354
+ -webkit-border-radius: 4px 4px 0 0;
1355
+ -moz-border-radius: 4px 4px 0 0;
1356
+ border-radius: 4px 4px 0 0;
1357
+ }
1358
+
1359
+ body > .container.tabs-below.tabbable-bodered > .tab-content {
1360
+ border-top-width: 0;
1361
+ -webkit-border-radius: 0;
1362
+ -moz-border-radius: 0;
1363
+ border-radius: 0;
1364
+ }
1365
+
1366
+ .tabs-left,
1367
+ .tabs-right {
1368
+ margin-bottom: 20px;
1369
+ }
1370
+
1371
+ .tabs-left > .nav-tabs,
1372
+ .tabs-right > .nav-tabs {
1373
+ position: relative;
1374
+ z-index: 1;
1375
+ margin-bottom: 0;
1376
+ }
1377
+
1378
+ .tabs-left > .tab-content,
1379
+ .tabs-right > .tab-content {
1380
+ overflow: hidden;
1381
+ }
1382
+
1383
+ .tabs-left > .nav-tabs {
1384
+ left: 1px;
1385
+ }
1386
+
1387
+ .tabs-left > .nav-tabs > .active > a,
1388
+ .tabs-left > .nav-tabs > .active > a:hover {
1389
+ border-color: #ddd transparent #ddd #ddd;
1390
+ *border-right-color: #ffffff;
1391
+ }
1392
+
1393
+ .tabs-left > .tab-content {
1394
+ padding: 0 0 0 19px;
1395
+ border-left-width: 1px;
1396
+ }
1397
+
1398
+ .tabs-left.tabbable-bordered {
1399
+ border-width: 0 1px 0 0;
1400
+ }
1401
+
1402
+ .tabs-left.tabbable-bordered > .tab-content {
1403
+ padding: 20px 20px 10px 20px;
1404
+ border-width: 1px 0 1px 1px;
1405
+ -webkit-border-radius: 0 4px 4px 0;
1406
+ -moz-border-radius: 0 4px 4px 0;
1407
+ border-radius: 0 4px 4px 0;
1408
+ }
1409
+
1410
+ body > .container.tabs-left.tabbable-bodered > .tab-content {
1411
+ border-top-width: 0;
1412
+ -webkit-border-radius: 0 0 4px 0;
1413
+ -moz-border-radius: 0 0 4px 0;
1414
+ border-radius: 0 0 4px 0;
1415
+ }
1416
+
1417
+ .tabs-right > .nav-tabs {
1418
+ right: 1px;
1419
+ }
1420
+
1421
+ .tabs-right > .nav-tabs > .active > a,
1422
+ .tabs-right > .nav-tabs > .active > a:hover {
1423
+ border-color: #ddd #ddd #ddd transparent;
1424
+ *border-left-color: #ffffff;
1425
+ }
1426
+
1427
+ .tabs-right > .tab-content {
1428
+ padding: 0 19px 0 0;
1429
+ border-right-width: 1px;
1430
+ }
1431
+
1432
+ .tabs-right.tabbable-bordered {
1433
+ border-width: 0 0 0 1px;
1434
+ }
1435
+
1436
+ .tabs-right.tabbable-bordered > .tab-content {
1437
+ padding: 20px 20px 10px 20px;
1438
+ border-width: 1px 1px 1px 0;
1439
+ -webkit-border-radius: 4px 0 0 4px;
1440
+ -moz-border-radius: 4px 0 0 4px;
1441
+ border-radius: 4px 0 0 4px;
1442
+ }
1443
+
1444
+ body > .container.tabs-right.tabbable-bodered > .tab-content {
1445
+ border-top-width: 0;
1446
+ -webkit-border-radius: 0 0 0 4px;
1447
+ -moz-border-radius: 0 0 0 4px;
1448
+ border-radius: 0 0 0 4px;
1449
+ }