source: main/trunk/greenstone3/web/interfaces/therin/less/font-awesome.less@ 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: 14.4 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
25@fontAwesomePath: '../fonts';
26
27@font-face {
28 font-family: 'FontAwesome';
29 src: url('@{fontAwesomePath}/fontawesome-webfont.eot');
30 src: url('@{fontAwesomePath}/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
31 url('@{fontAwesomePath}/fontawesome-webfont.woff') format('woff'),
32 url('@{fontAwesomePath}/fontawesome-webfont.ttf') format('truetype'),
33 url('@{fontAwesomePath}/fontawesome-webfont.svg#FontAwesome') format('svg');
34 font-weight: normal;
35 font-style: normal;
36}
37
38/* Font Awesome styles
39 ------------------------------------------------------- */
40[class^="icon-"]:before,
41[class*=" icon-"]:before {
42 font-family: FontAwesome;
43 font-weight: normal;
44 font-style: normal;
45 display: inline-block;
46 text-decoration: inherit;
47}
48
49a [class^="icon-"],
50a [class*=" icon-"] {
51 display: inline-block;
52 text-decoration: inherit;
53}
54
55/* makes the font 33% larger relative to the icon container */
56.icon-large:before {
57 vertical-align: middle;
58 font-size: 4/3em;
59}
60
61.btn, .nav-tabs {
62 [class^="icon-"],
63 [class*=" icon-"] {
64 /* keeps button heights with and without icons the same */
65 line-height: .9em;
66 }
67}
68
69li {
70 [class^="icon-"],
71 [class*=" icon-"] {
72 display: inline-block;
73 width: 1.25em;
74 text-align: center;
75 }
76 .icon-large:before,
77 .icon-large:before {
78 /* 1.5 increased font size for icon-large * 1.25 width */
79 width: 1.5*1.25em;
80 }
81}
82
83ul.icons {
84 list-style-type: none;
85 margin-left: 2em;
86 text-indent: -.8em;
87
88 li {
89 [class^="icon-"],
90 [class*=" icon-"] {
91 width: .8em;
92 }
93 .icon-large:before,
94 .icon-large:before {
95 /* 1.5 increased font size for icon-large * 1.25 width */
96 vertical-align: initial;
97// width: 1.5*1.25em;
98 }
99 }
100}
101
102/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
103 readers do not read off random characters that represent icons */
104.icon-glass:before { content: "\f000"; }
105.icon-music:before { content: "\f001"; }
106.icon-search:before { content: "\f002"; }
107.icon-envelope:before { content: "\f003"; }
108.icon-heart:before { content: "\f004"; }
109.icon-star:before { content: "\f005"; }
110.icon-star-empty:before { content: "\f006"; }
111.icon-user:before { content: "\f007"; }
112.icon-film:before { content: "\f008"; }
113.icon-th-large:before { content: "\f009"; }
114.icon-th:before { content: "\f00a"; }
115.icon-th-list:before { content: "\f00b"; }
116.icon-ok:before { content: "\f00c"; }
117.icon-remove:before { content: "\f00d"; }
118.icon-zoom-in:before { content: "\f00e"; }
119
120.icon-zoom-out:before { content: "\f010"; }
121.icon-off:before { content: "\f011"; }
122.icon-signal:before { content: "\f012"; }
123.icon-cog:before { content: "\f013"; }
124.icon-trash:before { content: "\f014"; }
125.icon-home:before { content: "\f015"; }
126.icon-file:before { content: "\f016"; }
127.icon-time:before { content: "\f017"; }
128.icon-road:before { content: "\f018"; }
129.icon-download-alt:before { content: "\f019"; }
130.icon-download:before { content: "\f01a"; }
131.icon-upload:before { content: "\f01b"; }
132.icon-inbox:before { content: "\f01c"; }
133.icon-play-circle:before { content: "\f01d"; }
134.icon-repeat:before { content: "\f01e"; }
135
136/* \f020 doesn't work in Safari. all shifted one down */
137.icon-refresh:before { content: "\f021"; }
138.icon-list-alt:before { content: "\f022"; }
139.icon-lock:before { content: "\f023"; }
140.icon-flag:before { content: "\f024"; }
141.icon-headphones:before { content: "\f025"; }
142.icon-volume-off:before { content: "\f026"; }
143.icon-volume-down:before { content: "\f027"; }
144.icon-volume-up:before { content: "\f028"; }
145.icon-qrcode:before { content: "\f029"; }
146.icon-barcode:before { content: "\f02a"; }
147.icon-tag:before { content: "\f02b"; }
148.icon-tags:before { content: "\f02c"; }
149.icon-book:before { content: "\f02d"; }
150.icon-bookmark:before { content: "\f02e"; }
151.icon-print:before { content: "\f02f"; }
152
153.icon-camera:before { content: "\f030"; }
154.icon-font:before { content: "\f031"; }
155.icon-bold:before { content: "\f032"; }
156.icon-italic:before { content: "\f033"; }
157.icon-text-height:before { content: "\f034"; }
158.icon-text-width:before { content: "\f035"; }
159.icon-align-left:before { content: "\f036"; }
160.icon-align-center:before { content: "\f037"; }
161.icon-align-right:before { content: "\f038"; }
162.icon-align-justify:before { content: "\f039"; }
163.icon-list:before { content: "\f03a"; }
164.icon-indent-left:before { content: "\f03b"; }
165.icon-indent-right:before { content: "\f03c"; }
166.icon-facetime-video:before { content: "\f03d"; }
167.icon-picture:before { content: "\f03e"; }
168
169.icon-pencil:before { content: "\f040"; }
170.icon-map-marker:before { content: "\f041"; }
171.icon-adjust:before { content: "\f042"; }
172.icon-tint:before { content: "\f043"; }
173.icon-edit:before { content: "\f044"; }
174.icon-share:before { content: "\f045"; }
175.icon-check:before { content: "\f046"; }
176.icon-move:before { content: "\f047"; }
177.icon-step-backward:before { content: "\f048"; }
178.icon-fast-backward:before { content: "\f049"; }
179.icon-backward:before { content: "\f04a"; }
180.icon-play:before { content: "\f04b"; }
181.icon-pause:before { content: "\f04c"; }
182.icon-stop:before { content: "\f04d"; }
183.icon-forward:before { content: "\f04e"; }
184
185.icon-fast-forward:before { content: "\f050"; }
186.icon-step-forward:before { content: "\f051"; }
187.icon-eject:before { content: "\f052"; }
188.icon-chevron-left:before { content: "\f053"; }
189.icon-chevron-right:before { content: "\f054"; }
190.icon-plus-sign:before { content: "\f055"; }
191.icon-minus-sign:before { content: "\f056"; }
192.icon-remove-sign:before { content: "\f057"; }
193.icon-ok-sign:before { content: "\f058"; }
194.icon-question-sign:before { content: "\f059"; }
195.icon-info-sign:before { content: "\f05a"; }
196.icon-screenshot:before { content: "\f05b"; }
197.icon-remove-circle:before { content: "\f05c"; }
198.icon-ok-circle:before { content: "\f05d"; }
199.icon-ban-circle:before { content: "\f05e"; }
200
201.icon-arrow-left:before { content: "\f060"; }
202.icon-arrow-right:before { content: "\f061"; }
203.icon-arrow-up:before { content: "\f062"; }
204.icon-arrow-down:before { content: "\f063"; }
205.icon-share-alt:before { content: "\f064"; }
206.icon-resize-full:before { content: "\f065"; }
207.icon-resize-small:before { content: "\f066"; }
208.icon-plus:before { content: "\f067"; }
209.icon-minus:before { content: "\f068"; }
210.icon-asterisk:before { content: "\f069"; }
211.icon-exclamation-sign:before { content: "\f06a"; }
212.icon-gift:before { content: "\f06b"; }
213.icon-leaf:before { content: "\f06c"; }
214.icon-fire:before { content: "\f06d"; }
215.icon-eye-open:before { content: "\f06e"; }
216
217.icon-eye-close:before { content: "\f070"; }
218.icon-warning-sign:before { content: "\f071"; }
219.icon-plane:before { content: "\f072"; }
220.icon-calendar:before { content: "\f073"; }
221.icon-random:before { content: "\f074"; }
222.icon-comment:before { content: "\f075"; }
223.icon-magnet:before { content: "\f076"; }
224.icon-chevron-up:before { content: "\f077"; }
225.icon-chevron-down:before { content: "\f078"; }
226.icon-retweet:before { content: "\f079"; }
227.icon-shopping-cart:before { content: "\f07a"; }
228.icon-folder-close:before { content: "\f07b"; }
229.icon-folder-open:before { content: "\f07c"; }
230.icon-resize-vertical:before { content: "\f07d"; }
231.icon-resize-horizontal:before { content: "\f07e"; }
232
233.icon-bar-chart:before { content: "\f080"; }
234.icon-twitter-sign:before { content: "\f081"; }
235.icon-facebook-sign:before { content: "\f082"; }
236.icon-camera-retro:before { content: "\f083"; }
237.icon-key:before { content: "\f084"; }
238.icon-cogs:before { content: "\f085"; }
239.icon-comments:before { content: "\f086"; }
240.icon-thumbs-up:before { content: "\f087"; }
241.icon-thumbs-down:before { content: "\f088"; }
242.icon-star-half:before { content: "\f089"; }
243.icon-heart-empty:before { content: "\f08a"; }
244.icon-signout:before { content: "\f08b"; }
245.icon-linkedin-sign:before { content: "\f08c"; }
246.icon-pushpin:before { content: "\f08d"; }
247.icon-external-link:before { content: "\f08e"; }
248
249.icon-signin:before { content: "\f090"; }
250.icon-trophy:before { content: "\f091"; }
251.icon-github-sign:before { content: "\f092"; }
252.icon-upload-alt:before { content: "\f093"; }
253.icon-lemon:before { content: "\f094"; }
254.icon-phone:before { content: "\f095"; }
255.icon-check-empty:before { content: "\f096"; }
256.icon-bookmark-empty:before { content: "\f097"; }
257.icon-phone-sign:before { content: "\f098"; }
258.icon-twitter:before { content: "\f099"; }
259.icon-facebook:before { content: "\f09a"; }
260.icon-github:before { content: "\f09b"; }
261.icon-unlock:before { content: "\f09c"; }
262.icon-credit-card:before { content: "\f09d"; }
263.icon-rss:before { content: "\f09e"; }
264
265.icon-hdd:before { content: "\f0a0"; }
266.icon-bullhorn:before { content: "\f0a1"; }
267.icon-bell:before { content: "\f0a2"; }
268.icon-certificate:before { content: "\f0a3"; }
269.icon-hand-right:before { content: "\f0a4"; }
270.icon-hand-left:before { content: "\f0a5"; }
271.icon-hand-up:before { content: "\f0a6"; }
272.icon-hand-down:before { content: "\f0a7"; }
273.icon-circle-arrow-left:before { content: "\f0a8"; }
274.icon-circle-arrow-right:before { content: "\f0a9"; }
275.icon-circle-arrow-up:before { content: "\f0aa"; }
276.icon-circle-arrow-down:before { content: "\f0ab"; }
277.icon-globe:before { content: "\f0ac"; }
278.icon-wrench:before { content: "\f0ad"; }
279.icon-tasks:before { content: "\f0ae"; }
280
281.icon-filter:before { content: "\f0b0"; }
282.icon-briefcase:before { content: "\f0b1"; }
283.icon-fullscreen:before { content: "\f0b2"; }
284
285.icon-group:before { content: "\f0c0"; }
286.icon-link:before { content: "\f0c1"; }
287.icon-cloud:before { content: "\f0c2"; }
288.icon-beaker:before { content: "\f0c3"; }
289.icon-cut:before { content: "\f0c4"; }
290.icon-copy:before { content: "\f0c5"; }
291.icon-paper-clip:before { content: "\f0c6"; }
292.icon-save:before { content: "\f0c7"; }
293.icon-sign-blank:before { content: "\f0c8"; }
294.icon-reorder:before { content: "\f0c9"; }
295.icon-list-ul:before { content: "\f0ca"; }
296.icon-list-ol:before { content: "\f0cb"; }
297.icon-strikethrough:before { content: "\f0cc"; }
298.icon-underline:before { content: "\f0cd"; }
299.icon-table:before { content: "\f0ce"; }
300
301.icon-magic:before { content: "\f0d0"; }
302.icon-truck:before { content: "\f0d1"; }
303.icon-pinterest:before { content: "\f0d2"; }
304.icon-pinterest-sign:before { content: "\f0d3"; }
305.icon-google-plus-sign:before { content: "\f0d4"; }
306.icon-google-plus:before { content: "\f0d5"; }
307.icon-money:before { content: "\f0d6"; }
308.icon-caret-down:before { content: "\f0d7"; }
309.icon-caret-up:before { content: "\f0d8"; }
310.icon-caret-left:before { content: "\f0d9"; }
311.icon-caret-right:before { content: "\f0da"; }
312.icon-columns:before { content: "\f0db"; }
313.icon-sort:before { content: "\f0dc"; }
314.icon-sort-down:before { content: "\f0dd"; }
315.icon-sort-up:before { content: "\f0de"; }
316
317.icon-envelope-alt:before { content: "\f0e0"; }
318.icon-linkedin:before { content: "\f0e1"; }
319.icon-undo:before { content: "\f0e2"; }
320.icon-legal:before { content: "\f0e3"; }
321.icon-dashboard:before { content: "\f0e4"; }
322.icon-comment-alt:before { content: "\f0e5"; }
323.icon-comments-alt:before { content: "\f0e6"; }
324.icon-bolt:before { content: "\f0e7"; }
325.icon-sitemap:before { content: "\f0e8"; }
326.icon-umbrella:before { content: "\f0e9"; }
327.icon-paste:before { content: "\f0ea"; }
328
329.icon-user-md:before { content: "\f200"; }
Note: See TracBrowser for help on using the repository browser.