2014-06-24 00:42:43 +02:00
|
|
|
@font-face {
|
2014-10-25 09:50:37 +02:00
|
|
|
font-family: 'FontAwesome';
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
2015-03-31 15:25:39 +02:00
|
|
|
src: url('fonts/fontawesome-webfont.ttf') format('truetype');
|
2014-10-25 09:50:37 +02:00
|
|
|
}
|
2014-06-24 00:42:43 +02:00
|
|
|
.fa {
|
2015-03-31 15:25:39 +02:00
|
|
|
display: inline-block;
|
2014-06-24 00:42:43 +02:00
|
|
|
font-family: FontAwesome;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
2015-04-07 18:05:38 +02:00
|
|
|
body {
|
2015-05-16 18:28:56 +02:00
|
|
|
background-color: white;
|
|
|
|
color: black;
|
2015-04-15 20:04:53 +02:00
|
|
|
font: 14px/1.3 sans-serif;
|
2015-04-07 18:05:38 +02:00
|
|
|
}
|
2014-10-25 09:50:37 +02:00
|
|
|
.hiddenFileInput {
|
2015-04-07 18:05:38 +02:00
|
|
|
height: 0;
|
2014-10-25 09:50:37 +02:00
|
|
|
visibility: hidden;
|
|
|
|
width: 0;
|
|
|
|
}
|