flexible_admin 0.2.0 → 0.2.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2186 +0,0 @@
1
- /*!
2
- * Bootstrap v1.4.0
3
- *
4
- * Copyright 2011 Twitter, Inc
5
- * Licensed under the Apache License v2.0
6
- * http://www.apache.org/licenses/LICENSE-2.0
7
- *
8
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
- * Date: Sun Nov 20 21:42:29 PST 2011
10
- /* Reset.less
11
- * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
12
- * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
13
-
14
- html, body
15
- margin: 0
16
- padding: 0
17
-
18
- h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td
19
- margin: 0
20
- padding: 0
21
- border: 0
22
- font-weight: normal
23
- font-style: normal
24
- font-size: 100%
25
- line-height: 1
26
- font-family: inherit
27
-
28
- table
29
- border-collapse: collapse
30
- border-spacing: 0
31
-
32
- ol, ul
33
- list-style: none
34
-
35
- q
36
- &:before, &:after
37
- content: ""
38
-
39
- blockquote
40
- &:before, &:after
41
- content: ""
42
-
43
- html
44
- overflow-y: scroll
45
- font-size: 100%
46
- -webkit-text-size-adjust: 100%
47
- -ms-text-size-adjust: 100%
48
-
49
- a
50
- &:focus
51
- outline: thin dotted
52
- &:hover, &:active
53
- outline: 0
54
-
55
- article, aside, details, figcaption, figure, footer, header, hgroup, nav, section
56
- display: block
57
-
58
- audio, canvas, video
59
- display: inline-block
60
- *display: inline
61
- *zoom: 1
62
-
63
- audio:not([controls])
64
- display: none
65
-
66
- sub
67
- font-size: 75%
68
- line-height: 0
69
- position: relative
70
- vertical-align: baseline
71
-
72
- sup
73
- font-size: 75%
74
- line-height: 0
75
- position: relative
76
- vertical-align: baseline
77
- top: -0.5em
78
-
79
- sub
80
- bottom: -0.25em
81
-
82
- img
83
- border: 0
84
- -ms-interpolation-mode: bicubic
85
-
86
- button, input, select, textarea
87
- font-size: 100%
88
- margin: 0
89
- vertical-align: baseline
90
- *vertical-align: middle
91
-
92
- button, input
93
- line-height: normal
94
- *overflow: visible
95
-
96
- button::-moz-focus-inner, input::-moz-focus-inner
97
- border: 0
98
- padding: 0
99
-
100
- button
101
- cursor: pointer
102
- -webkit-appearance: button
103
-
104
- input
105
- &[type="button"], &[type="reset"], &[type="submit"]
106
- cursor: pointer
107
- -webkit-appearance: button
108
- &[type="search"]
109
- -webkit-appearance: textfield
110
- -webkit-box-sizing: content-box
111
- -moz-box-sizing: content-box
112
- box-sizing: content-box
113
- &::-webkit-search-decoration
114
- -webkit-appearance: none
115
-
116
- textarea
117
- overflow: auto
118
- vertical-align: top
119
-
120
- /* Variables.less
121
- * Variables to customize the look and feel of Bootstrap
122
- * -----------------------------------------------------
123
- /* Mixins.less
124
- * Snippets of reusable CSS to develop faster and keep code readable
125
- * -----------------------------------------------------------------
126
- /*
127
- * Scaffolding
128
- * Basic and global styles for generating a grid system, structural layout, and page templates
129
- * -------------------------------------------------------------------------------------------
130
-
131
- body
132
- background-color: #ffffff
133
- margin: 0
134
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
135
- font-size: 13px
136
- font-weight: normal
137
- line-height: 18px
138
- color: #404040
139
-
140
- .container
141
- width: 940px
142
- margin-left: auto
143
- margin-right: auto
144
- zoom: 1
145
- &:before
146
- display: table
147
- content: ""
148
- zoom: 1
149
- &:after
150
- display: table
151
- content: ""
152
- zoom: 1
153
- clear: both
154
-
155
- .container-fluid
156
- position: relative
157
- min-width: 940px
158
- padding-left: 20px
159
- padding-right: 20px
160
- zoom: 1
161
- &:before
162
- display: table
163
- content: ""
164
- zoom: 1
165
- &:after
166
- display: table
167
- content: ""
168
- zoom: 1
169
- clear: both
170
- >
171
- .sidebar
172
- position: absolute
173
- top: 0
174
- left: 20px
175
- width: 220px
176
- .content
177
- margin-left: 240px
178
-
179
- a
180
- color: #0069d6
181
- text-decoration: none
182
- line-height: inherit
183
- font-weight: inherit
184
- &:hover
185
- color: #00438a
186
- text-decoration: underline
187
-
188
- .pull-right
189
- float: right
190
-
191
- .pull-left
192
- float: left
193
-
194
- .hide
195
- display: none
196
-
197
- .show
198
- display: block
199
-
200
- .row
201
- zoom: 1
202
- margin-left: -20px
203
- &:before
204
- display: table
205
- content: ""
206
- zoom: 1
207
- &:after
208
- display: table
209
- content: ""
210
- zoom: 1
211
- clear: both
212
- > [class*="span"]
213
- display: inline
214
- float: left
215
- margin-left: 20px
216
-
217
- .span1
218
- width: 40px
219
-
220
- .span2
221
- width: 100px
222
-
223
- .span3
224
- width: 160px
225
-
226
- .span4
227
- width: 220px
228
-
229
- .span5
230
- width: 280px
231
-
232
- .span6
233
- width: 340px
234
-
235
- .span7
236
- width: 400px
237
-
238
- .span8
239
- width: 460px
240
-
241
- .span9
242
- width: 520px
243
-
244
- .span10
245
- width: 580px
246
-
247
- .span11
248
- width: 640px
249
-
250
- .span12
251
- width: 700px
252
-
253
- .span13
254
- width: 760px
255
-
256
- .span14
257
- width: 820px
258
-
259
- .span15
260
- width: 880px
261
-
262
- .span16
263
- width: 940px
264
-
265
- .span17
266
- width: 1000px
267
-
268
- .span18
269
- width: 1060px
270
-
271
- .span19
272
- width: 1120px
273
-
274
- .span20
275
- width: 1180px
276
-
277
- .span21
278
- width: 1240px
279
-
280
- .span22
281
- width: 1300px
282
-
283
- .span23
284
- width: 1360px
285
-
286
- .span24
287
- width: 1420px
288
-
289
- .row >
290
- .offset1
291
- margin-left: 80px
292
- .offset2
293
- margin-left: 140px
294
- .offset3
295
- margin-left: 200px
296
- .offset4
297
- margin-left: 260px
298
- .offset5
299
- margin-left: 320px
300
- .offset6
301
- margin-left: 380px
302
- .offset7
303
- margin-left: 440px
304
- .offset8
305
- margin-left: 500px
306
- .offset9
307
- margin-left: 560px
308
- .offset10
309
- margin-left: 620px
310
- .offset11
311
- margin-left: 680px
312
- .offset12
313
- margin-left: 740px
314
-
315
- .span-one-third
316
- width: 300px
317
-
318
- .span-two-thirds
319
- width: 620px
320
-
321
- .row >
322
- .offset-one-third
323
- margin-left: 340px
324
- .offset-two-thirds
325
- margin-left: 660px
326
-
327
- /* Typography.less
328
- * Headings, body text, lists, code, and more for a versatile and durable typography system
329
- * ----------------------------------------------------------------------------------------
330
-
331
- p
332
- font-size: 13px
333
- font-weight: normal
334
- line-height: 18px
335
- margin-bottom: 9px
336
- small
337
- font-size: 11px
338
- color: #bfbfbf
339
-
340
- h1, h2, h3, h4, h5, h6
341
- font-weight: bold
342
- color: #404040
343
-
344
- h1 small, h2 small, h3 small, h4 small, h5 small, h6 small
345
- color: #bfbfbf
346
-
347
- h1
348
- margin-bottom: 18px
349
- font-size: 30px
350
- line-height: 36px
351
- small
352
- font-size: 18px
353
-
354
- h2
355
- font-size: 24px
356
- line-height: 36px
357
- small
358
- font-size: 14px
359
-
360
- h3, h4, h5, h6
361
- line-height: 36px
362
-
363
- h3
364
- font-size: 18px
365
- small
366
- font-size: 14px
367
-
368
- h4
369
- font-size: 16px
370
- small
371
- font-size: 12px
372
-
373
- h5
374
- font-size: 14px
375
-
376
- h6
377
- font-size: 13px
378
- color: #bfbfbf
379
- text-transform: uppercase
380
-
381
- ul, ol
382
- margin: 0 0 18px 25px
383
-
384
- ul
385
- ul, ol
386
- margin-bottom: 0
387
-
388
- ol
389
- ol, ul
390
- margin-bottom: 0
391
-
392
- ul
393
- list-style: disc
394
-
395
- ol
396
- list-style: decimal
397
-
398
- li
399
- line-height: 18px
400
- color: #808080
401
-
402
- ul.unstyled
403
- list-style: none
404
- margin-left: 0
405
-
406
- dl
407
- margin-bottom: 18px
408
- dt, dd
409
- line-height: 18px
410
- dt
411
- font-weight: bold
412
- dd
413
- margin-left: 9px
414
-
415
- hr
416
- margin: 20px 0 19px
417
- border: 0
418
- border-bottom: 1px solid #eee
419
-
420
- strong
421
- font-style: inherit
422
- font-weight: bold
423
-
424
- em
425
- font-style: italic
426
- font-weight: inherit
427
- line-height: inherit
428
-
429
- .muted
430
- color: #bfbfbf
431
-
432
- blockquote
433
- margin-bottom: 18px
434
- border-left: 5px solid #eee
435
- padding-left: 15px
436
- p
437
- font-size: 14px
438
- font-weight: 300
439
- line-height: 18px
440
- margin-bottom: 0
441
- small
442
- display: block
443
- font-size: 12px
444
- font-weight: 300
445
- line-height: 18px
446
- color: #bfbfbf
447
- &:before
448
- content: '\2014 \00A0'
449
-
450
- address
451
- display: block
452
- line-height: 18px
453
- margin-bottom: 18px
454
-
455
- code, pre
456
- padding: 0 3px 2px
457
- font-family: Monaco, Andale Mono, Courier New, monospace
458
- font-size: 12px
459
- -webkit-border-radius: 3px
460
- -moz-border-radius: 3px
461
- border-radius: 3px
462
-
463
- code
464
- background-color: #fee9cc
465
- color: rgba(0, 0, 0, 0.75)
466
- padding: 1px 3px
467
-
468
- pre
469
- background-color: #f5f5f5
470
- display: block
471
- padding: 8.5px
472
- margin: 0 0 18px
473
- line-height: 18px
474
- font-size: 12px
475
- border: 1px solid #ccc
476
- border: 1px solid rgba(0, 0, 0, 0.15)
477
- -webkit-border-radius: 3px
478
- -moz-border-radius: 3px
479
- border-radius: 3px
480
- white-space: pre
481
- white-space: pre-wrap
482
- word-wrap: break-word
483
-
484
- /* Forms.less
485
- * Base styles for various input types, form layouts, and states
486
- * -------------------------------------------------------------
487
-
488
- form
489
- margin-bottom: 18px
490
-
491
- fieldset
492
- margin-bottom: 18px
493
- padding-top: 18px
494
- legend
495
- display: block
496
- padding-left: 150px
497
- font-size: 19.5px
498
- line-height: 1
499
- color: #404040
500
- *padding: 0 0 5px 145px
501
- /* IE6-7
502
- *line-height: 1.5
503
- /* IE6-7
504
-
505
- form .clearfix
506
- margin-bottom: 18px
507
- zoom: 1
508
- &:before
509
- display: table
510
- content: ""
511
- zoom: 1
512
- &:after
513
- display: table
514
- content: ""
515
- zoom: 1
516
- clear: both
517
-
518
- label, input, select, textarea
519
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
520
- font-size: 13px
521
- font-weight: normal
522
- line-height: normal
523
-
524
- label
525
- padding-top: 6px
526
- font-size: 13px
527
- line-height: 18px
528
- float: left
529
- width: 130px
530
- text-align: right
531
- color: #404040
532
-
533
- form .input
534
- margin-left: 150px
535
-
536
- input
537
- &[type=checkbox], &[type=radio]
538
- cursor: pointer
539
- display: inline-block
540
- width: 210px
541
- height: 18px
542
- padding: 4px
543
- font-size: 13px
544
- line-height: 18px
545
- color: #808080
546
- border: 1px solid #ccc
547
- -webkit-border-radius: 3px
548
- -moz-border-radius: 3px
549
- border-radius: 3px
550
-
551
- textarea, select, .uneditable-input
552
- display: inline-block
553
- width: 210px
554
- height: 18px
555
- padding: 4px
556
- font-size: 13px
557
- line-height: 18px
558
- color: #808080
559
- border: 1px solid #ccc
560
- -webkit-border-radius: 3px
561
- -moz-border-radius: 3px
562
- border-radius: 3px
563
-
564
- select
565
- padding: initial
566
-
567
- input
568
- &[type=checkbox], &[type=radio]
569
- width: auto
570
- height: auto
571
- padding: 0
572
- margin: 3px 0
573
- *margin-top: 0
574
- /* IE6-7
575
- line-height: normal
576
- border: none
577
- &[type=file]
578
- background-color: #ffffff
579
- padding: initial
580
- border: initial
581
- line-height: initial
582
- -webkit-box-shadow: none
583
- -moz-box-shadow: none
584
- box-shadow: none
585
- &[type=button], &[type=reset], &[type=submit]
586
- width: auto
587
- height: auto
588
-
589
- select, input[type=file]
590
- height: 27px
591
- *height: auto
592
- line-height: 27px
593
- *margin-top: 4px
594
- /* For IE7, add top margin to align select with labels
595
-
596
- select[multiple]
597
- height: inherit
598
- background-color: #ffffff
599
-
600
- textarea
601
- height: auto
602
-
603
- .uneditable-input
604
- background-color: #ffffff
605
- display: block
606
- border-color: #eee
607
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025)
608
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025)
609
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025)
610
- cursor: not-allowed
611
-
612
- \:-moz-placeholder, ::-webkit-input-placeholder
613
- color: #bfbfbf
614
-
615
- input, textarea
616
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s
617
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s
618
- -ms-transition: border linear 0.2s, box-shadow linear 0.2s
619
- -o-transition: border linear 0.2s, box-shadow linear 0.2s
620
- transition: border linear 0.2s, box-shadow linear 0.2s
621
- -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1)
622
- -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1)
623
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1)
624
-
625
- input:focus, textarea:focus
626
- outline: 0
627
- border-color: rgba(82, 168, 236, 0.8)
628
- -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6)
629
- -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6)
630
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6)
631
-
632
- input
633
- &[type=file]:focus, &[type=checkbox]:focus
634
- -webkit-box-shadow: none
635
- -moz-box-shadow: none
636
- box-shadow: none
637
- outline: 1px dotted #666
638
-
639
- select:focus
640
- -webkit-box-shadow: none
641
- -moz-box-shadow: none
642
- box-shadow: none
643
- outline: 1px dotted #666
644
-
645
- form .clearfix
646
- &.error
647
- > label, .help-block, .help-inline
648
- color: #b94a48
649
- input, textarea
650
- color: #b94a48
651
- border-color: #ee5f5b
652
- input:focus, textarea:focus
653
- border-color: #e9322d
654
- -webkit-box-shadow: 0 0 6px #f8b9b7
655
- -moz-box-shadow: 0 0 6px #f8b9b7
656
- box-shadow: 0 0 6px #f8b9b7
657
- .input-prepend .add-on, .input-append .add-on
658
- color: #b94a48
659
- background-color: #fce6e6
660
- border-color: #b94a48
661
- &.warning
662
- > label, .help-block, .help-inline
663
- color: #c09853
664
- input, textarea
665
- color: #c09853
666
- border-color: #ccae64
667
- input:focus, textarea:focus
668
- border-color: #be9a3f
669
- -webkit-box-shadow: 0 0 6px #e5d6b1
670
- -moz-box-shadow: 0 0 6px #e5d6b1
671
- box-shadow: 0 0 6px #e5d6b1
672
- .input-prepend .add-on, .input-append .add-on
673
- color: #c09853
674
- background-color: #d2b877
675
- border-color: #c09853
676
- &.success
677
- > label, .help-block, .help-inline
678
- color: #468847
679
- input, textarea
680
- color: #468847
681
- border-color: #57a957
682
- input:focus, textarea:focus
683
- border-color: #458845
684
- -webkit-box-shadow: 0 0 6px #9acc9a
685
- -moz-box-shadow: 0 0 6px #9acc9a
686
- box-shadow: 0 0 6px #9acc9a
687
- .input-prepend .add-on, .input-append .add-on
688
- color: #468847
689
- background-color: #bcddbc
690
- border-color: #468847
691
-
692
- .input-mini, input.mini, textarea.mini, select.mini
693
- width: 60px
694
-
695
- .input-small, input.small, textarea.small, select.small
696
- width: 90px
697
-
698
- .input-medium, input.medium, textarea.medium, select.medium
699
- width: 150px
700
-
701
- .input-large, input.large, textarea.large, select.large
702
- width: 210px
703
-
704
- .input-xlarge, input.xlarge, textarea.xlarge, select.xlarge
705
- width: 270px
706
-
707
- .input-xxlarge, input.xxlarge, textarea.xxlarge, select.xxlarge
708
- width: 530px
709
-
710
- textarea.xxlarge
711
- overflow-y: auto
712
-
713
- input.span1, textarea.span1
714
- display: inline-block
715
- float: none
716
- width: 30px
717
- margin-left: 0
718
-
719
- input.span2, textarea.span2
720
- display: inline-block
721
- float: none
722
- width: 90px
723
- margin-left: 0
724
-
725
- input.span3, textarea.span3
726
- display: inline-block
727
- float: none
728
- width: 150px
729
- margin-left: 0
730
-
731
- input.span4, textarea.span4
732
- display: inline-block
733
- float: none
734
- width: 210px
735
- margin-left: 0
736
-
737
- input.span5, textarea.span5
738
- display: inline-block
739
- float: none
740
- width: 270px
741
- margin-left: 0
742
-
743
- input.span6, textarea.span6
744
- display: inline-block
745
- float: none
746
- width: 330px
747
- margin-left: 0
748
-
749
- input.span7, textarea.span7
750
- display: inline-block
751
- float: none
752
- width: 390px
753
- margin-left: 0
754
-
755
- input.span8, textarea.span8
756
- display: inline-block
757
- float: none
758
- width: 450px
759
- margin-left: 0
760
-
761
- input.span9, textarea.span9
762
- display: inline-block
763
- float: none
764
- width: 510px
765
- margin-left: 0
766
-
767
- input.span10, textarea.span10
768
- display: inline-block
769
- float: none
770
- width: 570px
771
- margin-left: 0
772
-
773
- input.span11, textarea.span11
774
- display: inline-block
775
- float: none
776
- width: 630px
777
- margin-left: 0
778
-
779
- input.span12, textarea.span12
780
- display: inline-block
781
- float: none
782
- width: 690px
783
- margin-left: 0
784
-
785
- input.span13, textarea.span13
786
- display: inline-block
787
- float: none
788
- width: 750px
789
- margin-left: 0
790
-
791
- input.span14, textarea.span14
792
- display: inline-block
793
- float: none
794
- width: 810px
795
- margin-left: 0
796
-
797
- input.span15, textarea.span15
798
- display: inline-block
799
- float: none
800
- width: 870px
801
- margin-left: 0
802
-
803
- input.span16, textarea.span16
804
- display: inline-block
805
- float: none
806
- width: 930px
807
- margin-left: 0
808
-
809
- input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly]
810
- background-color: #f5f5f5
811
- border-color: #ddd
812
- cursor: not-allowed
813
-
814
- .actions
815
- background: #f5f5f5
816
- margin-top: 18px
817
- margin-bottom: 18px
818
- padding: 17px 20px 18px 150px
819
- border-top: 1px solid #ddd
820
- -webkit-border-radius: 0 0 3px 3px
821
- -moz-border-radius: 0 0 3px 3px
822
- border-radius: 0 0 3px 3px
823
- .secondary-action
824
- float: right
825
- a
826
- line-height: 30px
827
- &:hover
828
- text-decoration: underline
829
-
830
- .help-inline, .help-block
831
- font-size: 13px
832
- line-height: 18px
833
- color: #bfbfbf
834
-
835
- .help-inline
836
- padding-left: 5px
837
- *position: relative
838
- /* IE6-7
839
- *top: -5px
840
- /* IE6-7
841
-
842
- .help-block
843
- display: block
844
- max-width: 600px
845
-
846
- .inline-inputs
847
- color: #808080
848
- span
849
- padding: 0 2px 0 1px
850
-
851
- .input-prepend input, .input-append input
852
- -webkit-border-radius: 0 3px 3px 0
853
- -moz-border-radius: 0 3px 3px 0
854
- border-radius: 0 3px 3px 0
855
-
856
- .input-prepend .add-on, .input-append .add-on
857
- position: relative
858
- background: #f5f5f5
859
- border: 1px solid #ccc
860
- z-index: 2
861
- float: left
862
- display: block
863
- width: auto
864
- min-width: 16px
865
- height: 18px
866
- padding: 4px 4px 4px 5px
867
- margin-right: -1px
868
- font-weight: normal
869
- line-height: 18px
870
- color: #bfbfbf
871
- text-align: center
872
- text-shadow: 0 1px 0 #ffffff
873
- -webkit-border-radius: 3px 0 0 3px
874
- -moz-border-radius: 3px 0 0 3px
875
- border-radius: 3px 0 0 3px
876
-
877
- .input-prepend .active, .input-append .active
878
- background: #a9dba9
879
- border-color: #46a546
880
-
881
- .input-prepend .add-on
882
- *margin-top: 1px
883
- /* IE6-7
884
-
885
- .input-append
886
- input
887
- float: left
888
- -webkit-border-radius: 3px 0 0 3px
889
- -moz-border-radius: 3px 0 0 3px
890
- border-radius: 3px 0 0 3px
891
- .add-on
892
- -webkit-border-radius: 0 3px 3px 0
893
- -moz-border-radius: 0 3px 3px 0
894
- border-radius: 0 3px 3px 0
895
- margin-right: 0
896
- margin-left: -1px
897
-
898
- .inputs-list
899
- margin: 0 0 5px
900
- width: 100%
901
- li
902
- display: block
903
- padding: 0
904
- width: 100%
905
- label
906
- display: block
907
- float: none
908
- width: auto
909
- padding: 0
910
- margin-left: 20px
911
- line-height: 18px
912
- text-align: left
913
- white-space: normal
914
- strong
915
- color: #808080
916
- small
917
- font-size: 11px
918
- font-weight: normal
919
- .inputs-list
920
- margin-left: 25px
921
- margin-bottom: 10px
922
- padding-top: 0
923
- &:first-child
924
- padding-top: 6px
925
- li + li
926
- padding-top: 2px
927
- input
928
- &[type=radio], &[type=checkbox]
929
- margin-bottom: 0
930
- margin-left: -20px
931
- float: left
932
-
933
- .form-stacked
934
- padding-left: 20px
935
- fieldset
936
- padding-top: 9px
937
- legend
938
- padding-left: 0
939
- label
940
- display: block
941
- float: none
942
- width: auto
943
- font-weight: bold
944
- text-align: left
945
- line-height: 20px
946
- padding-top: 0
947
- .clearfix
948
- margin-bottom: 9px
949
- div.input
950
- margin-left: 0
951
- .inputs-list
952
- margin-bottom: 0
953
- li
954
- padding-top: 0
955
- label
956
- font-weight: normal
957
- padding-top: 0
958
- div.clearfix.error
959
- padding-top: 10px
960
- padding-bottom: 10px
961
- padding-left: 10px
962
- margin-top: 0
963
- margin-left: -10px
964
- .actions
965
- margin-left: -20px
966
- padding-left: 20px
967
-
968
- /*
969
- * Tables.less
970
- * Tables for, you guessed it, tabular data
971
- * ----------------------------------------
972
-
973
- table
974
- width: 100%
975
- margin-bottom: 18px
976
- padding: 0
977
- font-size: 13px
978
- border-collapse: collapse
979
- th, td
980
- padding: 10px 10px 9px
981
- line-height: 18px
982
- text-align: left
983
- th
984
- padding-top: 9px
985
- font-weight: bold
986
- vertical-align: middle
987
- td
988
- vertical-align: top
989
- border-top: 1px solid #ddd
990
- tbody th
991
- border-top: 1px solid #ddd
992
- vertical-align: top
993
-
994
- .condensed-table
995
- th, td
996
- padding: 5px 5px 4px
997
-
998
- .bordered-table
999
- border: 1px solid #ddd
1000
- border-collapse: separate
1001
- *border-collapse: collapse
1002
- /* IE7, collapse table to remove spacing
1003
- -webkit-border-radius: 4px
1004
- -moz-border-radius: 4px
1005
- border-radius: 4px
1006
- th + th, td + td, th + td
1007
- border-left: 1px solid #ddd
1008
- thead tr:first-child th:first-child, tbody tr:first-child td:first-child
1009
- -webkit-border-radius: 4px 0 0 0
1010
- -moz-border-radius: 4px 0 0 0
1011
- border-radius: 4px 0 0 0
1012
- thead tr:first-child th:last-child
1013
- -webkit-border-radius: 0 4px 0 0
1014
- -moz-border-radius: 0 4px 0 0
1015
- border-radius: 0 4px 0 0
1016
- tbody tr
1017
- &:first-child td:last-child
1018
- -webkit-border-radius: 0 4px 0 0
1019
- -moz-border-radius: 0 4px 0 0
1020
- border-radius: 0 4px 0 0
1021
- &:last-child td
1022
- &:first-child
1023
- -webkit-border-radius: 0 0 0 4px
1024
- -moz-border-radius: 0 0 0 4px
1025
- border-radius: 0 0 0 4px
1026
- &:last-child
1027
- -webkit-border-radius: 0 0 4px 0
1028
- -moz-border-radius: 0 0 4px 0
1029
- border-radius: 0 0 4px 0
1030
-
1031
- table
1032
- .span1
1033
- width: 20px
1034
- .span2
1035
- width: 60px
1036
- .span3
1037
- width: 100px
1038
- .span4
1039
- width: 140px
1040
- .span5
1041
- width: 180px
1042
- .span6
1043
- width: 220px
1044
- .span7
1045
- width: 260px
1046
- .span8
1047
- width: 300px
1048
- .span9
1049
- width: 340px
1050
- .span10
1051
- width: 380px
1052
- .span11
1053
- width: 420px
1054
- .span12
1055
- width: 460px
1056
- .span13
1057
- width: 500px
1058
- .span14
1059
- width: 540px
1060
- .span15
1061
- width: 580px
1062
- .span16
1063
- width: 620px
1064
-
1065
- .zebra-striped tbody tr
1066
- &:nth-child(odd)
1067
- td, th
1068
- background-color: #f9f9f9
1069
- &:hover
1070
- td, th
1071
- background-color: #f5f5f5
1072
-
1073
- table
1074
- .header
1075
- cursor: pointer
1076
- &:after
1077
- content: ""
1078
- float: right
1079
- margin-top: 7px
1080
- border-width: 0 4px 4px
1081
- border-style: solid
1082
- border-color: #000 transparent
1083
- visibility: hidden
1084
- .headerSortUp, .headerSortDown
1085
- background-color: rgba(141, 192, 219, 0.25)
1086
- text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75)
1087
- .header:hover:after
1088
- visibility: visible
1089
- .headerSortDown
1090
- &:after, &:hover:after
1091
- visibility: visible
1092
- filter: alpha(opacity = 60)
1093
- -khtml-opacity: 0.6
1094
- -moz-opacity: 0.6
1095
- opacity: 0.6
1096
- .headerSortUp:after
1097
- border-bottom: none
1098
- border-left: 4px solid transparent
1099
- border-right: 4px solid transparent
1100
- border-top: 4px solid #000
1101
- visibility: visible
1102
- -webkit-box-shadow: none
1103
- -moz-box-shadow: none
1104
- box-shadow: none
1105
- filter: alpha(opacity = 60)
1106
- -khtml-opacity: 0.6
1107
- -moz-opacity: 0.6
1108
- opacity: 0.6
1109
- .blue
1110
- color: #049cdb
1111
- border-bottom-color: #049cdb
1112
- .headerSortUp.blue, .headerSortDown.blue
1113
- background-color: #ade6fe
1114
- .green
1115
- color: #46a546
1116
- border-bottom-color: #46a546
1117
- .headerSortUp.green, .headerSortDown.green
1118
- background-color: #cdeacd
1119
- .red
1120
- color: #9d261d
1121
- border-bottom-color: #9d261d
1122
- .headerSortUp.red, .headerSortDown.red
1123
- background-color: #f4c8c5
1124
- .yellow
1125
- color: #ffc40d
1126
- border-bottom-color: #ffc40d
1127
- .headerSortUp.yellow, .headerSortDown.yellow
1128
- background-color: #fff6d9
1129
- .orange
1130
- color: #f89406
1131
- border-bottom-color: #f89406
1132
- .headerSortUp.orange, .headerSortDown.orange
1133
- background-color: #fee9cc
1134
- .purple
1135
- color: #7a43b6
1136
- border-bottom-color: #7a43b6
1137
- .headerSortUp.purple, .headerSortDown.purple
1138
- background-color: #e2d5f0
1139
-
1140
- /* Patterns.less
1141
- * Repeatable UI elements outside the base styles provided from the scaffolding
1142
- * ----------------------------------------------------------------------------
1143
-
1144
- .topbar
1145
- height: 40px
1146
- position: fixed
1147
- top: 0
1148
- left: 0
1149
- right: 0
1150
- z-index: 10000
1151
- overflow: visible
1152
- a
1153
- color: #bfbfbf
1154
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
1155
- h3 a:hover, .brand:hover, ul .active > a
1156
- background-color: #333
1157
- background-color: rgba(255, 255, 255, 0.05)
1158
- color: #ffffff
1159
- text-decoration: none
1160
- h3
1161
- position: relative
1162
- a
1163
- float: left
1164
- display: block
1165
- padding: 8px 20px 12px
1166
- margin-left: -20px
1167
- color: #ffffff
1168
- font-size: 20px
1169
- font-weight: 200
1170
- line-height: 1
1171
- .brand
1172
- float: left
1173
- display: block
1174
- padding: 8px 20px 12px
1175
- margin-left: -20px
1176
- color: #ffffff
1177
- font-size: 20px
1178
- font-weight: 200
1179
- line-height: 1
1180
- p
1181
- margin: 0
1182
- line-height: 40px
1183
- a:hover
1184
- background-color: transparent
1185
- color: #ffffff
1186
- form
1187
- float: left
1188
- margin: 5px 0 0 0
1189
- position: relative
1190
- filter: alpha(opacity = 100)
1191
- -khtml-opacity: 1
1192
- -moz-opacity: 1
1193
- opacity: 1
1194
- &.pull-right
1195
- float: right
1196
- input
1197
- background-color: #444
1198
- background-color: rgba(255, 255, 255, 0.3)
1199
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
1200
- font-size: normal
1201
- font-weight: 13px
1202
- line-height: 1
1203
- padding: 4px 9px
1204
- color: #ffffff
1205
- color: rgba(255, 255, 255, 0.75)
1206
- border: 1px solid #111
1207
- -webkit-border-radius: 4px
1208
- -moz-border-radius: 4px
1209
- border-radius: 4px
1210
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25)
1211
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25)
1212
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25)
1213
- -webkit-transition: none
1214
- -moz-transition: none
1215
- -ms-transition: none
1216
- -o-transition: none
1217
- transition: none
1218
- &:-moz-placeholder, &::-webkit-input-placeholder
1219
- color: #e6e6e6
1220
- &:hover
1221
- background-color: #bfbfbf
1222
- background-color: rgba(255, 255, 255, 0.5)
1223
- color: #ffffff
1224
- &:focus, &.focused
1225
- outline: 0
1226
- background-color: #ffffff
1227
- color: #404040
1228
- text-shadow: 0 1px 0 #ffffff
1229
- border: 0
1230
- padding: 5px 10px
1231
- -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15)
1232
- -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15)
1233
- box-shadow: 0 0 3px rgba(0, 0, 0, 0.15)
1234
-
1235
- .topbar-inner
1236
- background-color: #222
1237
- background-color: #222222
1238
- background-repeat: repeat-x
1239
- background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222))
1240
- background-image: -moz-linear-gradient(top, #333333, #222222)
1241
- background-image: -ms-linear-gradient(top, #333333, #222222)
1242
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222))
1243
- background-image: -webkit-linear-gradient(top, #333333, #222222)
1244
- background-image: -o-linear-gradient(top, #333333, #222222)
1245
- background-image: linear-gradient(top, #333333, #222222)
1246
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0)
1247
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1)
1248
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1)
1249
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1)
1250
-
1251
- .topbar
1252
- .fill
1253
- background-color: #222
1254
- background-color: #222222
1255
- background-repeat: repeat-x
1256
- background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222))
1257
- background-image: -moz-linear-gradient(top, #333333, #222222)
1258
- background-image: -ms-linear-gradient(top, #333333, #222222)
1259
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222))
1260
- background-image: -webkit-linear-gradient(top, #333333, #222222)
1261
- background-image: -o-linear-gradient(top, #333333, #222222)
1262
- background-image: linear-gradient(top, #333333, #222222)
1263
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0)
1264
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1)
1265
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1)
1266
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1)
1267
- div > ul
1268
- display: block
1269
- float: left
1270
- margin: 0 10px 0 0
1271
- position: relative
1272
- left: 0
1273
-
1274
- .nav
1275
- display: block
1276
- float: left
1277
- margin: 0 10px 0 0
1278
- position: relative
1279
- left: 0
1280
-
1281
- .topbar div > ul > li, .nav > li
1282
- display: block
1283
- float: left
1284
-
1285
- .topbar div > ul a, .nav a
1286
- display: block
1287
- float: none
1288
- padding: 10px 10px 11px
1289
- line-height: 19px
1290
- text-decoration: none
1291
-
1292
- .topbar div > ul a:hover, .nav a:hover
1293
- color: #ffffff
1294
- text-decoration: none
1295
-
1296
- .topbar div > ul .active > a, .nav .active > a
1297
- background-color: #222
1298
- background-color: rgba(0, 0, 0, 0.5)
1299
-
1300
- .topbar div > ul.secondary-nav, .nav.secondary-nav
1301
- float: right
1302
- margin-left: 10px
1303
- margin-right: 0
1304
-
1305
- .topbar div > ul.secondary-nav .menu-dropdown, .nav.secondary-nav .menu-dropdown, .topbar div > ul.secondary-nav .dropdown-menu, .nav.secondary-nav .dropdown-menu
1306
- right: 0
1307
- border: 0
1308
-
1309
- .topbar div > ul a.menu:hover, .nav a.menu:hover, .topbar div > ul li.open .menu, .nav li.open .menu, .topbar div > ul .dropdown-toggle:hover, .nav .dropdown-toggle:hover, .topbar div > ul .dropdown.open .dropdown-toggle, .nav .dropdown.open .dropdown-toggle
1310
- background: #444
1311
- background: rgba(255, 255, 255, 0.05)
1312
-
1313
- .topbar div > ul .menu-dropdown, .nav .menu-dropdown, .topbar div > ul .dropdown-menu, .nav .dropdown-menu
1314
- background-color: #333
1315
-
1316
- .topbar div > ul .menu-dropdown a.menu, .nav .menu-dropdown a.menu, .topbar div > ul .dropdown-menu a.menu, .nav .dropdown-menu a.menu, .topbar div > ul .menu-dropdown .dropdown-toggle, .nav .menu-dropdown .dropdown-toggle, .topbar div > ul .dropdown-menu .dropdown-toggle, .nav .dropdown-menu .dropdown-toggle
1317
- color: #ffffff
1318
-
1319
- .topbar div > ul .menu-dropdown a.menu.open, .nav .menu-dropdown a.menu.open, .topbar div > ul .dropdown-menu a.menu.open, .nav .dropdown-menu a.menu.open, .topbar div > ul .menu-dropdown .dropdown-toggle.open, .nav .menu-dropdown .dropdown-toggle.open, .topbar div > ul .dropdown-menu .dropdown-toggle.open, .nav .dropdown-menu .dropdown-toggle.open
1320
- background: #444
1321
- background: rgba(255, 255, 255, 0.05)
1322
-
1323
- .topbar div > ul .menu-dropdown li a, .nav .menu-dropdown li a, .topbar div > ul .dropdown-menu li a, .nav .dropdown-menu li a
1324
- color: #999
1325
- text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5)
1326
-
1327
- .topbar div > ul .menu-dropdown li a:hover, .nav .menu-dropdown li a:hover, .topbar div > ul .dropdown-menu li a:hover, .nav .dropdown-menu li a:hover
1328
- background-color: #191919
1329
- background-repeat: repeat-x
1330
- background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919))
1331
- background-image: -moz-linear-gradient(top, #292929, #191919)
1332
- background-image: -ms-linear-gradient(top, #292929, #191919)
1333
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919))
1334
- background-image: -webkit-linear-gradient(top, #292929, #191919)
1335
- background-image: -o-linear-gradient(top, #292929, #191919)
1336
- background-image: linear-gradient(top, #292929, #191919)
1337
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#191919', GradientType=0)
1338
- color: #ffffff
1339
-
1340
- .topbar div > ul .menu-dropdown .active a, .nav .menu-dropdown .active a, .topbar div > ul .dropdown-menu .active a, .nav .dropdown-menu .active a
1341
- color: #ffffff
1342
-
1343
- .topbar div > ul .menu-dropdown .divider, .nav .menu-dropdown .divider, .topbar div > ul .dropdown-menu .divider, .nav .dropdown-menu .divider
1344
- background-color: #222
1345
- border-color: #444
1346
-
1347
- .topbar ul
1348
- .menu-dropdown li a, .dropdown-menu li a
1349
- padding: 4px 15px
1350
-
1351
- li.menu, .dropdown
1352
- position: relative
1353
-
1354
- a.menu:after, .dropdown-toggle:after
1355
- width: 0
1356
- height: 0
1357
- display: inline-block
1358
- content: "↓"
1359
- text-indent: -99999px
1360
- vertical-align: top
1361
- margin-top: 8px
1362
- margin-left: 4px
1363
- border-left: 4px solid transparent
1364
- border-right: 4px solid transparent
1365
- border-top: 4px solid #ffffff
1366
- filter: alpha(opacity = 50)
1367
- -khtml-opacity: 0.5
1368
- -moz-opacity: 0.5
1369
- opacity: 0.5
1370
-
1371
- .menu-dropdown, .dropdown-menu
1372
- background-color: #ffffff
1373
- float: left
1374
- display: none
1375
- position: absolute
1376
- top: 40px
1377
- z-index: 900
1378
- min-width: 160px
1379
- max-width: 220px
1380
- _width: 160px
1381
- margin-left: 0
1382
- margin-right: 0
1383
- padding: 6px 0
1384
- zoom: 1
1385
- border-color: #999
1386
- border-color: rgba(0, 0, 0, 0.2)
1387
- border-style: solid
1388
- border-width: 0 1px 1px
1389
- -webkit-border-radius: 0 0 6px 6px
1390
- -moz-border-radius: 0 0 6px 6px
1391
- border-radius: 0 0 6px 6px
1392
- -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
1393
- -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
1394
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
1395
- -webkit-background-clip: padding-box
1396
- -moz-background-clip: padding-box
1397
- background-clip: padding-box
1398
-
1399
- .menu-dropdown li, .dropdown-menu li
1400
- float: none
1401
- display: block
1402
- background-color: none
1403
-
1404
- .menu-dropdown .divider, .dropdown-menu .divider
1405
- height: 1px
1406
- margin: 5px 0
1407
- overflow: hidden
1408
- background-color: #eee
1409
- border-bottom: 1px solid #ffffff
1410
-
1411
- .topbar .dropdown-menu a, .dropdown-menu a
1412
- display: block
1413
- padding: 4px 15px
1414
- clear: both
1415
- font-weight: normal
1416
- line-height: 18px
1417
- color: #808080
1418
- text-shadow: 0 1px 0 #ffffff
1419
-
1420
- .topbar .dropdown-menu a:hover, .dropdown-menu a:hover, .topbar .dropdown-menu a.hover, .dropdown-menu a.hover
1421
- background-color: #dddddd
1422
- background-repeat: repeat-x
1423
- background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd))
1424
- background-image: -moz-linear-gradient(top, #eeeeee, #dddddd)
1425
- background-image: -ms-linear-gradient(top, #eeeeee, #dddddd)
1426
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd))
1427
- background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd)
1428
- background-image: -o-linear-gradient(top, #eeeeee, #dddddd)
1429
- background-image: linear-gradient(top, #eeeeee, #dddddd)
1430
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0)
1431
- color: #404040
1432
- text-decoration: none
1433
- -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025)
1434
- -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025)
1435
- box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025)
1436
-
1437
- .open .menu, .dropdown.open .menu, .open .dropdown-toggle, .dropdown.open .dropdown-toggle
1438
- color: #ffffff
1439
- background: #ccc
1440
- background: rgba(0, 0, 0, 0.3)
1441
-
1442
- .open .menu-dropdown, .dropdown.open .menu-dropdown, .open .dropdown-menu, .dropdown.open .dropdown-menu
1443
- display: block
1444
-
1445
- .tabs, .pills
1446
- margin: 0 0 18px
1447
- padding: 0
1448
- list-style: none
1449
- zoom: 1
1450
-
1451
- .tabs:before, .pills:before, .tabs:after, .pills:after
1452
- display: table
1453
- content: ""
1454
- zoom: 1
1455
-
1456
- .tabs:after, .pills:after
1457
- clear: both
1458
-
1459
- .tabs > li, .pills > li
1460
- float: left
1461
-
1462
- .tabs > li > a, .pills > li > a
1463
- display: block
1464
-
1465
- .tabs
1466
- border-color: #ddd
1467
- border-style: solid
1468
- border-width: 0 0 1px
1469
- > li
1470
- position: relative
1471
- margin-bottom: -1px
1472
- > a
1473
- padding: 0 15px
1474
- margin-right: 2px
1475
- line-height: 34px
1476
- border: 1px solid transparent
1477
- -webkit-border-radius: 4px 4px 0 0
1478
- -moz-border-radius: 4px 4px 0 0
1479
- border-radius: 4px 4px 0 0
1480
- &:hover
1481
- text-decoration: none
1482
- background-color: #eee
1483
- border-color: #eee #eee #ddd
1484
- .active > a
1485
- color: #808080
1486
- background-color: #ffffff
1487
- border: 1px solid #ddd
1488
- border-bottom-color: transparent
1489
- cursor: default
1490
- &:hover
1491
- color: #808080
1492
- background-color: #ffffff
1493
- border: 1px solid #ddd
1494
- border-bottom-color: transparent
1495
- cursor: default
1496
- .menu-dropdown, .dropdown-menu
1497
- top: 35px
1498
- border-width: 1px
1499
- -webkit-border-radius: 0 6px 6px 6px
1500
- -moz-border-radius: 0 6px 6px 6px
1501
- border-radius: 0 6px 6px 6px
1502
- a.menu:after, .dropdown-toggle:after
1503
- border-top-color: #999
1504
- margin-top: 15px
1505
- margin-left: 5px
1506
- li.open.menu .menu, .open.dropdown .dropdown-toggle
1507
- border-color: #999
1508
- li.open a.menu:after, .dropdown.open .dropdown-toggle:after
1509
- border-top-color: #555
1510
-
1511
- .pills
1512
- a
1513
- margin: 5px 3px 5px 0
1514
- padding: 0 15px
1515
- line-height: 30px
1516
- text-shadow: 0 1px 1px #ffffff
1517
- -webkit-border-radius: 15px
1518
- -moz-border-radius: 15px
1519
- border-radius: 15px
1520
- &:hover
1521
- color: #ffffff
1522
- text-decoration: none
1523
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25)
1524
- background-color: #00438a
1525
- .active a
1526
- color: #ffffff
1527
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25)
1528
- background-color: #0069d6
1529
-
1530
- .pills-vertical > li
1531
- float: none
1532
-
1533
- .tab-content > .tab-pane, .pill-content > .pill-pane, .tab-content > div, .pill-content > div
1534
- display: none
1535
-
1536
- .tab-content > .active, .pill-content > .active
1537
- display: block
1538
-
1539
- .breadcrumb
1540
- padding: 7px 14px
1541
- margin: 0 0 18px
1542
- background-color: #f5f5f5
1543
- background-repeat: repeat-x
1544
- background-image: -khtml-gradient(linear, left top, left bottom, from(white), to(#f5f5f5))
1545
- background-image: -moz-linear-gradient(top, white, #f5f5f5)
1546
- background-image: -ms-linear-gradient(top, white, #f5f5f5)
1547
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f5f5f5))
1548
- background-image: -webkit-linear-gradient(top, white, #f5f5f5)
1549
- background-image: -o-linear-gradient(top, white, #f5f5f5)
1550
- background-image: linear-gradient(top, white, #f5f5f5)
1551
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0)
1552
- border: 1px solid #ddd
1553
- -webkit-border-radius: 3px
1554
- -moz-border-radius: 3px
1555
- border-radius: 3px
1556
- -webkit-box-shadow: inset 0 1px 0 #ffffff
1557
- -moz-box-shadow: inset 0 1px 0 #ffffff
1558
- box-shadow: inset 0 1px 0 #ffffff
1559
- li
1560
- display: inline
1561
- text-shadow: 0 1px 0 #ffffff
1562
- .divider
1563
- padding: 0 5px
1564
- color: #bfbfbf
1565
- .active a
1566
- color: #404040
1567
-
1568
- .hero-unit
1569
- background-color: #f5f5f5
1570
- margin-bottom: 30px
1571
- padding: 60px
1572
- -webkit-border-radius: 6px
1573
- -moz-border-radius: 6px
1574
- border-radius: 6px
1575
- h1
1576
- margin-bottom: 0
1577
- font-size: 60px
1578
- line-height: 1
1579
- letter-spacing: -1px
1580
- p
1581
- font-size: 18px
1582
- font-weight: 200
1583
- line-height: 27px
1584
-
1585
- footer
1586
- margin-top: 17px
1587
- padding-top: 17px
1588
- border-top: 1px solid #eee
1589
-
1590
- .page-header
1591
- margin-bottom: 17px
1592
- border-bottom: 1px solid #ddd
1593
- -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
1594
- -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
1595
- box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
1596
- h1
1597
- margin-bottom: 8px
1598
-
1599
- .btn.danger, .alert-message.danger, .btn.danger:hover, .alert-message.danger:hover, .btn.error, .alert-message.error, .btn.error:hover, .alert-message.error:hover, .btn.success, .alert-message.success, .btn.success:hover, .alert-message.success:hover, .btn.info, .alert-message.info, .btn.info:hover, .alert-message.info:hover
1600
- color: #ffffff
1601
-
1602
- .btn .close, .alert-message .close
1603
- font-family: Arial, sans-serif
1604
- line-height: 18px
1605
-
1606
- .btn.danger, .alert-message.danger, .btn.error, .alert-message.error
1607
- background-color: #c43c35
1608
- background-repeat: repeat-x
1609
- background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35))
1610
- background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35)
1611
- background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35)
1612
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35))
1613
- background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35)
1614
- background-image: -o-linear-gradient(top, #ee5f5b, #c43c35)
1615
- background-image: linear-gradient(top, #ee5f5b, #c43c35)
1616
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0)
1617
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
1618
- border-color: #c43c35 #c43c35 #882a25
1619
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
1620
-
1621
- .btn.success, .alert-message.success
1622
- background-color: #57a957
1623
- background-repeat: repeat-x
1624
- background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957))
1625
- background-image: -moz-linear-gradient(top, #62c462, #57a957)
1626
- background-image: -ms-linear-gradient(top, #62c462, #57a957)
1627
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957))
1628
- background-image: -webkit-linear-gradient(top, #62c462, #57a957)
1629
- background-image: -o-linear-gradient(top, #62c462, #57a957)
1630
- background-image: linear-gradient(top, #62c462, #57a957)
1631
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0)
1632
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
1633
- border-color: #57a957 #57a957 #3d773d
1634
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
1635
-
1636
- .btn.info, .alert-message.info
1637
- background-color: #339bb9
1638
- background-repeat: repeat-x
1639
- background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9))
1640
- background-image: -moz-linear-gradient(top, #5bc0de, #339bb9)
1641
- background-image: -ms-linear-gradient(top, #5bc0de, #339bb9)
1642
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9))
1643
- background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9)
1644
- background-image: -o-linear-gradient(top, #5bc0de, #339bb9)
1645
- background-image: linear-gradient(top, #5bc0de, #339bb9)
1646
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0)
1647
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
1648
- border-color: #339bb9 #339bb9 #22697d
1649
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
1650
-
1651
- .btn
1652
- cursor: pointer
1653
- display: inline-block
1654
- background-color: #e6e6e6
1655
- background-repeat: no-repeat
1656
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), color-stop(25%, white), to(#e6e6e6))
1657
- background-image: -webkit-linear-gradient(white, white 25%, #e6e6e6)
1658
- background-image: -moz-linear-gradient(top, white, white 25%, #e6e6e6)
1659
- background-image: -ms-linear-gradient(white, white 25%, #e6e6e6)
1660
- background-image: -o-linear-gradient(white, white 25%, #e6e6e6)
1661
- background-image: linear-gradient(white, white 25%, #e6e6e6)
1662
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0)
1663
- padding: 5px 14px 6px
1664
- text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75)
1665
- color: #333
1666
- font-size: 13px
1667
- line-height: normal
1668
- border: 1px solid #ccc
1669
- border-bottom-color: #bbb
1670
- -webkit-border-radius: 4px
1671
- -moz-border-radius: 4px
1672
- border-radius: 4px
1673
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
1674
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
1675
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
1676
- -webkit-transition: 0.1s linear all
1677
- -moz-transition: 0.1s linear all
1678
- -ms-transition: 0.1s linear all
1679
- -o-transition: 0.1s linear all
1680
- transition: 0.1s linear all
1681
- &:hover
1682
- background-position: 0 -15px
1683
- color: #333
1684
- text-decoration: none
1685
- &:focus
1686
- outline: 1px dotted #666
1687
- &.primary
1688
- color: #ffffff
1689
- background-color: #0064cd
1690
- background-repeat: repeat-x
1691
- background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd))
1692
- background-image: -moz-linear-gradient(top, #049cdb, #0064cd)
1693
- background-image: -ms-linear-gradient(top, #049cdb, #0064cd)
1694
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd))
1695
- background-image: -webkit-linear-gradient(top, #049cdb, #0064cd)
1696
- background-image: -o-linear-gradient(top, #049cdb, #0064cd)
1697
- background-image: linear-gradient(top, #049cdb, #0064cd)
1698
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0)
1699
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
1700
- border-color: #0064cd #0064cd #003f81
1701
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
1702
- &.active, &:active
1703
- -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05)
1704
- -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05)
1705
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05)
1706
- &.disabled
1707
- cursor: default
1708
- background-image: none
1709
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
1710
- filter: alpha(opacity = 65)
1711
- -khtml-opacity: 0.65
1712
- -moz-opacity: 0.65
1713
- opacity: 0.65
1714
- -webkit-box-shadow: none
1715
- -moz-box-shadow: none
1716
- box-shadow: none
1717
- &[disabled]
1718
- cursor: default
1719
- background-image: none
1720
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
1721
- filter: alpha(opacity = 65)
1722
- -khtml-opacity: 0.65
1723
- -moz-opacity: 0.65
1724
- opacity: 0.65
1725
- -webkit-box-shadow: none
1726
- -moz-box-shadow: none
1727
- box-shadow: none
1728
- &.large
1729
- font-size: 15px
1730
- line-height: normal
1731
- padding: 9px 14px 9px
1732
- -webkit-border-radius: 6px
1733
- -moz-border-radius: 6px
1734
- border-radius: 6px
1735
- &.small
1736
- padding: 7px 9px 7px
1737
- font-size: 11px
1738
-
1739
- \:root
1740
- .alert-message, .btn
1741
- border-radius: 0 \0
1742
-
1743
- button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner
1744
- padding: 0
1745
- border: 0
1746
-
1747
- .close
1748
- float: right
1749
- color: #000000
1750
- font-size: 20px
1751
- font-weight: bold
1752
- line-height: 13.5px
1753
- text-shadow: 0 1px 0 #ffffff
1754
- filter: alpha(opacity = 25)
1755
- -khtml-opacity: 0.25
1756
- -moz-opacity: 0.25
1757
- opacity: 0.25
1758
- &:hover
1759
- color: #000000
1760
- text-decoration: none
1761
- filter: alpha(opacity = 40)
1762
- -khtml-opacity: 0.4
1763
- -moz-opacity: 0.4
1764
- opacity: 0.4
1765
-
1766
- .alert-message
1767
- position: relative
1768
- padding: 7px 15px
1769
- margin-bottom: 18px
1770
- color: #404040
1771
- background-color: #eedc94
1772
- background-repeat: repeat-x
1773
- background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94))
1774
- background-image: -moz-linear-gradient(top, #fceec1, #eedc94)
1775
- background-image: -ms-linear-gradient(top, #fceec1, #eedc94)
1776
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94))
1777
- background-image: -webkit-linear-gradient(top, #fceec1, #eedc94)
1778
- background-image: -o-linear-gradient(top, #fceec1, #eedc94)
1779
- background-image: linear-gradient(top, #fceec1, #eedc94)
1780
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0)
1781
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
1782
- border-color: #eedc94 #eedc94 #e4c652
1783
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
1784
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
1785
- border-width: 1px
1786
- border-style: solid
1787
- -webkit-border-radius: 4px
1788
- -moz-border-radius: 4px
1789
- border-radius: 4px
1790
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25)
1791
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25)
1792
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25)
1793
- .close
1794
- margin-top: 1px
1795
- *margin-top: 0
1796
- a
1797
- font-weight: bold
1798
- color: #404040
1799
- &.danger p a, &.error p a, &.success p a, &.info p a
1800
- color: #ffffff
1801
- h5
1802
- line-height: 18px
1803
- p
1804
- margin-bottom: 0
1805
- div
1806
- margin-top: 5px
1807
- margin-bottom: 2px
1808
- line-height: 28px
1809
- .btn
1810
- -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25)
1811
- -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25)
1812
- box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25)
1813
- &.block-message
1814
- background-image: none
1815
- background-color: #fdf5d9
1816
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
1817
- padding: 14px
1818
- border-color: #fceec1
1819
- -webkit-box-shadow: none
1820
- -moz-box-shadow: none
1821
- box-shadow: none
1822
- ul, p
1823
- margin-right: 30px
1824
- ul
1825
- margin-bottom: 0
1826
- li
1827
- color: #404040
1828
- .alert-actions
1829
- margin-top: 5px
1830
- &.error, &.success, &.info
1831
- color: #404040
1832
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
1833
- &.error
1834
- background-color: #fddfde
1835
- border-color: #fbc7c6
1836
- &.success
1837
- background-color: #d1eed1
1838
- border-color: #bfe7bf
1839
- &.info
1840
- background-color: #ddf4fb
1841
- border-color: #c6edf9
1842
- &.danger p a, &.error p a, &.success p a, &.info p a
1843
- color: #404040
1844
-
1845
- .pagination
1846
- height: 36px
1847
- margin: 18px 0
1848
- ul
1849
- float: left
1850
- margin: 0
1851
- border: 1px solid #ddd
1852
- border: 1px solid rgba(0, 0, 0, 0.15)
1853
- -webkit-border-radius: 3px
1854
- -moz-border-radius: 3px
1855
- border-radius: 3px
1856
- -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
1857
- -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
1858
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
1859
- li
1860
- display: inline
1861
- a
1862
- float: left
1863
- padding: 0 14px
1864
- line-height: 34px
1865
- border-right: 1px solid
1866
- border-right-color: #ddd
1867
- border-right-color: rgba(0, 0, 0, 0.15)
1868
- *border-right-color: #ddd
1869
- /* IE6-7
1870
- text-decoration: none
1871
- &:hover
1872
- background-color: #c7eefe
1873
- .active a
1874
- background-color: #c7eefe
1875
- .disabled a
1876
- background-color: transparent
1877
- color: #bfbfbf
1878
- &:hover
1879
- background-color: transparent
1880
- color: #bfbfbf
1881
- .next a
1882
- border: 0
1883
-
1884
- .well
1885
- background-color: #f5f5f5
1886
- margin-bottom: 20px
1887
- padding: 19px
1888
- min-height: 20px
1889
- border: 1px solid #eee
1890
- border: 1px solid rgba(0, 0, 0, 0.05)
1891
- -webkit-border-radius: 4px
1892
- -moz-border-radius: 4px
1893
- border-radius: 4px
1894
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
1895
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
1896
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
1897
- blockquote
1898
- border-color: #ddd
1899
- border-color: rgba(0, 0, 0, 0.15)
1900
-
1901
- .modal-backdrop
1902
- background-color: #000000
1903
- position: fixed
1904
- top: 0
1905
- left: 0
1906
- right: 0
1907
- bottom: 0
1908
- z-index: 10000
1909
- &.fade
1910
- opacity: 0
1911
- &.in
1912
- filter: alpha(opacity = 80)
1913
- -khtml-opacity: 0.8
1914
- -moz-opacity: 0.8
1915
- opacity: 0.8
1916
- filter: alpha(opacity = 80)
1917
- -khtml-opacity: 0.8
1918
- -moz-opacity: 0.8
1919
- opacity: 0.8
1920
-
1921
- .modal
1922
- position: fixed
1923
- top: 50%
1924
- left: 50%
1925
- z-index: 11000
1926
- width: 560px
1927
- margin: -250px 0 0 -280px
1928
- background-color: #ffffff
1929
- border: 1px solid #999
1930
- border: 1px solid rgba(0, 0, 0, 0.3)
1931
- *border: 1px solid #999
1932
- /* IE6-7
1933
- -webkit-border-radius: 6px
1934
- -moz-border-radius: 6px
1935
- border-radius: 6px
1936
- -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3)
1937
- -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3)
1938
- box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3)
1939
- -webkit-background-clip: padding-box
1940
- -moz-background-clip: padding-box
1941
- background-clip: padding-box
1942
- .close
1943
- margin-top: 7px
1944
- &.fade
1945
- -webkit-transition: opacity .3s linear, top .3s ease-out
1946
- -moz-transition: opacity .3s linear, top .3s ease-out
1947
- -ms-transition: opacity .3s linear, top .3s ease-out
1948
- -o-transition: opacity .3s linear, top .3s ease-out
1949
- transition: opacity .3s linear, top .3s ease-out
1950
- top: -25%
1951
- &.in
1952
- top: 50%
1953
-
1954
- .modal-header
1955
- border-bottom: 1px solid #eee
1956
- padding: 5px 15px
1957
-
1958
- .modal-body
1959
- padding: 15px
1960
- form
1961
- margin-bottom: 0
1962
-
1963
- .modal-footer
1964
- background-color: #f5f5f5
1965
- padding: 14px 15px 15px
1966
- border-top: 1px solid #ddd
1967
- -webkit-border-radius: 0 0 6px 6px
1968
- -moz-border-radius: 0 0 6px 6px
1969
- border-radius: 0 0 6px 6px
1970
- -webkit-box-shadow: inset 0 1px 0 #ffffff
1971
- -moz-box-shadow: inset 0 1px 0 #ffffff
1972
- box-shadow: inset 0 1px 0 #ffffff
1973
- zoom: 1
1974
- margin-bottom: 0
1975
- &:before
1976
- display: table
1977
- content: ""
1978
- zoom: 1
1979
- &:after
1980
- display: table
1981
- content: ""
1982
- zoom: 1
1983
- clear: both
1984
- .btn
1985
- float: right
1986
- margin-left: 5px
1987
-
1988
- .modal
1989
- .popover, .twipsy
1990
- z-index: 12000
1991
-
1992
- .twipsy
1993
- display: block
1994
- position: absolute
1995
- visibility: visible
1996
- padding: 5px
1997
- font-size: 11px
1998
- z-index: 1000
1999
- filter: alpha(opacity = 80)
2000
- -khtml-opacity: 0.8
2001
- -moz-opacity: 0.8
2002
- opacity: 0.8
2003
- &.fade.in
2004
- filter: alpha(opacity = 80)
2005
- -khtml-opacity: 0.8
2006
- -moz-opacity: 0.8
2007
- opacity: 0.8
2008
- &.above .twipsy-arrow
2009
- bottom: 0
2010
- left: 50%
2011
- margin-left: -5px
2012
- border-left: 5px solid transparent
2013
- border-right: 5px solid transparent
2014
- border-top: 5px solid #000000
2015
- &.left .twipsy-arrow
2016
- top: 50%
2017
- right: 0
2018
- margin-top: -5px
2019
- border-top: 5px solid transparent
2020
- border-bottom: 5px solid transparent
2021
- border-left: 5px solid #000000
2022
- &.below .twipsy-arrow
2023
- top: 0
2024
- left: 50%
2025
- margin-left: -5px
2026
- border-left: 5px solid transparent
2027
- border-right: 5px solid transparent
2028
- border-bottom: 5px solid #000000
2029
- &.right .twipsy-arrow
2030
- top: 50%
2031
- left: 0
2032
- margin-top: -5px
2033
- border-top: 5px solid transparent
2034
- border-bottom: 5px solid transparent
2035
- border-right: 5px solid #000000
2036
-
2037
- .twipsy-inner
2038
- padding: 3px 8px
2039
- background-color: #000000
2040
- color: white
2041
- text-align: center
2042
- max-width: 200px
2043
- text-decoration: none
2044
- -webkit-border-radius: 4px
2045
- -moz-border-radius: 4px
2046
- border-radius: 4px
2047
-
2048
- .twipsy-arrow
2049
- position: absolute
2050
- width: 0
2051
- height: 0
2052
-
2053
- .popover
2054
- position: absolute
2055
- top: 0
2056
- left: 0
2057
- z-index: 1000
2058
- padding: 5px
2059
- display: none
2060
- &.above .arrow
2061
- bottom: 0
2062
- left: 50%
2063
- margin-left: -5px
2064
- border-left: 5px solid transparent
2065
- border-right: 5px solid transparent
2066
- border-top: 5px solid #000000
2067
- &.right .arrow
2068
- top: 50%
2069
- left: 0
2070
- margin-top: -5px
2071
- border-top: 5px solid transparent
2072
- border-bottom: 5px solid transparent
2073
- border-right: 5px solid #000000
2074
- &.below .arrow
2075
- top: 0
2076
- left: 50%
2077
- margin-left: -5px
2078
- border-left: 5px solid transparent
2079
- border-right: 5px solid transparent
2080
- border-bottom: 5px solid #000000
2081
- &.left .arrow
2082
- top: 50%
2083
- right: 0
2084
- margin-top: -5px
2085
- border-top: 5px solid transparent
2086
- border-bottom: 5px solid transparent
2087
- border-left: 5px solid #000000
2088
- .arrow
2089
- position: absolute
2090
- width: 0
2091
- height: 0
2092
- .inner
2093
- background: #000000
2094
- background: rgba(0, 0, 0, 0.8)
2095
- padding: 3px
2096
- overflow: hidden
2097
- width: 280px
2098
- -webkit-border-radius: 6px
2099
- -moz-border-radius: 6px
2100
- border-radius: 6px
2101
- -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3)
2102
- -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3)
2103
- box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3)
2104
- .title
2105
- background-color: #f5f5f5
2106
- padding: 9px 15px
2107
- line-height: 1
2108
- -webkit-border-radius: 3px 3px 0 0
2109
- -moz-border-radius: 3px 3px 0 0
2110
- border-radius: 3px 3px 0 0
2111
- border-bottom: 1px solid #eee
2112
- .content
2113
- background-color: #ffffff
2114
- padding: 14px
2115
- -webkit-border-radius: 0 0 3px 3px
2116
- -moz-border-radius: 0 0 3px 3px
2117
- border-radius: 0 0 3px 3px
2118
- -webkit-background-clip: padding-box
2119
- -moz-background-clip: padding-box
2120
- background-clip: padding-box
2121
- p, ul, ol
2122
- margin-bottom: 0
2123
-
2124
- .fade
2125
- -webkit-transition: opacity 0.15s linear
2126
- -moz-transition: opacity 0.15s linear
2127
- -ms-transition: opacity 0.15s linear
2128
- -o-transition: opacity 0.15s linear
2129
- transition: opacity 0.15s linear
2130
- opacity: 0
2131
- &.in
2132
- opacity: 1
2133
-
2134
- .label
2135
- padding: 1px 3px 2px
2136
- font-size: 9.75px
2137
- font-weight: bold
2138
- color: #ffffff
2139
- text-transform: uppercase
2140
- white-space: nowrap
2141
- background-color: #bfbfbf
2142
- -webkit-border-radius: 3px
2143
- -moz-border-radius: 3px
2144
- border-radius: 3px
2145
- &.important
2146
- background-color: #c43c35
2147
- &.warning
2148
- background-color: #f89406
2149
- &.success
2150
- background-color: #46a546
2151
- &.notice
2152
- background-color: #62cffc
2153
-
2154
- .media-grid
2155
- margin-left: -20px
2156
- margin-bottom: 0
2157
- zoom: 1
2158
- &:before
2159
- display: table
2160
- content: ""
2161
- zoom: 1
2162
- &:after
2163
- display: table
2164
- content: ""
2165
- zoom: 1
2166
- clear: both
2167
- li
2168
- display: inline
2169
- a
2170
- float: left
2171
- padding: 4px
2172
- margin: 0 0 18px 20px
2173
- border: 1px solid #ddd
2174
- -webkit-border-radius: 4px
2175
- -moz-border-radius: 4px
2176
- border-radius: 4px
2177
- -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075)
2178
- -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075)
2179
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075)
2180
- img
2181
- display: block
2182
- &:hover
2183
- border-color: #0069d6
2184
- -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25)
2185
- -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25)
2186
- box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25)