source: main/trunk/greenstone3/web/interfaces/therin/css/font-awesome.css@ 28644

Last change on this file since 28644 was 28644, checked in by jlwhisler, 10 years ago

A new interface created using a CSS template by luiszuno.com. Based on the default interface.

File size: 12.3 KB
Line 
1/* Font Awesome
2 the iconic font designed for use with Twitter Bootstrap
3 -------------------------------------------------------
4 The full suite of pictographic icons, examples, and documentation
5 can be found at: http://fortawesome.github.com/Font-Awesome/
6
7 License
8 -------------------------------------------------------
9 The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
10 http://creativecommons.org/licenses/by/3.0/ A mention of
11 'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
12 source code is considered acceptable attribution (most common on the web).
13 If human readable source code is not available to the end user, a mention in
14 an 'About' or 'Credits' screen is considered acceptable (most common in desktop
15 or mobile software).
16
17 Contact
18 -------------------------------------------------------
19 Email: [email protected]
20 Twitter: http://twitter.com/fortaweso_me
21 Work: Lead Product Designer @ http://kyruus.com
22
23 */
24@font-face {
25 font-family: 'FontAwesome';
26 src: url('../fonts/fontawesome-webfont.eot');
27 src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
28 font-weight: normal;
29 font-style: normal;
30}
31/* Font Awesome styles
32 ------------------------------------------------------- */
33[class^="icon-"]:before,
34[class*=" icon-"]:before {
35 font-family: FontAwesome;
36 font-weight: normal;
37 font-style: normal;
38 display: inline-block;
39 text-decoration: inherit;
40}
41a [class^="icon-"],
42a [class*=" icon-"] {
43 display: inline-block;
44 text-decoration: inherit;
45}
46/* makes the font 33% larger relative to the icon container */
47.icon-large:before {
48 vertical-align: middle;
49 font-size: 1.3333333333333333em;
50}
51.btn [class^="icon-"],
52.nav-tabs [class^="icon-"],
53.btn [class*=" icon-"],
54.nav-tabs [class*=" icon-"] {
55 /* keeps button heights with and without icons the same */
56
57 line-height: .9em;
58}
59li [class^="icon-"],
60li [class*=" icon-"] {
61 display: inline-block;
62 width: 1.25em;
63 text-align: center;
64}
65li .icon-large:before,
66li .icon-large:before {
67 /* 1.5 increased font size for icon-large * 1.25 width */
68
69 width: 1.875em;
70}
71ul.icons {
72 list-style-type: none;
73 margin-left: 2em;
74 text-indent: -0.8em;
75}
76ul.icons li [class^="icon-"],
77ul.icons li [class*=" icon-"] {
78 width: .8em;
79}
80ul.icons li .icon-large:before,
81ul.icons li .icon-large:before {
82 /* 1.5 increased font size for icon-large * 1.25 width */
83
84 vertical-align: initial;
85}
86/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
87 readers do not read off random characters that represent icons */
88.icon-glass:before {
89 content: "\f000";
90}
91.icon-music:before {
92 content: "\f001";
93}
94.icon-search:before {
95 content: "\f002";
96}
97.icon-envelope:before {
98 content: "\f003";
99}
100.icon-heart:before {
101 content: "\f004";
102}
103.icon-star:before {
104 content: "\f005";
105}
106.icon-star-empty:before {
107 content: "\f006";
108}
109.icon-user:before {
110 content: "\f007";
111}
112.icon-film:before {
113 content: "\f008";
114}
115.icon-th-large:before {
116 content: "\f009";
117}
118.icon-th:before {
119 content: "\f00a";
120}
121.icon-th-list:before {
122 content: "\f00b";
123}
124.icon-ok:before {
125 content: "\f00c";
126}
127.icon-remove:before {
128 content: "\f00d";
129}
130.icon-zoom-in:before {
131 content: "\f00e";
132}
133.icon-zoom-out:before {
134 content: "\f010";
135}
136.icon-off:before {
137 content: "\f011";
138}
139.icon-signal:before {
140 content: "\f012";
141}
142.icon-cog:before {
143 content: "\f013";
144}
145.icon-trash:before {
146 content: "\f014";
147}
148.icon-home:before {
149 content: "\f015";
150}
151.icon-file:before {
152 content: "\f016";
153}
154.icon-time:before {
155 content: "\f017";
156}
157.icon-road:before {
158 content: "\f018";
159}
160.icon-download-alt:before {
161 content: "\f019";
162}
163.icon-download:before {
164 content: "\f01a";
165}
166.icon-upload:before {
167 content: "\f01b";
168}
169.icon-inbox:before {
170 content: "\f01c";
171}
172.icon-play-circle:before {
173 content: "\f01d";
174}
175.icon-repeat:before {
176 content: "\f01e";
177}
178/* \f020 doesn't work in Safari. all shifted one down */
179.icon-refresh:before {
180 content: "\f021";
181}
182.icon-list-alt:before {
183 content: "\f022";
184}
185.icon-lock:before {
186 content: "\f023";
187}
188.icon-flag:before {
189 content: "\f024";
190}
191.icon-headphones:before {
192 content: "\f025";
193}
194.icon-volume-off:before {
195 content: "\f026";
196}
197.icon-volume-down:before {
198 content: "\f027";
199}
200.icon-volume-up:before {
201 content: "\f028";
202}
203.icon-qrcode:before {
204 content: "\f029";
205}
206.icon-barcode:before {
207 content: "\f02a";
208}
209.icon-tag:before {
210 content: "\f02b";
211}
212.icon-tags:before {
213 content: "\f02c";
214}
215.icon-book:before {
216 content: "\f02d";
217}
218.icon-bookmark:before {
219 content: "\f02e";
220}
221.icon-print:before {
222 content: "\f02f";
223}
224.icon-camera:before {
225 content: "\f030";
226}
227.icon-font:before {
228 content: "\f031";
229}
230.icon-bold:before {
231 content: "\f032";
232}
233.icon-italic:before {
234 content: "\f033";
235}
236.icon-text-height:before {
237 content: "\f034";
238}
239.icon-text-width:before {
240 content: "\f035";
241}
242.icon-align-left:before {
243 content: "\f036";
244}
245.icon-align-center:before {
246 content: "\f037";
247}
248.icon-align-right:before {
249 content: "\f038";
250}
251.icon-align-justify:before {
252 content: "\f039";
253}
254.icon-list:before {
255 content: "\f03a";
256}
257.icon-indent-left:before {
258 content: "\f03b";
259}
260.icon-indent-right:before {
261 content: "\f03c";
262}
263.icon-facetime-video:before {
264 content: "\f03d";
265}
266.icon-picture:before {
267 content: "\f03e";
268}
269.icon-pencil:before {
270 content: "\f040";
271}
272.icon-map-marker:before {
273 content: "\f041";
274}
275.icon-adjust:before {
276 content: "\f042";
277}
278.icon-tint:before {
279 content: "\f043";
280}
281.icon-edit:before {
282 content: "\f044";
283}
284.icon-share:before {
285 content: "\f045";
286}
287.icon-check:before {
288 content: "\f046";
289}
290.icon-move:before {
291 content: "\f047";
292}
293.icon-step-backward:before {
294 content: "\f048";
295}
296.icon-fast-backward:before {
297 content: "\f049";
298}
299.icon-backward:before {
300 content: "\f04a";
301}
302.icon-play:before {
303 content: "\f04b";
304}
305.icon-pause:before {
306 content: "\f04c";
307}
308.icon-stop:before {
309 content: "\f04d";
310}
311.icon-forward:before {
312 content: "\f04e";
313}
314.icon-fast-forward:before {
315 content: "\f050";
316}
317.icon-step-forward:before {
318 content: "\f051";
319}
320.icon-eject:before {
321 content: "\f052";
322}
323.icon-chevron-left:before {
324 content: "\f053";
325}
326.icon-chevron-right:before {
327 content: "\f054";
328}
329.icon-plus-sign:before {
330 content: "\f055";
331}
332.icon-minus-sign:before {
333 content: "\f056";
334}
335.icon-remove-sign:before {
336 content: "\f057";
337}
338.icon-ok-sign:before {
339 content: "\f058";
340}
341.icon-question-sign:before {
342 content: "\f059";
343}
344.icon-info-sign:before {
345 content: "\f05a";
346}
347.icon-screenshot:before {
348 content: "\f05b";
349}
350.icon-remove-circle:before {
351 content: "\f05c";
352}
353.icon-ok-circle:before {
354 content: "\f05d";
355}
356.icon-ban-circle:before {
357 content: "\f05e";
358}
359.icon-arrow-left:before {
360 content: "\f060";
361}
362.icon-arrow-right:before {
363 content: "\f061";
364}
365.icon-arrow-up:before {
366 content: "\f062";
367}
368.icon-arrow-down:before {
369 content: "\f063";
370}
371.icon-share-alt:before {
372 content: "\f064";
373}
374.icon-resize-full:before {
375 content: "\f065";
376}
377.icon-resize-small:before {
378 content: "\f066";
379}
380.icon-plus:before {
381 content: "\f067";
382}
383.icon-minus:before {
384 content: "\f068";
385}
386.icon-asterisk:before {
387 content: "\f069";
388}
389.icon-exclamation-sign:before {
390 content: "\f06a";
391}
392.icon-gift:before {
393 content: "\f06b";
394}
395.icon-leaf:before {
396 content: "\f06c";
397}
398.icon-fire:before {
399 content: "\f06d";
400}
401.icon-eye-open:before {
402 content: "\f06e";
403}
404.icon-eye-close:before {
405 content: "\f070";
406}
407.icon-warning-sign:before {
408 content: "\f071";
409}
410.icon-plane:before {
411 content: "\f072";
412}
413.icon-calendar:before {
414 content: "\f073";
415}
416.icon-random:before {
417 content: "\f074";
418}
419.icon-comment:before {
420 content: "\f075";
421}
422.icon-magnet:before {
423 content: "\f076";
424}
425.icon-chevron-up:before {
426 content: "\f077";
427}
428.icon-chevron-down:before {
429 content: "\f078";
430}
431.icon-retweet:before {
432 content: "\f079";
433}
434.icon-shopping-cart:before {
435 content: "\f07a";
436}
437.icon-folder-close:before {
438 content: "\f07b";
439}
440.icon-folder-open:before {
441 content: "\f07c";
442}
443.icon-resize-vertical:before {
444 content: "\f07d";
445}
446.icon-resize-horizontal:before {
447 content: "\f07e";
448}
449.icon-bar-chart:before {
450 content: "\f080";
451}
452.icon-twitter-sign:before {
453 content: "\f081";
454}
455.icon-facebook-sign:before {
456 content: "\f082";
457}
458.icon-camera-retro:before {
459 content: "\f083";
460}
461.icon-key:before {
462 content: "\f084";
463}
464.icon-cogs:before {
465 content: "\f085";
466}
467.icon-comments:before {
468 content: "\f086";
469}
470.icon-thumbs-up:before {
471 content: "\f087";
472}
473.icon-thumbs-down:before {
474 content: "\f088";
475}
476.icon-star-half:before {
477 content: "\f089";
478}
479.icon-heart-empty:before {
480 content: "\f08a";
481}
482.icon-signout:before {
483 content: "\f08b";
484}
485.icon-linkedin-sign:before {
486 content: "\f08c";
487}
488.icon-pushpin:before {
489 content: "\f08d";
490}
491.icon-external-link:before {
492 content: "\f08e";
493}
494.icon-signin:before {
495 content: "\f090";
496}
497.icon-trophy:before {
498 content: "\f091";
499}
500.icon-github-sign:before {
501 content: "\f092";
502}
503.icon-upload-alt:before {
504 content: "\f093";
505}
506.icon-lemon:before {
507 content: "\f094";
508}
509.icon-phone:before {
510 content: "\f095";
511}
512.icon-check-empty:before {
513 content: "\f096";
514}
515.icon-bookmark-empty:before {
516 content: "\f097";
517}
518.icon-phone-sign:before {
519 content: "\f098";
520}
521.icon-twitter:before {
522 content: "\f099";
523}
524.icon-facebook:before {
525 content: "\f09a";
526}
527.icon-github:before {
528 content: "\f09b";
529}
530.icon-unlock:before {
531 content: "\f09c";
532}
533.icon-credit-card:before {
534 content: "\f09d";
535}
536.icon-rss:before {
537 content: "\f09e";
538}
539.icon-hdd:before {
540 content: "\f0a0";
541}
542.icon-bullhorn:before {
543 content: "\f0a1";
544}
545.icon-bell:before {
546 content: "\f0a2";
547}
548.icon-certificate:before {
549 content: "\f0a3";
550}
551.icon-hand-right:before {
552 content: "\f0a4";
553}
554.icon-hand-left:before {
555 content: "\f0a5";
556}
557.icon-hand-up:before {
558 content: "\f0a6";
559}
560.icon-hand-down:before {
561 content: "\f0a7";
562}
563.icon-circle-arrow-left:before {
564 content: "\f0a8";
565}
566.icon-circle-arrow-right:before {
567 content: "\f0a9";
568}
569.icon-circle-arrow-up:before {
570 content: "\f0aa";
571}
572.icon-circle-arrow-down:before {
573 content: "\f0ab";
574}
575.icon-globe:before {
576 content: "\f0ac";
577}
578.icon-wrench:before {
579 content: "\f0ad";
580}
581.icon-tasks:before {
582 content: "\f0ae";
583}
584.icon-filter:before {
585 content: "\f0b0";
586}
587.icon-briefcase:before {
588 content: "\f0b1";
589}
590.icon-fullscreen:before {
591 content: "\f0b2";
592}
593.icon-group:before {
594 content: "\f0c0";
595}
596.icon-link:before {
597 content: "\f0c1";
598}
599.icon-cloud:before {
600 content: "\f0c2";
601}
602.icon-beaker:before {
603 content: "\f0c3";
604}
605.icon-cut:before {
606 content: "\f0c4";
607}
608.icon-copy:before {
609 content: "\f0c5";
610}
611.icon-paper-clip:before {
612 content: "\f0c6";
613}
614.icon-save:before {
615 content: "\f0c7";
616}
617.icon-sign-blank:before {
618 content: "\f0c8";
619}
620.icon-reorder:before {
621 content: "\f0c9";
622}
623.icon-list-ul:before {
624 content: "\f0ca";
625}
626.icon-list-ol:before {
627 content: "\f0cb";
628}
629.icon-strikethrough:before {
630 content: "\f0cc";
631}
632.icon-underline:before {
633 content: "\f0cd";
634}
635.icon-table:before {
636 content: "\f0ce";
637}
638.icon-magic:before {
639 content: "\f0d0";
640}
641.icon-truck:before {
642 content: "\f0d1";
643}
644.icon-pinterest:before {
645 content: "\f0d2";
646}
647.icon-pinterest-sign:before {
648 content: "\f0d3";
649}
650.icon-google-plus-sign:before {
651 content: "\f0d4";
652}
653.icon-google-plus:before {
654 content: "\f0d5";
655}
656.icon-money:before {
657 content: "\f0d6";
658}
659.icon-caret-down:before {
660 content: "\f0d7";
661}
662.icon-caret-up:before {
663 content: "\f0d8";
664}
665.icon-caret-left:before {
666 content: "\f0d9";
667}
668.icon-caret-right:before {
669 content: "\f0da";
670}
671.icon-columns:before {
672 content: "\f0db";
673}
674.icon-sort:before {
675 content: "\f0dc";
676}
677.icon-sort-down:before {
678 content: "\f0dd";
679}
680.icon-sort-up:before {
681 content: "\f0de";
682}
683.icon-envelope-alt:before {
684 content: "\f0e0";
685}
686.icon-linkedin:before {
687 content: "\f0e1";
688}
689.icon-undo:before {
690 content: "\f0e2";
691}
692.icon-legal:before {
693 content: "\f0e3";
694}
695.icon-dashboard:before {
696 content: "\f0e4";
697}
698.icon-comment-alt:before {
699 content: "\f0e5";
700}
701.icon-comments-alt:before {
702 content: "\f0e6";
703}
704.icon-bolt:before {
705 content: "\f0e7";
706}
707.icon-sitemap:before {
708 content: "\f0e8";
709}
710.icon-umbrella:before {
711 content: "\f0e9";
712}
713.icon-paste:before {
714 content: "\f0ea";
715}
716.icon-user-md:before {
717 content: "\f200";
718}
Note: See TracBrowser for help on using the repository browser.