bootstrap.css 115 KB
Newer Older
Mark Otto's avatar
Mark Otto committed
1
/*!
Mark Otto's avatar
Mark Otto committed
2
 * Bootstrap v3.0.3 (http://getbootstrap.com)
Chris Rebert's avatar
Chris Rebert committed
3
4
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
Mark Otto's avatar
Mark Otto committed
5
 */
6

Mark Otto's avatar
Mark Otto committed
7

Mark Otto's avatar
Mark Otto committed
8
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
Mark Otto's avatar
Mark Otto committed
9
10
11
12
13
14
15
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,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
XhmikosR's avatar
XhmikosR committed
32
33
[hidden],
template {
Mark Otto's avatar
Mark Otto committed
34
35
36
37
38
  display: none;
}
html {
  font-family: sans-serif;
      -ms-text-size-adjust: 100%;
Mark Otto's avatar
Mark Otto committed
39
  -webkit-text-size-adjust: 100%;
Mark Otto's avatar
Mark Otto committed
40
41
42
43
}
body {
  margin: 0;
}
XhmikosR's avatar
XhmikosR committed
44
45
46
a {
  background: transparent;
}
Mark Otto's avatar
Mark Otto committed
47
48
49
50
51
52
53
54
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
Mark Otto's avatar
Mark Otto committed
55
  margin: .67em 0;
56
  font-size: 2em;
Mark Otto's avatar
Mark Otto committed
57
}
Mark Otto's avatar
Mark Otto committed
58
59
60
61
62
63
64
65
66
67
68
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
69
  height: 0;
Mark Otto's avatar
Mark Otto committed
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
mark {
  color: #000;
  background: #ff0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
95
  position: relative;
Mark Otto's avatar
Mark Otto committed
96
97
98
99
100
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
Mark Otto's avatar
Mark Otto committed
101
  top: -.5em;
Mark Otto's avatar
Mark Otto committed
102
103
}
sub {
Mark Otto's avatar
Mark Otto committed
104
  bottom: -.25em;
Mark Otto's avatar
Mark Otto committed
105
106
107
108
109
110
111
112
113
114
115
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
Mark Otto's avatar
Mark Otto committed
116
  padding: .35em .625em .75em;
117
  margin: 0 2px;
Mark Otto's avatar
Mark Otto committed
118
119
120
121
122
123
124
125
126
127
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
button,
input,
select,
textarea {
128
  margin: 0;
Mark Otto's avatar
Mark Otto committed
129
130
  font-family: inherit;
  font-size: 100%;
Mark Otto's avatar
Mark Otto committed
131
}
Mark Otto's avatar
Mark Otto committed
132
133
134
135
136
137
138
139
140
141
142
143
144
button,
input {
  line-height: normal;
}
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
145
  cursor: pointer;
Mark Otto's avatar
Mark Otto committed
146
147
148
149
150
151
152
153
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
Mark Otto's avatar
Mark Otto committed
154
  padding: 0;
Mark Otto's avatar
Mark Otto committed
155
156
}
input[type="search"] {
Mark Otto's avatar
Mark Otto committed
157
  -webkit-appearance: textfield;
Mark Otto's avatar
Mark Otto committed
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-spacing: 0;
Mark Otto's avatar
Mark Otto committed
177
  border-collapse: collapse;
Mark Otto's avatar
Mark Otto committed
178
}
179
@media print {
180
  * {
181
    color: #000 !important;
182
    text-shadow: none !important;
183
184
    background: transparent !important;
    box-shadow: none !important;
185
186
  }
  a,
187
188
  a:visited {
    text-decoration: underline;
189
190
  }
  a[href]:after {
191
    content: " (" attr(href) ")";
192
193
  }
  abbr[title]:after {
194
    content: " (" attr(title) ")";
195
196
  }
  a[href^="javascript:"]:after,
197
198
  a[href^="#"]:after {
    content: "";
199
200
  }
  pre,
201
202
203
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
204
205
  }
  thead {
206
    display: table-header-group;
207
208
  }
  tr,
209
210
  img {
    page-break-inside: avoid;
211
212
  }
  img {
213
    max-width: 100% !important;
214
  }
Mark Otto's avatar
Mark Otto committed
215
  @page {
Mark Otto's avatar
Mark Otto committed
216
    margin: 2cm .5cm;
217
218
  }
  p,
219
220
221
222
  h2,
  h3 {
    orphans: 3;
    widows: 3;
223
224
  }
  h2,
225
226
  h3 {
    page-break-after: avoid;
227
228
  }
  select {
Zlatan Vasović's avatar
Zlatan Vasović committed
229
    background: #fff !important;
230
231
  }
  .navbar {
232
    display: none;
233
234
  }
  .table td,
235
236
  .table th {
    background-color: #fff !important;
237
238
  }
  .btn > .caret,
239
240
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
241
242
  }
  .label {
243
    border: 1px solid #000;
244
245
  }
  .table {
Mark Otto's avatar
Mark Otto committed
246
    border-collapse: collapse !important;
247
248
  }
  .table-bordered th,
Mark Otto's avatar
Mark Otto committed
249
250
  .table-bordered td {
    border: 1px solid #ddd !important;
251
  }
252
}
253
254
255
*,
*:before,
*:after {
Mark Otto's avatar
Mark Otto committed
256
257
258
259
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
Mark Otto's avatar
Mark Otto committed
260
261
262
263
264
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
Mark Otto's avatar
Mark Otto committed
265
266
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
267
  line-height: 1.428571429;
Mark Otto's avatar
Mark Otto committed
268
269
270
  color: #333;
  background-color: #fff;
}
Mark Otto's avatar
Mark Otto committed
271
272
273
274
input,
button,
select,
textarea {
Mark Otto's avatar
Mark Otto committed
275
276
277
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
Mark Otto's avatar
Mark Otto committed
278
279
}
a {
Mark Otto's avatar
Mark Otto committed
280
  color: #428bca;
281
  text-decoration: none;
Mark Otto's avatar
Mark Otto committed
282
}
Mark Otto's avatar
Mark Otto committed
283
284
a:hover,
a:focus {
Mark Otto's avatar
Mark Otto committed
285
  color: #2a6496;
286
  text-decoration: underline;
Mark Otto's avatar
Mark Otto committed
287
}
Mark Otto's avatar
Mark Otto committed
288
a:focus {
Mark Otto's avatar
Mark Otto committed
289
  outline: thin dotted;
Mark Otto's avatar
Mark Otto committed
290
291
292
293
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
Mark Otto's avatar
Mark Otto committed
294
295
  vertical-align: middle;
}
296
297
298
.img-responsive {
  display: block;
  max-width: 100%;
Mark Otto's avatar
Mark Otto committed
299
  height: auto;
300
}
Mark Otto's avatar
Mark Otto committed
301
302
303
.img-rounded {
  border-radius: 6px;
}
304
305
306
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
Mark Otto's avatar
Mark Otto committed
307
  height: auto;
308
  padding: 4px;
309
310
  line-height: 1.428571429;
  background-color: #fff;
Mark Otto's avatar
Mark Otto committed
311
  border: 1px solid #ddd;
312
  border-radius: 4px;
313
314
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
315
}
Mark Otto's avatar
Mark Otto committed
316
.img-circle {
Jacob Thornton's avatar
Jacob Thornton committed
317
  border-radius: 50%;
Mark Otto's avatar
Mark Otto committed
318
}
319
320
321
322
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
Mark Otto's avatar
Mark Otto committed
323
  border-top: 1px solid #eee;
324
}
325
326
327
328
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
Mark Otto's avatar
Mark Otto committed
329
  padding: 0;
330
331
332
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
333
334
  border: 0;
}
Mark Otto's avatar
Mark Otto committed
335
336
337
338
339
h1,
h2,
h3,
h4,
h5,
340
341
342
343
344
345
346
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
347
  font-family: inherit;
Mark Otto's avatar
Mark Otto committed
348
  font-weight: 500;
Mark Otto's avatar
Mark Otto committed
349
  line-height: 1.1;
350
  color: inherit;
Mark Otto's avatar
Mark Otto committed
351
352
353
354
355
356
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
357
358
359
360
361
362
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
Mark Otto's avatar
Mark Otto committed
363
364
365
366
367
368
369
370
371
372
373
374
375
.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
376
377
  font-weight: normal;
  line-height: 1;
Mark Otto's avatar
Mark Otto committed
378
379
  color: #999;
}
Mark Otto's avatar
Mark Otto committed
380
381
382
h1,
h2,
h3 {
Mark Otto's avatar
Mark Otto committed
383
384
  margin-top: 20px;
  margin-bottom: 10px;
Mark Otto's avatar
Mark Otto committed
385
}
386
387
h1 small,
h2 small,
Mark Otto's avatar
Mark Otto committed
388
389
390
391
h3 small,
h1 .small,
h2 .small,
h3 .small {
392
393
  font-size: 65%;
}
Mark Otto's avatar
Mark Otto committed
394
395
396
h4,
h5,
h6 {
Mark Otto's avatar
Mark Otto committed
397
398
  margin-top: 10px;
  margin-bottom: 10px;
Mark Otto's avatar
Mark Otto committed
399
}
400
401
h4 small,
h5 small,
Mark Otto's avatar
Mark Otto committed
402
403
404
405
h6 small,
h4 .small,
h5 .small,
h6 .small {
406
407
  font-size: 75%;
}
408
409
h1,
.h1 {
Mark Otto's avatar
Mark Otto committed
410
  font-size: 36px;
Mark Otto's avatar
Mark Otto committed
411
}
412
413
h2,
.h2 {
Mark Otto's avatar
Mark Otto committed
414
  font-size: 30px;
Mark Otto's avatar
Mark Otto committed
415
}
416
417
h3,
.h3 {
Mark Otto's avatar
Mark Otto committed
418
  font-size: 24px;
Mark Otto's avatar
Mark Otto committed
419
}
420
421
h4,
.h4 {
Mark Otto's avatar
Mark Otto committed
422
  font-size: 18px;
Mark Otto's avatar
Mark Otto committed
423
}
424
425
h5,
.h5 {
Mark Otto's avatar
Mark Otto committed
426
  font-size: 14px;
Mark Otto's avatar
Mark Otto committed
427
}
428
429
h6,
.h6 {
Mark Otto's avatar
Mark Otto committed
430
  font-size: 12px;
Mark Otto's avatar
Mark Otto committed
431
}
432
433
434
435
p {
  margin: 0 0 10px;
}
.lead {
436
  margin-bottom: 20px;
437
438
439
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
Mark Otto's avatar
Mark Otto committed
440
}
441
@media (min-width: 768px) {
442
  .lead {
443
    font-size: 21px;
444
  }
445
446
447
448
449
450
451
452
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
453
454
455
456
457
458
459
460
461
462
463
464
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
465
.text-muted {
Mark Otto's avatar
Mark Otto committed
466
  color: #999;
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
498
499
500
.bg-primary {
  color: #fff;
  background-color: #428bca;
501
}
502
503
a.bg-primary:hover {
  background-color: #3071a9;
504
}
505
506
.bg-warning {
  background-color: #fcf8e3;
507
}
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
528
}
Mark Otto's avatar
Mark Otto committed
529
.page-header {
Mark Otto's avatar
Mark Otto committed
530
  padding-bottom: 9px;
531
  margin: 40px 0 20px;
Mark Otto's avatar
Mark Otto committed
532
533
  border-bottom: 1px solid #eee;
}
Mark Otto's avatar
Mark Otto committed
534
535
ul,
ol {
Mark Otto's avatar
Mark Otto committed
536
537
  margin-top: 0;
  margin-bottom: 10px;
Mark Otto's avatar
Mark Otto committed
538
539
}
ul ul,
liuyl's avatar
liuyl committed
540
ol ul,
Mark Otto's avatar
Mark Otto committed
541
ul ol,
liuyl's avatar
liuyl committed
542
ol ol {
Mark Otto's avatar
Mark Otto committed
543
544
  margin-bottom: 0;
}
545
.list-unstyled {
546
  padding-left: 0;
547
548
  list-style: none;
}
Mark Otto's avatar
Mark Otto committed
549
.list-inline {
550
  padding-left: 0;
Mark Otto's avatar
Mark Otto committed
551
552
553
554
555
556
557
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
558
559
560
.list-inline > li:first-child {
  padding-left: 0;
}
Mark Otto's avatar
Mark Otto committed
561
dl {
562
  margin-top: 0;
Mark Otto's avatar
Mark Otto committed
563
  margin-bottom: 20px;
Mark Otto's avatar
Mark Otto committed
564
565
566
}
dt,
dd {
567
  line-height: 1.428571429;
Mark Otto's avatar
Mark Otto committed
568
569
570
571
572
}
dt {
  font-weight: bold;
}
dd {
573
  margin-left: 0;
Mark Otto's avatar
Mark Otto committed
574
}
575
@media (min-width: 768px) {
576
  .dl-horizontal dt {
577
    float: left;
Mark Otto's avatar
Mark Otto committed
578
    width: 160px;
579
580
    overflow: hidden;
    clear: left;
581
    text-align: right;
Mark Otto's avatar
Mark Otto committed
582
    text-overflow: ellipsis;
583
    white-space: nowrap;
584
585
  }
  .dl-horizontal dd {
586
    margin-left: 180px;
587
  }
Mark Otto's avatar
Mark Otto committed
588
589
590
591
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
Mark Otto's avatar
Mark Otto committed
592
593
  border-bottom: 1px dotted #999;
}
594
.initialism {
Mark Otto's avatar
Mark Otto committed
595
596
597
598
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
Mark Otto's avatar
Mark Otto committed
599
  padding: 10px 20px;
600
  margin: 0 0 20px;
Mark Otto's avatar
Mark Otto committed
601
602
  border-left: 5px solid #eee;
}
Mark Otto's avatar
Mark Otto committed
603
blockquote p {
Mark Otto's avatar
Mark Otto committed
604
  font-size: 17.5px;
Mark Otto's avatar
Mark Otto committed
605
}
606
607
608
blockquote p:last-child {
  margin-bottom: 0;
}
609
blockquote footer,
610
611
blockquote small,
blockquote .small {
Mark Otto's avatar
Mark Otto committed
612
  display: block;
613
  line-height: 1.428571429;
Mark Otto's avatar
Mark Otto committed
614
615
  color: #999;
}
616
blockquote footer:before,
617
618
blockquote small:before,
blockquote .small:before {
Mark Otto's avatar
Mark Otto committed
619
620
621
622
623
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
Mark Otto's avatar
Mark Otto committed
624
  border-right: 5px solid #eee;
Mark Otto's avatar
Mark Otto committed
625
626
627
  border-left: 0;
}
blockquote.pull-right p,
Mark Otto's avatar
Mark Otto committed
628
629
blockquote.pull-right small,
blockquote.pull-right .small {
Mark Otto's avatar
Mark Otto committed
630
631
  text-align: right;
}
Mark Otto's avatar
Mark Otto committed
632
633
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
Mark Otto's avatar
Mark Otto committed
634
635
  content: '';
}
Mark Otto's avatar
Mark Otto committed
636
637
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
Mark Otto's avatar
Mark Otto committed
638
639
640
641
642
643
644
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
645
  margin-bottom: 20px;
Mark Otto's avatar
Mark Otto committed
646
  font-style: normal;
647
  line-height: 1.428571429;
Mark Otto's avatar
Mark Otto committed
648
}
Mark Otto's avatar
Mark Otto committed
649
code,
650
kbd,
651
652
pre,
samp {
653
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
Mark Otto's avatar
Mark Otto committed
654
655
}
code {
Mark Otto's avatar
Mark Otto committed
656
  padding: 2px 4px;
657
  font-size: 90%;
Mark Otto's avatar
Mark Otto committed
658
  color: #c7254e;
659
  white-space: nowrap;
Mark Otto's avatar
Mark Otto committed
660
  background-color: #f9f2f4;
661
  border-radius: 4px;
Mark Otto's avatar
Mark Otto committed
662
}
663
kbd {
Mark Otto's avatar
Mark Otto committed
664
  padding: 2px 4px;
665
  font-size: 90%;
Mark Otto's avatar
Mark Otto committed
666
667
  color: #fff;
  background-color: #333;
668
  border-radius: 3px;
Mark Otto's avatar
Mark Otto committed
669
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
670
}
Mark Otto's avatar
Mark Otto committed
671
pre {
Mark Otto's avatar
Mark Otto committed
672
673
  display: block;
  padding: 9.5px;
674
675
676
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
Mark Otto's avatar
Mark Otto committed
677
  color: #333;
678
679
680
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
Mark Otto's avatar
Mark Otto committed
681
  border: 1px solid #ccc;
Mark Otto's avatar
Mark Otto committed
682
683
684
  border-radius: 4px;
}
pre code {
Mark Otto's avatar
Mark Otto committed
685
  padding: 0;
686
  font-size: inherit;
Mark Otto's avatar
Mark Otto committed
687
  color: inherit;
688
  white-space: pre-wrap;
Mark Otto's avatar
Mark Otto committed
689
  background-color: transparent;
690
  border-radius: 0;
Mark Otto's avatar
Mark Otto committed
691
692
}
.pre-scrollable {
Mark Otto's avatar
Mark Otto committed
693
  max-height: 340px;
694
  overflow-y: scroll;
Mark Otto's avatar
Mark Otto committed
695
}
Mark Otto's avatar
Mark Otto committed
696
.container {
Mark Otto's avatar
Mark Otto committed
697
698
  padding-right: 15px;
  padding-left: 15px;
699
700
  margin-right: auto;
  margin-left: auto;
Mark Otto's avatar
Mark Otto committed
701
}
702
@media (min-width: 768px) {
703
  .container {
704
    width: 750px;
705
  }
706
707
}
@media (min-width: 992px) {
708
  .container {
709
    width: 970px;
710
  }
711
712
}
@media (min-width: 1200px) {
713
  .container {
714
    width: 1170px;
715
  }
716
}
717
.container-fluid {
Mark Otto's avatar
Mark Otto committed
718
719
  padding-right: 15px;
  padding-left: 15px;
720
721
  margin-right: auto;
  margin-left: auto;
722
}
723
724
725
726
.row {
  margin-right: -15px;
  margin-left: -15px;
}
Mark Otto's avatar
Mark Otto committed
727
.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 {
728
  position: relative;
Mark Otto's avatar
Mark Otto committed
729
  min-height: 1px;
730
731
  padding-right: 15px;
  padding-left: 15px;
Mark Otto's avatar
Mark Otto committed
732
}
Mark Otto's avatar
Mark Otto committed
733
.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
734
735
  float: left;
}
736
737
.col-xs-12 {
  width: 100%;
738
}
739
740
.col-xs-11 {
  width: 91.66666666666666%;
741
}
742
743
.col-xs-10 {
  width: 83.33333333333334%;
744
}
745
746
.col-xs-9 {
  width: 75%;
747
}
748
749
750
751
752
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
753
}
754
.col-xs-6 {
755
  width: 50%;
756
}
757
758
.col-xs-5 {
  width: 41.66666666666667%;
759
}
760
761
.col-xs-4 {
  width: 33.33333333333333%;
762
}
763
764
.col-xs-3 {
  width: 25%;
765
}
766
767
.col-xs-2 {
  width: 16.666666666666664%;
768
}
769
770
.col-xs-1 {
  width: 8.333333333333332%;
771
}
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
808
809
810
.col-xs-pull-0 {
  right: 0;
}
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
847
848
849
.col-xs-push-0 {
  left: 0;
}
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
Mark Otto's avatar
Mark Otto committed
885
}
886
887
888
.col-xs-offset-0 {
  margin-left: 0;
}
889
@media (min-width: 768px) {
890
  .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
891
    float: left;
892
893
  }
  .col-sm-12 {
894
    width: 100%;
895
896
  }
  .col-sm-11 {
897
    width: 91.66666666666666%;
898
899
  }
  .col-sm-10 {
900
    width: 83.33333333333334%;
901
902
  }
  .col-sm-9 {
903
    width: 75%;
904
905
  }
  .col-sm-8 {
906
    width: 66.66666666666666%;
907
908
  }
  .col-sm-7 {
909
    width: 58.333333333333336%;
910
911
  }
  .col-sm-6 {
912
    width: 50%;
913
914
  }
  .col-sm-5 {
915
    width: 41.66666666666667%;
916
917
  }
  .col-sm-4 {
918
    width: 33.33333333333333%;
919
920
  }
  .col-sm-3 {
921
    width: 25%;
922
923
  }
  .col-sm-2 {
924
    width: 16.666666666666664%;
925
926
  }
  .col-sm-1 {
927
    width: 8.333333333333332%;
928
929
  }
  .col-sm-pull-12 {
930
    right: 100%;
931
932
  }
  .col-sm-pull-11 {
933
    right: 91.66666666666666%;
934
935
  }
  .col-sm-pull-10 {
936
    right: 83.33333333333334%;
937
938
  }
  .col-sm-pull-9 {
939
    right: 75%;
940
941
  }
  .col-sm-pull-8 {
942
    right: 66.66666666666666%;
943
944
  }
  .col-sm-pull-7 {
945
    right: 58.333333333333336%;
946
947
  }
  .col-sm-pull-6 {
948
    right: 50%;
949
950
  }
  .col-sm-pull-5 {
951
    right: 41.66666666666667%;
952
953
  }
  .col-sm-pull-4 {
954
    right: 33.33333333333333%;
955
956
  }
  .col-sm-pull-3 {
957
    right: 25%;
958
959
  }
  .col-sm-pull-2 {
Mark Otto's avatar
Mark Otto committed
960
    right: 16.666666666666664%;
961
962
  }
  .col-sm-pull-1 {
963
    right: 8.333333333333332%;
964
965
  }
  .col-sm-pull-0 {
966
    right: 0;
967
968
  }
  .col-sm-push-12 {
969
    left: 100%;
970
971
  }
  .col-sm-push-11 {
Mark Otto's avatar
Mark Otto committed
972
    left: 91.66666666666666%;
973
974
  }
  .col-sm-push-10 {
975
    left: 83.33333333333334%;
976
977
  }
  .col-sm-push-9 {
978
    left: 75%;
979
980
  }
  .col-sm-push-8 {
981
    left: 66.66666666666666%;
982
983
  }
  .col-sm-push-7 {
984
    left: 58.333333333333336%;
985
986
  }
  .col-sm-push-6 {
987
    left: 50%;
988
989
  }
  .col-sm-push-5 {
990
    left: 41.66666666666667%;
991
992
  }
  .col-sm-push-4 {
993
    left: 33.33333333333333%;
994
995
  }
  .col-sm-push-3 {
996
    left: 25%;
997
998
  }
  .col-sm-push-2 {
999
    left: 16.666666666666664%;
1000
  }
For faster browsing, not all history is shown. View entire blame