]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/css/font-awesome.custom.css
Merge pull request #7727 from MrPetovan/task/4090-move-manage-to-src
[friendica.git] / view / theme / frio / css / font-awesome.custom.css
1 /*
2 @fiel view/theme/frio/css/font-awesome.custom.css
3 @brief 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           { content: "\f1c5"; }
17 .icon.type-video:before           { content: "\f1c8"; }
18 .icon.type-audio:before           { content: "\f1c7"; }
19 .icon.type-text:before            { content: "\f0f6"; }
20 .icon.type-application:before     { content: "\f016"; }
21 .icon.type-unkn:before            { content: "\f016"; }