easy-component-ui 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/icon/config.json +1018 -0
- package/icon/css/animation.css +85 -0
- package/icon/css/fontello-codes.css +123 -0
- package/icon/css/fontello-embedded.css +181 -0
- package/icon/css/fontello-ie7-codes.css +123 -0
- package/icon/css/fontello-ie7.css +134 -0
- package/icon/css/fontello.css +224 -0
- package/icon/font/fontello.eot +0 -0
- package/icon/font/fontello.svg +346 -0
- package/icon/font/fontello.ttf +0 -0
- package/icon/font/fontello.woff +0 -0
- package/icon/font/fontello.woff2 +0 -0
- package/icon/index.css +2 -0
- package/index.js +1693 -0
- package/package.json +12 -0
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
|
|
2
|
+
.icon-music { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
3
|
+
.icon-heart-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
4
|
+
.icon-heart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
5
|
+
.icon-star-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
6
|
+
.icon-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
7
|
+
.icon-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
8
|
+
.icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
9
|
+
.icon-user { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
10
|
+
.icon-users { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
11
|
+
.icon-video { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
12
|
+
.icon-videocam { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
13
|
+
.icon-picture { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
14
|
+
.icon-camera { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
15
|
+
.icon-th-list { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
16
|
+
.icon-ok-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
17
|
+
.icon-ok-circled2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
18
|
+
.icon-cancel-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
19
|
+
.icon-cancel-circled2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
20
|
+
.icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
21
|
+
.icon-minus-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
22
|
+
.icon-home { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
23
|
+
.icon-link { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
24
|
+
.icon-attach { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
25
|
+
.icon-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
26
|
+
.icon-lock-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
27
|
+
.icon-pin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
28
|
+
.icon-eye { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
29
|
+
.icon-eye-off { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
30
|
+
.icon-tag { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
31
|
+
.icon-tags { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
32
|
+
.icon-bookmark { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
33
|
+
.icon-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
34
|
+
.icon-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
35
|
+
.icon-trash-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
36
|
+
.icon-location { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
37
|
+
.icon-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
38
|
+
.icon-cog { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
39
|
+
.icon-basket { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
40
|
+
.icon-play { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
41
|
+
.icon-stop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
42
|
+
.icon-pause { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
43
|
+
.icon-to-end { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
44
|
+
.icon-to-end-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
45
|
+
.icon-to-start { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
46
|
+
.icon-to-start-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
47
|
+
.icon-fast-fw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
48
|
+
.icon-fast-bw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
49
|
+
.icon-inbox { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
50
|
+
.icon-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
51
|
+
.icon-briefcase { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
52
|
+
.icon-spin6 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
53
|
+
.icon-firefox { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
54
|
+
.icon-chrome { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
55
|
+
.icon-opera { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
56
|
+
.icon-ie { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
57
|
+
.icon-crown { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
58
|
+
.icon-link-ext { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
59
|
+
.icon-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
60
|
+
.icon-github-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
61
|
+
.icon-hdd { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
62
|
+
.icon-table { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
63
|
+
.icon-mail-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
64
|
+
.icon-gauge { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
65
|
+
.icon-comment-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
66
|
+
.icon-download-cloud { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
67
|
+
.icon-upload-cloud { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
68
|
+
.icon-coffee { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
69
|
+
.icon-food { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
70
|
+
.icon-medkit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
71
|
+
.icon-angle-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
72
|
+
.icon-angle-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
73
|
+
.icon-angle-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
74
|
+
.icon-angle-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
75
|
+
.icon-tablet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
76
|
+
.icon-folder-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
77
|
+
.icon-direction { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
78
|
+
.icon-help { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
79
|
+
.icon-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
80
|
+
.icon-compass { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
81
|
+
.icon-youtube { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
82
|
+
.icon-dropbox { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
83
|
+
.icon-tumblr-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
84
|
+
.icon-apple { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
85
|
+
.icon-windows { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
86
|
+
.icon-android { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
87
|
+
.icon-skype { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
88
|
+
.icon-bug { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
89
|
+
.icon-weibo { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
90
|
+
.icon-renren { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
91
|
+
.icon-graduation-cap { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
92
|
+
.icon-google { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
93
|
+
.icon-language { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
94
|
+
.icon-paw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
95
|
+
.icon-steam-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
96
|
+
.icon-recycle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
97
|
+
.icon-database { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
98
|
+
.icon-tencent-weibo { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
99
|
+
.icon-qq { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
100
|
+
.icon-wechat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
101
|
+
.icon-share { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
102
|
+
.icon-binoculars { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
103
|
+
.icon-twitch { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
104
|
+
.icon-paypal { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
105
|
+
.icon-birthday { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
106
|
+
.icon-heartbeat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
107
|
+
.icon-user-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
108
|
+
.icon-user-times { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
109
|
+
.icon-bed { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
110
|
+
.icon-battery-4 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
111
|
+
.icon-battery-3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
112
|
+
.icon-battery-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
113
|
+
.icon-battery-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
114
|
+
.icon-battery-0 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
115
|
+
.icon-hourglass-o { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
116
|
+
.icon-hourglass-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
117
|
+
.icon-hourglass-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
118
|
+
.icon-hourglass-3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
119
|
+
.icon-hourglass { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
120
|
+
.icon-map-signs { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
121
|
+
.icon-map { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
122
|
+
.icon-facebook-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
123
|
+
.icon-linkedin-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
[class^="icon-"], [class*=" icon-"] {
|
|
2
|
+
font-family: 'fontello';
|
|
3
|
+
font-style: normal;
|
|
4
|
+
font-weight: normal;
|
|
5
|
+
|
|
6
|
+
/* fix buttons height */
|
|
7
|
+
line-height: 1em;
|
|
8
|
+
|
|
9
|
+
/* you can be more comfortable with increased icons size */
|
|
10
|
+
/* font-size: 120%; */
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.icon-music { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
14
|
+
.icon-heart-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
15
|
+
.icon-heart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
16
|
+
.icon-star-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
17
|
+
.icon-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
18
|
+
.icon-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
19
|
+
.icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
20
|
+
.icon-user { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
21
|
+
.icon-users { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
22
|
+
.icon-video { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
23
|
+
.icon-videocam { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
24
|
+
.icon-picture { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
25
|
+
.icon-camera { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
26
|
+
.icon-th-list { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
27
|
+
.icon-ok-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
28
|
+
.icon-ok-circled2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
29
|
+
.icon-cancel-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
30
|
+
.icon-cancel-circled2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
31
|
+
.icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
32
|
+
.icon-minus-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
33
|
+
.icon-home { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
34
|
+
.icon-link { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
35
|
+
.icon-attach { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
36
|
+
.icon-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
37
|
+
.icon-lock-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
38
|
+
.icon-pin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
39
|
+
.icon-eye { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
40
|
+
.icon-eye-off { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
41
|
+
.icon-tag { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
42
|
+
.icon-tags { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
43
|
+
.icon-bookmark { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
44
|
+
.icon-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
45
|
+
.icon-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
46
|
+
.icon-trash-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
47
|
+
.icon-location { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
48
|
+
.icon-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
49
|
+
.icon-cog { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
50
|
+
.icon-basket { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
51
|
+
.icon-play { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
52
|
+
.icon-stop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
53
|
+
.icon-pause { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
54
|
+
.icon-to-end { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
55
|
+
.icon-to-end-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
56
|
+
.icon-to-start { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
57
|
+
.icon-to-start-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
58
|
+
.icon-fast-fw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
59
|
+
.icon-fast-bw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
60
|
+
.icon-inbox { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
61
|
+
.icon-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
62
|
+
.icon-briefcase { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
63
|
+
.icon-spin6 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
64
|
+
.icon-firefox { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
65
|
+
.icon-chrome { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
66
|
+
.icon-opera { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
67
|
+
.icon-ie { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
68
|
+
.icon-crown { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
69
|
+
.icon-link-ext { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
70
|
+
.icon-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
71
|
+
.icon-github-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
72
|
+
.icon-hdd { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
73
|
+
.icon-table { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
74
|
+
.icon-mail-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
75
|
+
.icon-gauge { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
76
|
+
.icon-comment-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
77
|
+
.icon-download-cloud { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
78
|
+
.icon-upload-cloud { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
79
|
+
.icon-coffee { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
80
|
+
.icon-food { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
81
|
+
.icon-medkit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
82
|
+
.icon-angle-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
83
|
+
.icon-angle-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
84
|
+
.icon-angle-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
85
|
+
.icon-angle-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
86
|
+
.icon-tablet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
87
|
+
.icon-folder-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
88
|
+
.icon-direction { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
89
|
+
.icon-help { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
90
|
+
.icon-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
91
|
+
.icon-compass { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
92
|
+
.icon-youtube { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
93
|
+
.icon-dropbox { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
94
|
+
.icon-tumblr-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
95
|
+
.icon-apple { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
96
|
+
.icon-windows { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
97
|
+
.icon-android { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
98
|
+
.icon-skype { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
99
|
+
.icon-bug { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
100
|
+
.icon-weibo { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
101
|
+
.icon-renren { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
102
|
+
.icon-graduation-cap { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
103
|
+
.icon-google { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
104
|
+
.icon-language { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
105
|
+
.icon-paw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
106
|
+
.icon-steam-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
107
|
+
.icon-recycle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
108
|
+
.icon-database { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
109
|
+
.icon-tencent-weibo { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
110
|
+
.icon-qq { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
111
|
+
.icon-wechat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
112
|
+
.icon-share { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
113
|
+
.icon-binoculars { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
114
|
+
.icon-twitch { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
115
|
+
.icon-paypal { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
116
|
+
.icon-birthday { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
117
|
+
.icon-heartbeat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
118
|
+
.icon-user-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
119
|
+
.icon-user-times { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
120
|
+
.icon-bed { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
121
|
+
.icon-battery-4 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
122
|
+
.icon-battery-3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
123
|
+
.icon-battery-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
124
|
+
.icon-battery-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
125
|
+
.icon-battery-0 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
126
|
+
.icon-hourglass-o { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
127
|
+
.icon-hourglass-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
128
|
+
.icon-hourglass-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
129
|
+
.icon-hourglass-3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
130
|
+
.icon-hourglass { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
131
|
+
.icon-map-signs { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
132
|
+
.icon-map { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
133
|
+
.icon-facebook-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
134
|
+
.icon-linkedin-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'fontello';
|
|
3
|
+
src: url('../font/fontello.eot?56437677');
|
|
4
|
+
src: url('../font/fontello.eot?56437677#iefix') format('embedded-opentype'),
|
|
5
|
+
url('../font/fontello.woff2?56437677') format('woff2'),
|
|
6
|
+
url('../font/fontello.woff?56437677') format('woff'),
|
|
7
|
+
url('../font/fontello.ttf?56437677') format('truetype'),
|
|
8
|
+
url('../font/fontello.svg?56437677#fontello') format('svg');
|
|
9
|
+
font-weight: normal;
|
|
10
|
+
font-style: normal;
|
|
11
|
+
}
|
|
12
|
+
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
|
13
|
+
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
|
|
14
|
+
/*
|
|
15
|
+
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
16
|
+
@font-face {
|
|
17
|
+
font-family: 'fontello';
|
|
18
|
+
src: url('../font/fontello.svg?56437677#fontello') format('svg');
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
*/
|
|
22
|
+
[class^="icon-"]:before, [class*=" icon-"]:before {
|
|
23
|
+
font-family: "fontello";
|
|
24
|
+
font-style: normal;
|
|
25
|
+
font-weight: normal;
|
|
26
|
+
speak: never;
|
|
27
|
+
|
|
28
|
+
display: inline-block;
|
|
29
|
+
text-decoration: inherit;
|
|
30
|
+
width: 1em;
|
|
31
|
+
margin-right: .2em;
|
|
32
|
+
text-align: center;
|
|
33
|
+
/* opacity: .8; */
|
|
34
|
+
|
|
35
|
+
/* For safety - reset parent styles, that can break glyph codes*/
|
|
36
|
+
font-variant: normal;
|
|
37
|
+
text-transform: none;
|
|
38
|
+
|
|
39
|
+
/* fix buttons height, for twitter bootstrap */
|
|
40
|
+
line-height: 1em;
|
|
41
|
+
|
|
42
|
+
/* Animation center compensation - margins should be symmetric */
|
|
43
|
+
/* remove if not needed */
|
|
44
|
+
margin-left: .2em;
|
|
45
|
+
|
|
46
|
+
/* you can be more comfortable with increased icons size */
|
|
47
|
+
/* font-size: 120%; */
|
|
48
|
+
|
|
49
|
+
/* Font smoothing. That was taken from TWBS */
|
|
50
|
+
-webkit-font-smoothing: antialiased;
|
|
51
|
+
-moz-osx-font-smoothing: grayscale;
|
|
52
|
+
|
|
53
|
+
/* Uncomment for 3D effect */
|
|
54
|
+
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.icon-music:before { content: '\e800'; } /* '' */
|
|
58
|
+
.icon-heart-empty:before { content: '\e801'; } /* '' */
|
|
59
|
+
.icon-heart:before { content: '\e802'; } /* '' */
|
|
60
|
+
.icon-star-empty:before { content: '\e803'; } /* '' */
|
|
61
|
+
.icon-star:before { content: '\e804'; } /* '' */
|
|
62
|
+
.icon-mail:before { content: '\e805'; } /* '' */
|
|
63
|
+
.icon-search:before { content: '\e806'; } /* '' */
|
|
64
|
+
.icon-user:before { content: '\e807'; } /* '' */
|
|
65
|
+
.icon-users:before { content: '\e808'; } /* '' */
|
|
66
|
+
.icon-video:before { content: '\e809'; } /* '' */
|
|
67
|
+
.icon-videocam:before { content: '\e80a'; } /* '' */
|
|
68
|
+
.icon-picture:before { content: '\e80b'; } /* '' */
|
|
69
|
+
.icon-camera:before { content: '\e80c'; } /* '' */
|
|
70
|
+
.icon-th-list:before { content: '\e80d'; } /* '' */
|
|
71
|
+
.icon-ok-circled:before { content: '\e80e'; } /* '' */
|
|
72
|
+
.icon-ok-circled2:before { content: '\e80f'; } /* '' */
|
|
73
|
+
.icon-cancel-circled:before { content: '\e810'; } /* '' */
|
|
74
|
+
.icon-cancel-circled2:before { content: '\e811'; } /* '' */
|
|
75
|
+
.icon-plus:before { content: '\e812'; } /* '' */
|
|
76
|
+
.icon-minus-circled:before { content: '\e813'; } /* '' */
|
|
77
|
+
.icon-home:before { content: '\e814'; } /* '' */
|
|
78
|
+
.icon-link:before { content: '\e815'; } /* '' */
|
|
79
|
+
.icon-attach:before { content: '\e816'; } /* '' */
|
|
80
|
+
.icon-lock:before { content: '\e817'; } /* '' */
|
|
81
|
+
.icon-lock-open:before { content: '\e818'; } /* '' */
|
|
82
|
+
.icon-pin:before { content: '\e819'; } /* '' */
|
|
83
|
+
.icon-eye:before { content: '\e81a'; } /* '' */
|
|
84
|
+
.icon-eye-off:before { content: '\e81b'; } /* '' */
|
|
85
|
+
.icon-tag:before { content: '\e81c'; } /* '' */
|
|
86
|
+
.icon-tags:before { content: '\e81d'; } /* '' */
|
|
87
|
+
.icon-bookmark:before { content: '\e81e'; } /* '' */
|
|
88
|
+
.icon-edit:before { content: '\e81f'; } /* '' */
|
|
89
|
+
.icon-bell:before { content: '\e820'; } /* '' */
|
|
90
|
+
.icon-trash-empty:before { content: '\e821'; } /* '' */
|
|
91
|
+
.icon-location:before { content: '\e822'; } /* '' */
|
|
92
|
+
.icon-phone:before { content: '\e823'; } /* '' */
|
|
93
|
+
.icon-cog:before { content: '\e824'; } /* '' */
|
|
94
|
+
.icon-basket:before { content: '\e825'; } /* '' */
|
|
95
|
+
.icon-play:before { content: '\e826'; } /* '' */
|
|
96
|
+
.icon-stop:before { content: '\e827'; } /* '' */
|
|
97
|
+
.icon-pause:before { content: '\e828'; } /* '' */
|
|
98
|
+
.icon-to-end:before { content: '\e829'; } /* '' */
|
|
99
|
+
.icon-to-end-alt:before { content: '\e82a'; } /* '' */
|
|
100
|
+
.icon-to-start:before { content: '\e82b'; } /* '' */
|
|
101
|
+
.icon-to-start-alt:before { content: '\e82c'; } /* '' */
|
|
102
|
+
.icon-fast-fw:before { content: '\e82d'; } /* '' */
|
|
103
|
+
.icon-fast-bw:before { content: '\e82e'; } /* '' */
|
|
104
|
+
.icon-inbox:before { content: '\e82f'; } /* '' */
|
|
105
|
+
.icon-globe:before { content: '\e830'; } /* '' */
|
|
106
|
+
.icon-briefcase:before { content: '\e831'; } /* '' */
|
|
107
|
+
.icon-star-half:before { content: '\e832'; } /* '' */
|
|
108
|
+
.icon-th-large:before { content: '\e833'; } /* '' */
|
|
109
|
+
.icon-ok:before { content: '\e834'; } /* '' */
|
|
110
|
+
.icon-cancel:before { content: '\e835'; } /* '' */
|
|
111
|
+
.icon-minus:before { content: '\e836'; } /* '' */
|
|
112
|
+
.icon-thumbs-up:before { content: '\e837'; } /* '' */
|
|
113
|
+
.icon-thumbs-down:before { content: '\e838'; } /* '' */
|
|
114
|
+
.icon-spin6:before { content: '\e839'; } /* '' */
|
|
115
|
+
.icon-pencil:before { content: '\e83a'; } /* '' */
|
|
116
|
+
.icon-comment:before { content: '\e83b'; } /* '' */
|
|
117
|
+
.icon-chat:before { content: '\e83c'; } /* '' */
|
|
118
|
+
.icon-attention-circled:before { content: '\e83d'; } /* '' */
|
|
119
|
+
.icon-play-circled2:before { content: '\e83e'; } /* '' */
|
|
120
|
+
.icon-signal:before { content: '\e83f'; } /* '' */
|
|
121
|
+
.icon-firefox:before { content: '\e840'; } /* '' */
|
|
122
|
+
.icon-chrome:before { content: '\e841'; } /* '' */
|
|
123
|
+
.icon-opera:before { content: '\e842'; } /* '' */
|
|
124
|
+
.icon-ie:before { content: '\e843'; } /* '' */
|
|
125
|
+
.icon-crown:before { content: '\e844'; } /* '' */
|
|
126
|
+
.icon-award:before { content: '\e845'; } /* '' */
|
|
127
|
+
.icon-cloud:before { content: '\e846'; } /* '' */
|
|
128
|
+
.icon-flash:before { content: '\e847'; } /* '' */
|
|
129
|
+
.icon-umbrella:before { content: '\e848'; } /* '' */
|
|
130
|
+
.icon-flight:before { content: '\e849'; } /* '' */
|
|
131
|
+
.icon-leaf:before { content: '\e84a'; } /* '' */
|
|
132
|
+
.icon-link-ext:before { content: '\f08e'; } /* '' */
|
|
133
|
+
.icon-twitter:before { content: '\f099'; } /* '' */
|
|
134
|
+
.icon-github-circled:before { content: '\f09b'; } /* '' */
|
|
135
|
+
.icon-hdd:before { content: '\f0a0'; } /* '' */
|
|
136
|
+
.icon-table:before { content: '\f0ce'; } /* '' */
|
|
137
|
+
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
|
|
138
|
+
.icon-gauge:before { content: '\f0e4'; } /* '' */
|
|
139
|
+
.icon-comment-empty:before { content: '\f0e5'; } /* '' */
|
|
140
|
+
.icon-chat-empty:before { content: '\f0e6'; } /* '' */
|
|
141
|
+
.icon-download-cloud:before { content: '\f0ed'; } /* '' */
|
|
142
|
+
.icon-upload-cloud:before { content: '\f0ee'; } /* '' */
|
|
143
|
+
.icon-bell-alt:before { content: '\f0f3'; } /* '' */
|
|
144
|
+
.icon-coffee:before { content: '\f0f4'; } /* '' */
|
|
145
|
+
.icon-food:before { content: '\f0f5'; } /* '' */
|
|
146
|
+
.icon-medkit:before { content: '\f0fa'; } /* '' */
|
|
147
|
+
.icon-angle-left:before { content: '\f104'; } /* '' */
|
|
148
|
+
.icon-angle-right:before { content: '\f105'; } /* '' */
|
|
149
|
+
.icon-angle-up:before { content: '\f106'; } /* '' */
|
|
150
|
+
.icon-angle-down:before { content: '\f107'; } /* '' */
|
|
151
|
+
.icon-laptop:before { content: '\f109'; } /* '' */
|
|
152
|
+
.icon-tablet:before { content: '\f10a'; } /* '' */
|
|
153
|
+
.icon-folder-empty:before { content: '\f114'; } /* '' */
|
|
154
|
+
.icon-gamepad:before { content: '\f11b'; } /* '' */
|
|
155
|
+
.icon-star-half-alt:before { content: '\f123'; } /* '' */
|
|
156
|
+
.icon-direction:before { content: '\f124'; } /* '' */
|
|
157
|
+
.icon-help:before { content: '\f128'; } /* '' */
|
|
158
|
+
.icon-info:before { content: '\f129'; } /* '' */
|
|
159
|
+
.icon-attention-alt:before { content: '\f12a'; } /* '' */
|
|
160
|
+
.icon-lock-open-alt:before { content: '\f13e'; } /* '' */
|
|
161
|
+
.icon-play-circled:before { content: '\f144'; } /* '' */
|
|
162
|
+
.icon-ok-squared:before { content: '\f14a'; } /* '' */
|
|
163
|
+
.icon-compass:before { content: '\f14e'; } /* '' */
|
|
164
|
+
.icon-thumbs-up-alt:before { content: '\f164'; } /* '' */
|
|
165
|
+
.icon-thumbs-down-alt:before { content: '\f165'; } /* '' */
|
|
166
|
+
.icon-youtube:before { content: '\f167'; } /* '' */
|
|
167
|
+
.icon-dropbox:before { content: '\f16b'; } /* '' */
|
|
168
|
+
.icon-tumblr-squared:before { content: '\f174'; } /* '' */
|
|
169
|
+
.icon-apple:before { content: '\f179'; } /* '' */
|
|
170
|
+
.icon-windows:before { content: '\f17a'; } /* '' */
|
|
171
|
+
.icon-android:before { content: '\f17b'; } /* '' */
|
|
172
|
+
.icon-skype:before { content: '\f17e'; } /* '' */
|
|
173
|
+
.icon-sun:before { content: '\f185'; } /* '' */
|
|
174
|
+
.icon-moon:before { content: '\f186'; } /* '' */
|
|
175
|
+
.icon-bug:before { content: '\f188'; } /* '' */
|
|
176
|
+
.icon-weibo:before { content: '\f18a'; } /* '' */
|
|
177
|
+
.icon-renren:before { content: '\f18b'; } /* '' */
|
|
178
|
+
.icon-graduation-cap:before { content: '\f19d'; } /* '' */
|
|
179
|
+
.icon-google:before { content: '\f1a0'; } /* '' */
|
|
180
|
+
.icon-language:before { content: '\f1ab'; } /* '' */
|
|
181
|
+
.icon-paw:before { content: '\f1b0'; } /* '' */
|
|
182
|
+
.icon-steam-squared:before { content: '\f1b7'; } /* '' */
|
|
183
|
+
.icon-recycle:before { content: '\f1b8'; } /* '' */
|
|
184
|
+
.icon-database:before { content: '\f1c0'; } /* '' */
|
|
185
|
+
.icon-tencent-weibo:before { content: '\f1d5'; } /* '' */
|
|
186
|
+
.icon-qq:before { content: '\f1d6'; } /* '' */
|
|
187
|
+
.icon-wechat:before { content: '\f1d7'; } /* '' */
|
|
188
|
+
.icon-paper-plane:before { content: '\f1d8'; } /* '' */
|
|
189
|
+
.icon-share:before { content: '\f1e0'; } /* '' */
|
|
190
|
+
.icon-binoculars:before { content: '\f1e5'; } /* '' */
|
|
191
|
+
.icon-twitch:before { content: '\f1e8'; } /* '' */
|
|
192
|
+
.icon-wifi:before { content: '\f1eb'; } /* '' */
|
|
193
|
+
.icon-paypal:before { content: '\f1ed'; } /* '' */
|
|
194
|
+
.icon-cc-visa:before { content: '\f1f0'; } /* '' */
|
|
195
|
+
.icon-cc-mastercard:before { content: '\f1f1'; } /* '' */
|
|
196
|
+
.icon-cc-discover:before { content: '\f1f2'; } /* '' */
|
|
197
|
+
.icon-cc-amex:before { content: '\f1f3'; } /* '' */
|
|
198
|
+
.icon-cc-paypal:before { content: '\f1f4'; } /* '' */
|
|
199
|
+
.icon-cc-stripe:before { content: '\f1f5'; } /* '' */
|
|
200
|
+
.icon-bell-off:before { content: '\f1f6'; } /* '' */
|
|
201
|
+
.icon-bell-off-empty:before { content: '\f1f7'; } /* '' */
|
|
202
|
+
.icon-trash:before { content: '\f1f8'; } /* '' */
|
|
203
|
+
.icon-birthday:before { content: '\f1fd'; } /* '' */
|
|
204
|
+
.icon-heartbeat:before { content: '\f21e'; } /* '' */
|
|
205
|
+
.icon-venus:before { content: '\f221'; } /* '' */
|
|
206
|
+
.icon-mars:before { content: '\f222'; } /* '' */
|
|
207
|
+
.icon-user-plus:before { content: '\f234'; } /* '' */
|
|
208
|
+
.icon-user-times:before { content: '\f235'; } /* '' */
|
|
209
|
+
.icon-bed:before { content: '\f236'; } /* '' */
|
|
210
|
+
.icon-battery-4:before { content: '\f240'; } /* '' */
|
|
211
|
+
.icon-battery-3:before { content: '\f241'; } /* '' */
|
|
212
|
+
.icon-battery-2:before { content: '\f242'; } /* '' */
|
|
213
|
+
.icon-battery-1:before { content: '\f243'; } /* '' */
|
|
214
|
+
.icon-battery-0:before { content: '\f244'; } /* '' */
|
|
215
|
+
.icon-hourglass-o:before { content: '\f250'; } /* '' */
|
|
216
|
+
.icon-hourglass-1:before { content: '\f251'; } /* '' */
|
|
217
|
+
.icon-hourglass-2:before { content: '\f252'; } /* '' */
|
|
218
|
+
.icon-hourglass-3:before { content: '\f253'; } /* '' */
|
|
219
|
+
.icon-hourglass:before { content: '\f254'; } /* '' */
|
|
220
|
+
.icon-map-signs:before { content: '\f277'; } /* '' */
|
|
221
|
+
.icon-map:before { content: '\f279'; } /* '' */
|
|
222
|
+
.icon-bluetooth-b:before { content: '\f294'; } /* '' */
|
|
223
|
+
.icon-facebook-squared:before { content: '\f308'; } /* '' */
|
|
224
|
+
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */
|
|
Binary file
|