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