Mercurial > libervia-media
annotate fonts/fontello/css/fontello-ie7-codes.css @ 84:b0816cd750fa
fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 28 Jun 2023 10:43:55 +0200 |
parents | d31fac1efcee |
children | 7575f644b20e |
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 |
79
df5067fa5d3c
fonts (icons): added "loading" icons
Goffi <goffi@goffi.org>
parents:
78
diff
changeset
|
2 .icon-loading { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
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
|
3 .icon-doc { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
43 | 4 .icon-desktop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
5 .icon-mobile { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | |
6 .icon-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | |
7 .icon-terminal { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | |
44 | 8 .icon-blog { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
45
1d4716222c41
fonts (icons): added "clipboard" icon
Goffi <goffi@goffi.org>
parents:
44
diff
changeset
|
9 .icon-clipboard { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
46 | 10 .icon-merge { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
47
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 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
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-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
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 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
56344bb45feb
fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents:
46
diff
changeset
|
14 .icon-lock-open-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
56344bb45feb
fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents:
46
diff
changeset
|
15 .icon-plus-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
56344bb45feb
fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents:
46
diff
changeset
|
16 .icon-resize-vertical { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
56344bb45feb
fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents:
46
diff
changeset
|
17 .icon-dot-3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
49
00f80adfcf0e
fonts (icons): added chat and wrench icons
Goffi <goffi@goffi.org>
parents:
47
diff
changeset
|
18 .icon-chat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
55
3674c144c0f1
fonts (icons): added "exchange" icon
Goffi <goffi@goffi.org>
parents:
54
diff
changeset
|
19 .icon-exchange { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
49
00f80adfcf0e
fonts (icons): added chat and wrench icons
Goffi <goffi@goffi.org>
parents:
47
diff
changeset
|
20 .icon-wrench { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
58 | 21 .icon-pencil { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
61
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
22 .icon-signal { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
23 .icon-play { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
24 .icon-video { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
25 .icon-stop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
26 .icon-pause { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
27 .icon-fast-fw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
28 .icon-fast-bw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
29 .icon-previous { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
30 .icon-next { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
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
|
31 .icon-warning { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
925b52d1e0fd
fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents:
62
diff
changeset
|
32 .icon-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
925b52d1e0fd
fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents:
62
diff
changeset
|
33 .icon-error { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
925b52d1e0fd
fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents:
62
diff
changeset
|
34 .icon-picture { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
925b52d1e0fd
fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents:
62
diff
changeset
|
35 .icon-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
925b52d1e0fd
fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents:
62
diff
changeset
|
36 .icon-heart-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
925b52d1e0fd
fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents:
62
diff
changeset
|
37 .icon-group { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
925b52d1e0fd
fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents:
62
diff
changeset
|
38 .icon-ok { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
65
a0e7fcd735f3
fonts (icons): added "forward" and "dot-3-vert" icons
Goffi <goffi@goffi.org>
parents:
63
diff
changeset
|
39 .icon-forward { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
67 | 40 .icon-box { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
68 | 41 .icon-feed { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
75
255ad1b65519
fonts (icons): added "loop-alt" and "upload" icons
Goffi <goffi@goffi.org>
parents:
74
diff
changeset
|
42 .icon-upload { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
74
5ca5a876fef3
fonts (icons): added "cancel-circled" icon
Goffi <goffi@goffi.org>
parents:
73
diff
changeset
|
43 .icon-cancel-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
75
255ad1b65519
fonts (icons): added "loop-alt" and "upload" icons
Goffi <goffi@goffi.org>
parents:
74
diff
changeset
|
44 .icon-loop-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
76
0af8e53c638e
fonts (icons): added "key", "person", "mail" and "mail-filled" icons
Goffi <goffi@goffi.org>
parents:
75
diff
changeset
|
45 .icon-person { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
0af8e53c638e
fonts (icons): added "key", "person", "mail" and "mail-filled" icons
Goffi <goffi@goffi.org>
parents:
75
diff
changeset
|
46 .icon-key { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
0af8e53c638e
fonts (icons): added "key", "person", "mail" and "mail-filled" icons
Goffi <goffi@goffi.org>
parents:
75
diff
changeset
|
47 .icon-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
77
7bc307f36741
fonts (icons): added "download" and "trash-empty" icons
Goffi <goffi@goffi.org>
parents:
76
diff
changeset
|
48 .icon-download { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
7bc307f36741
fonts (icons): added "download" and "trash-empty" icons
Goffi <goffi@goffi.org>
parents:
76
diff
changeset
|
49 .icon-trash-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
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
|
50 .icon-volume-off { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
54e1f518d7ad
fonts (icons): added "play-circled", "volume-off", "volume-up", "resize-full" and "resize-small" icons
Goffi <goffi@goffi.org>
parents:
77
diff
changeset
|
51 .icon-volume-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
54e1f518d7ad
fonts (icons): added "play-circled", "volume-off", "volume-up", "resize-full" and "resize-small" icons
Goffi <goffi@goffi.org>
parents:
77
diff
changeset
|
52 .icon-resize-full { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
80 | 53 .icon-resize-small { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
81
7b2df5255b79
fonts (icons): added "basket", "check" and "publish" icons
Goffi <goffi@goffi.org>
parents:
80
diff
changeset
|
54 .icon-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
7b2df5255b79
fonts (icons): added "basket", "check" and "publish" icons
Goffi <goffi@goffi.org>
parents:
80
diff
changeset
|
55 .icon-publish { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
84
b0816cd750fa
fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents:
82
diff
changeset
|
56 .icon-attach { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
82 | 57 .icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
84
b0816cd750fa
fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents:
82
diff
changeset
|
58 .icon-eye { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
76
0af8e53c638e
fonts (icons): added "key", "person", "mail" and "mail-filled" icons
Goffi <goffi@goffi.org>
parents:
75
diff
changeset
|
59 .icon-mail-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
54
7c32c7d4bbb4
fonts (icons): re-added "comment-empty", removed while still used
Goffi <goffi@goffi.org>
parents:
49
diff
changeset
|
60 .icon-comment-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
62
af93088008e9
fonts (icons): added angle-double-left angle-double-right and shield icons
Goffi <goffi@goffi.org>
parents:
61
diff
changeset
|
61 .icon-angle-double-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
af93088008e9
fonts (icons): added angle-double-left angle-double-right and shield icons
Goffi <goffi@goffi.org>
parents:
61
diff
changeset
|
62 .icon-angle-double-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
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
|
63 .icon-folder-open-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
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
|
64 .icon-unlink { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
62
af93088008e9
fonts (icons): added angle-double-left angle-double-right and shield icons
Goffi <goffi@goffi.org>
parents:
61
diff
changeset
|
65 .icon-shield { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
65
a0e7fcd735f3
fonts (icons): added "forward" and "dot-3-vert" icons
Goffi <goffi@goffi.org>
parents:
63
diff
changeset
|
66 .icon-dot-3-vert { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
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
|
67 .icon-play-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
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
|
68 .icon-level-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
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
|
69 .icon-file-image { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
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
|
70 .icon-file-audio { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
43 | 71 .icon-file-video { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
84
b0816cd750fa
fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents:
82
diff
changeset
|
72 .icon-paper-plane-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
72 | 73 .icon-share { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
73 | 74 .icon-plug { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
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
|
75 .icon-brush { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
80 | 76 .icon-server { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
81
7b2df5255b79
fonts (icons): added "basket", "check" and "publish" icons
Goffi <goffi@goffi.org>
parents:
80
diff
changeset
|
77 .icon-basket { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
84
b0816cd750fa
fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents:
82
diff
changeset
|
78 .icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |