-
Notifications
You must be signed in to change notification settings - Fork 0
/
fontello.css
339 lines (330 loc) · 17 KB
/
fontello.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
@font-face {
font-family: 'fontello';
src: url('../font/fontello7115.eot?92040386');
src: url('../font/fontello7115.eot?92040386#iefix') format('embedded-opentype'),
url('../font/fontello7115.woff?92040386') format('woff'),
url('../font/fontello7115.ttf?92040386') format('truetype'),
url('../font/fontello7115.svg?92040386#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?92040386#fontello') format('svg');
}
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-print-1:before { content: '\e800'; } /* '' */
.icon-retweet:before { content: '\e801'; } /* '' */
.icon-upload:before { content: '\e802'; } /* '' */
.icon-note:before { content: '\e803'; } /* '' */
.icon-note-beamed:before { content: '\e804'; } /* '' */
.icon-music:before { content: '\e805'; } /* '' */
.icon-search:before { content: '\e806'; } /* '' */
.icon-flashlight:before { content: '\e807'; } /* '' */
.icon-mail:before { content: '\e808'; } /* '' */
.icon-heart:before { content: '\e809'; } /* '' */
.icon-heart-empty:before { content: '\e80a'; } /* '' */
.icon-tape:before { content: '\e80b'; } /* '' */
.icon-graduation-cap:before { content: '\e80c'; } /* '' */
.icon-user:before { content: '\e80d'; } /* '' */
.icon-users:before { content: '\e80e'; } /* '' */
.icon-user-add:before { content: '\e80f'; } /* '' */
.icon-video:before { content: '\e810'; } /* '' */
.icon-picture:before { content: '\e811'; } /* '' */
.icon-camera:before { content: '\e812'; } /* '' */
.icon-layout:before { content: '\e813'; } /* '' */
.icon-menu:before { content: '\e814'; } /* '' */
.icon-check:before { content: '\e815'; } /* '' */
.icon-cancel:before { content: '\e816'; } /* '' */
.icon-plus:before { content: '\e817'; } /* '' */
.icon-plus-circled:before { content: '\e818'; } /* '' */
.icon-plus-squared:before { content: '\e819'; } /* '' */
.icon-minus:before { content: '\e81a'; } /* '' */
.icon-minus-circled:before { content: '\e81b'; } /* '' */
.icon-minus-squared:before { content: '\e81c'; } /* '' */
.icon-help:before { content: '\e81d'; } /* '' */
.icon-help-circled:before { content: '\e81e'; } /* '' */
.icon-info:before { content: '\e81f'; } /* '' */
.icon-info-circled:before { content: '\e820'; } /* '' */
.icon-back:before { content: '\e821'; } /* '' */
.icon-home:before { content: '\e822'; } /* '' */
.icon-link:before { content: '\e823'; } /* '' */
.icon-attach:before { content: '\e824'; } /* '' */
.icon-lock:before { content: '\e825'; } /* '' */
.icon-lock-open:before { content: '\e826'; } /* '' */
.icon-eye:before { content: '\e827'; } /* '' */
.icon-tag:before { content: '\e828'; } /* '' */
.icon-flag:before { content: '\e829'; } /* '' */
.icon-thumbs-up:before { content: '\e82a'; } /* '' */
.icon-thumbs-down:before { content: '\e82b'; } /* '' */
.icon-upload-cloud:before { content: '\e82c'; } /* '' */
.icon-reply:before { content: '\e82d'; } /* '' */
.icon-reply-all:before { content: '\e82e'; } /* '' */
.icon-forward:before { content: '\e82f'; } /* '' */
.icon-quote:before { content: '\e830'; } /* '' */
.icon-code:before { content: '\e831'; } /* '' */
.icon-export:before { content: '\e832'; } /* '' */
.icon-pencil:before { content: '\e833'; } /* '' */
.icon-feather:before { content: '\e834'; } /* '' */
.icon-keyboard:before { content: '\e835'; } /* '' */
.icon-comment:before { content: '\e836'; } /* '' */
.icon-attention:before { content: '\e837'; } /* '' */
.icon-alert:before { content: '\e838'; } /* '' */
.icon-vcard:before { content: '\e839'; } /* '' */
.icon-address:before { content: '\e83a'; } /* '' */
.icon-location:before { content: '\e83b'; } /* '' */
.icon-map:before { content: '\e83c'; } /* '' */
.icon-direction:before { content: '\e83d'; } /* '' */
.icon-compass:before { content: '\e83e'; } /* '' */
.icon-cup:before { content: '\e83f'; } /* '' */
.icon-trash:before { content: '\e840'; } /* '' */
.icon-doc:before { content: '\e841'; } /* '' */
.icon-docs:before { content: '\e842'; } /* '' */
.icon-doc-landscape:before { content: '\e843'; } /* '' */
.icon-doc-text:before { content: '\e844'; } /* '' */
.icon-doc-text-inv:before { content: '\e845'; } /* '' */
.icon-newspaper:before { content: '\e846'; } /* '' */
.icon-book-open:before { content: '\e847'; } /* '' */
.icon-book:before { content: '\e848'; } /* '' */
.icon-box:before { content: '\e849'; } /* '' */
.icon-rss:before { content: '\e84a'; } /* '' */
.icon-phone:before { content: '\e84b'; } /* '' */
.icon-cog:before { content: '\e84c'; } /* '' */
.icon-tools:before { content: '\e84d'; } /* '' */
.icon-share:before { content: '\e84e'; } /* '' */
.icon-shareable:before { content: '\e84f'; } /* '' */
.icon-basket:before { content: '\e850'; } /* '' */
.icon-bag:before { content: '\e851'; } /* '' */
.icon-calendar:before { content: '\e852'; } /* '' */
.icon-login:before { content: '\e853'; } /* '' */
.icon-logout:before { content: '\e854'; } /* '' */
.icon-mic:before { content: '\e855'; } /* '' */
.icon-mute:before { content: '\e856'; } /* '' */
.icon-sound:before { content: '\e857'; } /* '' */
.icon-volume:before { content: '\e858'; } /* '' */
.icon-clock:before { content: '\e859'; } /* '' */
.icon-hourglass:before { content: '\e85a'; } /* '' */
.icon-light-up:before { content: '\e85b'; } /* '' */
.icon-adjust:before { content: '\e85c'; } /* '' */
.icon-block:before { content: '\e85d'; } /* '' */
.icon-resize-full:before { content: '\e85e'; } /* '' */
.icon-resize-small:before { content: '\e85f'; } /* '' */
.icon-popup:before { content: '\e860'; } /* '' */
.icon-publish:before { content: '\e861'; } /* '' */
.icon-window:before { content: '\e862'; } /* '' */
.icon-arrow-combo:before { content: '\e863'; } /* '' */
.icon-down-circled:before { content: '\e864'; } /* '' */
.icon-left-circled:before { content: '\e865'; } /* '' */
.icon-right-circled:before { content: '\e866'; } /* '' */
.icon-up-circled:before { content: '\e867'; } /* '' */
.icon-down-open:before { content: '\e868'; } /* '' */
.icon-left-open:before { content: '\e869'; } /* '' */
.icon-right-open:before { content: '\e86a'; } /* '' */
.icon-up-open:before { content: '\e86b'; } /* '' */
.icon-down-open-mini:before { content: '\e86c'; } /* '' */
.icon-up-open-mini:before { content: '\e86d'; } /* '' */
.icon-down-open-big:before { content: '\e86e'; } /* '' */
.icon-left-open-big:before { content: '\e86f'; } /* '' */
.icon-right-open-big:before { content: '\e870'; } /* '' */
.icon-up-open-big:before { content: '\e871'; } /* '' */
.icon-down:before { content: '\e872'; } /* '' */
.icon-left:before { content: '\e873'; } /* '' */
.icon-right:before { content: '\e874'; } /* '' */
.icon-up:before { content: '\e875'; } /* '' */
.icon-down-dir:before { content: '\e876'; } /* '' */
.icon-left-dir:before { content: '\e877'; } /* '' */
.icon-right-dir:before { content: '\e878'; } /* '' */
.icon-up-dir:before { content: '\e879'; } /* '' */
.icon-down-bold:before { content: '\e87a'; } /* '' */
.icon-left-bold:before { content: '\e87b'; } /* '' */
.icon-right-bold:before { content: '\e87c'; } /* '' */
.icon-up-bold:before { content: '\e87d'; } /* '' */
.icon-down-thin:before { content: '\e87e'; } /* '' */
.icon-up-thin:before { content: '\e87f'; } /* '' */
.icon-ccw:before { content: '\e880'; } /* '' */
.icon-cw:before { content: '\e881'; } /* '' */
.icon-arrows-ccw:before { content: '\e882'; } /* '' */
.icon-level-down:before { content: '\e883'; } /* '' */
.icon-level-up:before { content: '\e884'; } /* '' */
.icon-shuffle:before { content: '\e885'; } /* '' */
.icon-loop:before { content: '\e886'; } /* '' */
.icon-switch:before { content: '\e887'; } /* '' */
.icon-play:before { content: '\e888'; } /* '' */
.icon-stop:before { content: '\e889'; } /* '' */
.icon-pause:before { content: '\e88a'; } /* '' */
.icon-record:before { content: '\e88b'; } /* '' */
.icon-to-end:before { content: '\e88c'; } /* '' */
.icon-flow-parallel:before { content: '\e88d'; } /* '' */
.icon-fast-forward:before { content: '\e88e'; } /* '' */
.icon-fast-backward:before { content: '\e88f'; } /* '' */
.icon-progress-0:before { content: '\e890'; } /* '' */
.icon-cancel-circled:before { content: '\e891'; } /* '' */
.icon-cancel-squared:before { content: '\e892'; } /* '' */
.icon-bookmark:before { content: '\e893'; } /* '' */
.icon-bookmarks:before { content: '\e894'; } /* '' */
.icon-chat:before { content: '\e895'; } /* '' */
.icon-bell:before { content: '\e896'; } /* '' */
.icon-folder:before { content: '\e897'; } /* '' */
.icon-archive:before { content: '\e898'; } /* '' */
.icon-lamp:before { content: '\e899'; } /* '' */
.icon-light-down:before { content: '\e89a'; } /* '' */
.icon-left-open-mini:before { content: '\e89b'; } /* '' */
.icon-right-open-mini:before { content: '\e89c'; } /* '' */
.icon-left-thin:before { content: '\e89d'; } /* '' */
.icon-right-thin:before { content: '\e89e'; } /* '' */
.icon-progress-1:before { content: '\e89f'; } /* '' */
.icon-progress-2:before { content: '\e8a0'; } /* '' */
.icon-flash:before { content: '\e8a1'; } /* '' */
.icon-moon:before { content: '\e8a2'; } /* '' */
.icon-progress-3:before { content: '\e8a3'; } /* '' */
.icon-target:before { content: '\e8a4'; } /* '' */
.icon-palette:before { content: '\e8a5'; } /* '' */
.icon-list:before { content: '\e8a6'; } /* '' */
.icon-list-add:before { content: '\e8a7'; } /* '' */
.icon-signal:before { content: '\e8a8'; } /* '' */
.icon-trophy:before { content: '\e8a9'; } /* '' */
.icon-battery:before { content: '\e8aa'; } /* '' */
.icon-back-in-time:before { content: '\e8ab'; } /* '' */
.icon-monitor:before { content: '\e8ac'; } /* '' */
.icon-mobile:before { content: '\e8ad'; } /* '' */
.icon-network:before { content: '\e8ae'; } /* '' */
.icon-cd:before { content: '\e8af'; } /* '' */
.icon-inbox:before { content: '\e8b0'; } /* '' */
.icon-install:before { content: '\e8b1'; } /* '' */
.icon-globe:before { content: '\e8b2'; } /* '' */
.icon-cloud:before { content: '\e8b3'; } /* '' */
.icon-cloud-thunder:before { content: '\e8b4'; } /* '' */
.icon-flight:before { content: '\e8b5'; } /* '' */
.icon-paper-plane:before { content: '\e8b6'; } /* '' */
.icon-leaf:before { content: '\e8b7'; } /* '' */
.icon-lifebuoy:before { content: '\e8b8'; } /* '' */
.icon-mouse:before { content: '\e8b9'; } /* '' */
.icon-briefcase:before { content: '\e8ba'; } /* '' */
.icon-suitcase:before { content: '\e8bb'; } /* '' */
.icon-dot:before { content: '\e8bc'; } /* '' */
.icon-dot-2:before { content: '\e8bd'; } /* '' */
.icon-dot-3:before { content: '\e8be'; } /* '' */
.icon-brush:before { content: '\e8bf'; } /* '' */
.icon-magnet:before { content: '\e8c0'; } /* '' */
.icon-infinity:before { content: '\e8c1'; } /* '' */
.icon-erase:before { content: '\e8c2'; } /* '' */
.icon-chart-pie:before { content: '\e8c3'; } /* '' */
.icon-chart-line:before { content: '\e8c4'; } /* '' */
.icon-chart-bar:before { content: '\e8c5'; } /* '' */
.icon-chart-area:before { content: '\e8c6'; } /* '' */
.icon-language:before { content: '\e8c7'; } /* '' */
.icon-ticket:before { content: '\e8c8'; } /* '' */
.icon-water:before { content: '\e8c9'; } /* '' */
.icon-droplet:before { content: '\e8ca'; } /* '' */
.icon-air:before { content: '\e8cb'; } /* '' */
.icon-credit-card:before { content: '\e8cc'; } /* '' */
.icon-floppy:before { content: '\e8cd'; } /* '' */
.icon-clipboard:before { content: '\e8ce'; } /* '' */
.icon-megaphone:before { content: '\e8cf'; } /* '' */
.icon-database:before { content: '\e8d0'; } /* '' */
.icon-drive:before { content: '\e8d1'; } /* '' */
.icon-bucket:before { content: '\e8d2'; } /* '' */
.icon-thermometer:before { content: '\e8d3'; } /* '' */
.icon-key:before { content: '\e8d4'; } /* '' */
.icon-flow-cascade:before { content: '\e8d5'; } /* '' */
.icon-flow-branch:before { content: '\e8d6'; } /* '' */
.icon-flow-tree:before { content: '\e8d7'; } /* '' */
.icon-flow-line:before { content: '\e8d8'; } /* '' */
.icon-gauge:before { content: '\e8d9'; } /* '' */
.icon-traffic-cone:before { content: '\e8da'; } /* '' */
.icon-cc:before { content: '\e8db'; } /* '' */
.icon-cc-by:before { content: '\e8dc'; } /* '' */
.icon-cc-nc:before { content: '\e8dd'; } /* '' */
.icon-cc-nc-eu:before { content: '\e8de'; } /* '' */
.icon-cc-nc-jp:before { content: '\e8df'; } /* '' */
.icon-cc-sa:before { content: '\e8e0'; } /* '' */
.icon-cc-nd:before { content: '\e8e1'; } /* '' */
.icon-cc-pd:before { content: '\e8e2'; } /* '' */
.icon-cc-zero:before { content: '\e8e3'; } /* '' */
.icon-cc-share:before { content: '\e8e4'; } /* '' */
.icon-cc-remix:before { content: '\e8e5'; } /* '' */
.icon-github:before { content: '\e8e6'; } /* '' */
.icon-github-circled:before { content: '\e8e7'; } /* '' */
.icon-flickr:before { content: '\e8e8'; } /* '' */
.icon-flickr-circled:before { content: '\e8e9'; } /* '' */
.icon-vimeo:before { content: '\e8ea'; } /* '' */
.icon-twitter-circled:before { content: '\e8eb'; } /* '' */
.icon-facebook:before { content: '\e8ec'; } /* '' */
.icon-facebook-circled:before { content: '\e8ed'; } /* '' */
.icon-facebook-squared:before { content: '\e8ee'; } /* '' */
.icon-gplus:before { content: '\e8ef'; } /* '' */
.icon-gplus-circled:before { content: '\e8f0'; } /* '' */
.icon-pinterest:before { content: '\e8f1'; } /* '' */
.icon-pinterest-circled:before { content: '\e8f2'; } /* '' */
.icon-tumblr:before { content: '\e8f3'; } /* '' */
.icon-tumblr-circled:before { content: '\e8f4'; } /* '' */
.icon-linkedin:before { content: '\e8f5'; } /* '' */
.icon-linkedin-circled:before { content: '\e8f6'; } /* '' */
.icon-dribbble:before { content: '\e8f7'; } /* '' */
.icon-dribbble-circled:before { content: '\e8f8'; } /* '' */
.icon-stumbleupon:before { content: '\e8f9'; } /* '' */
.icon-stumbleupon-circled:before { content: '\e8fa'; } /* '' */
.icon-lastfm:before { content: '\e8fb'; } /* '' */
.icon-lastfm-circled:before { content: '\e8fc'; } /* '' */
.icon-spotify:before { content: '\e8fd'; } /* '' */
.icon-spotify-circled:before { content: '\e8fe'; } /* '' */
.icon-qq:before { content: '\e8ff'; } /* '' */
.icon-instagram:before { content: '\e900'; } /* '' */
.icon-dropbox:before { content: '\e901'; } /* '' */
.icon-evernote:before { content: '\e902'; } /* '' */
.icon-flattr:before { content: '\e903'; } /* '' */
.icon-skype:before { content: '\e904'; } /* '' */
.icon-skype-circled:before { content: '\e905'; } /* '' */
.icon-renren:before { content: '\e906'; } /* '' */
.icon-sina-weibo:before { content: '\e907'; } /* '' */
.icon-paypal:before { content: '\e908'; } /* '' */
.icon-picasa:before { content: '\e909'; } /* '' */
.icon-soundcloud:before { content: '\e90a'; } /* '' */
.icon-mixi:before { content: '\e90b'; } /* '' */
.icon-behance:before { content: '\e90c'; } /* '' */
.icon-google-circles:before { content: '\e90d'; } /* '' */
.icon-vkontakte:before { content: '\e90e'; } /* '' */
.icon-db-shape:before { content: '\e90f'; } /* '' */
.icon-logo-db:before { content: '\e910'; } /* '' */
.icon-download:before { content: '\e911'; } /* '' */
.icon-rocket:before { content: '\e912'; } /* '' */
.icon-vimeo-circled:before { content: '\e913'; } /* '' */
.icon-twitter:before { content: '\e914'; } /* '' */
.icon-rdio:before { content: '\e915'; } /* '' */
.icon-rdio-circled:before { content: '\e916'; } /* '' */
.icon-smashing:before { content: '\e917'; } /* '' */
.icon-sweden:before { content: '\e918'; } /* '' */
.icon-star:before { content: '\e91a'; } /* '' */
.icon-star-empty:before { content: '\e91c'; } /* '' */