bootstrap.css 122 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
55
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
Mark Otto's avatar
Mark Otto committed
56
57
  margin: .67em 0;
}
Mark Otto's avatar
Mark Otto committed
58
59
60
61
62
63
64
65
66
67
68
69
70
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
Mark Otto's avatar
Mark Otto committed
71
  height: 0;
Mark Otto's avatar
Mark Otto committed
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
}
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 {
  font-size: 75%;
  line-height: 0;
Mark Otto's avatar
Mark Otto committed
97
  position: relative;
Mark Otto's avatar
Mark Otto committed
98
99
100
  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
116
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  margin: 0 2px;
Mark Otto's avatar
Mark Otto committed
117
  padding: .35em .625em .75em;
Mark Otto's avatar
Mark Otto committed
118
119
120
121
122
123
124
125
126
127
128
129
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
Mark Otto's avatar
Mark Otto committed
130
131
  margin: 0;
}
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
182
183
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
Mark Otto's avatar
Mark Otto committed
184
    text-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
280
}
a {
  text-decoration: none;
Mark Otto's avatar
Mark Otto committed
281
282
  color: #428bca;
}
Mark Otto's avatar
Mark Otto committed
283
284
285
a:hover,
a:focus {
  text-decoration: underline;
Mark Otto's avatar
Mark Otto committed
286
287
  color: #2a6496;
}
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
.img-thumbnail {
Mark Otto's avatar
Mark Otto committed
305
  line-height: 1.428571429;
306
307
  display: inline-block;
  max-width: 100%;
Mark Otto's avatar
Mark Otto committed
308
  height: auto;
309
  padding: 4px;
Mark Otto's avatar
Mark Otto committed
310
311
312
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  border: 1px solid #ddd;
313
  border-radius: 4px;
Mark Otto's avatar
Mark Otto committed
314
  background-color: #fff;
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
.sr-only {
  position: absolute;
Mark Otto's avatar
Mark Otto committed
327
328
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
329
330
331
  width: 1px;
  height: 1px;
  margin: -1px;
Mark Otto's avatar
Mark Otto committed
332
  padding: 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
436
437
438
p {
  margin: 0 0 10px;
}
.lead {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
Mark Otto's avatar
Mark Otto committed
439
440
  margin-bottom: 20px;
}
441
@media (min-width: 768px) {
442
  .lead {
443
    font-size: 21px;
444
  }
445
446
447
448
449
450
451
452
453
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
Mark Otto's avatar
Mark Otto committed
454
  color: #999;
455
456
457
458
459
460
461
462
463
464
465
466
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
}
.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;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
495
496
497
.text-justify {
  text-align: justify;
}
Mark Otto's avatar
Mark Otto committed
498
.page-header {
Mark Otto's avatar
Mark Otto committed
499
  margin: 40px 0 20px;
Mark Otto's avatar
Mark Otto committed
500
501
502
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}
Mark Otto's avatar
Mark Otto committed
503
504
ul,
ol {
Mark Otto's avatar
Mark Otto committed
505
506
  margin-top: 0;
  margin-bottom: 10px;
Mark Otto's avatar
Mark Otto committed
507
508
}
ul ul,
liuyl's avatar
liuyl committed
509
ol ul,
Mark Otto's avatar
Mark Otto committed
510
ul ol,
liuyl's avatar
liuyl committed
511
ol ol {
Mark Otto's avatar
Mark Otto committed
512
513
  margin-bottom: 0;
}
514
.list-unstyled {
515
  padding-left: 0;
516
517
  list-style: none;
}
Mark Otto's avatar
Mark Otto committed
518
.list-inline {
519
  padding-left: 0;
Mark Otto's avatar
Mark Otto committed
520
521
522
523
524
525
526
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
527
528
529
.list-inline > li:first-child {
  padding-left: 0;
}
Mark Otto's avatar
Mark Otto committed
530
dl {
531
  margin-top: 0;
Mark Otto's avatar
Mark Otto committed
532
  margin-bottom: 20px;
Mark Otto's avatar
Mark Otto committed
533
534
535
}
dt,
dd {
536
  line-height: 1.428571429;
Mark Otto's avatar
Mark Otto committed
537
538
539
540
541
}
dt {
  font-weight: bold;
}
dd {
542
  margin-left: 0;
Mark Otto's avatar
Mark Otto committed
543
}
544
@media (min-width: 768px) {
545
  .dl-horizontal dt {
546
547
    float: left;
    clear: left;
Mark Otto's avatar
Mark Otto committed
548
549
    overflow: hidden;
    width: 160px;
550
551
    text-align: right;
    white-space: nowrap;
Mark Otto's avatar
Mark Otto committed
552
    text-overflow: ellipsis;
553
554
  }
  .dl-horizontal dd {
555
    margin-left: 180px;
556
557
  }
  .dl-horizontal dd:before,
558
559
560
  .dl-horizontal dd:after {
    display: table;
    content: " ";
561
562
  }
  .dl-horizontal dd:after {
563
    clear: both;
564
565
  }
  .dl-horizontal dd:before,
566
567
568
  .dl-horizontal dd:after {
    display: table;
    content: " ";
569
570
  }
  .dl-horizontal dd:after {
571
    clear: both;
572
  }
Mark Otto's avatar
Mark Otto committed
573
574
575
576
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
Mark Otto's avatar
Mark Otto committed
577
578
  border-bottom: 1px dotted #999;
}
579
.initialism {
Mark Otto's avatar
Mark Otto committed
580
581
582
583
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
Mark Otto's avatar
Mark Otto committed
584
  margin: 0 0 20px;
Mark Otto's avatar
Mark Otto committed
585
586
587
  padding: 10px 20px;
  border-left: 5px solid #eee;
}
Mark Otto's avatar
Mark Otto committed
588
blockquote p {
Mark Otto's avatar
Mark Otto committed
589
  font-size: 17.5px;
Mark Otto's avatar
Mark Otto committed
590
591
592
  font-weight: 300;
  line-height: 1.25;
}
593
594
595
blockquote p:last-child {
  margin-bottom: 0;
}
596
597
blockquote small,
blockquote .small {
598
  line-height: 1.428571429;
Mark Otto's avatar
Mark Otto committed
599
600
601
  display: block;
  color: #999;
}
602
603
blockquote small:before,
blockquote .small:before {
Mark Otto's avatar
Mark Otto committed
604
605
606
607
608
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
Mark Otto's avatar
Mark Otto committed
609
  border-right: 5px solid #eee;
Mark Otto's avatar
Mark Otto committed
610
611
612
  border-left: 0;
}
blockquote.pull-right p,
Mark Otto's avatar
Mark Otto committed
613
614
blockquote.pull-right small,
blockquote.pull-right .small {
Mark Otto's avatar
Mark Otto committed
615
616
  text-align: right;
}
Mark Otto's avatar
Mark Otto committed
617
618
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
Mark Otto's avatar
Mark Otto committed
619
620
  content: '';
}
Mark Otto's avatar
Mark Otto committed
621
622
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
Mark Otto's avatar
Mark Otto committed
623
624
625
626
627
628
629
630
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  font-style: normal;
631
  line-height: 1.428571429;
Mark Otto's avatar
Mark Otto committed
632
633
  margin-bottom: 20px;
}
Mark Otto's avatar
Mark Otto committed
634
code,
635
kbd,
636
637
pre,
samp {
638
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
Mark Otto's avatar
Mark Otto committed
639
640
641
}
code {
  font-size: 90%;
Mark Otto's avatar
Mark Otto committed
642
  padding: 2px 4px;
Mark Otto's avatar
Mark Otto committed
643
  white-space: nowrap;
Mark Otto's avatar
Mark Otto committed
644
  color: #c7254e;
645
  border-radius: 4px;
Mark Otto's avatar
Mark Otto committed
646
  background-color: #f9f2f4;
Mark Otto's avatar
Mark Otto committed
647
}
648
649
kbd {
  font-size: 90%;
Mark Otto's avatar
Mark Otto committed
650
651
  padding: 2px 4px;
  color: #fff;
652
  border-radius: 3px;
Mark Otto's avatar
Mark Otto committed
653
654
  background-color: #333;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
655
}
Mark Otto's avatar
Mark Otto committed
656
pre {
Mark Otto's avatar
Mark Otto committed
657
  font-size: 13px;
658
  line-height: 1.428571429;
Mark Otto's avatar
Mark Otto committed
659
660
661
  display: block;
  margin: 0 0 10px;
  padding: 9.5px;
Mark Otto's avatar
Mark Otto committed
662
  word-wrap: break-word;
Mark Otto's avatar
Mark Otto committed
663
664
665
  word-break: break-all;
  color: #333;
  border: 1px solid #ccc;
Mark Otto's avatar
Mark Otto committed
666
  border-radius: 4px;
Mark Otto's avatar
Mark Otto committed
667
  background-color: #f5f5f5;
Mark Otto's avatar
Mark Otto committed
668
669
}
pre code {
670
  font-size: inherit;
Mark Otto's avatar
Mark Otto committed
671
  padding: 0;
Mark Otto's avatar
Mark Otto committed
672
  white-space: pre-wrap;
Mark Otto's avatar
Mark Otto committed
673
  color: inherit;
Mark Otto's avatar
Mark Otto committed
674
  border-radius: 0;
Mark Otto's avatar
Mark Otto committed
675
  background-color: transparent;
Mark Otto's avatar
Mark Otto committed
676
677
678
}
.pre-scrollable {
  overflow-y: scroll;
Mark Otto's avatar
Mark Otto committed
679
680
  max-height: 340px;
}
Mark Otto's avatar
Mark Otto committed
681
682
683
.container {
  margin-right: auto;
  margin-left: auto;
Mark Otto's avatar
Mark Otto committed
684
685
  padding-right: 15px;
  padding-left: 15px;
Mark Otto's avatar
Mark Otto committed
686
687
688
689
690
691
692
693
694
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
695
696
697
698
699
700
701
702
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
703
@media (min-width: 768px) {
704
  .container {
705
    width: 750px;
706
  }
707
708
}
@media (min-width: 992px) {
709
  .container {
710
    width: 970px;
711
  }
712
713
}
@media (min-width: 1200px) {
714
  .container {
715
    width: 1170px;
716
  }
717
}
718
719
720
.container-fluid {
  margin-right: auto;
  margin-left: auto;
Mark Otto's avatar
Mark Otto committed
721
722
  padding-right: 15px;
  padding-left: 15px;
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}
740
741
742
743
.row {
  margin-right: -15px;
  margin-left: -15px;
}
Mark Otto's avatar
Mark Otto committed
744
745
746
747
748
749
750
751
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
752
753
754
755
756
757
758
759
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
Mark Otto's avatar
Mark Otto committed
760
.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 {
761
  position: relative;
Mark Otto's avatar
Mark Otto committed
762
  min-height: 1px;
763
764
  padding-right: 15px;
  padding-left: 15px;
Mark Otto's avatar
Mark Otto committed
765
}
Mark Otto's avatar
Mark Otto committed
766
.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
767
768
  float: left;
}
769
770
.col-xs-12 {
  width: 100%;
771
}
772
773
.col-xs-11 {
  width: 91.66666666666666%;
774
}
775
776
.col-xs-10 {
  width: 83.33333333333334%;
777
}
778
779
.col-xs-9 {
  width: 75%;
780
}
781
782
783
784
785
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
786
}
787
.col-xs-6 {
788
  width: 50%;
789
}
790
791
.col-xs-5 {
  width: 41.66666666666667%;
792
}
793
794
.col-xs-4 {
  width: 33.33333333333333%;
795
}
796
797
.col-xs-3 {
  width: 25%;
798
}
799
800
.col-xs-2 {
  width: 16.666666666666664%;
801
}
802
803
.col-xs-1 {
  width: 8.333333333333332%;
804
}
805
806
807
808
809
810
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
.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%;
}
841
842
843
.col-xs-pull-0 {
  right: 0;
}
844
845
846
847
848
849
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
.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%;
}
880
881
882
.col-xs-push-0 {
  left: 0;
}
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
.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
918
}
919
920
921
.col-xs-offset-0 {
  margin-left: 0;
}
922
@media (min-width: 768px) {
923
  .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
924
    float: left;
925
926
  }
  .col-sm-12 {
927
    width: 100%;
928
929
  }
  .col-sm-11 {
930
    width: 91.66666666666666%;
931
932
  }
  .col-sm-10 {
933
    width: 83.33333333333334%;
934
935
  }
  .col-sm-9 {
936
    width: 75%;
937
938
  }
  .col-sm-8 {
939
    width: 66.66666666666666%;
940
941
  }
  .col-sm-7 {
942
    width: 58.333333333333336%;
943
944
  }
  .col-sm-6 {
945
    width: 50%;
946
947
  }
  .col-sm-5 {
948
    width: 41.66666666666667%;
949
950
  }
  .col-sm-4 {
951
    width: 33.33333333333333%;
952
953
  }
  .col-sm-3 {
954
    width: 25%;
955
956
  }
  .col-sm-2 {
957
    width: 16.666666666666664%;
958
959
  }
  .col-sm-1 {
960
    width: 8.333333333333332%;
961
962
  }
  .col-sm-pull-12 {
963
    right: 100%;
964
965
  }
  .col-sm-pull-11 {
966
    right: 91.66666666666666%;
967
968
  }
  .col-sm-pull-10 {
969
    right: 83.33333333333334%;
970
971
  }
  .col-sm-pull-9 {
972
    right: 75%;
973
974
  }
  .col-sm-pull-8 {
975
    right: 66.66666666666666%;
976
977
  }
  .col-sm-pull-7 {
978
    right: 58.333333333333336%;
979
980
  }
  .col-sm-pull-6 {
981
    right: 50%;
982
983
  }
  .col-sm-pull-5 {
984
    right: 41.66666666666667%;
985
986
  }
  .col-sm-pull-4 {
987
    right: 33.33333333333333%;
988
989
  }
  .col-sm-pull-3 {
990
    right: 25%;
991
992
  }
  .col-sm-pull-2 {
Mark Otto's avatar
Mark Otto committed
993
    right: 16.666666666666664%;
994
995
  }
  .col-sm-pull-1 {
996
    right: 8.333333333333332%;
997
998
  }
  .col-sm-pull-0 {
999
    right: 0;
1000
  }
For faster browsing, not all history is shown. View entire blame