Mercurial > libervia-media
annotate fonts/fontello/css/fontello-ie7.css @ 55:3674c144c0f1
fonts (icons): added "exchange" icon
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 12 May 2018 08:26:01 +0200 |
parents | 7c32c7d4bbb4 |
children | b185ee5c3f25 |
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; |
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
|
5 |
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; |
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
|
8 |
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 } |
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
|
12 |
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
|
13 .icon-doc { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
43 | 14 .icon-desktop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
15 .icon-mobile { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | |
16 .icon-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | |
17 .icon-terminal { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | |
44 | 18 .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
|
19 .icon-clipboard { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
46 | 20 .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
|
21 .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
|
22 .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
|
23 .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
|
24 .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
|
25 .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
|
26 .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
|
27 .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
|
28 .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
|
29 .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
|
30 .icon-wrench { *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
|
31 .icon-comment-empty { *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
|
32 .icon-folder-open-empty { *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
|
33 .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
|
34 .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
|
35 .icon-file-audio { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
43 | 36 .icon-file-video { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
37 .icon-server { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |