2016-09-06 16:21:14 +02:00
|
|
|
/*
|
2020-01-19 07:05:23 +01:00
|
|
|
@file view/theme/frio/css/font-awesome.custom.css
|
|
|
|
This file applies Font Awesome icons to some friendica standard classes
|
2016-09-06 16:21:14 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
.icon:before {
|
2021-01-22 14:38:44 +01:00
|
|
|
font-family: ForkAwesome;
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
display: inline-block;
|
|
|
|
text-decoration: inherit;
|
|
|
|
vertical-align: top;
|
|
|
|
font-size: 1.4em;
|
2016-09-06 16:21:14 +02:00
|
|
|
}
|
|
|
|
/* media icons */
|
2021-01-22 14:38:44 +01:00
|
|
|
.icon.type-image:before {
|
|
|
|
content: "\f1c5";
|
|
|
|
}
|
|
|
|
.icon.type-video:before {
|
|
|
|
content: "\f1c8";
|
|
|
|
}
|
|
|
|
.icon.type-audio:before {
|
|
|
|
content: "\f1c7";
|
|
|
|
}
|
|
|
|
.icon.type-text:before {
|
|
|
|
content: "\f0f6";
|
|
|
|
}
|
|
|
|
.icon.type-application:before {
|
|
|
|
content: "\f016";
|
|
|
|
}
|
|
|
|
.icon.type-unkn:before {
|
|
|
|
content: "\f016";
|
|
|
|
}
|