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