annotate fonts/fontello/css/fontello-codes.css @ 61:adc174b6c7a7

fonts (icons): added icons for remote media control
author Goffi <goffi@goffi.org>
date Tue, 18 Sep 2018 21:01:08 +0200
parents b185ee5c3f25
children af93088008e9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
42
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
1
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
2 .icon-doc:before { content: '\e800'; } /* '' */
43
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
3 .icon-desktop:before { content: '\e801'; } /* '' */
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
4 .icon-mobile:before { content: '\e802'; } /* '' */
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
5 .icon-globe:before { content: '\e803'; } /* '' */
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
6 .icon-terminal:before { content: '\e804'; } /* '' */
44
76c1ffbeb119 fonts (icons): added "blog" icon
Goffi <goffi@goffi.org>
parents: 43
diff changeset
7 .icon-blog:before { content: '\e805'; } /* '' */
45
1d4716222c41 fonts (icons): added "clipboard" icon
Goffi <goffi@goffi.org>
parents: 44
diff changeset
8 .icon-clipboard:before { content: '\e806'; } /* '' */
46
3cd7354ab2dc fonts (icons): added "merge" icon
Goffi <goffi@goffi.org>
parents: 45
diff changeset
9 .icon-merge:before { content: '\e807'; } /* '' */
47
56344bb45feb fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents: 46
diff changeset
10 .icon-lock:before { content: '\e808'; } /* '' */
56344bb45feb fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents: 46
diff changeset
11 .icon-lock-filled:before { content: '\e809'; } /* '' */
56344bb45feb fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents: 46
diff changeset
12 .icon-lock-open:before { content: '\e80a'; } /* '' */
56344bb45feb fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents: 46
diff changeset
13 .icon-lock-open-filled:before { content: '\e80b'; } /* '' */
56344bb45feb fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents: 46
diff changeset
14 .icon-plus-circled:before { content: '\e80c'; } /* '' */
56344bb45feb fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents: 46
diff changeset
15 .icon-resize-vertical:before { content: '\e80d'; } /* '' */
56344bb45feb fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents: 46
diff changeset
16 .icon-dot-3:before { content: '\e80e'; } /* '' */
49
00f80adfcf0e fonts (icons): added chat and wrench icons
Goffi <goffi@goffi.org>
parents: 47
diff changeset
17 .icon-chat:before { content: '\e80f'; } /* '' */
55
3674c144c0f1 fonts (icons): added "exchange" icon
Goffi <goffi@goffi.org>
parents: 54
diff changeset
18 .icon-exchange:before { content: '\e810'; } /* '' */
49
00f80adfcf0e fonts (icons): added chat and wrench icons
Goffi <goffi@goffi.org>
parents: 47
diff changeset
19 .icon-wrench:before { content: '\e811'; } /* '' */
58
b185ee5c3f25 fonts (icons): added "pencil" icon
Goffi <goffi@goffi.org>
parents: 55
diff changeset
20 .icon-pencil:before { content: '\e812'; } /* '' */
61
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
21 .icon-signal:before { content: '\e813'; } /* '' */
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
22 .icon-play:before { content: '\e814'; } /* '' */
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
23 .icon-video:before { content: '\e815'; } /* '' */
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
24 .icon-stop:before { content: '\e816'; } /* '' */
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
25 .icon-pause:before { content: '\e817'; } /* '' */
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
26 .icon-fast-fw:before { content: '\e818'; } /* '' */
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
27 .icon-fast-bw:before { content: '\e819'; } /* '' */
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
28 .icon-previous:before { content: '\e81a'; } /* '' */
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
29 .icon-next:before { content: '\e81b'; } /* '' */
54
7c32c7d4bbb4 fonts (icons): re-added "comment-empty", removed while still used
Goffi <goffi@goffi.org>
parents: 49
diff changeset
30 .icon-comment-empty:before { content: '\f0e5'; } /* '' */
42
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
31 .icon-folder-open-empty:before { content: '\f115'; } /* '' */
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
32 .icon-level-up:before { content: '\f148'; } /* '' */
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
33 .icon-file-image:before { content: '\f1c5'; } /* '' */
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
34 .icon-file-audio:before { content: '\f1c7'; } /* '' */
43
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
35 .icon-file-video:before { content: '\f1c8'; } /* '' */
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
36 .icon-server:before { content: '\f233'; } /* '' */