annotate fonts/fontello/css/fontello-ie7.css @ 46:3cd7354ab2dc

fonts (icons): added "merge" icon
author Goffi <goffi@goffi.org>
date Tue, 27 Mar 2018 08:34:18 +0200
parents 1d4716222c41
children 56344bb45feb
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;
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 = '&#xe800;&nbsp;'); }
43
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
14 .icon-desktop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe801;&nbsp;'); }
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
15 .icon-mobile { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe802;&nbsp;'); }
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
16 .icon-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe803;&nbsp;'); }
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
17 .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
18 .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
19 .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
20 .icon-merge { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe807;&nbsp;'); }
43
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
21 .icon-comment-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;&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
22 .icon-folder-open-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf115;&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
23 .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
24 .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
25 .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
26 .icon-file-video { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1c8;&nbsp;'); }
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
27 .icon-server { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf233;&nbsp;'); }