bootstrap.css 119 KB
Newer Older
Mark Otto's avatar
Mark Otto committed
1
/*!
Mark Otto's avatar
Mark Otto committed
2
 * Bootstrap v3.1.0 (http://getbootstrap.com)
3
 * Copyright 2011-2014 Twitter, Inc.
Mark Otto's avatar
Mark Otto committed
4
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
Mark Otto's avatar
Mark Otto committed
5
 */
6

Mark Otto's avatar
grunt    
Mark Otto committed
7
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
8
9
10
11
12
13
14
15
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
Mark Otto's avatar
Mark Otto committed
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
32
progress,
Mark Otto's avatar
Mark Otto committed
33
34
video {
  display: inline-block;
35
  vertical-align: baseline;
Mark Otto's avatar
Mark Otto committed
36
37
38
39
40
}
audio:not([controls]) {
  display: none;
  height: 0;
}
XhmikosR's avatar
XhmikosR committed
41
42
[hidden],
template {
Mark Otto's avatar
Mark Otto committed
43
44
  display: none;
}
XhmikosR's avatar
XhmikosR committed
45
46
47
a {
  background: transparent;
}
Mark Otto's avatar
Mark Otto committed
48
49
50
51
52
53
54
55
56
57
58
59
60
61
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
62
63
64
h1 {
  margin: .67em 0;
  font-size: 2em;
Mark Otto's avatar
Mark Otto committed
65
66
67
68
69
70
71
72
73
74
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
75
  position: relative;
Mark Otto's avatar
Mark Otto committed
76
77
78
79
80
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
Mark Otto's avatar
Mark Otto committed
81
  top: -.5em;
Mark Otto's avatar
Mark Otto committed
82
83
}
sub {
Mark Otto's avatar
Mark Otto committed
84
  bottom: -.25em;
Mark Otto's avatar
Mark Otto committed
85
86
87
88
89
90
91
92
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
93
  margin: 1em 40px;
Mark Otto's avatar
Mark Otto committed
94
}
95
96
97
98
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
Mark Otto's avatar
Mark Otto committed
99
}
100
101
102
103
104
105
106
107
108
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
Mark Otto's avatar
Mark Otto committed
109
110
111
}
button,
input,
112
optgroup,
Mark Otto's avatar
Mark Otto committed
113
114
select,
textarea {
115
  margin: 0;
116
117
  font: inherit;
  color: inherit;
Mark Otto's avatar
Mark Otto committed
118
}
119
120
button {
  overflow: visible;
Mark Otto's avatar
Mark Otto committed
121
122
123
124
125
126
127
128
129
130
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
Mark Otto's avatar
Mark Otto committed
131
  cursor: pointer;
Mark Otto's avatar
Mark Otto committed
132
133
134
135
136
}
button[disabled],
html input[disabled] {
  cursor: default;
}
137
138
139
140
141
142
143
144
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
Mark Otto's avatar
Mark Otto committed
145
146
147
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
Mark Otto's avatar
Mark Otto committed
148
  padding: 0;
Mark Otto's avatar
Mark Otto committed
149
}
150
151
152
153
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
Mark Otto's avatar
Mark Otto committed
154
155
156
157
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
158
  -webkit-appearance: textfield;
Mark Otto's avatar
Mark Otto committed
159
160
161
162
163
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
164
165
166
167
168
169
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
Mark Otto's avatar
Mark Otto committed
170
171
172
173
174
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
175
176
177
}
optgroup {
  font-weight: bold;
Mark Otto's avatar
Mark Otto committed
178
179
180
}
table {
  border-spacing: 0;
Mark Otto's avatar
Mark Otto committed
181
  border-collapse: collapse;
Mark Otto's avatar
Mark Otto committed
182
}
183
184
185
186
td,
th {
  padding: 0;
}
187
@media print {
188
  * {
189
    color: #000 !important;
190
    text-shadow: none !important;
191
192
    background: transparent !important;
    box-shadow: none !important;
193
194
  }
  a,
195
196
  a:visited {
    text-decoration: underline;
197
198
  }
  a[href]:after {
199
    content: " (" attr(href) ")";
200
201
  }
  abbr[title]:after {
202
    content: " (" attr(title) ")";
203
204
  }
  a[href^="javascript:"]:after,
205
206
  a[href^="#"]:after {
    content: "";
207
208
  }
  pre,
209
210
  blockquote {
    border: 1px solid #999;
211

212
    page-break-inside: avoid;
213
214
  }
  thead {
215
    display: table-header-group;
216
217
  }
  tr,
218
219
  img {
    page-break-inside: avoid;
220
221
  }
  img {
222
    max-width: 100% !important;
223
224
  }
  p,
225
226
227
228
  h2,
  h3 {
    orphans: 3;
    widows: 3;
229
230
  }
  h2,
231
232
  h3 {
    page-break-after: avoid;
233
234
  }
  select {
Zlatan Vasović's avatar
Zlatan Vasović committed
235
    background: #fff !important;
236
237
  }
  .navbar {
238
    display: none;
239
240
  }
  .table td,
241
242
  .table th {
    background-color: #fff !important;
243
244
  }
  .btn > .caret,
245
246
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
247
248
  }
  .label {
249
    border: 1px solid #000;
250
251
  }
  .table {
Mark Otto's avatar
Mark Otto committed
252
    border-collapse: collapse !important;
253
254
  }
  .table-bordered th,
Mark Otto's avatar
Mark Otto committed
255
256
  .table-bordered td {
    border: 1px solid #ddd !important;
257
  }
258
}
259
260
261
262
263
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
264
265
*:before,
*:after {
Mark Otto's avatar
Mark Otto committed
266
267
268
269
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
Mark Otto's avatar
Mark Otto committed
270
271
html {
  font-size: 62.5%;
272

Mark Otto's avatar
Mark Otto committed
273
274
275
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
Mark Otto's avatar
Mark Otto committed
276
277
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
278
  line-height: 1.42857143;
Mark Otto's avatar
Mark Otto committed
279
280
281
  color: #333;
  background-color: #fff;
}
Mark Otto's avatar
Mark Otto committed
282
283
284
285
input,
button,
select,
textarea {
Mark Otto's avatar
Mark Otto committed
286
287
288
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
Mark Otto's avatar
Mark Otto committed
289
290
}
a {
Mark Otto's avatar
Mark Otto committed
291
  color: #428bca;
292
  text-decoration: none;
Mark Otto's avatar
Mark Otto committed
293
}
Mark Otto's avatar
Mark Otto committed
294
295
a:hover,
a:focus {
Mark Otto's avatar
Mark Otto committed
296
  color: #2a6496;
297
  text-decoration: underline;
Mark Otto's avatar
Mark Otto committed
298
}
Mark Otto's avatar
Mark Otto committed
299
a:focus {
Mark Otto's avatar
Mark Otto committed
300
  outline: thin dotted;
Mark Otto's avatar
Mark Otto committed
301
302
303
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
304
305
306
figure {
  margin: 0;
}
Mark Otto's avatar
Mark Otto committed
307
img {
Mark Otto's avatar
Mark Otto committed
308
309
  vertical-align: middle;
}
310
311
312
.img-responsive {
  display: block;
  max-width: 100%;
Mark Otto's avatar
Mark Otto committed
313
  height: auto;
314
}
Mark Otto's avatar
Mark Otto committed
315
316
317
.img-rounded {
  border-radius: 6px;
}
318
319
320
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
Mark Otto's avatar
Mark Otto committed
321
  height: auto;
322
  padding: 4px;
323
  line-height: 1.42857143;
324
  background-color: #fff;
Mark Otto's avatar
Mark Otto committed
325
  border: 1px solid #ddd;
326
  border-radius: 4px;
327
328
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
329
}
Mark Otto's avatar
Mark Otto committed
330
.img-circle {
Jacob Thornton's avatar
Jacob Thornton committed
331
  border-radius: 50%;
Mark Otto's avatar
Mark Otto committed
332
}
333
334
335
336
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
Mark Otto's avatar
Mark Otto committed
337
  border-top: 1px solid #eee;
338
}
339
340
341
342
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
Mark Otto's avatar
Mark Otto committed
343
  padding: 0;
344
345
346
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
347
348
  border: 0;
}
349
350
351
352
353
354
355
356
357
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
Mark Otto's avatar
Mark Otto committed
358
359
360
361
362
h1,
h2,
h3,
h4,
h5,
363
364
365
366
367
368
369
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
370
  font-family: inherit;
Mark Otto's avatar
Mark Otto committed
371
  font-weight: 500;
Mark Otto's avatar
Mark Otto committed
372
  line-height: 1.1;
373
  color: inherit;
Mark Otto's avatar
Mark Otto committed
374
375
376
377
378
379
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
380
381
382
383
384
385
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
Mark Otto's avatar
Mark Otto committed
386
387
388
389
390
391
392
393
394
395
396
397
398
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
Mark Otto's avatar
Mark Otto committed
399
400
  font-weight: normal;
  line-height: 1;
Mark Otto's avatar
Mark Otto committed
401
402
  color: #999;
}
Mark Otto's avatar
Mark Otto committed
403
h1,
404
.h1,
Mark Otto's avatar
Mark Otto committed
405
h2,
406
407
408
.h2,
h3,
.h3 {
Mark Otto's avatar
Mark Otto committed
409
410
  margin-top: 20px;
  margin-bottom: 10px;
Mark Otto's avatar
Mark Otto committed
411
}
412
h1 small,
413
.h1 small,
414
h2 small,
415
.h2 small,
Mark Otto's avatar
Mark Otto committed
416
h3 small,
417
.h3 small,
Mark Otto's avatar
Mark Otto committed
418
h1 .small,
419
.h1 .small,
Mark Otto's avatar
Mark Otto committed
420
h2 .small,
421
422
423
.h2 .small,
h3 .small,
.h3 .small {
424
425
  font-size: 65%;
}
Mark Otto's avatar
Mark Otto committed
426
h4,
427
.h4,
Mark Otto's avatar
Mark Otto committed
428
h5,
429
430
431
.h5,
h6,
.h6 {
Mark Otto's avatar
Mark Otto committed
432
433
  margin-top: 10px;
  margin-bottom: 10px;
Mark Otto's avatar
Mark Otto committed
434
}
435
h4 small,
436
.h4 small,
437
h5 small,
438
.h5 small,
Mark Otto's avatar
Mark Otto committed
439
h6 small,
440
.h6 small,
Mark Otto's avatar
Mark Otto committed
441
h4 .small,
442
.h4 .small,
Mark Otto's avatar
Mark Otto committed
443
h5 .small,
444
445
446
.h5 .small,
h6 .small,
.h6 .small {
447
448
  font-size: 75%;
}
449
450
h1,
.h1 {
Mark Otto's avatar
Mark Otto committed
451
  font-size: 36px;
Mark Otto's avatar
Mark Otto committed
452
}
453
454
h2,
.h2 {
Mark Otto's avatar
Mark Otto committed
455
  font-size: 30px;
Mark Otto's avatar
Mark Otto committed
456
}
457
458
h3,
.h3 {
Mark Otto's avatar
Mark Otto committed
459
  font-size: 24px;
Mark Otto's avatar
Mark Otto committed
460
}
461
462
h4,
.h4 {
Mark Otto's avatar
Mark Otto committed
463
  font-size: 18px;
Mark Otto's avatar
Mark Otto committed
464
}
465
466
h5,
.h5 {
Mark Otto's avatar
Mark Otto committed
467
  font-size: 14px;
Mark Otto's avatar
Mark Otto committed
468
}
469
470
h6,
.h6 {
Mark Otto's avatar
Mark Otto committed
471
  font-size: 12px;
Mark Otto's avatar
Mark Otto committed
472
}
473
474
475
476
p {
  margin: 0 0 10px;
}
.lead {
477
  margin-bottom: 20px;
478
479
480
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
Mark Otto's avatar
Mark Otto committed
481
}
482
@media (min-width: 768px) {
483
  .lead {
484
    font-size: 21px;
485
  }
486
487
488
489
490
491
492
493
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
494
495
496
497
498
499
500
501
502
503
504
505
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
506
.text-muted {
Mark Otto's avatar
Mark Otto committed
507
  color: #999;
508
509
510
511
}
.text-primary {
  color: #428bca;
}
512
a.text-primary:hover {
513
514
515
516
517
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
518
a.text-success:hover {
519
520
521
522
523
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
524
a.text-info:hover {
525
526
  color: #245269;
}
527
528
529
.text-warning {
  color: #8a6d3b;
}
530
a.text-warning:hover {
531
532
533
534
535
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
536
a.text-danger:hover {
537
538
  color: #843534;
}
539
540
541
.bg-primary {
  color: #fff;
  background-color: #428bca;
542
}
543
544
a.bg-primary:hover {
  background-color: #3071a9;
545
}
546
547
548
549
550
551
552
553
554
555
556
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
557
}
558
559
560
561
562
563
564
565
566
567
568
569
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
Mark Otto's avatar
Mark Otto committed
570
.page-header {
Mark Otto's avatar
Mark Otto committed
571
  padding-bottom: 9px;
572
  margin: 40px 0 20px;
Mark Otto's avatar
Mark Otto committed
573
574
  border-bottom: 1px solid #eee;
}
Mark Otto's avatar
Mark Otto committed
575
576
ul,
ol {
Mark Otto's avatar
Mark Otto committed
577
578
  margin-top: 0;
  margin-bottom: 10px;
Mark Otto's avatar
Mark Otto committed
579
580
}
ul ul,
liuyl's avatar
liuyl committed
581
ol ul,
Mark Otto's avatar
Mark Otto committed
582
ul ol,
liuyl's avatar
liuyl committed
583
ol ol {
Mark Otto's avatar
Mark Otto committed
584
585
  margin-bottom: 0;
}
586
.list-unstyled {
587
  padding-left: 0;
588
589
  list-style: none;
}
Mark Otto's avatar
Mark Otto committed
590
.list-inline {
591
  padding-left: 0;
Mark Otto's avatar
Mark Otto committed
592
593
594
595
596
597
598
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
599
600
601
.list-inline > li:first-child {
  padding-left: 0;
}
Mark Otto's avatar
Mark Otto committed
602
dl {
603
  margin-top: 0;
Mark Otto's avatar
Mark Otto committed
604
  margin-bottom: 20px;
Mark Otto's avatar
Mark Otto committed
605
606
607
}
dt,
dd {
608
  line-height: 1.42857143;
Mark Otto's avatar
Mark Otto committed
609
610
611
612
613
}
dt {
  font-weight: bold;
}
dd {
614
  margin-left: 0;
Mark Otto's avatar
Mark Otto committed
615
}
616
@media (min-width: 768px) {
617
  .dl-horizontal dt {
618
    float: left;
Mark Otto's avatar
Mark Otto committed
619
    width: 160px;
620
621
    overflow: hidden;
    clear: left;
622
    text-align: right;
Mark Otto's avatar
Mark Otto committed
623
    text-overflow: ellipsis;
624
    white-space: nowrap;
625
626
  }
  .dl-horizontal dd {
627
    margin-left: 180px;
628
  }
Mark Otto's avatar
Mark Otto committed
629
630
631
632
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
Mark Otto's avatar
Mark Otto committed
633
634
  border-bottom: 1px dotted #999;
}
635
.initialism {
Mark Otto's avatar
Mark Otto committed
636
637
638
639
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
Mark Otto's avatar
Mark Otto committed
640
  padding: 10px 20px;
641
  margin: 0 0 20px;
Mark Otto's avatar
Mark Otto committed
642
  font-size: 17.5px;
643
  border-left: 5px solid #eee;
Mark Otto's avatar
Mark Otto committed
644
}
645
646
647
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
648
649
  margin-bottom: 0;
}
650
blockquote footer,
651
652
blockquote small,
blockquote .small {
Mark Otto's avatar
Mark Otto committed
653
  display: block;
654
  font-size: 80%;
655
  line-height: 1.42857143;
Mark Otto's avatar
Mark Otto committed
656
657
  color: #999;
}
658
blockquote footer:before,
659
660
blockquote small:before,
blockquote .small:before {
Mark Otto's avatar
Mark Otto committed
661
662
  content: '\2014 \00A0';
}
663
.blockquote-reverse,
Mark Otto's avatar
Mark Otto committed
664
665
666
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
667
  text-align: right;
Mark Otto's avatar
Mark Otto committed
668
  border-right: 5px solid #eee;
Mark Otto's avatar
Mark Otto committed
669
670
  border-left: 0;
}
671
672
673
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
Mark Otto's avatar
Mark Otto committed
674
blockquote.pull-right small:before,
675
.blockquote-reverse .small:before,
Mark Otto's avatar
Mark Otto committed
676
blockquote.pull-right .small:before {
Mark Otto's avatar
Mark Otto committed
677
678
  content: '';
}
679
680
681
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
Mark Otto's avatar
Mark Otto committed
682
blockquote.pull-right small:after,
683
.blockquote-reverse .small:after,
Mark Otto's avatar
Mark Otto committed
684
blockquote.pull-right .small:after {
Mark Otto's avatar
Mark Otto committed
685
686
687
688
689
690
691
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
692
  margin-bottom: 20px;
Mark Otto's avatar
Mark Otto committed
693
  font-style: normal;
694
  line-height: 1.42857143;
Mark Otto's avatar
Mark Otto committed
695
}
Mark Otto's avatar
Mark Otto committed
696
code,
697
kbd,
698
699
pre,
samp {
700
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
Mark Otto's avatar
Mark Otto committed
701
702
}
code {
Mark Otto's avatar
Mark Otto committed
703
  padding: 2px 4px;
704
  font-size: 90%;
Mark Otto's avatar
Mark Otto committed
705
  color: #c7254e;
706
  white-space: nowrap;
Mark Otto's avatar
Mark Otto committed
707
  background-color: #f9f2f4;
708
  border-radius: 4px;
Mark Otto's avatar
Mark Otto committed
709
}
710
kbd {
Mark Otto's avatar
Mark Otto committed
711
  padding: 2px 4px;
712
  font-size: 90%;
Mark Otto's avatar
Mark Otto committed
713
714
  color: #fff;
  background-color: #333;
715
  border-radius: 3px;
Mark Otto's avatar
Mark Otto committed
716
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
717
}
Mark Otto's avatar
Mark Otto committed
718
pre {
Mark Otto's avatar
Mark Otto committed
719
720
  display: block;
  padding: 9.5px;
721
722
  margin: 0 0 10px;
  font-size: 13px;
723
  line-height: 1.42857143;
Mark Otto's avatar
Mark Otto committed
724
  color: #333;
725
726
727
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
Mark Otto's avatar
Mark Otto committed
728
  border: 1px solid #ccc;
Mark Otto's avatar
Mark Otto committed
729
730
731
  border-radius: 4px;
}
pre code {
Mark Otto's avatar
Mark Otto committed
732
  padding: 0;
733
  font-size: inherit;
Mark Otto's avatar
Mark Otto committed
734
  color: inherit;
735
  white-space: pre-wrap;
Mark Otto's avatar
Mark Otto committed
736
  background-color: transparent;
737
  border-radius: 0;
Mark Otto's avatar
Mark Otto committed
738
739
}
.pre-scrollable {
Mark Otto's avatar
Mark Otto committed
740
  max-height: 340px;
741
  overflow-y: scroll;
Mark Otto's avatar
Mark Otto committed
742
}
Mark Otto's avatar
Mark Otto committed
743
.container {
Mark Otto's avatar
Mark Otto committed
744
745
  padding-right: 15px;
  padding-left: 15px;
746
747
  margin-right: auto;
  margin-left: auto;
Mark Otto's avatar
Mark Otto committed
748
}
749
@media (min-width: 768px) {
750
  .container {
751
    width: 750px;
752
  }
753
754
}
@media (min-width: 992px) {
755
  .container {
756
    width: 970px;
757
  }
758
759
}
@media (min-width: 1200px) {
760
  .container {
761
    width: 1170px;
762
  }
763
}
764
.container-fluid {
Mark Otto's avatar
Mark Otto committed
765
766
  padding-right: 15px;
  padding-left: 15px;
767
768
  margin-right: auto;
  margin-left: auto;
769
}
770
771
772
773
.row {
  margin-right: -15px;
  margin-left: -15px;
}
Mark Otto's avatar
Mark Otto committed
774
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
775
  position: relative;
Mark Otto's avatar
Mark Otto committed
776
  min-height: 1px;
777
778
  padding-right: 15px;
  padding-left: 15px;
Mark Otto's avatar
Mark Otto committed
779
}
Mark Otto's avatar
Mark Otto committed
780
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
Mark Otto's avatar
Mark Otto committed
781
782
  float: left;
}
783
784
.col-xs-12 {
  width: 100%;
785
}
786
.col-xs-11 {
787
  width: 91.66666667%;
788
}
789
.col-xs-10 {
790
  width: 83.33333333%;
791
}
792
793
.col-xs-9 {
  width: 75%;
794
}
795
.col-xs-8 {
796
  width: 66.66666667%;
797
798
}
.col-xs-7 {
799
  width: 58.33333333%;
800
}
801
.col-xs-6 {
802
  width: 50%;
803
}
804
.col-xs-5 {
805
  width: 41.66666667%;
806
}
807
.col-xs-4 {
808
  width: 33.33333333%;
809
}
810
811
.col-xs-3 {
  width: 25%;
812
}
813
.col-xs-2 {
814
  width: 16.66666667%;
815
}
816
.col-xs-1 {
817
  width: 8.33333333%;
818
}
819
820
821
822
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
823
  right: 91.66666667%;
824
825
}
.col-xs-pull-10 {
826
  right: 83.33333333%;
827
828
829
830
831
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
832
  right: 66.66666667%;
833
834
}
.col-xs-pull-7 {
835
  right: 58.33333333%;
836
837
838
839
840
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
841
  right: 41.66666667%;
842
843
}
.col-xs-pull-4 {
844
  right: 33.33333333%;
845
846
847
848
849
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
850
  right: 16.66666667%;
851
852
}
.col-xs-pull-1 {
853
  right: 8.33333333%;
854
}
855
856
857
.col-xs-pull-0 {
  right: 0;
}
858
859
860
861
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
862
  left: 91.66666667%;
863
864
}
.col-xs-push-10 {
865
  left: 83.33333333%;
866
867
868
869
870
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
871
  left: 66.66666667%;
872
873
}
.col-xs-push-7 {
874
  left: 58.33333333%;
875
876
877
878
879
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
880
  left: 41.66666667%;
881
882
}
.col-xs-push-4 {
883
  left: 33.33333333%;
884
885
886
887
888
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
889
  left: 16.66666667%;
890
891
}
.col-xs-push-1 {
892
  left: 8.33333333%;
893
}
894
895
896
.col-xs-push-0 {
  left: 0;
}
897
898
899
900
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
901
  margin-left: 91.66666667%;
902
903
}
.col-xs-offset-10 {
904
  margin-left: 83.33333333%;
905
906
907
908
909
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
910
  margin-left: 66.66666667%;
911
912
}
.col-xs-offset-7 {
913
  margin-left: 58.33333333%;
914
915
916
917
918
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
919
  margin-left: 41.66666667%;
920
921
}
.col-xs-offset-4 {
922
  margin-left: 33.33333333%;
923
924
925
926
927
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
928
  margin-left: 16.66666667%;
929
930
}
.col-xs-offset-1 {
931
  margin-left: 8.33333333%;
Mark Otto's avatar
Mark Otto committed
932
}
933
934
935
.col-xs-offset-0 {
  margin-left: 0;
}
936
@media (min-width: 768px) {
937
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
Mark Otto's avatar
Mark Otto committed
938
    float: left;
939
940
  }
  .col-sm-12 {
941
    width: 100%;
942
943
  }
  .col-sm-11 {
944
    width: 91.66666667%;
945
946
  }
  .col-sm-10 {
947
    width: 83.33333333%;
948
949
  }
  .col-sm-9 {
950
    width: 75%;
951
952
  }
  .col-sm-8 {
953
    width: 66.66666667%;
954
955
  }
  .col-sm-7 {
956
    width: 58.33333333%;
957
958
  }
  .col-sm-6 {
959
    width: 50%;
960
961
  }
  .col-sm-5 {
962
    width: 41.66666667%;
963
964
  }
  .col-sm-4 {
965
    width: 33.33333333%;
966
967
  }
  .col-sm-3 {
968
    width: 25%;
969
970
  }
  .col-sm-2 {
971
    width: 16.66666667%;
972
973
  }
  .col-sm-1 {
974
    width: 8.33333333%;
975
976
  }
  .col-sm-pull-12 {
977
    right: 100%;
978
979
  }
  .col-sm-pull-11 {
980
    right: 91.66666667%;
981
982
  }
  .col-sm-pull-10 {
983
    right: 83.33333333%;
984
985
  }
  .col-sm-pull-9 {
986
    right: 75%;
987
988
  }
  .col-sm-pull-8 {
989
    right: 66.66666667%;
990
991
  }
  .col-sm-pull-7 {
992
    right: 58.33333333%;
993
994
  }
  .col-sm-pull-6 {
995
    right: 50%;
996
997
  }
  .col-sm-pull-5 {
998
    right: 41.66666667%;
999
1000
  }
  .col-sm-pull-4 {
For faster browsing, not all history is shown. View entire blame