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

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

272
  src: url('../fonts/glyphicons-halflings-regular.eot');
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
273
  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
274
}
275
276
277
278
279
280
281
282
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
283

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