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