bootstrap.css 119 KB
Newer Older
Mark Otto's avatar
Mark Otto committed
1
/*!
Mark Otto's avatar
Mark Otto committed
2
 * Bootstrap v3.2.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

XhmikosR's avatar
XhmikosR committed
7
/*! normalize.css v3.0.1 | 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
hr {
  height: 0;
Bas Bosman's avatar
Bas Bosman committed
97
98
99
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
Mark Otto's avatar
Mark Otto committed
100
}
101
102
103
104
105
106
107
108
109
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
Mark Otto's avatar
Mark Otto committed
110
111
112
}
button,
input,
113
optgroup,
Mark Otto's avatar
Mark Otto committed
114
115
select,
textarea {
116
  margin: 0;
117
118
  font: inherit;
  color: inherit;
Mark Otto's avatar
Mark Otto committed
119
}
120
121
button {
  overflow: visible;
Mark Otto's avatar
Mark Otto committed
122
123
124
125
126
127
128
129
130
131
}
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
132
  cursor: pointer;
Mark Otto's avatar
Mark Otto committed
133
134
135
136
137
}
button[disabled],
html input[disabled] {
  cursor: default;
}
138
139
140
141
142
143
144
145
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
Mark Otto's avatar
Mark Otto committed
146
147
input[type="checkbox"],
input[type="radio"] {
Bas Bosman's avatar
Bas Bosman committed
148
149
150
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
Mark Otto's avatar
Mark Otto committed
151
  padding: 0;
Mark Otto's avatar
Mark Otto committed
152
}
153
154
155
156
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
Mark Otto's avatar
Mark Otto committed
157
158
159
160
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
161
  -webkit-appearance: textfield;
Mark Otto's avatar
Mark Otto committed
162
163
164
165
166
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
167
168
169
170
171
172
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
Mark Otto's avatar
Mark Otto committed
173
174
175
176
177
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
178
179
180
}
optgroup {
  font-weight: bold;
Mark Otto's avatar
Mark Otto committed
181
182
183
}
table {
  border-spacing: 0;
Mark Otto's avatar
Mark Otto committed
184
  border-collapse: collapse;
Mark Otto's avatar
Mark Otto committed
185
}
186
187
188
189
td,
th {
  padding: 0;
}
190
@media print {
191
  * {
192
    color: #000 !important;
193
    text-shadow: none !important;
194
    background: transparent !important;
Bas Bosman's avatar
Bas Bosman committed
195
196
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
197
198
  }
  a,
199
200
  a:visited {
    text-decoration: underline;
201
202
  }
  a[href]:after {
203
    content: " (" attr(href) ")";
204
205
  }
  abbr[title]:after {
206
    content: " (" attr(title) ")";
207
208
  }
  a[href^="javascript:"]:after,
209
210
  a[href^="#"]:after {
    content: "";
211
212
  }
  pre,
213
214
  blockquote {
    border: 1px solid #999;
215

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

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