http_log 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,1409 +0,0 @@
1
- /*!
2
- * Bootstrap v2.0.2
3
- *
4
- * Copyright 2012 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
- */
10
- .clearfix {
11
- *zoom: 1;
12
- }
13
- .clearfix:before,
14
- .clearfix:after {
15
- display: table;
16
- content: "";
17
- }
18
- .clearfix:after {
19
- clear: both;
20
- }
21
- .hide-text {
22
- overflow: hidden;
23
- text-indent: 100%;
24
- white-space: nowrap;
25
- }
26
- .input-block-level {
27
- display: block;
28
- width: 100%;
29
- min-height: 28px;
30
- /* Make inputs at least the height of their button counterpart */
31
-
32
- /* Makes inputs behave like true block-level elements */
33
-
34
- -webkit-box-sizing: border-box;
35
- -moz-box-sizing: border-box;
36
- -ms-box-sizing: border-box;
37
- box-sizing: border-box;
38
- }
39
- article,
40
- aside,
41
- details,
42
- figcaption,
43
- figure,
44
- footer,
45
- header,
46
- hgroup,
47
- nav,
48
- section {
49
- display: block;
50
- }
51
- audio,
52
- canvas,
53
- video {
54
- display: inline-block;
55
- *display: inline;
56
- *zoom: 1;
57
- }
58
- audio:not([controls]) {
59
- display: none;
60
- }
61
- html {
62
- font-size: 100%;
63
- -webkit-text-size-adjust: 100%;
64
- -ms-text-size-adjust: 100%;
65
- }
66
- a:focus {
67
- outline: thin dotted #333;
68
- outline: 5px auto -webkit-focus-ring-color;
69
- outline-offset: -2px;
70
- }
71
- a:hover,
72
- a:active {
73
- outline: 0;
74
- }
75
- sub,
76
- sup {
77
- position: relative;
78
- font-size: 75%;
79
- line-height: 0;
80
- vertical-align: baseline;
81
- }
82
- sup {
83
- top: -0.5em;
84
- }
85
- sub {
86
- bottom: -0.25em;
87
- }
88
- img {
89
- height: auto;
90
- border: 0;
91
- -ms-interpolation-mode: bicubic;
92
- vertical-align: middle;
93
- }
94
- button,
95
- input,
96
- select,
97
- textarea {
98
- margin: 0;
99
- font-size: 100%;
100
- vertical-align: middle;
101
- }
102
- button,
103
- input {
104
- *overflow: visible;
105
- line-height: normal;
106
- }
107
- button::-moz-focus-inner,
108
- input::-moz-focus-inner {
109
- padding: 0;
110
- border: 0;
111
- }
112
- button,
113
- input[type="button"],
114
- input[type="reset"],
115
- input[type="submit"] {
116
- cursor: pointer;
117
- -webkit-appearance: button;
118
- }
119
- input[type="search"] {
120
- -webkit-appearance: textfield;
121
- -webkit-box-sizing: content-box;
122
- -moz-box-sizing: content-box;
123
- box-sizing: content-box;
124
- }
125
- input[type="search"]::-webkit-search-decoration,
126
- input[type="search"]::-webkit-search-cancel-button {
127
- -webkit-appearance: none;
128
- }
129
- textarea {
130
- overflow: auto;
131
- vertical-align: top;
132
- }
133
- body {
134
- margin: 0;
135
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
136
- font-size: 13px;
137
- line-height: 18px;
138
- color: #333333;
139
- background-color: #ffffff;
140
- }
141
- a {
142
- color: #0088cc;
143
- text-decoration: none;
144
- }
145
- a:hover {
146
- color: #005580;
147
- text-decoration: underline;
148
- }
149
- .row {
150
- margin-left: -20px;
151
- *zoom: 1;
152
- }
153
- .row:before,
154
- .row:after {
155
- display: table;
156
- content: "";
157
- }
158
- .row:after {
159
- clear: both;
160
- }
161
- [class*="span"] {
162
- float: left;
163
- margin-left: 20px;
164
- }
165
- .container,
166
- .navbar-fixed-top .container,
167
- .navbar-fixed-bottom .container {
168
- width: 940px;
169
- }
170
- .span12 {
171
- width: 940px;
172
- }
173
- .span11 {
174
- width: 860px;
175
- }
176
- .span10 {
177
- width: 780px;
178
- }
179
- .span9 {
180
- width: 700px;
181
- }
182
- .span8 {
183
- width: 620px;
184
- }
185
- .span7 {
186
- width: 540px;
187
- }
188
- .span6 {
189
- width: 460px;
190
- }
191
- .span5 {
192
- width: 380px;
193
- }
194
- .span4 {
195
- width: 300px;
196
- }
197
- .span3 {
198
- width: 220px;
199
- }
200
- .span2 {
201
- width: 140px;
202
- }
203
- .span1 {
204
- width: 60px;
205
- }
206
- .offset12 {
207
- margin-left: 980px;
208
- }
209
- .offset11 {
210
- margin-left: 900px;
211
- }
212
- .offset10 {
213
- margin-left: 820px;
214
- }
215
- .offset9 {
216
- margin-left: 740px;
217
- }
218
- .offset8 {
219
- margin-left: 660px;
220
- }
221
- .offset7 {
222
- margin-left: 580px;
223
- }
224
- .offset6 {
225
- margin-left: 500px;
226
- }
227
- .offset5 {
228
- margin-left: 420px;
229
- }
230
- .offset4 {
231
- margin-left: 340px;
232
- }
233
- .offset3 {
234
- margin-left: 260px;
235
- }
236
- .offset2 {
237
- margin-left: 180px;
238
- }
239
- .offset1 {
240
- margin-left: 100px;
241
- }
242
- .row-fluid {
243
- width: 100%;
244
- *zoom: 1;
245
- }
246
- .row-fluid:before,
247
- .row-fluid:after {
248
- display: table;
249
- content: "";
250
- }
251
- .row-fluid:after {
252
- clear: both;
253
- }
254
- .row-fluid > [class*="span"] {
255
- float: left;
256
- margin-left: 2.127659574%;
257
- }
258
- .row-fluid > [class*="span"]:first-child {
259
- margin-left: 0;
260
- }
261
- .row-fluid > .span12 {
262
- width: 99.99999998999999%;
263
- }
264
- .row-fluid > .span11 {
265
- width: 91.489361693%;
266
- }
267
- .row-fluid > .span10 {
268
- width: 82.97872339599999%;
269
- }
270
- .row-fluid > .span9 {
271
- width: 74.468085099%;
272
- }
273
- .row-fluid > .span8 {
274
- width: 65.95744680199999%;
275
- }
276
- .row-fluid > .span7 {
277
- width: 57.446808505%;
278
- }
279
- .row-fluid > .span6 {
280
- width: 48.93617020799999%;
281
- }
282
- .row-fluid > .span5 {
283
- width: 40.425531911%;
284
- }
285
- .row-fluid > .span4 {
286
- width: 31.914893614%;
287
- }
288
- .row-fluid > .span3 {
289
- width: 23.404255317%;
290
- }
291
- .row-fluid > .span2 {
292
- width: 14.89361702%;
293
- }
294
- .row-fluid > .span1 {
295
- width: 6.382978723%;
296
- }
297
- .container {
298
- margin-left: auto;
299
- margin-right: auto;
300
- *zoom: 1;
301
- }
302
- .container:before,
303
- .container:after {
304
- display: table;
305
- content: "";
306
- }
307
- .container:after {
308
- clear: both;
309
- }
310
- .container-fluid {
311
- padding-left: 20px;
312
- padding-right: 20px;
313
- *zoom: 1;
314
- }
315
- .container-fluid:before,
316
- .container-fluid:after {
317
- display: table;
318
- content: "";
319
- }
320
- .container-fluid:after {
321
- clear: both;
322
- }
323
- p {
324
- margin: 0 0 9px;
325
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
326
- font-size: 13px;
327
- line-height: 18px;
328
- }
329
- p small {
330
- font-size: 11px;
331
- color: #999999;
332
- }
333
- .lead {
334
- margin-bottom: 18px;
335
- font-size: 20px;
336
- font-weight: 200;
337
- line-height: 27px;
338
- }
339
- h1,
340
- h2,
341
- h3,
342
- h4,
343
- h5,
344
- h6 {
345
- margin: 0;
346
- font-family: inherit;
347
- font-weight: bold;
348
- color: inherit;
349
- text-rendering: optimizelegibility;
350
- }
351
- h1 small,
352
- h2 small,
353
- h3 small,
354
- h4 small,
355
- h5 small,
356
- h6 small {
357
- font-weight: normal;
358
- color: #999999;
359
- }
360
- h1 {
361
- font-size: 30px;
362
- line-height: 36px;
363
- }
364
- h1 small {
365
- font-size: 18px;
366
- }
367
- h2 {
368
- font-size: 24px;
369
- line-height: 36px;
370
- }
371
- h2 small {
372
- font-size: 18px;
373
- }
374
- h3 {
375
- line-height: 27px;
376
- font-size: 18px;
377
- }
378
- h3 small {
379
- font-size: 14px;
380
- }
381
- h4,
382
- h5,
383
- h6 {
384
- line-height: 18px;
385
- }
386
- h4 {
387
- font-size: 14px;
388
- }
389
- h4 small {
390
- font-size: 12px;
391
- }
392
- h5 {
393
- font-size: 12px;
394
- }
395
- h6 {
396
- font-size: 11px;
397
- color: #999999;
398
- text-transform: uppercase;
399
- }
400
- .page-header {
401
- padding-bottom: 17px;
402
- margin: 18px 0;
403
- border-bottom: 1px solid #eeeeee;
404
- }
405
- .page-header h1 {
406
- line-height: 1;
407
- }
408
- ul,
409
- ol {
410
- padding: 0;
411
- margin: 0 0 9px 25px;
412
- }
413
- ul ul,
414
- ul ol,
415
- ol ol,
416
- ol ul {
417
- margin-bottom: 0;
418
- }
419
- ul {
420
- list-style: disc;
421
- }
422
- ol {
423
- list-style: decimal;
424
- }
425
- li {
426
- line-height: 18px;
427
- }
428
- ul.unstyled,
429
- ol.unstyled {
430
- margin-left: 0;
431
- list-style: none;
432
- }
433
- dl {
434
- margin-bottom: 18px;
435
- }
436
- dt,
437
- dd {
438
- line-height: 18px;
439
- }
440
- dt {
441
- font-weight: bold;
442
- line-height: 17px;
443
- }
444
- dd {
445
- margin-left: 9px;
446
- }
447
- .dl-horizontal dt {
448
- float: left;
449
- clear: left;
450
- width: 120px;
451
- text-align: right;
452
- }
453
- .dl-horizontal dd {
454
- margin-left: 130px;
455
- }
456
- hr {
457
- margin: 18px 0;
458
- border: 0;
459
- border-top: 1px solid #eeeeee;
460
- border-bottom: 1px solid #ffffff;
461
- }
462
- strong {
463
- font-weight: bold;
464
- }
465
- em {
466
- font-style: italic;
467
- }
468
- .muted {
469
- color: #999999;
470
- }
471
- abbr[title] {
472
- border-bottom: 1px dotted #ddd;
473
- cursor: help;
474
- }
475
- abbr.initialism {
476
- font-size: 90%;
477
- text-transform: uppercase;
478
- }
479
- blockquote {
480
- padding: 0 0 0 15px;
481
- margin: 0 0 18px;
482
- border-left: 5px solid #eeeeee;
483
- }
484
- blockquote p {
485
- margin-bottom: 0;
486
- font-size: 16px;
487
- font-weight: 300;
488
- line-height: 22.5px;
489
- }
490
- blockquote small {
491
- display: block;
492
- line-height: 18px;
493
- color: #999999;
494
- }
495
- blockquote small:before {
496
- content: '\2014 \00A0';
497
- }
498
- blockquote.pull-right {
499
- float: right;
500
- padding-left: 0;
501
- padding-right: 15px;
502
- border-left: 0;
503
- border-right: 5px solid #eeeeee;
504
- }
505
- blockquote.pull-right p,
506
- blockquote.pull-right small {
507
- text-align: right;
508
- }
509
- q:before,
510
- q:after,
511
- blockquote:before,
512
- blockquote:after {
513
- content: "";
514
- }
515
- address {
516
- display: block;
517
- margin-bottom: 18px;
518
- line-height: 18px;
519
- font-style: normal;
520
- }
521
- small {
522
- font-size: 100%;
523
- }
524
- cite {
525
- font-style: normal;
526
- }
527
- code,
528
- pre {
529
- padding: 0 3px 2px;
530
- font-family: Menlo, Monaco, "Courier New", monospace;
531
- font-size: 12px;
532
- color: #333333;
533
- -webkit-border-radius: 3px;
534
- -moz-border-radius: 3px;
535
- border-radius: 3px;
536
- }
537
- code {
538
- padding: 2px 4px;
539
- color: #d14;
540
- background-color: #f7f7f9;
541
- border: 1px solid #e1e1e8;
542
- }
543
- pre {
544
- display: block;
545
- padding: 8.5px;
546
- margin: 0 0 9px;
547
- font-size: 12.025px;
548
- line-height: 18px;
549
- background-color: #f5f5f5;
550
- border: 1px solid #ccc;
551
- border: 1px solid rgba(0, 0, 0, 0.15);
552
- -webkit-border-radius: 4px;
553
- -moz-border-radius: 4px;
554
- border-radius: 4px;
555
- white-space: pre;
556
- white-space: pre-wrap;
557
- word-break: break-all;
558
- word-wrap: break-word;
559
- }
560
- pre.prettyprint {
561
- margin-bottom: 18px;
562
- }
563
- pre code {
564
- padding: 0;
565
- color: inherit;
566
- background-color: transparent;
567
- border: 0;
568
- }
569
- .pre-scrollable {
570
- max-height: 340px;
571
- overflow-y: scroll;
572
- }
573
- table {
574
- max-width: 100%;
575
- border-collapse: collapse;
576
- border-spacing: 0;
577
- background-color: transparent;
578
- }
579
- .table {
580
- width: 100%;
581
- margin-bottom: 18px;
582
- }
583
- .table th,
584
- .table td {
585
- padding: 8px;
586
- line-height: 18px;
587
- text-align: left;
588
- vertical-align: top;
589
- border-top: 1px solid #dddddd;
590
- }
591
- .table th {
592
- font-weight: bold;
593
- }
594
- .table thead th {
595
- vertical-align: bottom;
596
- }
597
- .table colgroup + thead tr:first-child th,
598
- .table colgroup + thead tr:first-child td,
599
- .table thead:first-child tr:first-child th,
600
- .table thead:first-child tr:first-child td {
601
- border-top: 0;
602
- }
603
- .table tbody + tbody {
604
- border-top: 2px solid #dddddd;
605
- }
606
- .table-condensed th,
607
- .table-condensed td {
608
- padding: 4px 5px;
609
- }
610
- .table-bordered {
611
- border: 1px solid #dddddd;
612
- border-left: 0;
613
- border-collapse: separate;
614
- *border-collapse: collapsed;
615
- -webkit-border-radius: 4px;
616
- -moz-border-radius: 4px;
617
- border-radius: 4px;
618
- }
619
- .table-bordered th,
620
- .table-bordered td {
621
- border-left: 1px solid #dddddd;
622
- }
623
- .table-bordered thead:first-child tr:first-child th,
624
- .table-bordered tbody:first-child tr:first-child th,
625
- .table-bordered tbody:first-child tr:first-child td {
626
- border-top: 0;
627
- }
628
- .table-bordered thead:first-child tr:first-child th:first-child,
629
- .table-bordered tbody:first-child tr:first-child td:first-child {
630
- -webkit-border-radius: 4px 0 0 0;
631
- -moz-border-radius: 4px 0 0 0;
632
- border-radius: 4px 0 0 0;
633
- }
634
- .table-bordered thead:first-child tr:first-child th:last-child,
635
- .table-bordered tbody:first-child tr:first-child td:last-child {
636
- -webkit-border-radius: 0 4px 0 0;
637
- -moz-border-radius: 0 4px 0 0;
638
- border-radius: 0 4px 0 0;
639
- }
640
- .table-bordered thead:last-child tr:last-child th:first-child,
641
- .table-bordered tbody:last-child tr:last-child td:first-child {
642
- -webkit-border-radius: 0 0 0 4px;
643
- -moz-border-radius: 0 0 0 4px;
644
- border-radius: 0 0 0 4px;
645
- }
646
- .table-bordered thead:last-child tr:last-child th:last-child,
647
- .table-bordered tbody:last-child tr:last-child td:last-child {
648
- -webkit-border-radius: 0 0 4px 0;
649
- -moz-border-radius: 0 0 4px 0;
650
- border-radius: 0 0 4px 0;
651
- }
652
- .table-striped tbody tr:nth-child(odd) td,
653
- .table-striped tbody tr:nth-child(odd) th {
654
- background-color: #f9f9f9;
655
- }
656
- .table tbody tr:hover td,
657
- .table tbody tr:hover th {
658
- background-color: #f5f5f5;
659
- }
660
- table .span1 {
661
- float: none;
662
- width: 44px;
663
- margin-left: 0;
664
- }
665
- table .span2 {
666
- float: none;
667
- width: 124px;
668
- margin-left: 0;
669
- }
670
- table .span3 {
671
- float: none;
672
- width: 204px;
673
- margin-left: 0;
674
- }
675
- table .span4 {
676
- float: none;
677
- width: 284px;
678
- margin-left: 0;
679
- }
680
- table .span5 {
681
- float: none;
682
- width: 364px;
683
- margin-left: 0;
684
- }
685
- table .span6 {
686
- float: none;
687
- width: 444px;
688
- margin-left: 0;
689
- }
690
- table .span7 {
691
- float: none;
692
- width: 524px;
693
- margin-left: 0;
694
- }
695
- table .span8 {
696
- float: none;
697
- width: 604px;
698
- margin-left: 0;
699
- }
700
- table .span9 {
701
- float: none;
702
- width: 684px;
703
- margin-left: 0;
704
- }
705
- table .span10 {
706
- float: none;
707
- width: 764px;
708
- margin-left: 0;
709
- }
710
- table .span11 {
711
- float: none;
712
- width: 844px;
713
- margin-left: 0;
714
- }
715
- table .span12 {
716
- float: none;
717
- width: 924px;
718
- margin-left: 0;
719
- }
720
- table .span13 {
721
- float: none;
722
- width: 1004px;
723
- margin-left: 0;
724
- }
725
- table .span14 {
726
- float: none;
727
- width: 1084px;
728
- margin-left: 0;
729
- }
730
- table .span15 {
731
- float: none;
732
- width: 1164px;
733
- margin-left: 0;
734
- }
735
- table .span16 {
736
- float: none;
737
- width: 1244px;
738
- margin-left: 0;
739
- }
740
- table .span17 {
741
- float: none;
742
- width: 1324px;
743
- margin-left: 0;
744
- }
745
- table .span18 {
746
- float: none;
747
- width: 1404px;
748
- margin-left: 0;
749
- }
750
- table .span19 {
751
- float: none;
752
- width: 1484px;
753
- margin-left: 0;
754
- }
755
- table .span20 {
756
- float: none;
757
- width: 1564px;
758
- margin-left: 0;
759
- }
760
- table .span21 {
761
- float: none;
762
- width: 1644px;
763
- margin-left: 0;
764
- }
765
- table .span22 {
766
- float: none;
767
- width: 1724px;
768
- margin-left: 0;
769
- }
770
- table .span23 {
771
- float: none;
772
- width: 1804px;
773
- margin-left: 0;
774
- }
775
- table .span24 {
776
- float: none;
777
- width: 1884px;
778
- margin-left: 0;
779
- }
780
- .nav {
781
- margin-left: 0;
782
- margin-bottom: 18px;
783
- list-style: none;
784
- }
785
- .nav > li > a {
786
- display: block;
787
- }
788
- .nav > li > a:hover {
789
- text-decoration: none;
790
- background-color: #eeeeee;
791
- }
792
- .nav .nav-header {
793
- display: block;
794
- padding: 3px 15px;
795
- font-size: 11px;
796
- font-weight: bold;
797
- line-height: 18px;
798
- color: #999999;
799
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
800
- text-transform: uppercase;
801
- }
802
- .nav li + .nav-header {
803
- margin-top: 9px;
804
- }
805
- .nav-list {
806
- padding-left: 15px;
807
- padding-right: 15px;
808
- margin-bottom: 0;
809
- }
810
- .nav-list > li > a,
811
- .nav-list .nav-header {
812
- margin-left: -15px;
813
- margin-right: -15px;
814
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
815
- }
816
- .nav-list > li > a {
817
- padding: 3px 15px;
818
- }
819
- .nav-list > .active > a,
820
- .nav-list > .active > a:hover {
821
- color: #ffffff;
822
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
823
- background-color: #0088cc;
824
- }
825
- .nav-list [class^="icon-"] {
826
- margin-right: 2px;
827
- }
828
- .nav-list .divider {
829
- height: 1px;
830
- margin: 8px 1px;
831
- overflow: hidden;
832
- background-color: #e5e5e5;
833
- border-bottom: 1px solid #ffffff;
834
- *width: 100%;
835
- *margin: -5px 0 5px;
836
- }
837
- .nav-tabs,
838
- .nav-pills {
839
- *zoom: 1;
840
- }
841
- .nav-tabs:before,
842
- .nav-pills:before,
843
- .nav-tabs:after,
844
- .nav-pills:after {
845
- display: table;
846
- content: "";
847
- }
848
- .nav-tabs:after,
849
- .nav-pills:after {
850
- clear: both;
851
- }
852
- .nav-tabs > li,
853
- .nav-pills > li {
854
- float: left;
855
- }
856
- .nav-tabs > li > a,
857
- .nav-pills > li > a {
858
- padding-right: 12px;
859
- padding-left: 12px;
860
- margin-right: 2px;
861
- line-height: 14px;
862
- }
863
- .nav-tabs {
864
- border-bottom: 1px solid #ddd;
865
- }
866
- .nav-tabs > li {
867
- margin-bottom: -1px;
868
- }
869
- .nav-tabs > li > a {
870
- padding-top: 8px;
871
- padding-bottom: 8px;
872
- line-height: 18px;
873
- border: 1px solid transparent;
874
- -webkit-border-radius: 4px 4px 0 0;
875
- -moz-border-radius: 4px 4px 0 0;
876
- border-radius: 4px 4px 0 0;
877
- }
878
- .nav-tabs > li > a:hover {
879
- border-color: #eeeeee #eeeeee #dddddd;
880
- }
881
- .nav-tabs > .active > a,
882
- .nav-tabs > .active > a:hover {
883
- color: #555555;
884
- background-color: #ffffff;
885
- border: 1px solid #ddd;
886
- border-bottom-color: transparent;
887
- cursor: default;
888
- }
889
- .nav-pills > li > a {
890
- padding-top: 8px;
891
- padding-bottom: 8px;
892
- margin-top: 2px;
893
- margin-bottom: 2px;
894
- -webkit-border-radius: 5px;
895
- -moz-border-radius: 5px;
896
- border-radius: 5px;
897
- }
898
- .nav-pills > .active > a,
899
- .nav-pills > .active > a:hover {
900
- color: #ffffff;
901
- background-color: #0088cc;
902
- }
903
- .nav-stacked > li {
904
- float: none;
905
- }
906
- .nav-stacked > li > a {
907
- margin-right: 0;
908
- }
909
- .nav-tabs.nav-stacked {
910
- border-bottom: 0;
911
- }
912
- .nav-tabs.nav-stacked > li > a {
913
- border: 1px solid #ddd;
914
- -webkit-border-radius: 0;
915
- -moz-border-radius: 0;
916
- border-radius: 0;
917
- }
918
- .nav-tabs.nav-stacked > li:first-child > a {
919
- -webkit-border-radius: 4px 4px 0 0;
920
- -moz-border-radius: 4px 4px 0 0;
921
- border-radius: 4px 4px 0 0;
922
- }
923
- .nav-tabs.nav-stacked > li:last-child > a {
924
- -webkit-border-radius: 0 0 4px 4px;
925
- -moz-border-radius: 0 0 4px 4px;
926
- border-radius: 0 0 4px 4px;
927
- }
928
- .nav-tabs.nav-stacked > li > a:hover {
929
- border-color: #ddd;
930
- z-index: 2;
931
- }
932
- .nav-pills.nav-stacked > li > a {
933
- margin-bottom: 3px;
934
- }
935
- .nav-pills.nav-stacked > li:last-child > a {
936
- margin-bottom: 1px;
937
- }
938
- .nav-tabs .dropdown-menu,
939
- .nav-pills .dropdown-menu {
940
- margin-top: 1px;
941
- border-width: 1px;
942
- }
943
- .nav-pills .dropdown-menu {
944
- -webkit-border-radius: 4px;
945
- -moz-border-radius: 4px;
946
- border-radius: 4px;
947
- }
948
- .nav-tabs .dropdown-toggle .caret,
949
- .nav-pills .dropdown-toggle .caret {
950
- border-top-color: #0088cc;
951
- border-bottom-color: #0088cc;
952
- margin-top: 6px;
953
- }
954
- .nav-tabs .dropdown-toggle:hover .caret,
955
- .nav-pills .dropdown-toggle:hover .caret {
956
- border-top-color: #005580;
957
- border-bottom-color: #005580;
958
- }
959
- .nav-tabs .active .dropdown-toggle .caret,
960
- .nav-pills .active .dropdown-toggle .caret {
961
- border-top-color: #333333;
962
- border-bottom-color: #333333;
963
- }
964
- .nav > .dropdown.active > a:hover {
965
- color: #000000;
966
- cursor: pointer;
967
- }
968
- .nav-tabs .open .dropdown-toggle,
969
- .nav-pills .open .dropdown-toggle,
970
- .nav > .open.active > a:hover {
971
- color: #ffffff;
972
- background-color: #999999;
973
- border-color: #999999;
974
- }
975
- .nav .open .caret,
976
- .nav .open.active .caret,
977
- .nav .open a:hover .caret {
978
- border-top-color: #ffffff;
979
- border-bottom-color: #ffffff;
980
- opacity: 1;
981
- filter: alpha(opacity=100);
982
- }
983
- .tabs-stacked .open > a:hover {
984
- border-color: #999999;
985
- }
986
- .tabbable {
987
- *zoom: 1;
988
- }
989
- .tabbable:before,
990
- .tabbable:after {
991
- display: table;
992
- content: "";
993
- }
994
- .tabbable:after {
995
- clear: both;
996
- }
997
- .tab-content {
998
- display: table;
999
- width: 100%;
1000
- }
1001
- .tabs-below .nav-tabs,
1002
- .tabs-right .nav-tabs,
1003
- .tabs-left .nav-tabs {
1004
- border-bottom: 0;
1005
- }
1006
- .tab-content > .tab-pane,
1007
- .pill-content > .pill-pane {
1008
- display: none;
1009
- }
1010
- .tab-content > .active,
1011
- .pill-content > .active {
1012
- display: block;
1013
- }
1014
- .tabs-below .nav-tabs {
1015
- border-top: 1px solid #ddd;
1016
- }
1017
- .tabs-below .nav-tabs > li {
1018
- margin-top: -1px;
1019
- margin-bottom: 0;
1020
- }
1021
- .tabs-below .nav-tabs > li > a {
1022
- -webkit-border-radius: 0 0 4px 4px;
1023
- -moz-border-radius: 0 0 4px 4px;
1024
- border-radius: 0 0 4px 4px;
1025
- }
1026
- .tabs-below .nav-tabs > li > a:hover {
1027
- border-bottom-color: transparent;
1028
- border-top-color: #ddd;
1029
- }
1030
- .tabs-below .nav-tabs .active > a,
1031
- .tabs-below .nav-tabs .active > a:hover {
1032
- border-color: transparent #ddd #ddd #ddd;
1033
- }
1034
- .tabs-left .nav-tabs > li,
1035
- .tabs-right .nav-tabs > li {
1036
- float: none;
1037
- }
1038
- .tabs-left .nav-tabs > li > a,
1039
- .tabs-right .nav-tabs > li > a {
1040
- min-width: 74px;
1041
- margin-right: 0;
1042
- margin-bottom: 3px;
1043
- }
1044
- .tabs-left .nav-tabs {
1045
- float: left;
1046
- margin-right: 19px;
1047
- border-right: 1px solid #ddd;
1048
- }
1049
- .tabs-left .nav-tabs > li > a {
1050
- margin-right: -1px;
1051
- -webkit-border-radius: 4px 0 0 4px;
1052
- -moz-border-radius: 4px 0 0 4px;
1053
- border-radius: 4px 0 0 4px;
1054
- }
1055
- .tabs-left .nav-tabs > li > a:hover {
1056
- border-color: #eeeeee #dddddd #eeeeee #eeeeee;
1057
- }
1058
- .tabs-left .nav-tabs .active > a,
1059
- .tabs-left .nav-tabs .active > a:hover {
1060
- border-color: #ddd transparent #ddd #ddd;
1061
- *border-right-color: #ffffff;
1062
- }
1063
- .tabs-right .nav-tabs {
1064
- float: right;
1065
- margin-left: 19px;
1066
- border-left: 1px solid #ddd;
1067
- }
1068
- .tabs-right .nav-tabs > li > a {
1069
- margin-left: -1px;
1070
- -webkit-border-radius: 0 4px 4px 0;
1071
- -moz-border-radius: 0 4px 4px 0;
1072
- border-radius: 0 4px 4px 0;
1073
- }
1074
- .tabs-right .nav-tabs > li > a:hover {
1075
- border-color: #eeeeee #eeeeee #eeeeee #dddddd;
1076
- }
1077
- .tabs-right .nav-tabs .active > a,
1078
- .tabs-right .nav-tabs .active > a:hover {
1079
- border-color: #ddd #ddd #ddd transparent;
1080
- *border-left-color: #ffffff;
1081
- }
1082
- .navbar {
1083
- *position: relative;
1084
- *z-index: 2;
1085
- overflow: visible;
1086
- margin-bottom: 18px;
1087
- }
1088
- .navbar-inner {
1089
- padding-left: 20px;
1090
- padding-right: 20px;
1091
- background-color: #2c2c2c;
1092
- background-image: -moz-linear-gradient(top, #333333, #222222);
1093
- background-image: -ms-linear-gradient(top, #333333, #222222);
1094
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
1095
- background-image: -webkit-linear-gradient(top, #333333, #222222);
1096
- background-image: -o-linear-gradient(top, #333333, #222222);
1097
- background-image: linear-gradient(top, #333333, #222222);
1098
- background-repeat: repeat-x;
1099
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
1100
- -webkit-border-radius: 4px;
1101
- -moz-border-radius: 4px;
1102
- border-radius: 4px;
1103
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1104
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1105
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1106
- }
1107
- .navbar .container {
1108
- width: auto;
1109
- }
1110
- .btn-navbar {
1111
- display: none;
1112
- float: right;
1113
- padding: 7px 10px;
1114
- margin-left: 5px;
1115
- margin-right: 5px;
1116
- background-color: #2c2c2c;
1117
- background-image: -moz-linear-gradient(top, #333333, #222222);
1118
- background-image: -ms-linear-gradient(top, #333333, #222222);
1119
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
1120
- background-image: -webkit-linear-gradient(top, #333333, #222222);
1121
- background-image: -o-linear-gradient(top, #333333, #222222);
1122
- background-image: linear-gradient(top, #333333, #222222);
1123
- background-repeat: repeat-x;
1124
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
1125
- border-color: #222222 #222222 #000000;
1126
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1127
- filter: progid:dximagetransform.microsoft.gradient(enabled=false);
1128
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
1129
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
1130
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
1131
- }
1132
- .btn-navbar:hover,
1133
- .btn-navbar:active,
1134
- .btn-navbar.active,
1135
- .btn-navbar.disabled,
1136
- .btn-navbar[disabled] {
1137
- background-color: #222222;
1138
- }
1139
- .btn-navbar:active,
1140
- .btn-navbar.active {
1141
- background-color: #080808 \9;
1142
- }
1143
- .btn-navbar .icon-bar {
1144
- display: block;
1145
- width: 18px;
1146
- height: 2px;
1147
- background-color: #f5f5f5;
1148
- -webkit-border-radius: 1px;
1149
- -moz-border-radius: 1px;
1150
- border-radius: 1px;
1151
- -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1152
- -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1153
- box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1154
- }
1155
- .btn-navbar .icon-bar + .icon-bar {
1156
- margin-top: 3px;
1157
- }
1158
- .nav-collapse.collapse {
1159
- height: auto;
1160
- }
1161
- .navbar {
1162
- color: #999999;
1163
- }
1164
- .navbar .brand:hover {
1165
- text-decoration: none;
1166
- }
1167
- .navbar .brand {
1168
- float: left;
1169
- display: block;
1170
- padding: 8px 20px 12px;
1171
- margin-left: -20px;
1172
- font-size: 20px;
1173
- font-weight: 200;
1174
- line-height: 1;
1175
- color: #ffffff;
1176
- }
1177
- .navbar .navbar-text {
1178
- margin-bottom: 0;
1179
- line-height: 40px;
1180
- }
1181
- .navbar .btn,
1182
- .navbar .btn-group {
1183
- margin-top: 5px;
1184
- }
1185
- .navbar .btn-group .btn {
1186
- margin-top: 0;
1187
- }
1188
- .navbar-form {
1189
- margin-bottom: 0;
1190
- *zoom: 1;
1191
- }
1192
- .navbar-form:before,
1193
- .navbar-form:after {
1194
- display: table;
1195
- content: "";
1196
- }
1197
- .navbar-form:after {
1198
- clear: both;
1199
- }
1200
- .navbar-form input,
1201
- .navbar-form select,
1202
- .navbar-form .radio,
1203
- .navbar-form .checkbox {
1204
- margin-top: 5px;
1205
- }
1206
- .navbar-form input,
1207
- .navbar-form select {
1208
- display: inline-block;
1209
- margin-bottom: 0;
1210
- }
1211
- .navbar-form input[type="image"],
1212
- .navbar-form input[type="checkbox"],
1213
- .navbar-form input[type="radio"] {
1214
- margin-top: 3px;
1215
- }
1216
- .navbar-form .input-append,
1217
- .navbar-form .input-prepend {
1218
- margin-top: 6px;
1219
- white-space: nowrap;
1220
- }
1221
- .navbar-form .input-append input,
1222
- .navbar-form .input-prepend input {
1223
- margin-top: 0;
1224
- }
1225
- .navbar-search {
1226
- position: relative;
1227
- float: left;
1228
- margin-top: 6px;
1229
- margin-bottom: 0;
1230
- }
1231
- .navbar-search .search-query {
1232
- padding: 4px 9px;
1233
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1234
- font-size: 13px;
1235
- font-weight: normal;
1236
- line-height: 1;
1237
- color: #ffffff;
1238
- background-color: #626262;
1239
- border: 1px solid #151515;
1240
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
1241
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
1242
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
1243
- -webkit-transition: none;
1244
- -moz-transition: none;
1245
- -ms-transition: none;
1246
- -o-transition: none;
1247
- transition: none;
1248
- }
1249
- .navbar-search .search-query:-moz-placeholder {
1250
- color: #cccccc;
1251
- }
1252
- .navbar-search .search-query::-webkit-input-placeholder {
1253
- color: #cccccc;
1254
- }
1255
- .navbar-search .search-query:focus,
1256
- .navbar-search .search-query.focused {
1257
- padding: 5px 10px;
1258
- color: #333333;
1259
- text-shadow: 0 1px 0 #ffffff;
1260
- background-color: #ffffff;
1261
- border: 0;
1262
- -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
1263
- -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
1264
- box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
1265
- outline: 0;
1266
- }
1267
- .navbar-fixed-top,
1268
- .navbar-fixed-bottom {
1269
- position: fixed;
1270
- right: 0;
1271
- left: 0;
1272
- z-index: 1030;
1273
- margin-bottom: 0;
1274
- }
1275
- .navbar-fixed-top .navbar-inner,
1276
- .navbar-fixed-bottom .navbar-inner {
1277
- padding-left: 0;
1278
- padding-right: 0;
1279
- -webkit-border-radius: 0;
1280
- -moz-border-radius: 0;
1281
- border-radius: 0;
1282
- }
1283
- .navbar-fixed-top .container,
1284
- .navbar-fixed-bottom .container {
1285
- width: 940px;
1286
- }
1287
- .navbar-fixed-top {
1288
- top: 0;
1289
- }
1290
- .navbar-fixed-bottom {
1291
- bottom: 0;
1292
- }
1293
- .navbar .nav {
1294
- position: relative;
1295
- left: 0;
1296
- display: block;
1297
- float: left;
1298
- margin: 0 10px 0 0;
1299
- }
1300
- .navbar .nav.pull-right {
1301
- float: right;
1302
- }
1303
- .navbar .nav > li {
1304
- display: block;
1305
- float: left;
1306
- }
1307
- .navbar .nav > li > a {
1308
- float: none;
1309
- padding: 10px 10px 11px;
1310
- line-height: 19px;
1311
- color: #999999;
1312
- text-decoration: none;
1313
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1314
- }
1315
- .navbar .nav > li > a:hover {
1316
- background-color: transparent;
1317
- color: #ffffff;
1318
- text-decoration: none;
1319
- }
1320
- .navbar .nav .active > a,
1321
- .navbar .nav .active > a:hover {
1322
- color: #ffffff;
1323
- text-decoration: none;
1324
- background-color: #222222;
1325
- }
1326
- .navbar .divider-vertical {
1327
- height: 40px;
1328
- width: 1px;
1329
- margin: 0 9px;
1330
- overflow: hidden;
1331
- background-color: #222222;
1332
- border-right: 1px solid #333333;
1333
- }
1334
- .navbar .nav.pull-right {
1335
- margin-left: 10px;
1336
- margin-right: 0;
1337
- }
1338
- .navbar .dropdown-menu {
1339
- margin-top: 1px;
1340
- -webkit-border-radius: 4px;
1341
- -moz-border-radius: 4px;
1342
- border-radius: 4px;
1343
- }
1344
- .navbar .dropdown-menu:before {
1345
- content: '';
1346
- display: inline-block;
1347
- border-left: 7px solid transparent;
1348
- border-right: 7px solid transparent;
1349
- border-bottom: 7px solid #ccc;
1350
- border-bottom-color: rgba(0, 0, 0, 0.2);
1351
- position: absolute;
1352
- top: -7px;
1353
- left: 9px;
1354
- }
1355
- .navbar .dropdown-menu:after {
1356
- content: '';
1357
- display: inline-block;
1358
- border-left: 6px solid transparent;
1359
- border-right: 6px solid transparent;
1360
- border-bottom: 6px solid #ffffff;
1361
- position: absolute;
1362
- top: -6px;
1363
- left: 10px;
1364
- }
1365
- .navbar-fixed-bottom .dropdown-menu:before {
1366
- border-top: 7px solid #ccc;
1367
- border-top-color: rgba(0, 0, 0, 0.2);
1368
- border-bottom: 0;
1369
- bottom: -7px;
1370
- top: auto;
1371
- }
1372
- .navbar-fixed-bottom .dropdown-menu:after {
1373
- border-top: 6px solid #ffffff;
1374
- border-bottom: 0;
1375
- bottom: -6px;
1376
- top: auto;
1377
- }
1378
- .navbar .nav .dropdown-toggle .caret,
1379
- .navbar .nav .open.dropdown .caret {
1380
- border-top-color: #ffffff;
1381
- border-bottom-color: #ffffff;
1382
- }
1383
- .navbar .nav .active .caret {
1384
- opacity: 1;
1385
- filter: alpha(opacity=100);
1386
- }
1387
- .navbar .nav .open > .dropdown-toggle,
1388
- .navbar .nav .active > .dropdown-toggle,
1389
- .navbar .nav .open.active > .dropdown-toggle {
1390
- background-color: transparent;
1391
- }
1392
- .navbar .nav .active > .dropdown-toggle:hover {
1393
- color: #ffffff;
1394
- }
1395
- .navbar .nav.pull-right .dropdown-menu,
1396
- .navbar .nav .dropdown-menu.pull-right {
1397
- left: auto;
1398
- right: 0;
1399
- }
1400
- .navbar .nav.pull-right .dropdown-menu:before,
1401
- .navbar .nav .dropdown-menu.pull-right:before {
1402
- left: auto;
1403
- right: 12px;
1404
- }
1405
- .navbar .nav.pull-right .dropdown-menu:after,
1406
- .navbar .nav .dropdown-menu.pull-right:after {
1407
- left: auto;
1408
- right: 13px;
1409
- }