7
|
1 @charset 'UTF-8';
|
|
2
|
|
3 @font-face
|
|
4 {
|
|
5 font-family: 'FontAwesome';
|
|
6 src: url('fonts/fontawesome-webfont.eot?v=3.0.1');
|
|
7 src: url('fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
|
|
8 url('fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
|
|
9 url('fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype'),
|
|
10 url('fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
|
|
11 font-weight: normal;
|
|
12 font-style: normal;
|
|
13 }
|
|
14
|
|
15 @font-face
|
|
16 {
|
|
17 font-family: 'Font-Awesome-Social';
|
|
18 src: url('fonts/fontawesome-social-webfont.eot');
|
|
19 src: url('fonts/fontawesome-social-webfont.eot?#iefix') format('embedded-opentype'),
|
|
20 url('fonts/fontawesome-social-webfont.woff') format('woff'),
|
|
21 url('fonts/fontawesome-social-webfont.ttf') format('truetype'),
|
|
22 url('fonts/fontawesome-social-webfont.svg#Font-Awesome-More') format('svg');
|
|
23 font-weight: normal;
|
|
24 font-style: normal;
|
|
25 }
|
|
26
|
|
27 /*********************************************************************************/
|
|
28 /* Icons */
|
|
29 /*********************************************************************************/
|
|
30
|
|
31 /*
|
|
32 Powered by:
|
|
33
|
|
34 Font Awesome (http://fortawesome.github.com/Font-Awesome/)
|
|
35 Font Awesome More (http://gregoryloucas.github.com/Font-Awesome-More/)
|
|
36 */
|
|
37
|
|
38 .icon
|
|
39 {
|
|
40 text-decoration: none;
|
|
41 }
|
|
42
|
|
43 .icon:before
|
|
44 {
|
|
45 font-size: 1.25em;
|
|
46 text-decoration: none;
|
|
47 font-family: FontAwesome;
|
|
48 font-weight: normal;
|
|
49 font-style: normal;
|
|
50 -webkit-text-rendering: optimizeLegibility;
|
|
51 -moz-text-rendering: optimizeLegibility;
|
|
52 -ms-text-rendering: optimizeLegibility;
|
|
53 -o-text-rendering: optimizeLegibility;
|
|
54 text-rendering: optimizeLegibility;
|
|
55 -webkit-font-smoothing: antialiased;
|
|
56 -moz-font-smoothing: antialiased;
|
|
57 -ms-font-smoothing: antialiased;
|
|
58 -o-font-smoothing: antialiased;
|
|
59 font-smoothing: antialiased;
|
|
60 -webkit-font-feature-settings: "liga" 1, "dlig" 1;
|
|
61 -moz-font-feature-settings: "liga=1, dlig=1";
|
|
62 -ms-font-feature-settings: "liga" 1, "dlig" 1;
|
|
63 -o-font-feature-settings: "liga" 1, "dlig" 1;
|
|
64 font-feature-settings: "liga" 1, "dlig" 1;
|
|
65 }
|
|
66
|
|
67 .icon-glass:before { content: "\f000"; }
|
|
68 .icon-music:before { content: "\f001"; }
|
|
69 .icon-search:before { content: "\f002"; }
|
|
70 .icon-envelope:before { content: "\f003"; }
|
|
71 .icon-heart:before { content: "\f004"; }
|
|
72 .icon-star:before { content: "\f005"; }
|
|
73 .icon-star-empty:before { content: "\f006"; }
|
|
74 .icon-user:before { content: "\f007"; }
|
|
75 .icon-film:before { content: "\f008"; }
|
|
76 .icon-th-large:before { content: "\f009"; }
|
|
77 .icon-th:before { content: "\f00a"; }
|
|
78 .icon-th-list:before { content: "\f00b"; }
|
|
79 .icon-ok:before { content: "\f00c"; }
|
|
80 .icon-remove:before { content: "\f00d"; }
|
|
81 .icon-zoom-in:before { content: "\f00e"; }
|
|
82
|
|
83 .icon-zoom-out:before { content: "\f010"; }
|
|
84 .icon-off:before { content: "\f011"; }
|
|
85 .icon-signal:before { content: "\f012"; }
|
|
86 .icon-cog:before { content: "\f013"; }
|
|
87 .icon-trash:before { content: "\f014"; }
|
|
88 .icon-home:before { content: "\f015"; }
|
|
89 .icon-file:before { content: "\f016"; }
|
|
90 .icon-time:before { content: "\f017"; }
|
|
91 .icon-road:before { content: "\f018"; }
|
|
92 .icon-download-alt:before { content: "\f019"; }
|
|
93 .icon-download:before { content: "\f01a"; }
|
|
94 .icon-upload:before { content: "\f01b"; }
|
|
95 .icon-inbox:before { content: "\f01c"; }
|
|
96 .icon-play-circle:before { content: "\f01d"; }
|
|
97 .icon-repeat:before { content: "\f01e"; }
|
|
98
|
|
99 /* \f020 doesn't work in Safari. all shifted one down */
|
|
100 .icon-refresh:before { content: "\f021"; }
|
|
101 .icon-list-alt:before { content: "\f022"; }
|
|
102 .icon-lock:before { content: "\f023"; }
|
|
103 .icon-flag:before { content: "\f024"; }
|
|
104 .icon-headphones:before { content: "\f025"; }
|
|
105 .icon-volume-off:before { content: "\f026"; }
|
|
106 .icon-volume-down:before { content: "\f027"; }
|
|
107 .icon-volume-up:before { content: "\f028"; }
|
|
108 .icon-qrcode:before { content: "\f029"; }
|
|
109 .icon-barcode:before { content: "\f02a"; }
|
|
110 .icon-tag:before { content: "\f02b"; }
|
|
111 .icon-tags:before { content: "\f02c"; }
|
|
112 .icon-book:before { content: "\f02d"; }
|
|
113 .icon-bookmark:before { content: "\f02e"; }
|
|
114 .icon-print:before { content: "\f02f"; }
|
|
115
|
|
116 .icon-camera:before { content: "\f030"; }
|
|
117 .icon-font:before { content: "\f031"; }
|
|
118 .icon-bold:before { content: "\f032"; }
|
|
119 .icon-italic:before { content: "\f033"; }
|
|
120 .icon-text-height:before { content: "\f034"; }
|
|
121 .icon-text-width:before { content: "\f035"; }
|
|
122 .icon-align-left:before { content: "\f036"; }
|
|
123 .icon-align-center:before { content: "\f037"; }
|
|
124 .icon-align-right:before { content: "\f038"; }
|
|
125 .icon-align-justify:before { content: "\f039"; }
|
|
126 .icon-list:before { content: "\f03a"; }
|
|
127 .icon-indent-left:before { content: "\f03b"; }
|
|
128 .icon-indent-right:before { content: "\f03c"; }
|
|
129 .icon-facetime-video:before { content: "\f03d"; }
|
|
130 .icon-picture:before { content: "\f03e"; }
|
|
131
|
|
132 .icon-pencil:before { content: "\f040"; }
|
|
133 .icon-map-marker:before { content: "\f041"; }
|
|
134 .icon-adjust:before { content: "\f042"; }
|
|
135 .icon-tint:before { content: "\f043"; }
|
|
136 .icon-edit:before { content: "\f044"; }
|
|
137 .icon-share:before { content: "\f045"; }
|
|
138 .icon-check:before { content: "\f046"; }
|
|
139 .icon-move:before { content: "\f047"; }
|
|
140 .icon-step-backward:before { content: "\f048"; }
|
|
141 .icon-fast-backward:before { content: "\f049"; }
|
|
142 .icon-backward:before { content: "\f04a"; }
|
|
143 .icon-play:before { content: "\f04b"; }
|
|
144 .icon-pause:before { content: "\f04c"; }
|
|
145 .icon-stop:before { content: "\f04d"; }
|
|
146 .icon-forward:before { content: "\f04e"; }
|
|
147
|
|
148 .icon-fast-forward:before { content: "\f050"; }
|
|
149 .icon-step-forward:before { content: "\f051"; }
|
|
150 .icon-eject:before { content: "\f052"; }
|
|
151 .icon-chevron-left:before { content: "\f053"; }
|
|
152 .icon-chevron-right:before { content: "\f054"; }
|
|
153 .icon-plus-sign:before { content: "\f055"; }
|
|
154 .icon-minus-sign:before { content: "\f056"; }
|
|
155 .icon-remove-sign:before { content: "\f057"; }
|
|
156 .icon-ok-sign:before { content: "\f058"; }
|
|
157 .icon-question-sign:before { content: "\f059"; }
|
|
158 .icon-info-sign:before { content: "\f05a"; }
|
|
159 .icon-screenshot:before { content: "\f05b"; }
|
|
160 .icon-remove-circle:before { content: "\f05c"; }
|
|
161 .icon-ok-circle:before { content: "\f05d"; }
|
|
162 .icon-ban-circle:before { content: "\f05e"; }
|
|
163
|
|
164 .icon-arrow-left:before { content: "\f060"; }
|
|
165 .icon-arrow-right:before { content: "\f061"; }
|
|
166 .icon-arrow-up:before { content: "\f062"; }
|
|
167 .icon-arrow-down:before { content: "\f063"; }
|
|
168 .icon-share-alt:before { content: "\f064"; }
|
|
169 .icon-resize-full:before { content: "\f065"; }
|
|
170 .icon-resize-small:before { content: "\f066"; }
|
|
171 .icon-plus:before { content: "\f067"; }
|
|
172 .icon-minus:before { content: "\f068"; }
|
|
173 .icon-asterisk:before { content: "\f069"; }
|
|
174 .icon-exclamation-sign:before { content: "\f06a"; }
|
|
175 .icon-gift:before { content: "\f06b"; }
|
|
176 .icon-leaf:before { content: "\f06c"; }
|
|
177 .icon-fire:before { content: "\f06d"; }
|
|
178 .icon-eye-open:before { content: "\f06e"; }
|
|
179
|
|
180 .icon-eye-close:before { content: "\f070"; }
|
|
181 .icon-warning-sign:before { content: "\f071"; }
|
|
182 .icon-plane:before { content: "\f072"; }
|
|
183 .icon-calendar:before { content: "\f073"; }
|
|
184 .icon-random:before { content: "\f074"; }
|
|
185 .icon-comment:before { content: "\f075"; }
|
|
186 .icon-magnet:before { content: "\f076"; }
|
|
187 .icon-chevron-up:before { content: "\f077"; }
|
|
188 .icon-chevron-down:before { content: "\f078"; }
|
|
189 .icon-retweet:before { content: "\f079"; }
|
|
190 .icon-shopping-cart:before { content: "\f07a"; }
|
|
191 .icon-folder-close:before { content: "\f07b"; }
|
|
192 .icon-folder-open:before { content: "\f07c"; }
|
|
193 .icon-resize-vertical:before { content: "\f07d"; }
|
|
194 .icon-resize-horizontal:before { content: "\f07e"; }
|
|
195
|
|
196 .icon-bar-chart:before { content: "\f080"; }
|
|
197 .icon-twitter-sign:before { content: "\f081"; }
|
|
198 .icon-facebook-sign:before { content: "\f082"; }
|
|
199 .icon-camera-retro:before { content: "\f083"; }
|
|
200 .icon-key:before { content: "\f084"; }
|
|
201 .icon-cogs:before { content: "\f085"; }
|
|
202 .icon-comments:before { content: "\f086"; }
|
|
203 .icon-thumbs-up:before { content: "\f087"; }
|
|
204 .icon-thumbs-down:before { content: "\f088"; }
|
|
205 .icon-star-half:before { content: "\f089"; }
|
|
206 .icon-heart-empty:before { content: "\f08a"; }
|
|
207 .icon-signout:before { content: "\f08b"; }
|
|
208 .icon-linkedin-sign:before { content: "\f08c"; }
|
|
209 .icon-pushpin:before { content: "\f08d"; }
|
|
210 .icon-external-link:before { content: "\f08e"; }
|
|
211
|
|
212 .icon-signin:before { content: "\f090"; }
|
|
213 .icon-trophy:before { content: "\f091"; }
|
|
214 .icon-github-sign:before { content: "\f092"; }
|
|
215 .icon-upload-alt:before { content: "\f093"; }
|
|
216 .icon-lemon:before { content: "\f094"; }
|
|
217 .icon-phone:before { content: "\f095"; }
|
|
218 .icon-check-empty:before { content: "\f096"; }
|
|
219 .icon-bookmark-empty:before { content: "\f097"; }
|
|
220 .icon-phone-sign:before { content: "\f098"; }
|
|
221 .icon-twitter:before { content: "\f099"; }
|
|
222 .icon-facebook:before { content: "\f09a"; }
|
|
223 .icon-github:before { content: "\f09b"; }
|
|
224 .icon-unlock:before { content: "\f09c"; }
|
|
225 .icon-credit-card:before { content: "\f09d"; }
|
|
226 .icon-rss:before { content: "\f09e"; }
|
|
227
|
|
228 .icon-hdd:before { content: "\f0a0"; }
|
|
229 .icon-bullhorn:before { content: "\f0a1"; }
|
|
230 .icon-bell:before { content: "\f0a2"; }
|
|
231 .icon-certificate:before { content: "\f0a3"; }
|
|
232 .icon-hand-right:before { content: "\f0a4"; }
|
|
233 .icon-hand-left:before { content: "\f0a5"; }
|
|
234 .icon-hand-up:before { content: "\f0a6"; }
|
|
235 .icon-hand-down:before { content: "\f0a7"; }
|
|
236 .icon-circle-arrow-left:before { content: "\f0a8"; }
|
|
237 .icon-circle-arrow-right:before { content: "\f0a9"; }
|
|
238 .icon-circle-arrow-up:before { content: "\f0aa"; }
|
|
239 .icon-circle-arrow-down:before { content: "\f0ab"; }
|
|
240 .icon-globe:before { content: "\f0ac"; }
|
|
241 .icon-wrench:before { content: "\f0ad"; }
|
|
242 .icon-tasks:before { content: "\f0ae"; }
|
|
243
|
|
244 .icon-filter:before { content: "\f0b0"; }
|
|
245 .icon-briefcase:before { content: "\f0b1"; }
|
|
246 .icon-fullscreen:before { content: "\f0b2"; }
|
|
247
|
|
248 .icon-group:before { content: "\f0c0"; }
|
|
249 .icon-link:before { content: "\f0c1"; }
|
|
250 .icon-cloud:before { content: "\f0c2"; }
|
|
251 .icon-beaker:before { content: "\f0c3"; }
|
|
252 .icon-cut:before { content: "\f0c4"; }
|
|
253 .icon-copy:before { content: "\f0c5"; }
|
|
254 .icon-paper-clip:before { content: "\f0c6"; }
|
|
255 .icon-save:before { content: "\f0c7"; }
|
|
256 .icon-sign-blank:before { content: "\f0c8"; }
|
|
257 .icon-reorder:before { content: "\f0c9"; }
|
|
258 .icon-list-ul:before { content: "\f0ca"; }
|
|
259 .icon-list-ol:before { content: "\f0cb"; }
|
|
260 .icon-strikethrough:before { content: "\f0cc"; }
|
|
261 .icon-underline:before { content: "\f0cd"; }
|
|
262 .icon-table:before { content: "\f0ce"; }
|
|
263
|
|
264 .icon-magic:before { content: "\f0d0"; }
|
|
265 .icon-truck:before { content: "\f0d1"; }
|
|
266 .icon-pinterest:before { content: "\f0d2"; }
|
|
267 .icon-pinterest-sign:before { content: "\f0d3"; }
|
|
268 .icon-google-plus-sign:before { content: "\f0d4"; }
|
|
269 .icon-google-plus:before { content: "\f0d5"; }
|
|
270 .icon-money:before { content: "\f0d6"; }
|
|
271 .icon-caret-down:before { content: "\f0d7"; }
|
|
272 .icon-caret-up:before { content: "\f0d8"; }
|
|
273 .icon-caret-left:before { content: "\f0d9"; }
|
|
274 .icon-caret-right:before { content: "\f0da"; }
|
|
275 .icon-columns:before { content: "\f0db"; }
|
|
276 .icon-sort:before { content: "\f0dc"; }
|
|
277 .icon-sort-down:before { content: "\f0dd"; }
|
|
278 .icon-sort-up:before { content: "\f0de"; }
|
|
279
|
|
280 .icon-envelope-alt:before { content: "\f0e0"; }
|
|
281 .icon-linkedin:before { content: "\f0e1"; }
|
|
282 .icon-undo:before { content: "\f0e2"; }
|
|
283 .icon-legal:before { content: "\f0e3"; }
|
|
284 .icon-dashboard:before { content: "\f0e4"; }
|
|
285 .icon-comment-alt:before { content: "\f0e5"; }
|
|
286 .icon-comments-alt:before { content: "\f0e6"; }
|
|
287 .icon-bolt:before { content: "\f0e7"; }
|
|
288 .icon-sitemap:before { content: "\f0e8"; }
|
|
289 .icon-umbrella:before { content: "\f0e9"; }
|
|
290 .icon-paste:before { content: "\f0ea"; }
|
|
291 .icon-lightbulb:before { content: "\f0eb"; }
|
|
292 .icon-exchange:before { content: "\f0ec"; }
|
|
293 .icon-cloud-download:before { content: "\f0ed"; }
|
|
294 .icon-cloud-upload:before { content: "\f0ee"; }
|
|
295
|
|
296 .icon-user-md:before { content: "\f0f0"; }
|
|
297 .icon-stethoscope:before { content: "\f0f1"; }
|
|
298 .icon-suitcase:before { content: "\f0f2"; }
|
|
299 .icon-bell-alt:before { content: "\f0f3"; }
|
|
300 .icon-coffee:before { content: "\f0f4"; }
|
|
301 .icon-food:before { content: "\f0f5"; }
|
|
302 .icon-file-alt:before { content: "\f0f6"; }
|
|
303 .icon-building:before { content: "\f0f7"; }
|
|
304 .icon-hospital:before { content: "\f0f8"; }
|
|
305 .icon-ambulance:before { content: "\f0f9"; }
|
|
306 .icon-medkit:before { content: "\f0fa"; }
|
|
307 .icon-fighter-jet:before { content: "\f0fb"; }
|
|
308 .icon-beer:before { content: "\f0fc"; }
|
|
309 .icon-h-sign:before { content: "\f0fd"; }
|
|
310 .icon-plus-sign-alt:before { content: "\f0fe"; }
|
|
311
|
|
312 .icon-double-angle-left:before { content: "\f100"; }
|
|
313 .icon-double-angle-right:before { content: "\f101"; }
|
|
314 .icon-double-angle-up:before { content: "\f102"; }
|
|
315 .icon-double-angle-down:before { content: "\f103"; }
|
|
316 .icon-angle-left:before { content: "\f104"; }
|
|
317 .icon-angle-right:before { content: "\f105"; }
|
|
318 .icon-angle-up:before { content: "\f106"; }
|
|
319 .icon-angle-down:before { content: "\f107"; }
|
|
320 .icon-desktop:before { content: "\f108"; }
|
|
321 .icon-laptop:before { content: "\f109"; }
|
|
322 .icon-tablet:before { content: "\f10a"; }
|
|
323 .icon-mobile-phone:before { content: "\f10b"; }
|
|
324 .icon-circle-blank:before { content: "\f10c"; }
|
|
325 .icon-quote-left:before { content: "\f10d"; }
|
|
326 .icon-quote-right:before { content: "\f10e"; }
|
|
327
|
|
328 .icon-spinner:before { content: "\f110"; }
|
|
329 .icon-circle:before { content: "\f111"; }
|
|
330 .icon-reply:before { content: "\f112"; }
|
|
331 .icon-github-alt:before { content: "\f113"; }
|
|
332 .icon-folder-close-alt:before { content: "\f114"; }
|
|
333 .icon-folder-open-alt:before { content: "\f115"; }
|
|
334
|
|
335 .icon-blogger-sign:before,.icon-blogger:before,.icon-delicious:before,.icon-dribbble-sign:before,.icon-dribbble:before,.icon-dropbox:before,.icon-drupal:before,.icon-evernote-sign:before,.icon-evernote:before,.icon-flickr-sign:before,.icon-flickr:before,.icon-forrst-sign:before,.icon-forrst:before,.icon-foursquare-sign:before,.icon-foursquare:before,.icon-git-fork:before,.icon-hacker-news:before,.icon-instagram:before,.icon-lastfm-sign:before,.icon-lastfm:before,.icon-paypal:before,.icon-picasa-sign:before,.icon-picasa:before,.icon-reddit:before,.icon-share-this-sign:before,.icon-share-this:before,.icon-skype:before,.icon-soundcloud:before,.icon-spotify:before,.icon-stack-overflow:before,.icon-tumblr-sign:before,.icon-tumblr:before,.icon-vimeo-sign:before,.icon-vimeo:before,.icon-wordpress-sign:before,.icon-wordpress:before,.icon-yelp-sign:before,.icon-yelp:before,.icon-youtube-sign:before,.icon-youtube:before {font-family:'Font-Awesome-Social'; }
|
|
336
|
|
337 .icon-dropbox:before { content: "\f300"; }
|
|
338 .icon-drupal:before { content: "\f301"; }
|
|
339 .icon-git-fork:before { content: "\f302"; }
|
|
340 .icon-instagram:before { content: "\f303"; }
|
|
341 .icon-share-this-sign:before { content: "\f304"; }
|
|
342 .icon-share-this:before { content: "\f305"; }
|
|
343 .icon-foursquare-sign:before { content: "\f306"; }
|
|
344 .icon-foursquare:before { content: "\f307"; }
|
|
345 .icon-hacker-news:before { content: "\f308"; }
|
|
346 .icon-skype:before { content: "\f309"; }
|
|
347 .icon-spotify:before { content: "\f30a"; }
|
|
348 .icon-soundcloud:before { content: "\f30b"; }
|
|
349 .icon-paypal:before { content: "\f30c"; }
|
|
350 .icon-youtube-sign:before { content: "\f30d"; }
|
|
351 .icon-youtube:before { content: "\f30e"; }
|
|
352 .icon-reddit:before { content: "\f30f"; }
|
|
353 .icon-blogger-sign:before { content: "\f310"; }
|
|
354 .icon-blogger:before { content: "\f311"; }
|
|
355 .icon-dribbble-sign:before { content: "\f312"; }
|
|
356 .icon-dribbble:before { content: "\f313"; }
|
|
357 .icon-evernote-sign:before { content: "\f314"; }
|
|
358 .icon-evernote:before { content: "\f315"; }
|
|
359 .icon-flickr-sign:before { content: "\f316"; }
|
|
360 .icon-flickr:before { content: "\f317"; }
|
|
361 .icon-forrst-sign:before { content: "\f318"; }
|
|
362 .icon-forrst:before { content: "\f319"; }
|
|
363 .icon-delicious:before { content: "\f31a"; }
|
|
364 .icon-lastfm-sign:before { content: "\f31b"; }
|
|
365 .icon-lastfm:before { content: "\f31c"; }
|
|
366 .icon-picasa-sign:before { content: "\f31d"; }
|
|
367 .icon-picasa:before { content: "\f31e"; }
|
|
368 .icon-stack-overflow:before { content: "\f320"; }
|
|
369 .icon-tumblr-sign:before { content: "\f321"; }
|
|
370 .icon-tumblr:before { content: "\f322"; }
|
|
371 .icon-vimeo-sign:before { content: "\f323"; }
|
|
372 .icon-vimeo:before { content: "\f324"; }
|
|
373 .icon-wordpress-sign:before { content: "\f325"; }
|
|
374 .icon-wordpress:before { content: "\f326"; }
|
|
375 .icon-yelp-sign:before { content: "\f327"; }
|
|
376 .icon-yelp:before { content: "\f328"; }
|
|
377 .icon-cloud-upload:before { content: "\f0ee"; }
|
|
378 .icon-cloud-download:before { content: "\f0ed"; }
|