bootstrap.css 109 KB
Newer Older
1
/*!
XhmikosR's avatar
XhmikosR committed
2
 * Bootstrap v3.2.0 (http://getbootstrap.com)
3
4
5
6
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

XhmikosR's avatar
XhmikosR committed
7
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
8
9
10
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
11
      -ms-text-size-adjust: 100%;
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
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
95
96
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
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;
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
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;
151
152
153
154
155
156
157
158
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
159
160
     -moz-box-sizing: content-box;
          box-sizing: content-box;
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
Bas Bosman's avatar
Bas Bosman committed
195
196
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
215

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

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