]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/css/font-awesome.custom.css
Merge pull request #12502 from annando/no-gs-import
[friendica.git] / view / theme / frio / css / font-awesome.custom.css
1 /*
2 @file view/theme/frio/css/font-awesome.custom.css
3 This file applies Font Awesome icons to some friendica standard classes
4 */
5
6 .icon:before {
7         font-family: ForkAwesome;
8         font-weight: normal;
9         font-style: normal;
10         display: inline-block;
11         text-decoration: inherit;
12         vertical-align: top;
13         font-size: 1.4em;
14 }
15 /* media icons */
16 .icon.type-image:before {
17         content: "\f1c5";
18 }
19 .icon.type-video:before {
20         content: "\f1c8";
21 }
22 .icon.type-audio:before {
23         content: "\f1c7";
24 }
25 .icon.type-text:before {
26         content: "\f0f6";
27 }
28 .icon.type-application:before {
29         content: "\f016";
30 }
31 .icon.type-unkn:before {
32         content: "\f016";
33 }