annotate fonts/fontello/css/fontello-ie7.css @ 89:92b844829ae2

fonts: fontawesome integration: Include parts of fontawesome free "for the web" 6.6.0, which will be used for icons in frontends to replace fontello. Fontello is not maintained anymore (last commit 2 years ago), and has licensing issues (some icons were advertise as free while they were not). It will be removed from this repository, and fontawesome is used instead. Only the parts actually used in Libervia frontends are included, to save space.
author Goffi <goffi@goffi.org>
date Sat, 26 Oct 2024 21:42:44 +0200
parents 731c65802477
children
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 [class^="icon-"], [class*=" icon-"] {
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 font-family: 'fontello';
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
3 font-style: normal;
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
4 font-weight: normal;
84
b0816cd750fa fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents: 82
diff changeset
5
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
6 /* fix buttons height */
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
7 line-height: 1em;
84
b0816cd750fa fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents: 82
diff changeset
8
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
9 /* you can be more comfortable with increased icons size */
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
10 /* font-size: 120%; */
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
11 }
84
b0816cd750fa fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents: 82
diff changeset
12
79
df5067fa5d3c fonts (icons): added "loading" icons
Goffi <goffi@goffi.org>
parents: 78
diff changeset
13 .icon-loading { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe744;&nbsp;'); }
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
14 .icon-doc { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;'); }
43
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
15 .icon-desktop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe801;&nbsp;'); }
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
16 .icon-mobile { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe802;&nbsp;'); }
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
17 .icon-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe803;&nbsp;'); }
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
18 .icon-terminal { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe804;&nbsp;'); }
44
76c1ffbeb119 fonts (icons): added "blog" icon
Goffi <goffi@goffi.org>
parents: 43
diff changeset
19 .icon-blog { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe805;&nbsp;'); }
45
1d4716222c41 fonts (icons): added "clipboard" icon
Goffi <goffi@goffi.org>
parents: 44
diff changeset
20 .icon-clipboard { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe806;&nbsp;'); }
46
3cd7354ab2dc fonts (icons): added "merge" icon
Goffi <goffi@goffi.org>
parents: 45
diff changeset
21 .icon-merge { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe807;&nbsp;'); }
47
56344bb45feb fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents: 46
diff changeset
22 .icon-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe808;&nbsp;'); }
56344bb45feb fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents: 46
diff changeset
23 .icon-lock-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe809;&nbsp;'); }
56344bb45feb fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents: 46
diff changeset
24 .icon-lock-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80a;&nbsp;'); }
56344bb45feb fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents: 46
diff changeset
25 .icon-lock-open-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80b;&nbsp;'); }
56344bb45feb fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents: 46
diff changeset
26 .icon-plus-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80c;&nbsp;'); }
56344bb45feb fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents: 46
diff changeset
27 .icon-resize-vertical { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80d;&nbsp;'); }
56344bb45feb fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents: 46
diff changeset
28 .icon-dot-3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80e;&nbsp;'); }
49
00f80adfcf0e fonts (icons): added chat and wrench icons
Goffi <goffi@goffi.org>
parents: 47
diff changeset
29 .icon-chat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80f;&nbsp;'); }
55
3674c144c0f1 fonts (icons): added "exchange" icon
Goffi <goffi@goffi.org>
parents: 54
diff changeset
30 .icon-exchange { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe810;&nbsp;'); }
49
00f80adfcf0e fonts (icons): added chat and wrench icons
Goffi <goffi@goffi.org>
parents: 47
diff changeset
31 .icon-wrench { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe811;&nbsp;'); }
58
b185ee5c3f25 fonts (icons): added "pencil" icon
Goffi <goffi@goffi.org>
parents: 55
diff changeset
32 .icon-pencil { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe812;&nbsp;'); }
61
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
33 .icon-signal { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe813;&nbsp;'); }
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
34 .icon-play { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe814;&nbsp;'); }
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
35 .icon-video { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe815;&nbsp;'); }
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
36 .icon-stop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe816;&nbsp;'); }
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
37 .icon-pause { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe817;&nbsp;'); }
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
38 .icon-fast-fw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe818;&nbsp;'); }
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
39 .icon-fast-bw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe819;&nbsp;'); }
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
40 .icon-previous { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81a;&nbsp;'); }
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
41 .icon-next { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81b;&nbsp;'); }
63
925b52d1e0fd fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents: 62
diff changeset
42 .icon-warning { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81c;&nbsp;'); }
925b52d1e0fd fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents: 62
diff changeset
43 .icon-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81d;&nbsp;'); }
925b52d1e0fd fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents: 62
diff changeset
44 .icon-error { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81e;&nbsp;'); }
925b52d1e0fd fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents: 62
diff changeset
45 .icon-picture { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81f;&nbsp;'); }
925b52d1e0fd fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents: 62
diff changeset
46 .icon-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe820;&nbsp;'); }
925b52d1e0fd fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents: 62
diff changeset
47 .icon-heart-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe821;&nbsp;'); }
925b52d1e0fd fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents: 62
diff changeset
48 .icon-group { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe822;&nbsp;'); }
925b52d1e0fd fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents: 62
diff changeset
49 .icon-ok { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe823;&nbsp;'); }
65
a0e7fcd735f3 fonts (icons): added "forward" and "dot-3-vert" icons
Goffi <goffi@goffi.org>
parents: 63
diff changeset
50 .icon-forward { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe824;&nbsp;'); }
67
b7bc4a365708 fonts (icons): added "box" icon
Goffi <goffi@goffi.org>
parents: 65
diff changeset
51 .icon-box { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe825;&nbsp;'); }
68
a9637d6fc4e6 fonts (icons): added "feed" icon
Goffi <goffi@goffi.org>
parents: 67
diff changeset
52 .icon-feed { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe826;&nbsp;'); }
75
255ad1b65519 fonts (icons): added "loop-alt" and "upload" icons
Goffi <goffi@goffi.org>
parents: 74
diff changeset
53 .icon-upload { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe827;&nbsp;'); }
74
5ca5a876fef3 fonts (icons): added "cancel-circled" icon
Goffi <goffi@goffi.org>
parents: 73
diff changeset
54 .icon-cancel-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe828;&nbsp;'); }
75
255ad1b65519 fonts (icons): added "loop-alt" and "upload" icons
Goffi <goffi@goffi.org>
parents: 74
diff changeset
55 .icon-loop-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe829;&nbsp;'); }
76
0af8e53c638e fonts (icons): added "key", "person", "mail" and "mail-filled" icons
Goffi <goffi@goffi.org>
parents: 75
diff changeset
56 .icon-person { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82a;&nbsp;'); }
0af8e53c638e fonts (icons): added "key", "person", "mail" and "mail-filled" icons
Goffi <goffi@goffi.org>
parents: 75
diff changeset
57 .icon-key { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82b;&nbsp;'); }
0af8e53c638e fonts (icons): added "key", "person", "mail" and "mail-filled" icons
Goffi <goffi@goffi.org>
parents: 75
diff changeset
58 .icon-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82c;&nbsp;'); }
77
7bc307f36741 fonts (icons): added "download" and "trash-empty" icons
Goffi <goffi@goffi.org>
parents: 76
diff changeset
59 .icon-download { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82d;&nbsp;'); }
7bc307f36741 fonts (icons): added "download" and "trash-empty" icons
Goffi <goffi@goffi.org>
parents: 76
diff changeset
60 .icon-trash-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82e;&nbsp;'); }
78
54e1f518d7ad fonts (icons): added "play-circled", "volume-off", "volume-up", "resize-full" and "resize-small" icons
Goffi <goffi@goffi.org>
parents: 77
diff changeset
61 .icon-volume-off { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82f;&nbsp;'); }
54e1f518d7ad fonts (icons): added "play-circled", "volume-off", "volume-up", "resize-full" and "resize-small" icons
Goffi <goffi@goffi.org>
parents: 77
diff changeset
62 .icon-volume-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe830;&nbsp;'); }
54e1f518d7ad fonts (icons): added "play-circled", "volume-off", "volume-up", "resize-full" and "resize-small" icons
Goffi <goffi@goffi.org>
parents: 77
diff changeset
63 .icon-resize-full { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe831;&nbsp;'); }
80
4110f84cbde5 fonts (icons): add "search" icon.
Goffi <goffi@goffi.org>
parents: 79
diff changeset
64 .icon-resize-small { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe832;&nbsp;'); }
81
7b2df5255b79 fonts (icons): added "basket", "check" and "publish" icons
Goffi <goffi@goffi.org>
parents: 80
diff changeset
65 .icon-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe833;&nbsp;'); }
7b2df5255b79 fonts (icons): added "basket", "check" and "publish" icons
Goffi <goffi@goffi.org>
parents: 80
diff changeset
66 .icon-publish { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe834;&nbsp;'); }
84
b0816cd750fa fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents: 82
diff changeset
67 .icon-attach { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe835;&nbsp;'); }
82
d31fac1efcee fonts (icons): add "plus" icon
Goffi <goffi@goffi.org>
parents: 81
diff changeset
68 .icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe836;&nbsp;'); }
84
b0816cd750fa fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents: 82
diff changeset
69 .icon-eye { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe837;&nbsp;'); }
85
7575f644b20e fonts (icons): add "videocam", "user-circle", "phone" and "angle-down" icons
Goffi <goffi@goffi.org>
parents: 84
diff changeset
70 .icon-videocam { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe838;&nbsp;'); }
7575f644b20e fonts (icons): add "videocam", "user-circle", "phone" and "angle-down" icons
Goffi <goffi@goffi.org>
parents: 84
diff changeset
71 .icon-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe839;&nbsp;'); }
76
0af8e53c638e fonts (icons): added "key", "person", "mail" and "mail-filled" icons
Goffi <goffi@goffi.org>
parents: 75
diff changeset
72 .icon-mail-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e0;&nbsp;'); }
54
7c32c7d4bbb4 fonts (icons): re-added "comment-empty", removed while still used
Goffi <goffi@goffi.org>
parents: 49
diff changeset
73 .icon-comment-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;&nbsp;'); }
62
af93088008e9 fonts (icons): added angle-double-left angle-double-right and shield icons
Goffi <goffi@goffi.org>
parents: 61
diff changeset
74 .icon-angle-double-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf100;&nbsp;'); }
af93088008e9 fonts (icons): added angle-double-left angle-double-right and shield icons
Goffi <goffi@goffi.org>
parents: 61
diff changeset
75 .icon-angle-double-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf101;&nbsp;'); }
85
7575f644b20e fonts (icons): add "videocam", "user-circle", "phone" and "angle-down" icons
Goffi <goffi@goffi.org>
parents: 84
diff changeset
76 .icon-angle-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf107;&nbsp;'); }
87
7ce2d2475363 fonts (icons): add "quote-left" icon
Goffi <goffi@goffi.org>
parents: 86
diff changeset
77 .icon-quote-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10d;&nbsp;'); }
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
78 .icon-folder-open-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf115;&nbsp;'); }
86
b8386ab727ec fonts (icons): add "smile" icon
Goffi <goffi@goffi.org>
parents: 85
diff changeset
79 .icon-smile { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf118;&nbsp;'); }
88
731c65802477 font (icons): add "mic" and "keyboard" icons
Goffi <goffi@goffi.org>
parents: 87
diff changeset
80 .icon-keyboard { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11c;&nbsp;'); }
63
925b52d1e0fd fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents: 62
diff changeset
81 .icon-unlink { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf127;&nbsp;'); }
88
731c65802477 font (icons): add "mic" and "keyboard" icons
Goffi <goffi@goffi.org>
parents: 87
diff changeset
82 .icon-mic { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf130;&nbsp;'); }
62
af93088008e9 fonts (icons): added angle-double-left angle-double-right and shield icons
Goffi <goffi@goffi.org>
parents: 61
diff changeset
83 .icon-shield { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf132;&nbsp;'); }
65
a0e7fcd735f3 fonts (icons): added "forward" and "dot-3-vert" icons
Goffi <goffi@goffi.org>
parents: 63
diff changeset
84 .icon-dot-3-vert { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf142;&nbsp;'); }
78
54e1f518d7ad fonts (icons): added "play-circled", "volume-off", "volume-up", "resize-full" and "resize-small" icons
Goffi <goffi@goffi.org>
parents: 77
diff changeset
85 .icon-play-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf144;&nbsp;'); }
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
86 .icon-level-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf148;&nbsp;'); }
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
87 .icon-file-image { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1c5;&nbsp;'); }
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
88 .icon-file-audio { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1c7;&nbsp;'); }
43
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
89 .icon-file-video { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1c8;&nbsp;'); }
84
b0816cd750fa fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents: 82
diff changeset
90 .icon-paper-plane-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1d9;&nbsp;'); }
72
8fbcc243bba4 fonts (icons): added share icon
Goffi <goffi@goffi.org>
parents: 68
diff changeset
91 .icon-share { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1e0;&nbsp;'); }
73
d0a77057c9ab fonts (icons): added "plug" icon
Goffi <goffi@goffi.org>
parents: 72
diff changeset
92 .icon-plug { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1e6;&nbsp;'); }
63
925b52d1e0fd fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents: 62
diff changeset
93 .icon-brush { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1fc;&nbsp;'); }
80
4110f84cbde5 fonts (icons): add "search" icon.
Goffi <goffi@goffi.org>
parents: 79
diff changeset
94 .icon-server { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf233;&nbsp;'); }
81
7b2df5255b79 fonts (icons): added "basket", "check" and "publish" icons
Goffi <goffi@goffi.org>
parents: 80
diff changeset
95 .icon-basket { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf291;&nbsp;'); }
85
7575f644b20e fonts (icons): add "videocam", "user-circle", "phone" and "angle-down" icons
Goffi <goffi@goffi.org>
parents: 84
diff changeset
96 .icon-user-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf2bd;&nbsp;'); }
84
b0816cd750fa fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents: 82
diff changeset
97 .icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf50d;&nbsp;'); }