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.1 (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
  margin-left: -5px;
Mark Otto's avatar
Mark Otto committed
588
589
590
591
592
593
594
595
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
596
  margin-top: 0;
Mark Otto's avatar
Mark Otto committed
597
  margin-bottom: 20px;
Mark Otto's avatar
Mark Otto committed
598
599
600
}
dt,
dd {
601
  line-height: 1.42857143;
Mark Otto's avatar
Mark Otto committed
602
603
604
605
606
}
dt {
  font-weight: bold;
}
dd {
607
  margin-left: 0;
Mark Otto's avatar
Mark Otto committed
608
}
609
@media (min-width: 768px) {
610
  .dl-horizontal dt {
611
    float: left;
Mark Otto's avatar
Mark Otto committed
612
    width: 160px;
613
614
    overflow: hidden;
    clear: left;
615
    text-align: right;
Mark Otto's avatar
Mark Otto committed
616
    text-overflow: ellipsis;
617
    white-space: nowrap;
618
619
  }
  .dl-horizontal dd {
620
    margin-left: 180px;
621
  }
Mark Otto's avatar
Mark Otto committed
622
623
624
625
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
Mark Otto's avatar
Mark Otto committed
626
627
  border-bottom: 1px dotted #999;
}
628
.initialism {
Mark Otto's avatar
Mark Otto committed
629
630
631
632
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
Mark Otto's avatar
Mark Otto committed
633
  padding: 10px 20px;
634
  margin: 0 0 20px;
Mark Otto's avatar
Mark Otto committed
635
  font-size: 17.5px;
636
  border-left: 5px solid #eee;
Mark Otto's avatar
Mark Otto committed
637
}
638
639
640
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
641
642
  margin-bottom: 0;
}
643
blockquote footer,
644
645
blockquote small,
blockquote .small {
Mark Otto's avatar
Mark Otto committed
646
  display: block;
647
  font-size: 80%;
648
  line-height: 1.42857143;
Mark Otto's avatar
Mark Otto committed
649
650
  color: #999;
}
651
blockquote footer:before,
652
653
blockquote small:before,
blockquote .small:before {
Mark Otto's avatar
Mark Otto committed
654
655
  content: '\2014 \00A0';
}
656
.blockquote-reverse,
Mark Otto's avatar
Mark Otto committed
657
658
659
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
660
  text-align: right;
Mark Otto's avatar
Mark Otto committed
661
  border-right: 5px solid #eee;
Mark Otto's avatar
Mark Otto committed
662
663
  border-left: 0;
}
664
665
666
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
Mark Otto's avatar
Mark Otto committed
667
blockquote.pull-right small:before,
668
.blockquote-reverse .small:before,
Mark Otto's avatar
Mark Otto committed
669
blockquote.pull-right .small:before {
Mark Otto's avatar
Mark Otto committed
670
671
  content: '';
}
672
673
674
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
Mark Otto's avatar
Mark Otto committed
675
blockquote.pull-right small:after,
676
.blockquote-reverse .small:after,
Mark Otto's avatar
Mark Otto committed
677
blockquote.pull-right .small:after {
Mark Otto's avatar
Mark Otto committed
678
679
680
681
682
683
684
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
685
  margin-bottom: 20px;
Mark Otto's avatar
Mark Otto committed
686
  font-style: normal;
687
  line-height: 1.42857143;
Mark Otto's avatar
Mark Otto committed
688
}
Mark Otto's avatar
Mark Otto committed
689
code,
690
kbd,
691
692
pre,
samp {
693
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
Mark Otto's avatar
Mark Otto committed
694
695
}
code {
Mark Otto's avatar
Mark Otto committed
696
  padding: 2px 4px;
697
  font-size: 90%;
Mark Otto's avatar
Mark Otto committed
698
  color: #c7254e;
699
  white-space: nowrap;
Mark Otto's avatar
Mark Otto committed
700
  background-color: #f9f2f4;
701
  border-radius: 4px;
Mark Otto's avatar
Mark Otto committed
702
}
703
kbd {
Mark Otto's avatar
Mark Otto committed
704
  padding: 2px 4px;
705
  font-size: 90%;
Mark Otto's avatar
Mark Otto committed
706
707
  color: #fff;
  background-color: #333;
708
  border-radius: 3px;
Mark Otto's avatar
Mark Otto committed
709
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
710
}
Mark Otto's avatar
Mark Otto committed
711
pre {
Mark Otto's avatar
Mark Otto committed
712
713
  display: block;
  padding: 9.5px;
714
715
  margin: 0 0 10px;
  font-size: 13px;
716
  line-height: 1.42857143;
Mark Otto's avatar
Mark Otto committed
717
  color: #333;
718
719
720
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
Mark Otto's avatar
Mark Otto committed
721
  border: 1px solid #ccc;
Mark Otto's avatar
Mark Otto committed
722
723
724
  border-radius: 4px;
}
pre code {
Mark Otto's avatar
Mark Otto committed
725
  padding: 0;
726
  font-size: inherit;
Mark Otto's avatar
Mark Otto committed
727
  color: inherit;
728
  white-space: pre-wrap;
Mark Otto's avatar
Mark Otto committed
729
  background-color: transparent;
730
  border-radius: 0;
Mark Otto's avatar
Mark Otto committed
731
732
}
.pre-scrollable {
Mark Otto's avatar
Mark Otto committed
733
  max-height: 340px;
734
  overflow-y: scroll;
Mark Otto's avatar
Mark Otto committed
735
}
Mark Otto's avatar
Mark Otto committed
736
.container {
Mark Otto's avatar
Mark Otto committed
737
738
  padding-right: 15px;
  padding-left: 15px;
739
740
  margin-right: auto;
  margin-left: auto;
Mark Otto's avatar
Mark Otto committed
741
}
742
@media (min-width: 768px) {
743
  .container {
744
    width: 750px;
745
  }
746
747
}
@media (min-width: 992px) {
748
  .container {
749
    width: 970px;
750
  }
751
752
}
@media (min-width: 1200px) {
753
  .container {
754
    width: 1170px;
755
  }
756
}
757
.container-fluid {
Mark Otto's avatar
Mark Otto committed
758
759
  padding-right: 15px;
  padding-left: 15px;
760
761
  margin-right: auto;
  margin-left: auto;
762
}
763
764
765
766
.row {
  margin-right: -15px;
  margin-left: -15px;
}
Mark Otto's avatar
Mark Otto committed
767
.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 {
768
  position: relative;
Mark Otto's avatar
Mark Otto committed
769
  min-height: 1px;
770
771
  padding-right: 15px;
  padding-left: 15px;
Mark Otto's avatar
Mark Otto committed
772
}
Mark Otto's avatar
Mark Otto committed
773
.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
774
775
  float: left;
}
776
777
.col-xs-12 {
  width: 100%;
778
}
779
.col-xs-11 {
780
  width: 91.66666667%;
781
}
782
.col-xs-10 {
783
  width: 83.33333333%;
784
}
785
786
.col-xs-9 {
  width: 75%;
787
}
788
.col-xs-8 {
789
  width: 66.66666667%;
790
791
}
.col-xs-7 {
792
  width: 58.33333333%;
793
}
794
.col-xs-6 {
795
  width: 50%;
796
}
797
.col-xs-5 {
798
  width: 41.66666667%;
799
}
800
.col-xs-4 {
801
  width: 33.33333333%;
802
}
803
804
.col-xs-3 {
  width: 25%;
805
}
806
.col-xs-2 {
807
  width: 16.66666667%;
808
}
809
.col-xs-1 {
810
  width: 8.33333333%;
811
}
812
813
814
815
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
816
  right: 91.66666667%;
817
818
}
.col-xs-pull-10 {
819
  right: 83.33333333%;
820
821
822
823
824
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
825
  right: 66.66666667%;
826
827
}
.col-xs-pull-7 {
828
  right: 58.33333333%;
829
830
831
832
833
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
834
  right: 41.66666667%;
835
836
}
.col-xs-pull-4 {
837
  right: 33.33333333%;
838
839
840
841
842
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
843
  right: 16.66666667%;
844
845
}
.col-xs-pull-1 {
846
  right: 8.33333333%;
847
}
848
849
850
.col-xs-pull-0 {
  right: 0;
}
851
852
853
854
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
855
  left: 91.66666667%;
856
857
}
.col-xs-push-10 {
858
  left: 83.33333333%;
859
860
861
862
863
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
864
  left: 66.66666667%;
865
866
}
.col-xs-push-7 {
867
  left: 58.33333333%;
868
869
870
871
872
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
873
  left: 41.66666667%;
874
875
}
.col-xs-push-4 {
876
  left: 33.33333333%;
877
878
879
880
881
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
882
  left: 16.66666667%;
883
884
}
.col-xs-push-1 {
885
  left: 8.33333333%;
886
}
887
888
889
.col-xs-push-0 {
  left: 0;
}
890
891
892
893
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
894
  margin-left: 91.66666667%;
895
896
}
.col-xs-offset-10 {
897
  margin-left: 83.33333333%;
898
899
900
901
902
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
903
  margin-left: 66.66666667%;
904
905
}
.col-xs-offset-7 {
906
  margin-left: 58.33333333%;
907
908
909
910
911
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
912
  margin-left: 41.66666667%;
913
914
}
.col-xs-offset-4 {
915
  margin-left: 33.33333333%;
916
917
918
919
920
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
921
  margin-left: 16.66666667%;
922
923
}
.col-xs-offset-1 {
924
  margin-left: 8.33333333%;
Mark Otto's avatar
Mark Otto committed
925
}
926
927
928
.col-xs-offset-0 {
  margin-left: 0;
}
929
@media (min-width: 768px) {
930
  .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
931
    float: left;
932
933
  }
  .col-sm-12 {
934
    width: 100%;
935
936
  }
  .col-sm-11 {
937
    width: 91.66666667%;
938
939
  }
  .col-sm-10 {
940
    width: 83.33333333%;
941
942
  }
  .col-sm-9 {
943
    width: 75%;
944
945
  }
  .col-sm-8 {
946
    width: 66.66666667%;
947
948
  }
  .col-sm-7 {
949
    width: 58.33333333%;
950
951
  }
  .col-sm-6 {
952
    width: 50%;
953
954
  }
  .col-sm-5 {
955
    width: 41.66666667%;
956
957
  }
  .col-sm-4 {
958
    width: 33.33333333%;
959
960
  }
  .col-sm-3 {
961
    width: 25%;
962
963
  }
  .col-sm-2 {
964
    width: 16.66666667%;
965
966
  }
  .col-sm-1 {
967
    width: 8.33333333%;
968
969
  }
  .col-sm-pull-12 {
970
    right: 100%;
971
972
  }
  .col-sm-pull-11 {
973
    right: 91.66666667%;
974
975
  }
  .col-sm-pull-10 {
976
    right: 83.33333333%;
977
978
  }
  .col-sm-pull-9 {
979
    right: 75%;
980
981
  }
  .col-sm-pull-8 {
982
    right: 66.66666667%;
983
984
  }
  .col-sm-pull-7 {
985
    right: 58.33333333%;
986
987
  }
  .col-sm-pull-6 {
988
    right: 50%;
989
990
  }
  .col-sm-pull-5 {
991
    right: 41.66666667%;
992
993
  }
  .col-sm-pull-4 {
994
    right: 33.33333333%;
995
996
  }
  .col-sm-pull-3 {
997
    right: 25%;
998
999
  }
  .col-sm-pull-2 {
1000
    right: 16.66666667%;
For faster browsing, not all history is shown. View entire blame