bootstrap.css 142 KB
Newer Older
1
/*!
Chris Rebert's avatar
Chris Rebert committed
2
 * Bootstrap v3.3.4 (http://getbootstrap.com)
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
3
 * Copyright 2011-2015 Twitter, Inc.
4
5
6
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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

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

267
  src: url('../fonts/glyphicons-halflings-regular.eot');
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
268
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
Mark Otto's avatar
Mark Otto committed
269
}
270
271
272
273
274
275
276
277
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
278

279
280
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
Mark Otto's avatar
Mark Otto committed
281
}
282
283
.glyphicon-asterisk:before {
  content: "\2a";
Mark Otto's avatar
Mark Otto committed
284
}
285
286
.glyphicon-plus:before {
  content: "\2b";
Mark Otto's avatar
Mark Otto committed
287
}
Mark Otto's avatar
grunt    
Mark Otto committed
288
289
.glyphicon-euro:before,
.glyphicon-eur:before {
290
  content: "\20ac";
Mark Otto's avatar
Mark Otto committed
291
}
292
293
.glyphicon-minus:before {
  content: "\2212";
Mark Otto's avatar
Mark Otto committed
294
}
295
296
.glyphicon-cloud:before {
  content: "\2601";
Mark Otto's avatar
Mark Otto committed
297
}
298
299
.glyphicon-envelope:before {
  content: "\2709";
300
}
301
302
.glyphicon-pencil:before {
  content: "\270f";
Mark Otto's avatar
Mark Otto committed
303
}
304
305
.glyphicon-glass:before {
  content: "\e001";
306
}
307
308
.glyphicon-music:before {
  content: "\e002";
Mark Otto's avatar
Mark Otto committed
309
}
310
311
.glyphicon-search:before {
  content: "\e003";
312
}
313
314
.glyphicon-heart:before {
  content: "\e005";
Mark Otto's avatar
Mark Otto committed
315
}
316
317
.glyphicon-star:before {
  content: "\e006";
318
}
319
320
.glyphicon-star-empty:before {
  content: "\e007";
321
}
322
323
.glyphicon-user:before {
  content: "\e008";
Mark Otto's avatar
Mark Otto committed
324
}
325
326
.glyphicon-film:before {
  content: "\e009";
Mark Otto's avatar
Mark Otto committed
327
}
328
329
.glyphicon-th-large:before {
  content: "\e010";
Mark Otto's avatar
Mark Otto committed
330
}
331
332
.glyphicon-th:before {
  content: "\e011";
333
}
334
335
.glyphicon-th-list:before {
  content: "\e012";
Mark Otto's avatar
Mark Otto committed
336
}
337
338
.glyphicon-ok:before {
  content: "\e013";
339
}
340
341
.glyphicon-remove:before {
  content: "\e014";
Mark Otto's avatar
Mark Otto committed
342
}
343
344
.glyphicon-zoom-in:before {
  content: "\e015";
Mark Otto's avatar
Mark Otto committed
345
}
346
347
.glyphicon-zoom-out:before {
  content: "\e016";
Mark Otto's avatar
Mark Otto committed
348
}
349
350
.glyphicon-off:before {
  content: "\e017";
Mark Otto's avatar
Mark Otto committed
351
}
352
353
.glyphicon-signal:before {
  content: "\e018";
Mark Otto's avatar
Mark Otto committed
354
}
355
356
.glyphicon-cog:before {
  content: "\e019";
Mark Otto's avatar
Mark Otto committed
357
}
358
359
.glyphicon-trash:before {
  content: "\e020";
360
}
361
362
.glyphicon-home:before {
  content: "\e021";
Mark Otto's avatar
Mark Otto committed
363
}
364
365
.glyphicon-file:before {
  content: "\e022";
366
}
367
368
.glyphicon-time:before {
  content: "\e023";
369
}
370
371
.glyphicon-road:before {
  content: "\e024";
372
}
373
374
.glyphicon-download-alt:before {
  content: "\e025";
375
}
376
377
.glyphicon-download:before {
  content: "\e026";
378
}
379
380
.glyphicon-upload:before {
  content: "\e027";
381
}
382
383
.glyphicon-inbox:before {
  content: "\e028";
384
}
385
386
.glyphicon-play-circle:before {
  content: "\e029";
387
}
388
389
.glyphicon-repeat:before {
  content: "\e030";
390
}
391
392
.glyphicon-refresh:before {
  content: "\e031";
393
}
394
395
.glyphicon-list-alt:before {
  content: "\e032";
396
}
397
398
.glyphicon-lock:before {
  content: "\e033";
399
}
400
401
.glyphicon-flag:before {
  content: "\e034";
402
}
403
404
.glyphicon-headphones:before {
  content: "\e035";
405
}
406
407
.glyphicon-volume-off:before {
  content: "\e036";
408
}
409
410
.glyphicon-volume-down:before {
  content: "\e037";
411
}
412
413
.glyphicon-volume-up:before {
  content: "\e038";
414
}
415
416
.glyphicon-qrcode:before {
  content: "\e039";
417
}
418
419
.glyphicon-barcode:before {
  content: "\e040";
420
}
421
422
.glyphicon-tag:before {
  content: "\e041";
423
}
424
425
.glyphicon-tags:before {
  content: "\e042";
426
}
427
428
.glyphicon-book:before {
  content: "\e043";
429
}
430
431
.glyphicon-bookmark:before {
  content: "\e044";
432
}
433
434
.glyphicon-print:before {
  content: "\e045";
435
}
436
437
.glyphicon-camera:before {
  content: "\e046";
438
}
439
440
.glyphicon-font:before {
  content: "\e047";
441
}
442
443
.glyphicon-bold:before {
  content: "\e048";
444
}
445
446
.glyphicon-italic:before {
  content: "\e049";
447
}
448
449
.glyphicon-text-height:before {
  content: "\e050";
Mark Otto's avatar
Mark Otto committed
450
}
451
452
.glyphicon-text-width:before {
  content: "\e051";
Mark Otto's avatar
Mark Otto committed
453
}
454
455
.glyphicon-align-left:before {
  content: "\e052";
Mark Otto's avatar
Mark Otto committed
456
}
457
458
.glyphicon-align-center:before {
  content: "\e053";
459
}
460
461
.glyphicon-align-right:before {
  content: "\e054";
Mark Otto's avatar
Mark Otto committed
462
}
463
464
.glyphicon-align-justify:before {
  content: "\e055";
Mark Otto's avatar
Mark Otto committed
465
}
466
467
.glyphicon-list:before {
  content: "\e056";
Mark Otto's avatar
Mark Otto committed
468
}
469
470
.glyphicon-indent-left:before {
  content: "\e057";
Mark Otto's avatar
Mark Otto committed
471
}
472
473
.glyphicon-indent-right:before {
  content: "\e058";
Mark Otto's avatar
Mark Otto committed
474
}
475
476
.glyphicon-facetime-video:before {
  content: "\e059";
Mark Otto's avatar
Mark Otto committed
477
}
478
479
.glyphicon-picture:before {
  content: "\e060";
Mark Otto's avatar
Mark Otto committed
480
}
481
482
.glyphicon-map-marker:before {
  content: "\e062";
Mark Otto's avatar
Mark Otto committed
483
}
484
485
.glyphicon-adjust:before {
  content: "\e063";
Mark Otto's avatar
Mark Otto committed
486
}
487
488
.glyphicon-tint:before {
  content: "\e064";
Mark Otto's avatar
Mark Otto committed
489
}
490
491
.glyphicon-edit:before {
  content: "\e065";
492
}
493
494
.glyphicon-share:before {
  content: "\e066";
Mark Otto's avatar
Mark Otto committed
495
}
496
497
.glyphicon-check:before {
  content: "\e067";
Mark Otto's avatar
Mark Otto committed
498
}
499
500
.glyphicon-move:before {
  content: "\e068";
Mark Otto's avatar
Mark Otto committed
501
}
502
503
.glyphicon-step-backward:before {
  content: "\e069";
Mark Otto's avatar
Mark Otto committed
504
}
505
506
.glyphicon-fast-backward:before {
  content: "\e070";
Mark Otto's avatar
Mark Otto committed
507
}
508
509
.glyphicon-backward:before {
  content: "\e071";
Mark Otto's avatar
Mark Otto committed
510
}
511
512
.glyphicon-play:before {
  content: "\e072";
Mark Otto's avatar
Mark Otto committed
513
}
514
515
.glyphicon-pause:before {
  content: "\e073";
Mark Otto's avatar
Mark Otto committed
516
}
517
518
.glyphicon-stop:before {
  content: "\e074";
519
}
520
521
.glyphicon-forward:before {
  content: "\e075";
Mark Otto's avatar
Mark Otto committed
522
}
523
524
.glyphicon-fast-forward:before {
  content: "\e076";
Mark Otto's avatar
Mark Otto committed
525
}
526
527
.glyphicon-step-forward:before {
  content: "\e077";
Mark Otto's avatar
Mark Otto committed
528
}
529
530
.glyphicon-eject:before {
  content: "\e078";
Mark Otto's avatar
Mark Otto committed
531
}
532
533
.glyphicon-chevron-left:before {
  content: "\e079";
534
}
535
536
.glyphicon-chevron-right:before {
  content: "\e080";
537
}
538
539
.glyphicon-plus-sign:before {
  content: "\e081";
540
}
541
542
.glyphicon-minus-sign:before {
  content: "\e082";
543
}
544
545
.glyphicon-remove-sign:before {
  content: "\e083";
546
}
547
548
.glyphicon-ok-sign:before {
  content: "\e084";
Mark Otto's avatar
Mark Otto committed
549
}
550
551
.glyphicon-question-sign:before {
  content: "\e085";
Mark Otto's avatar
Mark Otto committed
552
}
553
554
.glyphicon-info-sign:before {
  content: "\e086";
555
}
556
557
.glyphicon-screenshot:before {
  content: "\e087";
558
}
559
560
.glyphicon-remove-circle:before {
  content: "\e088";
561
}
562
563
.glyphicon-ok-circle:before {
  content: "\e089";
564
}
565
566
.glyphicon-ban-circle:before {
  content: "\e090";
567
}
568
569
.glyphicon-arrow-left:before {
  content: "\e091";
570
}
571
572
.glyphicon-arrow-right:before {
  content: "\e092";
573
}
574
575
.glyphicon-arrow-up:before {
  content: "\e093";
576
}
577
578
.glyphicon-arrow-down:before {
  content: "\e094";
579
}
580
581
.glyphicon-share-alt:before {
  content: "\e095";
582
}
583
584
.glyphicon-resize-full:before {
  content: "\e096";
585
}
586
587
.glyphicon-resize-small:before {
  content: "\e097";
588
}
589
590
.glyphicon-exclamation-sign:before {
  content: "\e101";
591
}
592
593
.glyphicon-gift:before {
  content: "\e102";
594
}
595
596
.glyphicon-leaf:before {
  content: "\e103";
597
}
598
599
.glyphicon-fire:before {
  content: "\e104";
600
}
601
602
.glyphicon-eye-open:before {
  content: "\e105";
603
}
604
605
.glyphicon-eye-close:before {
  content: "\e106";
606
}
607
608
.glyphicon-warning-sign:before {
  content: "\e107";
609
}
610
611
.glyphicon-plane:before {
  content: "\e108";
612
}
613
614
.glyphicon-calendar:before {
  content: "\e109";
615
}
616
617
.glyphicon-random:before {
  content: "\e110";
618
}
619
620
.glyphicon-comment:before {
  content: "\e111";
621
}
622
623
.glyphicon-magnet:before {
  content: "\e112";
624
}
625
626
.glyphicon-chevron-up:before {
  content: "\e113";
627
}
628
629
.glyphicon-chevron-down:before {
  content: "\e114";
630
}
631
632
.glyphicon-retweet:before {
  content: "\e115";
633
}
634
635
.glyphicon-shopping-cart:before {
  content: "\e116";
636
}
637
638
.glyphicon-folder-close:before {
  content: "\e117";
639
}
640
641
.glyphicon-folder-open:before {
  content: "\e118";
642
}
643
644
.glyphicon-resize-vertical:before {
  content: "\e119";
645
}
646
647
.glyphicon-resize-horizontal:before {
  content: "\e120";
648
}
649
650
.glyphicon-hdd:before {
  content: "\e121";
651
}
652
653
.glyphicon-bullhorn:before {
  content: "\e122";
654
}
655
656
.glyphicon-bell:before {
  content: "\e123";
657
}
658
659
.glyphicon-certificate:before {
  content: "\e124";
660
}
661
662
.glyphicon-thumbs-up:before {
  content: "\e125";
663
}
664
665
.glyphicon-thumbs-down:before {
  content: "\e126";
666
}
667
668
.glyphicon-hand-right:before {
  content: "\e127";
669
}
670
671
.glyphicon-hand-left:before {
  content: "\e128";
672
}
673
674
.glyphicon-hand-up:before {
  content: "\e129";
675
}
676
677
.glyphicon-hand-down:before {
  content: "\e130";
678
}
679
680
.glyphicon-circle-arrow-right:before {
  content: "\e131";
681
}
682
683
.glyphicon-circle-arrow-left:before {
  content: "\e132";
684
}
685
686
.glyphicon-circle-arrow-up:before {
  content: "\e133";
687
}
688
689
.glyphicon-circle-arrow-down:before {
  content: "\e134";
690
}
691
692
.glyphicon-globe:before {
  content: "\e135";
693
}
694
695
.glyphicon-wrench:before {
  content: "\e136";
696
}
697
698
.glyphicon-tasks:before {
  content: "\e137";
699
}
700
701
.glyphicon-filter:before {
  content: "\e138";
Mark Otto's avatar
Mark Otto committed
702
}
703
704
.glyphicon-briefcase:before {
  content: "\e139";
705
}
706
707
.glyphicon-fullscreen:before {
  content: "\e140";
Mark Otto's avatar
Mark Otto committed
708
}
709
710
.glyphicon-dashboard:before {
  content: "\e141";
711
}
712
713
.glyphicon-paperclip:before {
  content: "\e142";
714
}
715
716
.glyphicon-heart-empty:before {
  content: "\e143";
Mark Otto's avatar
Mark Otto committed
717
}
718
719
.glyphicon-link:before {
  content: "\e144";
Mark Otto's avatar
Mark Otto committed
720
}
721
722
.glyphicon-phone:before {
  content: "\e145";
Mark Otto's avatar
Mark Otto committed
723
}
724
725
.glyphicon-pushpin:before {
  content: "\e146";
Mark Otto's avatar
Mark Otto committed
726
}
727
728
.glyphicon-usd:before {
  content: "\e148";
Mark Otto's avatar
Mark Otto committed
729
}
730
731
.glyphicon-gbp:before {
  content: "\e149";
Mark Otto's avatar
Mark Otto committed
732
}
733
734
.glyphicon-sort:before {
  content: "\e150";
Mark Otto's avatar
Mark Otto committed
735
}
736
737
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
Mark Otto's avatar
Mark Otto committed
738
}
739
740
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
Mark Otto's avatar
Mark Otto committed
741
}
742
743
.glyphicon-sort-by-order:before {
  content: "\e153";
Mark Otto's avatar
Mark Otto committed
744
}
745
746
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
Mark Otto's avatar
Mark Otto committed
747
}
748
749
.glyphicon-sort-by-attributes:before {
  content: "\e155";
750
}
751
752
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
Mark Otto's avatar
Mark Otto committed
753
}
754
755
.glyphicon-unchecked:before {
  content: "\e157";
Mark Otto's avatar
Mark Otto committed
756
}
757
758
.glyphicon-expand:before {
  content: "\e158";
759
}
760
761
.glyphicon-collapse-down:before {
  content: "\e159";
Mark Otto's avatar
Mark Otto committed
762
}
763
764
.glyphicon-collapse-up:before {
  content: "\e160";
765
}
766
767
.glyphicon-log-in:before {
  content: "\e161";
Zlatan Vasović's avatar
Zlatan Vasović committed
768
}
769
770
.glyphicon-flash:before {
  content: "\e162";
Mark Otto's avatar
Mark Otto committed
771
}
772
773
.glyphicon-log-out:before {
  content: "\e163";
774
}
775
776
.glyphicon-new-window:before {
  content: "\e164";
777
}
778
779
.glyphicon-record:before {
  content: "\e165";
780
}
781
782
.glyphicon-save:before {
  content: "\e166";
783
}
784
785
.glyphicon-open:before {
  content: "\e167";
Mark Otto's avatar
Mark Otto committed
786
}
787
788
.glyphicon-saved:before {
  content: "\e168";
Mark Otto's avatar
Mark Otto committed
789
}
790
791
.glyphicon-import:before {
  content: "\e169";
792
}
793
794
.glyphicon-export:before {
  content: "\e170";
Mark Otto's avatar
Mark Otto committed
795
}
796
797
.glyphicon-send:before {
  content: "\e171";
Mark Otto's avatar
Mark Otto committed
798
}
799
800
.glyphicon-floppy-disk:before {
  content: "\e172";
Mark Otto's avatar
Mark Otto committed
801
}
802
803
.glyphicon-floppy-saved:before {
  content: "\e173";
Mark Otto's avatar
Mark Otto committed
804
}
805
806
.glyphicon-floppy-remove:before {
  content: "\e174";
Mark Otto's avatar
Mark Otto committed
807
}
808
809
.glyphicon-floppy-save:before {
  content: "\e175";
810
}
811
812
.glyphicon-floppy-open:before {
  content: "\e176";
813
}
814
815
.glyphicon-credit-card:before {
  content: "\e177";
Mark Otto's avatar
Mark Otto committed
816
}
817
818
.glyphicon-transfer:before {
  content: "\e178";
Mark Otto's avatar
Mark Otto committed
819
}
820
821
.glyphicon-cutlery:before {
  content: "\e179";
Mark Otto's avatar
Mark Otto committed
822
}
823
824
.glyphicon-header:before {
  content: "\e180";
825
}
826
827
.glyphicon-compressed:before {
  content: "\e181";
Mark Otto's avatar
Mark Otto committed
828
}
829
830
.glyphicon-earphone:before {
  content: "\e182";
Mark Otto's avatar
Mark Otto committed
831
}
832
833
.glyphicon-phone-alt:before {
  content: "\e183";
834
}
835
836
.glyphicon-tower:before {
  content: "\e184";
Mark Otto's avatar
Mark Otto committed
837
}
838
839
.glyphicon-stats:before {
  content: "\e185";
Mark Otto's avatar
Mark Otto committed
840
}
841
842
.glyphicon-sd-video:before {
  content: "\e186";
Mark Otto's avatar
Mark Otto committed
843
}
844
845
.glyphicon-hd-video:before {
  content: "\e187";
Mark Otto's avatar
Mark Otto committed
846
}
847
848
.glyphicon-subtitles:before {
  content: "\e188";
Mark Otto's avatar
Mark Otto committed
849
}
850
851
.glyphicon-sound-stereo:before {
  content: "\e189";
852
}
853
854
.glyphicon-sound-dolby:before {
  content: "\e190";
855
}
856
857
.glyphicon-sound-5-1:before {
  content: "\e191";
858
}
859
860
.glyphicon-sound-6-1:before {
  content: "\e192";
Mark Otto's avatar
Mark Otto committed
861
}
862
863
.glyphicon-sound-7-1:before {
  content: "\e193";
Mark Otto's avatar
Mark Otto committed
864
}
865
866
.glyphicon-copyright-mark:before {
  content: "\e194";
Mark Otto's avatar
Mark Otto committed
867
}
868
869
.glyphicon-registration-mark:before {
  content: "\e195";
870
}
871
872
.glyphicon-cloud-download:before {
  content: "\e197";
Mark Otto's avatar
Mark Otto committed
873
}
874
875
.glyphicon-cloud-upload:before {
  content: "\e198";
Mark Otto's avatar
Mark Otto committed
876
}
877
878
.glyphicon-tree-conifer:before {
  content: "\e199";
Mark Otto's avatar
Mark Otto committed
879
}
880
881
.glyphicon-tree-deciduous:before {
  content: "\e200";
Mark Otto's avatar
Mark Otto committed
882
}
Mark Otto's avatar
Mark Otto committed
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
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
958
959
960
961
962
963
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
Mark Otto's avatar
Mark Otto committed
964
965
966
.glyphicon-yen:before {
  content: "\00a5";
}
967
968
969
.glyphicon-jpy:before {
  content: "\00a5";
}
Mark Otto's avatar
Mark Otto committed
970
971
972
.glyphicon-ruble:before {
  content: "\20bd";
}
973
974
975
.glyphicon-rub:before {
  content: "\20bd";
}
Mark Otto's avatar
Mark Otto committed
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
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
For faster browsing, not all history is shown. View entire blame