font-awesome-more 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +40 -0
- data/Rakefile +14 -0
- data/lib/font-awesome-more.rb +4 -0
- data/lib/font-awesome-more/engine.rb +11 -0
- data/lib/font-awesome-more/version.rb +3 -0
- data/vendor/assets/fonts/fontawesome-more-webfont.eot +0 -0
- data/vendor/assets/fonts/fontawesome-more-webfont.svg +525 -0
- data/vendor/assets/fonts/fontawesome-more-webfont.ttf +0 -0
- data/vendor/assets/fonts/fontawesome-more-webfont.woff +0 -0
- data/vendor/toolkit/fontawesome-more-ie7.less +288 -0
- data/vendor/toolkit/fontawesome-more.less +375 -0
- metadata +142 -0
Binary file
|
Binary file
|
@@ -0,0 +1,288 @@
|
|
1
|
+
[class^="icon-"],
|
2
|
+
[class*=" icon-"] {
|
3
|
+
font-family: FontAwesome;
|
4
|
+
font-style: normal;
|
5
|
+
font-weight: normal;
|
6
|
+
}
|
7
|
+
|
8
|
+
.btn.dropdown-toggle [class^="icon-"], .btn.dropdown-toggle [class*=" icon-"] {
|
9
|
+
/* keeps button heights with and without icons the same */
|
10
|
+
line-height: 1.4em;
|
11
|
+
}
|
12
|
+
|
13
|
+
.icon-large {
|
14
|
+
font-size: 1.3333em;
|
15
|
+
}
|
16
|
+
|
17
|
+
.icon-glass { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
18
|
+
.icon-music { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
19
|
+
.icon-search { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
20
|
+
.icon-envelope { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
21
|
+
.icon-heart { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
22
|
+
.icon-star { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
23
|
+
.icon-star-empty { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
24
|
+
.icon-user { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
25
|
+
.icon-film { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
26
|
+
.icon-th-large { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
27
|
+
.icon-th { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
28
|
+
.icon-th-list { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
29
|
+
.icon-ok { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
30
|
+
.icon-remove { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
31
|
+
.icon-zoom-in { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
32
|
+
|
33
|
+
.icon-zoom-out { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
34
|
+
.icon-off { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
35
|
+
.icon-signal { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
36
|
+
.icon-cog { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
37
|
+
.icon-trash { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
38
|
+
.icon-home { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
39
|
+
.icon-file { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
40
|
+
.icon-time { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
41
|
+
.icon-road { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
42
|
+
.icon-download-alt { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
43
|
+
.icon-download { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
44
|
+
.icon-upload { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
45
|
+
.icon-inbox { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
46
|
+
.icon-play-circle { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
47
|
+
.icon-repeat { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
48
|
+
|
49
|
+
.icon-refresh { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
50
|
+
.icon-list-alt { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
51
|
+
.icon-lock { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
52
|
+
.icon-flag { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
53
|
+
.icon-headphones { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
54
|
+
.icon-volume-off { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
55
|
+
.icon-volume-down { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
56
|
+
.icon-volume-up { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
57
|
+
.icon-qrcode { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
58
|
+
.icon-barcode { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
59
|
+
.icon-tag { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
60
|
+
.icon-tags { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
61
|
+
.icon-book { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
62
|
+
.icon-bookmark { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
63
|
+
.icon-print { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
64
|
+
|
65
|
+
.icon-camera { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
66
|
+
.icon-font { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
67
|
+
.icon-bold { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
68
|
+
.icon-italic { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
69
|
+
.icon-text-height { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
70
|
+
.icon-text-width { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
71
|
+
.icon-align-left { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
72
|
+
.icon-align-center { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
73
|
+
.icon-align-right { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
74
|
+
.icon-align-justify { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
75
|
+
.icon-list { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
76
|
+
.icon-indent-left { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
77
|
+
.icon-indent-right { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
78
|
+
.icon-facetime-video { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
79
|
+
.icon-picture { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
80
|
+
|
81
|
+
.icon-pencil { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
82
|
+
.icon-map-marker { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
83
|
+
.icon-adjust { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
84
|
+
.icon-tint { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
85
|
+
.icon-edit { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
86
|
+
.icon-share { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
87
|
+
.icon-check { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
88
|
+
.icon-move { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
89
|
+
.icon-step-backward { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
90
|
+
.icon-fast-backward { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
91
|
+
.icon-backward { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
92
|
+
.icon-play { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
93
|
+
.icon-pause { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
94
|
+
.icon-stop { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
95
|
+
.icon-forward { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
96
|
+
|
97
|
+
.icon-fast-forward { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
98
|
+
.icon-step-forward { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
99
|
+
.icon-eject { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
100
|
+
.icon-chevron-left { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
101
|
+
.icon-chevron-right { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
102
|
+
.icon-plus-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
103
|
+
.icon-minus-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
104
|
+
.icon-remove-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
105
|
+
.icon-ok-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
106
|
+
.icon-question-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
107
|
+
.icon-info-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
108
|
+
.icon-screenshot { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
109
|
+
.icon-remove-circle { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
110
|
+
.icon-ok-circle { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
111
|
+
.icon-ban-circle { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
112
|
+
|
113
|
+
.icon-arrow-left { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
114
|
+
.icon-arrow-right { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
115
|
+
.icon-arrow-up { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
116
|
+
.icon-arrow-down { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
117
|
+
.icon-share-alt { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
118
|
+
.icon-resize-full { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
119
|
+
.icon-resize-small { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
120
|
+
.icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
121
|
+
.icon-minus { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
122
|
+
.icon-asterisk { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
123
|
+
.icon-exclamation-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
124
|
+
.icon-gift { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
125
|
+
.icon-leaf { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
126
|
+
.icon-fire { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
127
|
+
.icon-eye-open { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
128
|
+
|
129
|
+
.icon-eye-close { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
130
|
+
.icon-warning-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
131
|
+
.icon-plane { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
132
|
+
.icon-calendar { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
133
|
+
.icon-random { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
134
|
+
.icon-comment { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
135
|
+
.icon-magnet { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
136
|
+
.icon-chevron-up { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
137
|
+
.icon-chevron-down { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
138
|
+
.icon-retweet { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
139
|
+
.icon-shopping-cart { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
140
|
+
.icon-folder-close { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
141
|
+
.icon-folder-open { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
142
|
+
.icon-resize-vertical { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
143
|
+
.icon-resize-horizontal { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
144
|
+
|
145
|
+
.icon-bar-chart { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
146
|
+
.icon-twitter-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
147
|
+
.icon-facebook-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
148
|
+
.icon-camera-retro { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
149
|
+
.icon-key { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
150
|
+
.icon-cogs { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
151
|
+
.icon-comments { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
152
|
+
.icon-thumbs-up { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
153
|
+
.icon-thumbs-down { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
154
|
+
.icon-star-half { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
155
|
+
.icon-heart-empty { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
156
|
+
.icon-signout { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
157
|
+
.icon-linkedin-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
158
|
+
.icon-pushpin { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
159
|
+
.icon-external-link { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
160
|
+
|
161
|
+
.icon-signin { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
162
|
+
.icon-trophy { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
163
|
+
.icon-github-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
164
|
+
.icon-upload-alt { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
165
|
+
.icon-lemon { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
166
|
+
.icon-phone { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
167
|
+
.icon-check-empty { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
168
|
+
.icon-bookmark-empty { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
169
|
+
.icon-phone-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
170
|
+
.icon-twitter { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
171
|
+
.icon-facebook { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
172
|
+
.icon-github { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
173
|
+
.icon-unlock { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
174
|
+
.icon-credit-card { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
175
|
+
.icon-rss { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
176
|
+
|
177
|
+
.icon-hdd { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
178
|
+
.icon-bullhorn { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
179
|
+
.icon-bell { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
180
|
+
.icon-certificate { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
181
|
+
.icon-hand-right { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
182
|
+
.icon-hand-left { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
183
|
+
.icon-hand-up { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
184
|
+
.icon-hand-down { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
185
|
+
.icon-circle-arrow-left { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
186
|
+
.icon-circle-arrow-right { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
187
|
+
.icon-circle-arrow-up { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
188
|
+
.icon-circle-arrow-down { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
189
|
+
.icon-globe { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
190
|
+
.icon-wrench { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
191
|
+
.icon-tasks { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
192
|
+
|
193
|
+
.icon-filter { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
194
|
+
.icon-briefcase { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
195
|
+
.icon-fullscreen { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
196
|
+
|
197
|
+
.icon-group { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
198
|
+
.icon-link { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
199
|
+
.icon-cloud { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
200
|
+
.icon-beaker { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
201
|
+
.icon-cut { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
202
|
+
.icon-copy { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
203
|
+
.icon-paper-clip { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
204
|
+
.icon-save { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
205
|
+
.icon-sign-blank { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
206
|
+
.icon-reorder { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
207
|
+
.icon-list-ul { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
208
|
+
.icon-list-ol { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
209
|
+
.icon-strikethrough { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
210
|
+
.icon-underline { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
211
|
+
.icon-table { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
212
|
+
|
213
|
+
.icon-magic { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
214
|
+
.icon-truck { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
215
|
+
.icon-pinterest { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
216
|
+
.icon-pinterest-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
217
|
+
.icon-google-plus-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
218
|
+
.icon-google-plus { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
219
|
+
.icon-money { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
220
|
+
.icon-caret-down { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
221
|
+
.icon-caret-up { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
222
|
+
.icon-caret-left { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
223
|
+
.icon-caret-right { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
224
|
+
.icon-columns { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
225
|
+
.icon-sort { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
226
|
+
.icon-sort-down { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
227
|
+
.icon-sort-up { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
228
|
+
|
229
|
+
.icon-envelope-alt { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
230
|
+
.icon-linkedin { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
231
|
+
.icon-undo { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
232
|
+
.icon-legal { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
233
|
+
.icon-dashboard { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
234
|
+
.icon-comment-alt { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
235
|
+
.icon-comments-alt { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
236
|
+
.icon-bolt { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
237
|
+
.icon-sitemap { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
238
|
+
.icon-umbrella { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
239
|
+
.icon-paste { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
240
|
+
|
241
|
+
.icon-user-md { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
242
|
+
|
243
|
+
.icon-apple-logo { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
244
|
+
.icon-windows-8 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
245
|
+
.icon-js-fiddle { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
246
|
+
.icon-skype { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
247
|
+
.icon-youtube-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
248
|
+
.icon-youtube { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
249
|
+
.icon-vimeo-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
250
|
+
.icon-vimeo { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
251
|
+
.icon-lastfm-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
252
|
+
.icon-lastfm { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
253
|
+
.icon-rss-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
254
|
+
.icon-reddit { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
255
|
+
.icon-delicious-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
256
|
+
.icon-wordpress-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
257
|
+
.icon-wordpress { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
258
|
+
.icon-git-fork { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
259
|
+
|
260
|
+
.icon-blogger-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
261
|
+
.icon-blogger { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
262
|
+
.icon-tumblr-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
263
|
+
.icon-tumblr { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
264
|
+
.icon-flickr-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
265
|
+
.icon-flickr { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
266
|
+
.icon-picasa-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
267
|
+
.icon-picasa { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
268
|
+
.icon-amazon-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
269
|
+
.icon-amazon { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
270
|
+
.icon-yelp-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
271
|
+
.icon-yelp { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
272
|
+
.icon-soundcloud { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
273
|
+
.icon-spotify { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
274
|
+
|
275
|
+
.icon-yahoo-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
276
|
+
.icon-yahoo { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
277
|
+
.icon-evernote-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
278
|
+
.icon-evernote { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
279
|
+
.icon-google-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
280
|
+
.icon-google { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
281
|
+
.icon-hacker-news { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
282
|
+
.icon-map { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
283
|
+
.icon-bus-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
284
|
+
.icon-bike-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
285
|
+
.icon-car-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
286
|
+
.icon-taxi-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
287
|
+
.icon-truck-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
288
|
+
.icon-handicap-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
|
@@ -0,0 +1,375 @@
|
|
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: Lead Product Designer @ http://kyruus.com
|
22
|
+
|
23
|
+
*/
|
24
|
+
|
25
|
+
@font-face {
|
26
|
+
font-family: 'FontAwesome';
|
27
|
+
src: url(@fontAwesomeEotPath);
|
28
|
+
src: url('@{fontAwesomeWoffPath}?#iefix') format('embedded-opentype'),
|
29
|
+
url(@fontAwesomeWoffPath) format('woff'),
|
30
|
+
url(@fontAwesomeTtfPath) format('truetype'),
|
31
|
+
url('@{fontAwesomeSvgPath}#FontAwesome') format('svg');
|
32
|
+
font-weight: normal;
|
33
|
+
font-style: normal;
|
34
|
+
}
|
35
|
+
|
36
|
+
/* Font Awesome styles
|
37
|
+
------------------------------------------------------- */
|
38
|
+
[class^="icon-"]:before,
|
39
|
+
[class*=" icon-"]:before {
|
40
|
+
font-family: FontAwesome;
|
41
|
+
font-weight: normal;
|
42
|
+
font-style: normal;
|
43
|
+
display: inline-block;
|
44
|
+
text-decoration: inherit;
|
45
|
+
}
|
46
|
+
|
47
|
+
a [class^="icon-"],
|
48
|
+
a [class*=" icon-"] {
|
49
|
+
display: inline-block;
|
50
|
+
text-decoration: inherit;
|
51
|
+
}
|
52
|
+
|
53
|
+
/* makes the font 33% larger relative to the icon container */
|
54
|
+
.icon-large:before {
|
55
|
+
vertical-align: middle;
|
56
|
+
font-size: 4/3em;
|
57
|
+
}
|
58
|
+
|
59
|
+
.btn, .nav-tabs {
|
60
|
+
[class^="icon-"],
|
61
|
+
[class*=" icon-"] {
|
62
|
+
/* keeps button heights with and without icons the same */
|
63
|
+
line-height: .9em;
|
64
|
+
}
|
65
|
+
}
|
66
|
+
|
67
|
+
li {
|
68
|
+
[class^="icon-"],
|
69
|
+
[class*=" icon-"] {
|
70
|
+
display: inline-block;
|
71
|
+
width: 1.25em;
|
72
|
+
text-align: center;
|
73
|
+
}
|
74
|
+
.icon-large:before,
|
75
|
+
.icon-large:before {
|
76
|
+
/* 1.5 increased font size for icon-large * 1.25 width */
|
77
|
+
width: 1.5*1.25em;
|
78
|
+
}
|
79
|
+
}
|
80
|
+
|
81
|
+
ul.icons {
|
82
|
+
list-style-type: none;
|
83
|
+
margin-left: 2em;
|
84
|
+
text-indent: -.8em;
|
85
|
+
|
86
|
+
li {
|
87
|
+
[class^="icon-"],
|
88
|
+
[class*=" icon-"] {
|
89
|
+
width: .8em;
|
90
|
+
}
|
91
|
+
.icon-large:before,
|
92
|
+
.icon-large:before {
|
93
|
+
/* 1.5 increased font size for icon-large * 1.25 width */
|
94
|
+
vertical-align: initial;
|
95
|
+
// width: 1.5*1.25em;
|
96
|
+
}
|
97
|
+
}
|
98
|
+
}
|
99
|
+
|
100
|
+
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
101
|
+
readers do not read off random characters that represent icons */
|
102
|
+
.icon-glass:before { content: "\f000"; }
|
103
|
+
.icon-music:before { content: "\f001"; }
|
104
|
+
.icon-search:before { content: "\f002"; }
|
105
|
+
.icon-envelope:before { content: "\f003"; }
|
106
|
+
.icon-heart:before { content: "\f004"; }
|
107
|
+
.icon-star:before { content: "\f005"; }
|
108
|
+
.icon-star-empty:before { content: "\f006"; }
|
109
|
+
.icon-user:before { content: "\f007"; }
|
110
|
+
.icon-film:before { content: "\f008"; }
|
111
|
+
.icon-th-large:before { content: "\f009"; }
|
112
|
+
.icon-th:before { content: "\f00a"; }
|
113
|
+
.icon-th-list:before { content: "\f00b"; }
|
114
|
+
.icon-ok:before { content: "\f00c"; }
|
115
|
+
.icon-remove:before { content: "\f00d"; }
|
116
|
+
.icon-zoom-in:before { content: "\f00e"; }
|
117
|
+
|
118
|
+
.icon-zoom-out:before { content: "\f010"; }
|
119
|
+
.icon-off:before { content: "\f011"; }
|
120
|
+
.icon-signal:before { content: "\f012"; }
|
121
|
+
.icon-cog:before { content: "\f013"; }
|
122
|
+
.icon-trash:before { content: "\f014"; }
|
123
|
+
.icon-home:before { content: "\f015"; }
|
124
|
+
.icon-file:before { content: "\f016"; }
|
125
|
+
.icon-time:before { content: "\f017"; }
|
126
|
+
.icon-road:before { content: "\f018"; }
|
127
|
+
.icon-download-alt:before { content: "\f019"; }
|
128
|
+
.icon-download:before { content: "\f01a"; }
|
129
|
+
.icon-upload:before { content: "\f01b"; }
|
130
|
+
.icon-inbox:before { content: "\f01c"; }
|
131
|
+
.icon-play-circle:before { content: "\f01d"; }
|
132
|
+
.icon-repeat:before { content: "\f01e"; }
|
133
|
+
|
134
|
+
/* \f020 is not a valid unicode character. all shifted one down */
|
135
|
+
.icon-refresh:before { content: "\f021"; }
|
136
|
+
.icon-list-alt:before { content: "\f022"; }
|
137
|
+
.icon-lock:before { content: "\f023"; }
|
138
|
+
.icon-flag:before { content: "\f024"; }
|
139
|
+
.icon-headphones:before { content: "\f025"; }
|
140
|
+
.icon-volume-off:before { content: "\f026"; }
|
141
|
+
.icon-volume-down:before { content: "\f027"; }
|
142
|
+
.icon-volume-up:before { content: "\f028"; }
|
143
|
+
.icon-qrcode:before { content: "\f029"; }
|
144
|
+
.icon-barcode:before { content: "\f02a"; }
|
145
|
+
.icon-tag:before { content: "\f02b"; }
|
146
|
+
.icon-tags:before { content: "\f02c"; }
|
147
|
+
.icon-book:before { content: "\f02d"; }
|
148
|
+
.icon-bookmark:before { content: "\f02e"; }
|
149
|
+
.icon-print:before { content: "\f02f"; }
|
150
|
+
|
151
|
+
.icon-camera:before { content: "\f030"; }
|
152
|
+
.icon-font:before { content: "\f031"; }
|
153
|
+
.icon-bold:before { content: "\f032"; }
|
154
|
+
.icon-italic:before { content: "\f033"; }
|
155
|
+
.icon-text-height:before { content: "\f034"; }
|
156
|
+
.icon-text-width:before { content: "\f035"; }
|
157
|
+
.icon-align-left:before { content: "\f036"; }
|
158
|
+
.icon-align-center:before { content: "\f037"; }
|
159
|
+
.icon-align-right:before { content: "\f038"; }
|
160
|
+
.icon-align-justify:before { content: "\f039"; }
|
161
|
+
.icon-list:before { content: "\f03a"; }
|
162
|
+
.icon-indent-left:before { content: "\f03b"; }
|
163
|
+
.icon-indent-right:before { content: "\f03c"; }
|
164
|
+
.icon-facetime-video:before { content: "\f03d"; }
|
165
|
+
.icon-picture:before { content: "\f03e"; }
|
166
|
+
|
167
|
+
.icon-pencil:before { content: "\f040"; }
|
168
|
+
.icon-map-marker:before { content: "\f041"; }
|
169
|
+
.icon-adjust:before { content: "\f042"; }
|
170
|
+
.icon-tint:before { content: "\f043"; }
|
171
|
+
.icon-edit:before { content: "\f044"; }
|
172
|
+
.icon-share:before { content: "\f045"; }
|
173
|
+
.icon-check:before { content: "\f046"; }
|
174
|
+
.icon-move:before { content: "\f047"; }
|
175
|
+
.icon-step-backward:before { content: "\f048"; }
|
176
|
+
.icon-fast-backward:before { content: "\f049"; }
|
177
|
+
.icon-backward:before { content: "\f04a"; }
|
178
|
+
.icon-play:before { content: "\f04b"; }
|
179
|
+
.icon-pause:before { content: "\f04c"; }
|
180
|
+
.icon-stop:before { content: "\f04d"; }
|
181
|
+
.icon-forward:before { content: "\f04e"; }
|
182
|
+
|
183
|
+
.icon-fast-forward:before { content: "\f050"; }
|
184
|
+
.icon-step-forward:before { content: "\f051"; }
|
185
|
+
.icon-eject:before { content: "\f052"; }
|
186
|
+
.icon-chevron-left:before { content: "\f053"; }
|
187
|
+
.icon-chevron-right:before { content: "\f054"; }
|
188
|
+
.icon-plus-sign:before { content: "\f055"; }
|
189
|
+
.icon-minus-sign:before { content: "\f056"; }
|
190
|
+
.icon-remove-sign:before { content: "\f057"; }
|
191
|
+
.icon-ok-sign:before { content: "\f058"; }
|
192
|
+
.icon-question-sign:before { content: "\f059"; }
|
193
|
+
.icon-info-sign:before { content: "\f05a"; }
|
194
|
+
.icon-screenshot:before { content: "\f05b"; }
|
195
|
+
.icon-remove-circle:before { content: "\f05c"; }
|
196
|
+
.icon-ok-circle:before { content: "\f05d"; }
|
197
|
+
.icon-ban-circle:before { content: "\f05e"; }
|
198
|
+
|
199
|
+
.icon-arrow-left:before { content: "\f060"; }
|
200
|
+
.icon-arrow-right:before { content: "\f061"; }
|
201
|
+
.icon-arrow-up:before { content: "\f062"; }
|
202
|
+
.icon-arrow-down:before { content: "\f063"; }
|
203
|
+
.icon-share-alt:before { content: "\f064"; }
|
204
|
+
.icon-resize-full:before { content: "\f065"; }
|
205
|
+
.icon-resize-small:before { content: "\f066"; }
|
206
|
+
.icon-plus:before { content: "\f067"; }
|
207
|
+
.icon-minus:before { content: "\f068"; }
|
208
|
+
.icon-asterisk:before { content: "\f069"; }
|
209
|
+
.icon-exclamation-sign:before { content: "\f06a"; }
|
210
|
+
.icon-gift:before { content: "\f06b"; }
|
211
|
+
.icon-leaf:before { content: "\f06c"; }
|
212
|
+
.icon-fire:before { content: "\f06d"; }
|
213
|
+
.icon-eye-open:before { content: "\f06e"; }
|
214
|
+
|
215
|
+
.icon-eye-close:before { content: "\f070"; }
|
216
|
+
.icon-warning-sign:before { content: "\f071"; }
|
217
|
+
.icon-plane:before { content: "\f072"; }
|
218
|
+
.icon-calendar:before { content: "\f073"; }
|
219
|
+
.icon-random:before { content: "\f074"; }
|
220
|
+
.icon-comment:before { content: "\f075"; }
|
221
|
+
.icon-magnet:before { content: "\f076"; }
|
222
|
+
.icon-chevron-up:before { content: "\f077"; }
|
223
|
+
.icon-chevron-down:before { content: "\f078"; }
|
224
|
+
.icon-retweet:before { content: "\f079"; }
|
225
|
+
.icon-shopping-cart:before { content: "\f07a"; }
|
226
|
+
.icon-folder-close:before { content: "\f07b"; }
|
227
|
+
.icon-folder-open:before { content: "\f07c"; }
|
228
|
+
.icon-resize-vertical:before { content: "\f07d"; }
|
229
|
+
.icon-resize-horizontal:before { content: "\f07e"; }
|
230
|
+
|
231
|
+
.icon-bar-chart:before { content: "\f080"; }
|
232
|
+
.icon-twitter-sign:before { content: "\f081"; }
|
233
|
+
.icon-facebook-sign:before { content: "\f082"; }
|
234
|
+
.icon-camera-retro:before { content: "\f083"; }
|
235
|
+
.icon-key:before { content: "\f084"; }
|
236
|
+
.icon-cogs:before { content: "\f085"; }
|
237
|
+
.icon-comments:before { content: "\f086"; }
|
238
|
+
.icon-thumbs-up:before { content: "\f087"; }
|
239
|
+
.icon-thumbs-down:before { content: "\f088"; }
|
240
|
+
.icon-star-half:before { content: "\f089"; }
|
241
|
+
.icon-heart-empty:before { content: "\f08a"; }
|
242
|
+
.icon-signout:before { content: "\f08b"; }
|
243
|
+
.icon-linkedin-sign:before { content: "\f08c"; }
|
244
|
+
.icon-pushpin:before { content: "\f08d"; }
|
245
|
+
.icon-external-link:before { content: "\f08e"; }
|
246
|
+
|
247
|
+
.icon-signin:before { content: "\f090"; }
|
248
|
+
.icon-trophy:before { content: "\f091"; }
|
249
|
+
.icon-github-sign:before { content: "\f092"; }
|
250
|
+
.icon-upload-alt:before { content: "\f093"; }
|
251
|
+
.icon-lemon:before { content: "\f094"; }
|
252
|
+
.icon-phone:before { content: "\f095"; }
|
253
|
+
.icon-check-empty:before { content: "\f096"; }
|
254
|
+
.icon-bookmark-empty:before { content: "\f097"; }
|
255
|
+
.icon-phone-sign:before { content: "\f098"; }
|
256
|
+
.icon-twitter:before { content: "\f099"; }
|
257
|
+
.icon-facebook:before { content: "\f09a"; }
|
258
|
+
.icon-github:before { content: "\f09b"; }
|
259
|
+
.icon-unlock:before { content: "\f09c"; }
|
260
|
+
.icon-credit-card:before { content: "\f09d"; }
|
261
|
+
.icon-rss:before { content: "\f09e"; }
|
262
|
+
|
263
|
+
.icon-hdd:before { content: "\f0a0"; }
|
264
|
+
.icon-bullhorn:before { content: "\f0a1"; }
|
265
|
+
.icon-bell:before { content: "\f0a2"; }
|
266
|
+
.icon-certificate:before { content: "\f0a3"; }
|
267
|
+
.icon-hand-right:before { content: "\f0a4"; }
|
268
|
+
.icon-hand-left:before { content: "\f0a5"; }
|
269
|
+
.icon-hand-up:before { content: "\f0a6"; }
|
270
|
+
.icon-hand-down:before { content: "\f0a7"; }
|
271
|
+
.icon-circle-arrow-left:before { content: "\f0a8"; }
|
272
|
+
.icon-circle-arrow-right:before { content: "\f0a9"; }
|
273
|
+
.icon-circle-arrow-up:before { content: "\f0aa"; }
|
274
|
+
.icon-circle-arrow-down:before { content: "\f0ab"; }
|
275
|
+
.icon-globe:before { content: "\f0ac"; }
|
276
|
+
.icon-wrench:before { content: "\f0ad"; }
|
277
|
+
.icon-tasks:before { content: "\f0ae"; }
|
278
|
+
|
279
|
+
.icon-filter:before { content: "\f0b0"; }
|
280
|
+
.icon-briefcase:before { content: "\f0b1"; }
|
281
|
+
.icon-fullscreen:before { content: "\f0b2"; }
|
282
|
+
|
283
|
+
.icon-group:before { content: "\f0c0"; }
|
284
|
+
.icon-link:before { content: "\f0c1"; }
|
285
|
+
.icon-cloud:before { content: "\f0c2"; }
|
286
|
+
.icon-beaker:before { content: "\f0c3"; }
|
287
|
+
.icon-cut:before { content: "\f0c4"; }
|
288
|
+
.icon-copy:before { content: "\f0c5"; }
|
289
|
+
.icon-paper-clip:before { content: "\f0c6"; }
|
290
|
+
.icon-save:before { content: "\f0c7"; }
|
291
|
+
.icon-sign-blank:before { content: "\f0c8"; }
|
292
|
+
.icon-reorder:before { content: "\f0c9"; }
|
293
|
+
.icon-list-ul:before { content: "\f0ca"; }
|
294
|
+
.icon-list-ol:before { content: "\f0cb"; }
|
295
|
+
.icon-strikethrough:before { content: "\f0cc"; }
|
296
|
+
.icon-underline:before { content: "\f0cd"; }
|
297
|
+
.icon-table:before { content: "\f0ce"; }
|
298
|
+
.icon-table:before { content: "\f0ce"; }
|
299
|
+
|
300
|
+
.icon-magic:before { content: "\f0d0"; }
|
301
|
+
.icon-truck:before { content: "\f0d1"; }
|
302
|
+
.icon-pinterest:before { content: "\f0d2"; }
|
303
|
+
.icon-pinterest-sign:before { content: "\f0d3"; }
|
304
|
+
.icon-google-plus-sign:before { content: "\f0d4"; }
|
305
|
+
.icon-google-plus:before { content: "\f0d5"; }
|
306
|
+
.icon-money:before { content: "\f0d6"; }
|
307
|
+
.icon-caret-down:before { content: "\f0d7"; }
|
308
|
+
.icon-caret-up:before { content: "\f0d8"; }
|
309
|
+
.icon-caret-left:before { content: "\f0d9"; }
|
310
|
+
.icon-caret-right:before { content: "\f0da"; }
|
311
|
+
.icon-columns:before { content: "\f0db"; }
|
312
|
+
.icon-sort:before { content: "\f0dc"; }
|
313
|
+
.icon-sort-down:before { content: "\f0dd"; }
|
314
|
+
.icon-sort-up:before { content: "\f0de"; }
|
315
|
+
|
316
|
+
.icon-envelope-alt:before { content: "\f0e0"; }
|
317
|
+
.icon-linkedin:before { content: "\f0e1"; }
|
318
|
+
.icon-undo:before { content: "\f0e2"; }
|
319
|
+
.icon-legal:before { content: "\f0e3"; }
|
320
|
+
.icon-dashboard:before { content: "\f0e4"; }
|
321
|
+
.icon-comment-alt:before { content: "\f0e5"; }
|
322
|
+
.icon-comments-alt:before { content: "\f0e6"; }
|
323
|
+
.icon-bolt:before { content: "\f0e7"; }
|
324
|
+
.icon-sitemap:before { content: "\f0e8"; }
|
325
|
+
.icon-umbrella:before { content: "\f0e9"; }
|
326
|
+
.icon-paste:before { content: "\f0ea"; }
|
327
|
+
|
328
|
+
.icon-user-md:before { content: "\f200"; }
|
329
|
+
|
330
|
+
.icon-apple-logo:before { content: "\f500"; }
|
331
|
+
.icon-windows-8:before { content: "\f501"; }
|
332
|
+
.icon-js-fiddle:before { content: "\f502"; }
|
333
|
+
.icon-skype:before { content: "\f503"; }
|
334
|
+
.icon-youtube-sign:before { content: "\f504"; }
|
335
|
+
.icon-youtube:before { content: "\f505"; }
|
336
|
+
.icon-vimeo-sign:before { content: "\f506"; }
|
337
|
+
.icon-vimeo:before { content: "\f507"; }
|
338
|
+
.icon-lastfm-sign:before { content: "\f508"; }
|
339
|
+
.icon-lastfm:before { content: "\f509"; }
|
340
|
+
.icon-rss-sign:before { content: "\f50a"; }
|
341
|
+
.icon-reddit:before { content: "\f50b"; }
|
342
|
+
.icon-delicious-sign:before { content: "\f50c"; }
|
343
|
+
.icon-wordpress-sign:before { content: "\f50d"; }
|
344
|
+
.icon-wordpress:before { content: "\f50e"; }
|
345
|
+
.icon-git-fork:before { content: "\f50f"; }
|
346
|
+
|
347
|
+
.icon-blogger-sign:before { content: "\f510"; }
|
348
|
+
.icon-blogger:before { content: "\f511"; }
|
349
|
+
.icon-tumblr-sign:before { content: "\f512"; }
|
350
|
+
.icon-tumblr:before { content: "\f513"; }
|
351
|
+
.icon-flickr-sign:before { content: "\f514"; }
|
352
|
+
.icon-flickr:before { content: "\f515"; }
|
353
|
+
.icon-picasa-sign:before { content: "\f516"; }
|
354
|
+
.icon-picasa:before { content: "\f517"; }
|
355
|
+
.icon-amazon-sign:before { content: "\f518"; }
|
356
|
+
.icon-amazon:before { content: "\f519"; }
|
357
|
+
.icon-yelp-sign:before { content: "\f51a"; }
|
358
|
+
.icon-yelp:before { content: "\f51b"; }
|
359
|
+
.icon-soundcloud:before { content: "\f51c"; }
|
360
|
+
.icon-spotify:before { content: "\f51d"; }
|
361
|
+
|
362
|
+
.icon-yahoo-sign:before { content: "\f520"; }
|
363
|
+
.icon-yahoo:before { content: "\f521"; }
|
364
|
+
.icon-evernote-sign:before { content: "\f522"; }
|
365
|
+
.icon-evernote:before { content: "\f523"; }
|
366
|
+
.icon-google-sign:before { content: "\f524"; }
|
367
|
+
.icon-google:before { content: "\f525"; }
|
368
|
+
.icon-hacker-news:before { content: "\f526"; }
|
369
|
+
.icon-map:before { content: "\f529"; }
|
370
|
+
.icon-bus-sign:before { content: "\f52a"; }
|
371
|
+
.icon-bike-sign:before { content: "\f52b"; }
|
372
|
+
.icon-car-sign:before { content: "\f52c"; }
|
373
|
+
.icon-taxi-sign:before { content: "\f52d"; }
|
374
|
+
.icon-truck-sign:before { content: "\f52e"; }
|
375
|
+
.icon-handicap-sign:before { content: "\f52f"; }
|