font-awesome-rails 0.4.1 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +1 -0
- data/README.md +4 -3
- data/lib/font-awesome-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.css +814 -432
- data/vendor/assets/stylesheets/font-awesome.css.erb +190 -21
- metadata +48 -65
- data/vendor/assets/fonts/fontawesome-webfont.svg +0 -255
data/.gitignore
CHANGED
data/README.md
CHANGED
|
@@ -32,9 +32,10 @@ note on version 0.2.0 - FontAwesome now includes scss and sass files, but when I
|
|
|
32
32
|
0.3.0 um, unknown. Aditya Sanghi pulled it in and I wasn't watching. Will make sure
|
|
33
33
|
that doesn't happen again.
|
|
34
34
|
0.4.0 05e5e5b Pullup request to 2.0 release of font-awesome
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
0.5.0 contrib from christhekeele Attempt to prepare request to 3.0 release of font-awesome
|
|
36
|
+
|
|
37
|
+
|
|
37
38
|
todo:
|
|
38
39
|
|
|
39
|
-
- Needs
|
|
40
|
+
- Needs a simple mechanism to test that the assets provided are available on the path expected.
|
|
40
41
|
- I think the css should be an scss so we can compile to the expected asset path
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,645 +1,1027 @@
|
|
|
1
|
-
[class^="icon-"]
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
[class^=icon-],[class*=" icon-"]
|
|
2
|
+
{
|
|
3
|
+
padding-right:.3em;
|
|
4
|
+
}
|
|
5
|
+
.icon-large
|
|
6
|
+
{
|
|
7
|
+
font-size:1.3333333333333em;
|
|
8
|
+
margin-top:-4px;
|
|
9
|
+
padding-top:3px;
|
|
10
|
+
margin-bottom:-4px;
|
|
11
|
+
padding-bottom:3px;
|
|
12
|
+
vertical-align:-20%;
|
|
13
|
+
}
|
|
14
|
+
.btn [class^=icon-],.nav [class^=icon-],.btn [class*=" icon-"],.nav [class*=" icon-"]
|
|
15
|
+
{
|
|
16
|
+
vertical-align:inherit;
|
|
17
|
+
margin-top:-4px;
|
|
18
|
+
padding-top:3px;
|
|
19
|
+
margin-bottom:-4px;
|
|
20
|
+
padding-bottom:3px;
|
|
21
|
+
line-height:.9em;
|
|
22
|
+
}
|
|
23
|
+
a [class^=icon-],a [class*=" icon-"]
|
|
24
|
+
{
|
|
25
|
+
cursor:pointer;
|
|
26
|
+
}
|
|
27
|
+
ul.icons
|
|
28
|
+
{
|
|
29
|
+
text-indent:-1.5em;
|
|
30
|
+
margin-left:3em;
|
|
31
|
+
}
|
|
32
|
+
.icon-glass
|
|
33
|
+
{
|
|
34
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
35
|
+
}
|
|
36
|
+
.icon-music
|
|
37
|
+
{
|
|
38
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
39
|
+
}
|
|
40
|
+
.icon-search
|
|
41
|
+
{
|
|
42
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
43
|
+
}
|
|
44
|
+
.icon-envelope
|
|
45
|
+
{
|
|
46
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
47
|
+
}
|
|
48
|
+
.icon-heart
|
|
49
|
+
{
|
|
50
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
51
|
+
}
|
|
52
|
+
.icon-star
|
|
53
|
+
{
|
|
54
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
55
|
+
}
|
|
56
|
+
.icon-star-empty
|
|
57
|
+
{
|
|
58
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
59
|
+
}
|
|
60
|
+
.icon-user
|
|
61
|
+
{
|
|
62
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
63
|
+
}
|
|
64
|
+
.icon-film
|
|
65
|
+
{
|
|
66
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
67
|
+
}
|
|
68
|
+
.icon-th-large
|
|
69
|
+
{
|
|
70
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
71
|
+
}
|
|
72
|
+
.icon-th
|
|
73
|
+
{
|
|
74
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
75
|
+
}
|
|
76
|
+
.icon-th-list
|
|
77
|
+
{
|
|
78
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
79
|
+
}
|
|
80
|
+
.icon-ok
|
|
81
|
+
{
|
|
82
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
83
|
+
}
|
|
84
|
+
.icon-remove
|
|
85
|
+
{
|
|
86
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
87
|
+
}
|
|
88
|
+
.icon-zoom-in
|
|
89
|
+
{
|
|
90
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
91
|
+
}
|
|
92
|
+
.icon-zoom-out
|
|
93
|
+
{
|
|
94
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
95
|
+
}
|
|
96
|
+
.icon-off
|
|
97
|
+
{
|
|
98
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
99
|
+
}
|
|
100
|
+
.icon-signal
|
|
101
|
+
{
|
|
102
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
103
|
+
}
|
|
104
|
+
.icon-cog
|
|
105
|
+
{
|
|
106
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
107
|
+
}
|
|
108
|
+
.icon-trash
|
|
109
|
+
{
|
|
110
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
111
|
+
}
|
|
112
|
+
.icon-home
|
|
113
|
+
{
|
|
114
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
115
|
+
}
|
|
116
|
+
.icon-file
|
|
117
|
+
{
|
|
118
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
6
119
|
}
|
|
7
|
-
.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
line-height: 1.4em;
|
|
120
|
+
.icon-time
|
|
121
|
+
{
|
|
122
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
12
123
|
}
|
|
13
|
-
.icon-
|
|
14
|
-
|
|
124
|
+
.icon-road
|
|
125
|
+
{
|
|
126
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
15
127
|
}
|
|
16
|
-
.icon-
|
|
17
|
-
|
|
128
|
+
.icon-download-alt
|
|
129
|
+
{
|
|
130
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
18
131
|
}
|
|
19
|
-
.icon-
|
|
20
|
-
|
|
132
|
+
.icon-download
|
|
133
|
+
{
|
|
134
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
21
135
|
}
|
|
22
|
-
.icon-
|
|
23
|
-
|
|
136
|
+
.icon-upload
|
|
137
|
+
{
|
|
138
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
24
139
|
}
|
|
25
|
-
.icon-
|
|
26
|
-
|
|
140
|
+
.icon-inbox
|
|
141
|
+
{
|
|
142
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
27
143
|
}
|
|
28
|
-
.icon-
|
|
29
|
-
|
|
144
|
+
.icon-play-circle
|
|
145
|
+
{
|
|
146
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
30
147
|
}
|
|
31
|
-
.icon-
|
|
32
|
-
|
|
148
|
+
.icon-repeat
|
|
149
|
+
{
|
|
150
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
33
151
|
}
|
|
34
|
-
.icon-
|
|
35
|
-
|
|
152
|
+
.icon-refresh
|
|
153
|
+
{
|
|
154
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
36
155
|
}
|
|
37
|
-
.icon-
|
|
38
|
-
|
|
156
|
+
.icon-list-alt
|
|
157
|
+
{
|
|
158
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
39
159
|
}
|
|
40
|
-
.icon-
|
|
41
|
-
|
|
160
|
+
.icon-lock
|
|
161
|
+
{
|
|
162
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
42
163
|
}
|
|
43
|
-
.icon-
|
|
44
|
-
|
|
164
|
+
.icon-flag
|
|
165
|
+
{
|
|
166
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
45
167
|
}
|
|
46
|
-
.icon-
|
|
47
|
-
|
|
168
|
+
.icon-headphones
|
|
169
|
+
{
|
|
170
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
48
171
|
}
|
|
49
|
-
.icon-
|
|
50
|
-
|
|
172
|
+
.icon-volume-off
|
|
173
|
+
{
|
|
174
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
51
175
|
}
|
|
52
|
-
.icon-
|
|
53
|
-
|
|
176
|
+
.icon-volume-down
|
|
177
|
+
{
|
|
178
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
54
179
|
}
|
|
55
|
-
.icon-
|
|
56
|
-
|
|
180
|
+
.icon-volume-up
|
|
181
|
+
{
|
|
182
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
57
183
|
}
|
|
58
|
-
.icon-
|
|
59
|
-
|
|
184
|
+
.icon-qrcode
|
|
185
|
+
{
|
|
186
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
60
187
|
}
|
|
61
|
-
.icon-
|
|
62
|
-
|
|
188
|
+
.icon-barcode
|
|
189
|
+
{
|
|
190
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
63
191
|
}
|
|
64
|
-
.icon-
|
|
65
|
-
|
|
192
|
+
.icon-tag
|
|
193
|
+
{
|
|
194
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
66
195
|
}
|
|
67
|
-
.icon-
|
|
68
|
-
|
|
196
|
+
.icon-tags
|
|
197
|
+
{
|
|
198
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
69
199
|
}
|
|
70
|
-
.icon-
|
|
71
|
-
|
|
200
|
+
.icon-book
|
|
201
|
+
{
|
|
202
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
72
203
|
}
|
|
73
|
-
.icon-
|
|
74
|
-
|
|
204
|
+
.icon-bookmark
|
|
205
|
+
{
|
|
206
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
75
207
|
}
|
|
76
|
-
.icon-
|
|
77
|
-
|
|
208
|
+
.icon-print
|
|
209
|
+
{
|
|
210
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
78
211
|
}
|
|
79
|
-
.icon-
|
|
80
|
-
|
|
212
|
+
.icon-camera
|
|
213
|
+
{
|
|
214
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
81
215
|
}
|
|
82
|
-
.icon-
|
|
83
|
-
|
|
216
|
+
.icon-font
|
|
217
|
+
{
|
|
218
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
84
219
|
}
|
|
85
|
-
.icon-
|
|
86
|
-
|
|
220
|
+
.icon-bold
|
|
221
|
+
{
|
|
222
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
87
223
|
}
|
|
88
|
-
.icon-
|
|
89
|
-
|
|
224
|
+
.icon-italic
|
|
225
|
+
{
|
|
226
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
90
227
|
}
|
|
91
|
-
.icon-
|
|
92
|
-
|
|
228
|
+
.icon-text-height
|
|
229
|
+
{
|
|
230
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
93
231
|
}
|
|
94
|
-
.icon-
|
|
95
|
-
|
|
232
|
+
.icon-text-width
|
|
233
|
+
{
|
|
234
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
96
235
|
}
|
|
97
|
-
.icon-
|
|
98
|
-
|
|
236
|
+
.icon-align-left
|
|
237
|
+
{
|
|
238
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
99
239
|
}
|
|
100
|
-
.icon-
|
|
101
|
-
|
|
240
|
+
.icon-align-center
|
|
241
|
+
{
|
|
242
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
102
243
|
}
|
|
103
|
-
.icon-
|
|
104
|
-
|
|
244
|
+
.icon-align-right
|
|
245
|
+
{
|
|
246
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
105
247
|
}
|
|
106
|
-
.icon-
|
|
107
|
-
|
|
248
|
+
.icon-align-justify
|
|
249
|
+
{
|
|
250
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
108
251
|
}
|
|
109
|
-
.icon-list
|
|
110
|
-
|
|
252
|
+
.icon-list
|
|
253
|
+
{
|
|
254
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
111
255
|
}
|
|
112
|
-
.icon-
|
|
113
|
-
|
|
256
|
+
.icon-indent-left
|
|
257
|
+
{
|
|
258
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
114
259
|
}
|
|
115
|
-
.icon-
|
|
116
|
-
|
|
260
|
+
.icon-indent-right
|
|
261
|
+
{
|
|
262
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
117
263
|
}
|
|
118
|
-
.icon-
|
|
119
|
-
|
|
264
|
+
.icon-facetime-video
|
|
265
|
+
{
|
|
266
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
120
267
|
}
|
|
121
|
-
.icon-
|
|
122
|
-
|
|
268
|
+
.icon-picture
|
|
269
|
+
{
|
|
270
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
123
271
|
}
|
|
124
|
-
.icon-
|
|
125
|
-
|
|
272
|
+
.icon-pencil
|
|
273
|
+
{
|
|
274
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
126
275
|
}
|
|
127
|
-
.icon-
|
|
128
|
-
|
|
276
|
+
.icon-map-marker
|
|
277
|
+
{
|
|
278
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
129
279
|
}
|
|
130
|
-
.icon-
|
|
131
|
-
|
|
280
|
+
.icon-adjust
|
|
281
|
+
{
|
|
282
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
132
283
|
}
|
|
133
|
-
.icon-
|
|
134
|
-
|
|
284
|
+
.icon-tint
|
|
285
|
+
{
|
|
286
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
135
287
|
}
|
|
136
|
-
.icon-
|
|
137
|
-
|
|
288
|
+
.icon-edit
|
|
289
|
+
{
|
|
290
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
138
291
|
}
|
|
139
|
-
.icon-
|
|
140
|
-
|
|
292
|
+
.icon-share
|
|
293
|
+
{
|
|
294
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
141
295
|
}
|
|
142
|
-
.icon-
|
|
143
|
-
|
|
296
|
+
.icon-check
|
|
297
|
+
{
|
|
298
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
144
299
|
}
|
|
145
|
-
.icon-
|
|
146
|
-
|
|
300
|
+
.icon-move
|
|
301
|
+
{
|
|
302
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
147
303
|
}
|
|
148
|
-
.icon-
|
|
149
|
-
|
|
304
|
+
.icon-step-backward
|
|
305
|
+
{
|
|
306
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
150
307
|
}
|
|
151
|
-
.icon-
|
|
152
|
-
|
|
308
|
+
.icon-fast-backward
|
|
309
|
+
{
|
|
310
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
153
311
|
}
|
|
154
|
-
.icon-
|
|
155
|
-
|
|
312
|
+
.icon-backward
|
|
313
|
+
{
|
|
314
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
156
315
|
}
|
|
157
|
-
.icon-
|
|
158
|
-
|
|
316
|
+
.icon-play
|
|
317
|
+
{
|
|
318
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
159
319
|
}
|
|
160
|
-
.icon-
|
|
161
|
-
|
|
320
|
+
.icon-pause
|
|
321
|
+
{
|
|
322
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
162
323
|
}
|
|
163
|
-
.icon-
|
|
164
|
-
|
|
324
|
+
.icon-stop
|
|
325
|
+
{
|
|
326
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
165
327
|
}
|
|
166
|
-
.icon-
|
|
167
|
-
|
|
328
|
+
.icon-forward
|
|
329
|
+
{
|
|
330
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
168
331
|
}
|
|
169
|
-
.icon-
|
|
170
|
-
|
|
332
|
+
.icon-fast-forward
|
|
333
|
+
{
|
|
334
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
171
335
|
}
|
|
172
|
-
.icon-
|
|
173
|
-
|
|
336
|
+
.icon-step-forward
|
|
337
|
+
{
|
|
338
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
174
339
|
}
|
|
175
|
-
.icon-
|
|
176
|
-
|
|
340
|
+
.icon-eject
|
|
341
|
+
{
|
|
342
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
177
343
|
}
|
|
178
|
-
.icon-
|
|
179
|
-
|
|
344
|
+
.icon-chevron-left
|
|
345
|
+
{
|
|
346
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
180
347
|
}
|
|
181
|
-
.icon-
|
|
182
|
-
|
|
348
|
+
.icon-chevron-right
|
|
349
|
+
{
|
|
350
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
183
351
|
}
|
|
184
|
-
.icon-
|
|
185
|
-
|
|
352
|
+
.icon-plus-sign
|
|
353
|
+
{
|
|
354
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
186
355
|
}
|
|
187
|
-
.icon-
|
|
188
|
-
|
|
356
|
+
.icon-minus-sign
|
|
357
|
+
{
|
|
358
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
189
359
|
}
|
|
190
|
-
.icon-
|
|
191
|
-
|
|
360
|
+
.icon-remove-sign
|
|
361
|
+
{
|
|
362
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
192
363
|
}
|
|
193
|
-
.icon-
|
|
194
|
-
|
|
364
|
+
.icon-ok-sign
|
|
365
|
+
{
|
|
366
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
195
367
|
}
|
|
196
|
-
.icon-
|
|
197
|
-
|
|
368
|
+
.icon-question-sign
|
|
369
|
+
{
|
|
370
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
198
371
|
}
|
|
199
|
-
.icon-
|
|
200
|
-
|
|
372
|
+
.icon-info-sign
|
|
373
|
+
{
|
|
374
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
201
375
|
}
|
|
202
|
-
.icon-
|
|
203
|
-
|
|
376
|
+
.icon-screenshot
|
|
377
|
+
{
|
|
378
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
204
379
|
}
|
|
205
|
-
.icon-
|
|
206
|
-
|
|
380
|
+
.icon-remove-circle
|
|
381
|
+
{
|
|
382
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
207
383
|
}
|
|
208
|
-
.icon-
|
|
209
|
-
|
|
384
|
+
.icon-ok-circle
|
|
385
|
+
{
|
|
386
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
210
387
|
}
|
|
211
|
-
.icon-
|
|
212
|
-
|
|
388
|
+
.icon-ban-circle
|
|
389
|
+
{
|
|
390
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
213
391
|
}
|
|
214
|
-
.icon-
|
|
215
|
-
|
|
392
|
+
.icon-arrow-left
|
|
393
|
+
{
|
|
394
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
216
395
|
}
|
|
217
|
-
.icon-
|
|
218
|
-
|
|
396
|
+
.icon-arrow-right
|
|
397
|
+
{
|
|
398
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
219
399
|
}
|
|
220
|
-
.icon-
|
|
221
|
-
|
|
400
|
+
.icon-arrow-up
|
|
401
|
+
{
|
|
402
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
222
403
|
}
|
|
223
|
-
.icon-
|
|
224
|
-
|
|
404
|
+
.icon-arrow-down
|
|
405
|
+
{
|
|
406
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
225
407
|
}
|
|
226
|
-
.icon-
|
|
227
|
-
|
|
408
|
+
.icon-share-alt
|
|
409
|
+
{
|
|
410
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
228
411
|
}
|
|
229
|
-
.icon-
|
|
230
|
-
|
|
412
|
+
.icon-resize-full
|
|
413
|
+
{
|
|
414
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
231
415
|
}
|
|
232
|
-
.icon-
|
|
233
|
-
|
|
416
|
+
.icon-resize-small
|
|
417
|
+
{
|
|
418
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
234
419
|
}
|
|
235
|
-
.icon-
|
|
236
|
-
|
|
420
|
+
.icon-plus
|
|
421
|
+
{
|
|
422
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
237
423
|
}
|
|
238
|
-
.icon-
|
|
239
|
-
|
|
424
|
+
.icon-minus
|
|
425
|
+
{
|
|
426
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
240
427
|
}
|
|
241
|
-
.icon-
|
|
242
|
-
|
|
428
|
+
.icon-asterisk
|
|
429
|
+
{
|
|
430
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
243
431
|
}
|
|
244
|
-
.icon-
|
|
245
|
-
|
|
432
|
+
.icon-exclamation-sign
|
|
433
|
+
{
|
|
434
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
246
435
|
}
|
|
247
|
-
.icon-
|
|
248
|
-
|
|
436
|
+
.icon-gift
|
|
437
|
+
{
|
|
438
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
249
439
|
}
|
|
250
|
-
.icon-
|
|
251
|
-
|
|
440
|
+
.icon-leaf
|
|
441
|
+
{
|
|
442
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
252
443
|
}
|
|
253
|
-
.icon-
|
|
254
|
-
|
|
444
|
+
.icon-fire
|
|
445
|
+
{
|
|
446
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
255
447
|
}
|
|
256
|
-
.icon-
|
|
257
|
-
|
|
448
|
+
.icon-eye-open
|
|
449
|
+
{
|
|
450
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
258
451
|
}
|
|
259
|
-
.icon-
|
|
260
|
-
|
|
452
|
+
.icon-eye-close
|
|
453
|
+
{
|
|
454
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
261
455
|
}
|
|
262
|
-
.icon-
|
|
263
|
-
|
|
456
|
+
.icon-warning-sign
|
|
457
|
+
{
|
|
458
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
264
459
|
}
|
|
265
|
-
.icon-
|
|
266
|
-
|
|
460
|
+
.icon-plane
|
|
461
|
+
{
|
|
462
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
267
463
|
}
|
|
268
|
-
.icon-
|
|
269
|
-
|
|
464
|
+
.icon-calendar
|
|
465
|
+
{
|
|
466
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
270
467
|
}
|
|
271
|
-
.icon-
|
|
272
|
-
|
|
468
|
+
.icon-random
|
|
469
|
+
{
|
|
470
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
273
471
|
}
|
|
274
|
-
.icon-
|
|
275
|
-
|
|
472
|
+
.icon-comment
|
|
473
|
+
{
|
|
474
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
276
475
|
}
|
|
277
|
-
.icon-
|
|
278
|
-
|
|
476
|
+
.icon-magnet
|
|
477
|
+
{
|
|
478
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
279
479
|
}
|
|
280
|
-
.icon-
|
|
281
|
-
|
|
480
|
+
.icon-chevron-up
|
|
481
|
+
{
|
|
482
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
282
483
|
}
|
|
283
|
-
.icon-
|
|
284
|
-
|
|
484
|
+
.icon-chevron-down
|
|
485
|
+
{
|
|
486
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
285
487
|
}
|
|
286
|
-
.icon-
|
|
287
|
-
|
|
488
|
+
.icon-retweet
|
|
489
|
+
{
|
|
490
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
288
491
|
}
|
|
289
|
-
.icon-
|
|
290
|
-
|
|
492
|
+
.icon-shopping-cart
|
|
493
|
+
{
|
|
494
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
291
495
|
}
|
|
292
|
-
.icon-
|
|
293
|
-
|
|
496
|
+
.icon-folder-close
|
|
497
|
+
{
|
|
498
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
294
499
|
}
|
|
295
|
-
.icon-
|
|
296
|
-
|
|
500
|
+
.icon-folder-open
|
|
501
|
+
{
|
|
502
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
297
503
|
}
|
|
298
|
-
.icon-
|
|
299
|
-
|
|
504
|
+
.icon-resize-vertical
|
|
505
|
+
{
|
|
506
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
300
507
|
}
|
|
301
|
-
.icon-resize-
|
|
302
|
-
|
|
508
|
+
.icon-resize-horizontal
|
|
509
|
+
{
|
|
510
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
303
511
|
}
|
|
304
|
-
.icon-
|
|
305
|
-
|
|
512
|
+
.icon-bar-chart
|
|
513
|
+
{
|
|
514
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
306
515
|
}
|
|
307
|
-
.icon-
|
|
308
|
-
|
|
516
|
+
.icon-twitter-sign
|
|
517
|
+
{
|
|
518
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
309
519
|
}
|
|
310
|
-
.icon-
|
|
311
|
-
|
|
520
|
+
.icon-facebook-sign
|
|
521
|
+
{
|
|
522
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
312
523
|
}
|
|
313
|
-
.icon-
|
|
314
|
-
|
|
524
|
+
.icon-camera-retro
|
|
525
|
+
{
|
|
526
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
315
527
|
}
|
|
316
|
-
.icon-
|
|
317
|
-
|
|
528
|
+
.icon-key
|
|
529
|
+
{
|
|
530
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
318
531
|
}
|
|
319
|
-
.icon-
|
|
320
|
-
|
|
532
|
+
.icon-cogs
|
|
533
|
+
{
|
|
534
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
321
535
|
}
|
|
322
|
-
.icon-
|
|
323
|
-
|
|
536
|
+
.icon-comments
|
|
537
|
+
{
|
|
538
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
324
539
|
}
|
|
325
|
-
.icon-
|
|
326
|
-
|
|
540
|
+
.icon-thumbs-up
|
|
541
|
+
{
|
|
542
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
327
543
|
}
|
|
328
|
-
.icon-
|
|
329
|
-
|
|
544
|
+
.icon-thumbs-down
|
|
545
|
+
{
|
|
546
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
330
547
|
}
|
|
331
|
-
.icon-
|
|
332
|
-
|
|
548
|
+
.icon-star-half
|
|
549
|
+
{
|
|
550
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
333
551
|
}
|
|
334
|
-
.icon-
|
|
335
|
-
|
|
552
|
+
.icon-heart-empty
|
|
553
|
+
{
|
|
554
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
336
555
|
}
|
|
337
|
-
.icon-
|
|
338
|
-
|
|
556
|
+
.icon-signout
|
|
557
|
+
{
|
|
558
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
339
559
|
}
|
|
340
|
-
.icon-
|
|
341
|
-
|
|
560
|
+
.icon-linkedin-sign
|
|
561
|
+
{
|
|
562
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
342
563
|
}
|
|
343
|
-
.icon-
|
|
344
|
-
|
|
564
|
+
.icon-pushpin
|
|
565
|
+
{
|
|
566
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
345
567
|
}
|
|
346
|
-
.icon-
|
|
347
|
-
|
|
568
|
+
.icon-external-link
|
|
569
|
+
{
|
|
570
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
348
571
|
}
|
|
349
|
-
.icon-
|
|
350
|
-
|
|
572
|
+
.icon-signin
|
|
573
|
+
{
|
|
574
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
351
575
|
}
|
|
352
|
-
.icon-
|
|
353
|
-
|
|
576
|
+
.icon-trophy
|
|
577
|
+
{
|
|
578
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
354
579
|
}
|
|
355
|
-
.icon-
|
|
356
|
-
|
|
580
|
+
.icon-github-sign
|
|
581
|
+
{
|
|
582
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
357
583
|
}
|
|
358
|
-
.icon-
|
|
359
|
-
|
|
584
|
+
.icon-upload-alt
|
|
585
|
+
{
|
|
586
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
360
587
|
}
|
|
361
|
-
.icon-
|
|
362
|
-
|
|
588
|
+
.icon-lemon
|
|
589
|
+
{
|
|
590
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
363
591
|
}
|
|
364
|
-
.icon-
|
|
365
|
-
|
|
592
|
+
.icon-phone
|
|
593
|
+
{
|
|
594
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
366
595
|
}
|
|
367
|
-
.icon-
|
|
368
|
-
|
|
596
|
+
.icon-check-empty
|
|
597
|
+
{
|
|
598
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
369
599
|
}
|
|
370
|
-
.icon-
|
|
371
|
-
|
|
600
|
+
.icon-bookmark-empty
|
|
601
|
+
{
|
|
602
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
372
603
|
}
|
|
373
|
-
.icon-
|
|
374
|
-
|
|
604
|
+
.icon-phone-sign
|
|
605
|
+
{
|
|
606
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
375
607
|
}
|
|
376
|
-
.icon-
|
|
377
|
-
|
|
608
|
+
.icon-twitter
|
|
609
|
+
{
|
|
610
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
378
611
|
}
|
|
379
|
-
.icon-
|
|
380
|
-
|
|
612
|
+
.icon-facebook
|
|
613
|
+
{
|
|
614
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
381
615
|
}
|
|
382
|
-
.icon-
|
|
383
|
-
|
|
616
|
+
.icon-github
|
|
617
|
+
{
|
|
618
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
384
619
|
}
|
|
385
|
-
.icon-
|
|
386
|
-
|
|
620
|
+
.icon-unlock
|
|
621
|
+
{
|
|
622
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
387
623
|
}
|
|
388
|
-
.icon-
|
|
389
|
-
|
|
624
|
+
.icon-credit-card
|
|
625
|
+
{
|
|
626
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
390
627
|
}
|
|
391
|
-
.icon-
|
|
392
|
-
|
|
628
|
+
.icon-rss
|
|
629
|
+
{
|
|
630
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
393
631
|
}
|
|
394
|
-
.icon-
|
|
395
|
-
|
|
632
|
+
.icon-hdd
|
|
633
|
+
{
|
|
634
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
396
635
|
}
|
|
397
|
-
.icon-
|
|
398
|
-
|
|
636
|
+
.icon-bullhorn
|
|
637
|
+
{
|
|
638
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
399
639
|
}
|
|
400
|
-
.icon-
|
|
401
|
-
|
|
640
|
+
.icon-bell
|
|
641
|
+
{
|
|
642
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
402
643
|
}
|
|
403
|
-
.icon-
|
|
404
|
-
|
|
644
|
+
.icon-certificate
|
|
645
|
+
{
|
|
646
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
405
647
|
}
|
|
406
|
-
.icon-
|
|
407
|
-
|
|
648
|
+
.icon-hand-right
|
|
649
|
+
{
|
|
650
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
408
651
|
}
|
|
409
|
-
.icon-
|
|
410
|
-
|
|
652
|
+
.icon-hand-left
|
|
653
|
+
{
|
|
654
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
411
655
|
}
|
|
412
|
-
.icon-
|
|
413
|
-
|
|
656
|
+
.icon-hand-up
|
|
657
|
+
{
|
|
658
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
414
659
|
}
|
|
415
|
-
.icon-
|
|
416
|
-
|
|
660
|
+
.icon-hand-down
|
|
661
|
+
{
|
|
662
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
417
663
|
}
|
|
418
|
-
.icon-
|
|
419
|
-
|
|
664
|
+
.icon-circle-arrow-left
|
|
665
|
+
{
|
|
666
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
420
667
|
}
|
|
421
|
-
.icon-
|
|
422
|
-
|
|
668
|
+
.icon-circle-arrow-right
|
|
669
|
+
{
|
|
670
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
423
671
|
}
|
|
424
|
-
.icon-
|
|
425
|
-
|
|
672
|
+
.icon-circle-arrow-up
|
|
673
|
+
{
|
|
674
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
426
675
|
}
|
|
427
|
-
.icon-
|
|
428
|
-
|
|
676
|
+
.icon-circle-arrow-down
|
|
677
|
+
{
|
|
678
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
429
679
|
}
|
|
430
|
-
.icon-
|
|
431
|
-
|
|
680
|
+
.icon-globe
|
|
681
|
+
{
|
|
682
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
432
683
|
}
|
|
433
|
-
.icon-
|
|
434
|
-
|
|
684
|
+
.icon-wrench
|
|
685
|
+
{
|
|
686
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
435
687
|
}
|
|
436
|
-
.icon-
|
|
437
|
-
|
|
688
|
+
.icon-tasks
|
|
689
|
+
{
|
|
690
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
438
691
|
}
|
|
439
|
-
.icon-
|
|
440
|
-
|
|
692
|
+
.icon-filter
|
|
693
|
+
{
|
|
694
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
441
695
|
}
|
|
442
|
-
.icon-
|
|
443
|
-
|
|
696
|
+
.icon-briefcase
|
|
697
|
+
{
|
|
698
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
444
699
|
}
|
|
445
|
-
.icon-
|
|
446
|
-
|
|
700
|
+
.icon-fullscreen
|
|
701
|
+
{
|
|
702
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
447
703
|
}
|
|
448
|
-
.icon-
|
|
449
|
-
|
|
704
|
+
.icon-group
|
|
705
|
+
{
|
|
706
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
450
707
|
}
|
|
451
|
-
.icon-
|
|
452
|
-
|
|
708
|
+
.icon-link
|
|
709
|
+
{
|
|
710
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
453
711
|
}
|
|
454
|
-
.icon-
|
|
455
|
-
|
|
712
|
+
.icon-cloud
|
|
713
|
+
{
|
|
714
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
456
715
|
}
|
|
457
|
-
.icon-
|
|
458
|
-
|
|
716
|
+
.icon-beaker
|
|
717
|
+
{
|
|
718
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
459
719
|
}
|
|
460
|
-
.icon-
|
|
461
|
-
|
|
720
|
+
.icon-cut
|
|
721
|
+
{
|
|
722
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
462
723
|
}
|
|
463
|
-
.icon-
|
|
464
|
-
|
|
724
|
+
.icon-copy
|
|
725
|
+
{
|
|
726
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
465
727
|
}
|
|
466
|
-
.icon-
|
|
467
|
-
|
|
728
|
+
.icon-paper-clip
|
|
729
|
+
{
|
|
730
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
468
731
|
}
|
|
469
|
-
.icon-
|
|
470
|
-
|
|
732
|
+
.icon-save
|
|
733
|
+
{
|
|
734
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
471
735
|
}
|
|
472
|
-
.icon-
|
|
473
|
-
|
|
736
|
+
.icon-sign-blank
|
|
737
|
+
{
|
|
738
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
474
739
|
}
|
|
475
|
-
.icon-
|
|
476
|
-
|
|
740
|
+
.icon-reorder
|
|
741
|
+
{
|
|
742
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
477
743
|
}
|
|
478
|
-
.icon-
|
|
479
|
-
|
|
744
|
+
.icon-list-ul
|
|
745
|
+
{
|
|
746
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
480
747
|
}
|
|
481
|
-
.icon-
|
|
482
|
-
|
|
748
|
+
.icon-list-ol
|
|
749
|
+
{
|
|
750
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
483
751
|
}
|
|
484
|
-
.icon-
|
|
485
|
-
|
|
752
|
+
.icon-strikethrough
|
|
753
|
+
{
|
|
754
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
486
755
|
}
|
|
487
|
-
.icon-
|
|
488
|
-
|
|
756
|
+
.icon-underline
|
|
757
|
+
{
|
|
758
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
489
759
|
}
|
|
490
|
-
.icon-
|
|
491
|
-
|
|
760
|
+
.icon-table
|
|
761
|
+
{
|
|
762
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
492
763
|
}
|
|
493
|
-
.icon-
|
|
494
|
-
|
|
764
|
+
.icon-magic
|
|
765
|
+
{
|
|
766
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
495
767
|
}
|
|
496
|
-
.icon-
|
|
497
|
-
|
|
768
|
+
.icon-truck
|
|
769
|
+
{
|
|
770
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
498
771
|
}
|
|
499
|
-
.icon-
|
|
500
|
-
|
|
772
|
+
.icon-pinterest
|
|
773
|
+
{
|
|
774
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
501
775
|
}
|
|
502
|
-
.icon-
|
|
503
|
-
|
|
776
|
+
.icon-pinterest-sign
|
|
777
|
+
{
|
|
778
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
504
779
|
}
|
|
505
|
-
.icon-
|
|
506
|
-
|
|
780
|
+
.icon-google-plus-sign
|
|
781
|
+
{
|
|
782
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
507
783
|
}
|
|
508
|
-
.icon-
|
|
509
|
-
|
|
784
|
+
.icon-google-plus
|
|
785
|
+
{
|
|
786
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
510
787
|
}
|
|
511
|
-
.icon-
|
|
512
|
-
|
|
788
|
+
.icon-money
|
|
789
|
+
{
|
|
790
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
513
791
|
}
|
|
514
|
-
.icon-
|
|
515
|
-
|
|
792
|
+
.icon-caret-down
|
|
793
|
+
{
|
|
794
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
516
795
|
}
|
|
517
|
-
.icon-
|
|
518
|
-
|
|
796
|
+
.icon-caret-up
|
|
797
|
+
{
|
|
798
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
519
799
|
}
|
|
520
|
-
.icon-
|
|
521
|
-
|
|
800
|
+
.icon-caret-left
|
|
801
|
+
{
|
|
802
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
522
803
|
}
|
|
523
|
-
.icon-
|
|
524
|
-
|
|
804
|
+
.icon-caret-right
|
|
805
|
+
{
|
|
806
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
525
807
|
}
|
|
526
|
-
.icon-
|
|
527
|
-
|
|
808
|
+
.icon-columns
|
|
809
|
+
{
|
|
810
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
528
811
|
}
|
|
529
|
-
.icon-
|
|
530
|
-
|
|
812
|
+
.icon-sort
|
|
813
|
+
{
|
|
814
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
531
815
|
}
|
|
532
|
-
.icon-
|
|
533
|
-
|
|
816
|
+
.icon-sort-down
|
|
817
|
+
{
|
|
818
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
534
819
|
}
|
|
535
|
-
.icon-
|
|
536
|
-
|
|
820
|
+
.icon-sort-up
|
|
821
|
+
{
|
|
822
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
537
823
|
}
|
|
538
|
-
.icon-
|
|
539
|
-
|
|
824
|
+
.icon-envelope-alt
|
|
825
|
+
{
|
|
826
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
540
827
|
}
|
|
541
|
-
.icon-
|
|
542
|
-
|
|
828
|
+
.icon-linkedin
|
|
829
|
+
{
|
|
830
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
543
831
|
}
|
|
544
|
-
.icon-
|
|
545
|
-
|
|
832
|
+
.icon-undo
|
|
833
|
+
{
|
|
834
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
546
835
|
}
|
|
547
|
-
.icon-
|
|
548
|
-
|
|
836
|
+
.icon-legal
|
|
837
|
+
{
|
|
838
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
549
839
|
}
|
|
550
|
-
.icon-
|
|
551
|
-
|
|
840
|
+
.icon-dashboard
|
|
841
|
+
{
|
|
842
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
552
843
|
}
|
|
553
|
-
.icon-
|
|
554
|
-
|
|
844
|
+
.icon-comment-alt
|
|
845
|
+
{
|
|
846
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
555
847
|
}
|
|
556
|
-
.icon-
|
|
557
|
-
|
|
848
|
+
.icon-comments-alt
|
|
849
|
+
{
|
|
850
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
558
851
|
}
|
|
559
|
-
.icon-
|
|
560
|
-
|
|
852
|
+
.icon-bolt
|
|
853
|
+
{
|
|
854
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
561
855
|
}
|
|
562
|
-
.icon-
|
|
563
|
-
|
|
856
|
+
.icon-sitemap
|
|
857
|
+
{
|
|
858
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
564
859
|
}
|
|
565
|
-
.icon-
|
|
566
|
-
|
|
860
|
+
.icon-umbrella
|
|
861
|
+
{
|
|
862
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
567
863
|
}
|
|
568
|
-
.icon-
|
|
569
|
-
|
|
864
|
+
.icon-paste
|
|
865
|
+
{
|
|
866
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
570
867
|
}
|
|
571
|
-
.icon-
|
|
572
|
-
|
|
868
|
+
.icon-lightbulb
|
|
869
|
+
{
|
|
870
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
573
871
|
}
|
|
574
|
-
.icon-
|
|
575
|
-
|
|
872
|
+
.icon-exchange
|
|
873
|
+
{
|
|
874
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
576
875
|
}
|
|
577
|
-
.icon-
|
|
578
|
-
|
|
876
|
+
.icon-cloud-download
|
|
877
|
+
{
|
|
878
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
579
879
|
}
|
|
580
|
-
.icon-
|
|
581
|
-
|
|
880
|
+
.icon-cloud-upload
|
|
881
|
+
{
|
|
882
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
582
883
|
}
|
|
583
|
-
.icon-
|
|
584
|
-
|
|
884
|
+
.icon-user-md
|
|
885
|
+
{
|
|
886
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
585
887
|
}
|
|
586
|
-
.icon-
|
|
587
|
-
|
|
888
|
+
.icon-stethoscope
|
|
889
|
+
{
|
|
890
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
588
891
|
}
|
|
589
|
-
.icon-
|
|
590
|
-
|
|
892
|
+
.icon-suitcase
|
|
893
|
+
{
|
|
894
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
591
895
|
}
|
|
592
|
-
.icon-
|
|
593
|
-
|
|
896
|
+
.icon-bell-alt
|
|
897
|
+
{
|
|
898
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
594
899
|
}
|
|
595
|
-
.icon-
|
|
596
|
-
|
|
900
|
+
.icon-coffee
|
|
901
|
+
{
|
|
902
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
597
903
|
}
|
|
598
|
-
.icon-
|
|
599
|
-
|
|
904
|
+
.icon-food
|
|
905
|
+
{
|
|
906
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
600
907
|
}
|
|
601
|
-
.icon-
|
|
602
|
-
|
|
908
|
+
.icon-file-alt
|
|
909
|
+
{
|
|
910
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
603
911
|
}
|
|
604
|
-
.icon-
|
|
605
|
-
|
|
912
|
+
.icon-building
|
|
913
|
+
{
|
|
914
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
606
915
|
}
|
|
607
|
-
.icon-
|
|
608
|
-
|
|
916
|
+
.icon-hospital
|
|
917
|
+
{
|
|
918
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
609
919
|
}
|
|
610
|
-
.icon-
|
|
611
|
-
|
|
920
|
+
.icon-ambulance
|
|
921
|
+
{
|
|
922
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
612
923
|
}
|
|
613
|
-
.icon-
|
|
614
|
-
|
|
924
|
+
.icon-medkit
|
|
925
|
+
{
|
|
926
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
615
927
|
}
|
|
616
|
-
.icon-
|
|
617
|
-
|
|
928
|
+
.icon-fighter-jet
|
|
929
|
+
{
|
|
930
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
618
931
|
}
|
|
619
|
-
.icon-
|
|
620
|
-
|
|
932
|
+
.icon-beer
|
|
933
|
+
{
|
|
934
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
621
935
|
}
|
|
622
|
-
.icon-
|
|
623
|
-
|
|
936
|
+
.icon-h-sign
|
|
937
|
+
{
|
|
938
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
624
939
|
}
|
|
625
|
-
.icon-
|
|
626
|
-
|
|
940
|
+
.icon-plus-sign-alt
|
|
941
|
+
{
|
|
942
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
627
943
|
}
|
|
628
|
-
.icon-
|
|
629
|
-
|
|
944
|
+
.icon-double-angle-left
|
|
945
|
+
{
|
|
946
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
630
947
|
}
|
|
631
|
-
.icon-
|
|
632
|
-
|
|
948
|
+
.icon-double-angle-right
|
|
949
|
+
{
|
|
950
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
633
951
|
}
|
|
634
|
-
.icon-
|
|
635
|
-
|
|
952
|
+
.icon-double-angle-up
|
|
953
|
+
{
|
|
954
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
636
955
|
}
|
|
637
|
-
.icon-
|
|
638
|
-
|
|
956
|
+
.icon-double-angle-down
|
|
957
|
+
{
|
|
958
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
639
959
|
}
|
|
640
|
-
.icon-
|
|
641
|
-
|
|
960
|
+
.icon-angle-left
|
|
961
|
+
{
|
|
962
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
642
963
|
}
|
|
643
|
-
.icon-
|
|
644
|
-
|
|
964
|
+
.icon-angle-right
|
|
965
|
+
{
|
|
966
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
645
967
|
}
|
|
968
|
+
.icon-angle-up
|
|
969
|
+
{
|
|
970
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
971
|
+
}
|
|
972
|
+
.icon-angle-down
|
|
973
|
+
{
|
|
974
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
975
|
+
}
|
|
976
|
+
.icon-desktop
|
|
977
|
+
{
|
|
978
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
979
|
+
}
|
|
980
|
+
.icon-laptop
|
|
981
|
+
{
|
|
982
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
983
|
+
}
|
|
984
|
+
.icon-tablet
|
|
985
|
+
{
|
|
986
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
987
|
+
}
|
|
988
|
+
.icon-mobile-phone
|
|
989
|
+
{
|
|
990
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
991
|
+
}
|
|
992
|
+
.icon-circle-blank
|
|
993
|
+
{
|
|
994
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
995
|
+
}
|
|
996
|
+
.icon-quote-left
|
|
997
|
+
{
|
|
998
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
999
|
+
}
|
|
1000
|
+
.icon-quote-right
|
|
1001
|
+
{
|
|
1002
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
1003
|
+
}
|
|
1004
|
+
.icon-spinner
|
|
1005
|
+
{
|
|
1006
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
1007
|
+
}
|
|
1008
|
+
.icon-circle
|
|
1009
|
+
{
|
|
1010
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
1011
|
+
}
|
|
1012
|
+
.icon-reply
|
|
1013
|
+
{
|
|
1014
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
1015
|
+
}
|
|
1016
|
+
.icon-github-alt
|
|
1017
|
+
{
|
|
1018
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
1019
|
+
}
|
|
1020
|
+
.icon-folder-close-alt
|
|
1021
|
+
{
|
|
1022
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
1023
|
+
}
|
|
1024
|
+
.icon-folder-open-alt
|
|
1025
|
+
{
|
|
1026
|
+
zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
|
|
1027
|
+
}
|