semantic-ui-sass 0.8.1.0 → 0.8.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +1 -1
- data/app/assets/javascripts/semantic-ui/dimmer.js +4 -2
- data/app/assets/javascripts/semantic-ui/modal.js +11 -6
- data/app/assets/javascripts/semantic-ui/popup.js +0 -1
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +6 -2
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +56 -73
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +89 -53
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +221 -316
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +43 -88
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +83 -23
- data/app/assets/stylesheets/semantic-ui/elements/_basic.icon.scss +831 -187
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +189 -191
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +4 -22
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +43 -20
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +1529 -472
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +145 -152
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +36 -63
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +120 -175
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +13 -11
- data/app/assets/stylesheets/semantic-ui/elements/_progress.scss +33 -115
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +46 -101
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +35 -65
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +127 -170
- data/app/assets/stylesheets/semantic-ui/modules/_chatroom.scss +287 -269
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +42 -129
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +16 -49
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +54 -107
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +29 -22
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +112 -147
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +226 -230
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +20 -28
- data/app/assets/stylesheets/semantic-ui/modules/_reveal.scss +35 -78
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +27 -44
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +10 -41
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +31 -60
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +219 -451
- data/app/assets/stylesheets/semantic-ui/modules/_video.scss +75 -79
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +21 -23
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +20 -8
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +86 -43
- data/app/assets/stylesheets/semantic-ui/views/_list.scss +80 -53
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +6 -1
- data/lib/semantic/ui/sass/version.rb +2 -2
- data/semantic-ui-sass.gemspec +1 -1
- data/spec/dummy/config/application.rb +1 -1
- data/spec/spec_helper.rb +0 -1
- data/tasks/converter.rb +7 -0
- metadata +4 -7
- data/spec/dummy/config/database.yml +0 -25
@@ -9,25 +9,20 @@
|
|
9
9
|
*
|
10
10
|
*/
|
11
11
|
|
12
|
-
|
13
12
|
/*******************************
|
14
13
|
Divider
|
15
14
|
*******************************/
|
16
15
|
|
17
16
|
.ui.divider {
|
18
17
|
margin: 1rem 0rem;
|
19
|
-
|
20
18
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
21
19
|
border-bottom: 1px solid rgba(255, 255, 255, 0.8);
|
22
|
-
|
23
20
|
line-height: 1;
|
24
21
|
height: 0em;
|
25
|
-
|
26
22
|
-webkit-box-sizing: border-box;
|
27
23
|
-moz-box-sizing: border-box;
|
28
24
|
-ms-box-sizing: border-box;
|
29
25
|
box-sizing: border-box;
|
30
|
-
|
31
26
|
-webkit-user-select: none;
|
32
27
|
-moz-user-select: none;
|
33
28
|
-ms-user-select: none;
|
@@ -38,21 +33,17 @@
|
|
38
33
|
.ui.vertical.divider,
|
39
34
|
.ui.horizontal.divider {
|
40
35
|
position: absolute;
|
41
|
-
|
42
36
|
border: none;
|
43
37
|
height: 0em;
|
44
38
|
margin: 0em;
|
45
39
|
background-color: transparent;
|
46
|
-
|
47
40
|
font-size: 0.875rem;
|
48
41
|
font-weight: bold;
|
49
42
|
text-align: center;
|
50
43
|
text-transform: uppercase;
|
51
|
-
|
52
44
|
color: rgba(0, 0, 0, 0.8);
|
53
45
|
}
|
54
46
|
|
55
|
-
|
56
47
|
/*--------------
|
57
48
|
Vertical
|
58
49
|
---------------*/
|
@@ -62,12 +53,9 @@
|
|
62
53
|
z-index: 2;
|
63
54
|
top: 50%;
|
64
55
|
left: 50%;
|
65
|
-
|
66
56
|
margin: 0% 0% 0% -3%;
|
67
|
-
|
68
57
|
width: 6%;
|
69
58
|
height: 50%;
|
70
|
-
|
71
59
|
line-height: 0;
|
72
60
|
padding: 0em;
|
73
61
|
}
|
@@ -78,10 +66,8 @@
|
|
78
66
|
left: 50%;
|
79
67
|
content: " ";
|
80
68
|
z-index: 3;
|
81
|
-
|
82
69
|
border-left: 1px solid rgba(0, 0, 0, 0.1);
|
83
70
|
border-right: 1px solid rgba(255, 255, 255, 0.8);
|
84
|
-
|
85
71
|
width: 0%;
|
86
72
|
height: 80%;
|
87
73
|
}
|
@@ -103,11 +89,9 @@
|
|
103
89
|
position: relative;
|
104
90
|
top: 0%;
|
105
91
|
left: 0%;
|
106
|
-
|
107
92
|
margin: 1rem 1.5rem;
|
108
93
|
height: auto;
|
109
94
|
padding: 0em;
|
110
|
-
|
111
95
|
line-height: 1;
|
112
96
|
}
|
113
97
|
|
@@ -117,11 +101,9 @@
|
|
117
101
|
top: 50%;
|
118
102
|
content: " ";
|
119
103
|
z-index: 3;
|
120
|
-
|
121
104
|
width: 50%;
|
122
105
|
top: 50%;
|
123
106
|
height: 0%;
|
124
|
-
|
125
107
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
126
108
|
border-bottom: 1px solid rgba(255, 255, 255, 0.8);
|
127
109
|
}
|
@@ -130,6 +112,7 @@
|
|
130
112
|
left: 0%;
|
131
113
|
margin-left: -1.5rem;
|
132
114
|
}
|
115
|
+
|
133
116
|
.ui.horizontal.divider:after {
|
134
117
|
left: auto;
|
135
118
|
right: 0%;
|
@@ -146,12 +129,10 @@
|
|
146
129
|
vertical-align: middle;
|
147
130
|
}
|
148
131
|
|
149
|
-
|
150
132
|
/*******************************
|
151
133
|
Variations
|
152
134
|
*******************************/
|
153
135
|
|
154
|
-
|
155
136
|
/*--------------
|
156
137
|
Inverted
|
157
138
|
---------------*/
|
@@ -159,16 +140,17 @@
|
|
159
140
|
.ui.divider.inverted {
|
160
141
|
color: rgba(255, 255, 255, 1);
|
161
142
|
}
|
143
|
+
|
162
144
|
.ui.vertical.inverted.divider,
|
163
145
|
.ui.horizontal.inverted.divider {
|
164
146
|
color: rgba(255, 255, 255, 0.9);
|
165
147
|
}
|
148
|
+
|
166
149
|
.ui.divider.inverted,
|
167
150
|
.ui.divider.inverted:after,
|
168
151
|
.ui.divider.inverted:before {
|
169
152
|
border-top-color: rgba(0, 0, 0, 0.15);
|
170
153
|
border-bottom-color: rgba(255, 255, 255, 0.15);
|
171
|
-
|
172
154
|
border-left-color: rgba(0, 0, 0, 0.15);
|
173
155
|
border-right-color: rgba(255, 255, 255, 0.15);
|
174
156
|
}
|
@@ -196,4 +178,4 @@
|
|
196
178
|
.ui.section.divider {
|
197
179
|
margin-top: 2rem;
|
198
180
|
margin-bottom: 2rem;
|
199
|
-
}
|
181
|
+
}
|
@@ -14,11 +14,11 @@
|
|
14
14
|
*******************************/
|
15
15
|
|
16
16
|
/* Standard */
|
17
|
+
|
17
18
|
.ui.header {
|
18
19
|
border: none;
|
19
20
|
margin: 1em 0em 1rem;
|
20
21
|
padding: 0em;
|
21
|
-
|
22
22
|
font-size: 1.33em;
|
23
23
|
font-weight: bold;
|
24
24
|
line-height: 1.33;
|
@@ -29,7 +29,6 @@
|
|
29
29
|
font-weight: normal;
|
30
30
|
margin: 0em;
|
31
31
|
padding: 0em;
|
32
|
-
|
33
32
|
line-height: 1.2;
|
34
33
|
color: rgba(0, 0, 0, 0.5);
|
35
34
|
}
|
@@ -39,6 +38,7 @@
|
|
39
38
|
vertical-align: middle;
|
40
39
|
padding-right: 0.5em;
|
41
40
|
}
|
41
|
+
|
42
42
|
.ui.header .icon:only-child {
|
43
43
|
display: inline-block;
|
44
44
|
}
|
@@ -47,23 +47,26 @@
|
|
47
47
|
display: inline-block;
|
48
48
|
vertical-align: top;
|
49
49
|
}
|
50
|
+
|
50
51
|
.ui.header .icon + .content {
|
51
52
|
padding-left: 0.5em;
|
52
53
|
display: table-cell;
|
53
54
|
}
|
54
55
|
|
55
56
|
/* Positioning */
|
57
|
+
|
56
58
|
.ui.header:first-child {
|
57
59
|
margin-top: 0em;
|
58
60
|
}
|
61
|
+
|
59
62
|
.ui.header:last-child {
|
60
63
|
margin-bottom: 0em;
|
61
64
|
}
|
65
|
+
|
62
66
|
.ui.header + p {
|
63
67
|
margin-top: 0em;
|
64
68
|
}
|
65
69
|
|
66
|
-
|
67
70
|
/*--------------
|
68
71
|
Page Heading
|
69
72
|
---------------*/
|
@@ -73,18 +76,22 @@ h1.ui.header {
|
|
73
76
|
line-height: 1.33;
|
74
77
|
font-size: 2rem;
|
75
78
|
}
|
79
|
+
|
76
80
|
h2.ui.header {
|
77
81
|
line-height: 1.33;
|
78
82
|
font-size: 1.75rem;
|
79
83
|
}
|
84
|
+
|
80
85
|
h3.ui.header {
|
81
86
|
line-height: 1.33;
|
82
87
|
font-size: 1.33rem;
|
83
88
|
}
|
89
|
+
|
84
90
|
h4.ui.header {
|
85
91
|
line-height: 1.33;
|
86
92
|
font-size: 1.1rem;
|
87
93
|
}
|
94
|
+
|
88
95
|
h5.ui.header {
|
89
96
|
line-height: 1.2;
|
90
97
|
font-size: 1rem;
|
@@ -98,25 +105,27 @@ h5.ui.header {
|
|
98
105
|
min-height: 1em;
|
99
106
|
font-size: 2em;
|
100
107
|
}
|
108
|
+
|
101
109
|
.ui.large.header {
|
102
110
|
font-size: 1.75em;
|
103
111
|
}
|
112
|
+
|
104
113
|
.ui.medium.header {
|
105
114
|
font-size: 1.33em;
|
106
115
|
}
|
116
|
+
|
107
117
|
.ui.small.header {
|
108
118
|
font-size: 1.1em;
|
109
119
|
}
|
120
|
+
|
110
121
|
.ui.tiny.header {
|
111
122
|
font-size: 1em;
|
112
123
|
}
|
113
124
|
|
114
|
-
|
115
125
|
/*******************************
|
116
126
|
Types
|
117
127
|
*******************************/
|
118
128
|
|
119
|
-
|
120
129
|
/*-------------------
|
121
130
|
Icon
|
122
131
|
--------------------*/
|
@@ -125,6 +134,7 @@ h5.ui.header {
|
|
125
134
|
display: inline-block;
|
126
135
|
text-align: center;
|
127
136
|
}
|
137
|
+
|
128
138
|
.ui.icon.header .icon {
|
129
139
|
float: none;
|
130
140
|
display: block;
|
@@ -132,16 +142,20 @@ h5.ui.header {
|
|
132
142
|
margin: 0em auto 0.2em;
|
133
143
|
padding: 0em;
|
134
144
|
}
|
145
|
+
|
135
146
|
.ui.icon.header .content {
|
136
147
|
display: block;
|
137
148
|
}
|
149
|
+
|
138
150
|
.ui.icon.header .circular.icon,
|
139
151
|
.ui.icon.header .square.icon {
|
140
152
|
font-size: 2em;
|
141
153
|
}
|
154
|
+
|
142
155
|
.ui.block.icon.header .icon {
|
143
156
|
margin-bottom: 0em;
|
144
157
|
}
|
158
|
+
|
145
159
|
.ui.icon.header.aligned {
|
146
160
|
margin-left: auto;
|
147
161
|
margin-right: auto;
|
@@ -156,12 +170,10 @@ h5.ui.header {
|
|
156
170
|
opacity: 0.5;
|
157
171
|
}
|
158
172
|
|
159
|
-
|
160
173
|
/*******************************
|
161
174
|
Variations
|
162
175
|
*******************************/
|
163
176
|
|
164
|
-
|
165
177
|
/*-------------------
|
166
178
|
Colors
|
167
179
|
--------------------*/
|
@@ -169,18 +181,23 @@ h5.ui.header {
|
|
169
181
|
.ui.blue.header {
|
170
182
|
color: #6ECFF5 !important;
|
171
183
|
}
|
184
|
+
|
172
185
|
.ui.black.header {
|
173
186
|
color: #5C6166 !important;
|
174
187
|
}
|
188
|
+
|
175
189
|
.ui.green.header {
|
176
190
|
color: #A1CF64 !important;
|
177
191
|
}
|
192
|
+
|
178
193
|
.ui.red.header {
|
179
194
|
color: #D95C5C !important;
|
180
195
|
}
|
196
|
+
|
181
197
|
.ui.purple.header {
|
182
198
|
color: #564F8A !important;
|
183
199
|
}
|
200
|
+
|
184
201
|
.ui.teal.header {
|
185
202
|
color: #00B5AD !important;
|
186
203
|
}
|
@@ -188,18 +205,23 @@ h5.ui.header {
|
|
188
205
|
.ui.blue.dividing.header {
|
189
206
|
border-bottom: 3px solid #6ECFF5;
|
190
207
|
}
|
208
|
+
|
191
209
|
.ui.black.dividing.header {
|
192
210
|
border-bottom: 3px solid #5C6166;
|
193
211
|
}
|
212
|
+
|
194
213
|
.ui.green.dividing.header {
|
195
214
|
border-bottom: 3px solid #A1CF64;
|
196
215
|
}
|
216
|
+
|
197
217
|
.ui.red.dividing.header {
|
198
218
|
border-bottom: 3px solid #D95C5C;
|
199
219
|
}
|
220
|
+
|
200
221
|
.ui.purple.dividing.header {
|
201
222
|
border-bottom: 3px solid #564F8A;
|
202
223
|
}
|
224
|
+
|
203
225
|
.ui.teal.dividing.header {
|
204
226
|
border-bottom: 3px solid #00B5AD;
|
205
227
|
}
|
@@ -211,11 +233,11 @@ h5.ui.header {
|
|
211
233
|
.ui.inverted.header {
|
212
234
|
color: #FFFFFF;
|
213
235
|
}
|
236
|
+
|
214
237
|
.ui.inverted.header .sub.header {
|
215
238
|
color: rgba(255, 255, 255, 0.85);
|
216
239
|
}
|
217
240
|
|
218
|
-
|
219
241
|
/*-------------------
|
220
242
|
Inverted Colors
|
221
243
|
--------------------*/
|
@@ -224,22 +246,27 @@ h5.ui.header {
|
|
224
246
|
background-color: #5C6166 !important;
|
225
247
|
color: #FFFFFF !important;
|
226
248
|
}
|
249
|
+
|
227
250
|
.ui.inverted.blue.header {
|
228
251
|
background-color: #6ECFF5 !important;
|
229
252
|
color: #FFFFFF !important;
|
230
253
|
}
|
254
|
+
|
231
255
|
.ui.inverted.green.header {
|
232
256
|
background-color: #A1CF64 !important;
|
233
257
|
color: #FFFFFF !important;
|
234
258
|
}
|
259
|
+
|
235
260
|
.ui.inverted.red.header {
|
236
261
|
background-color: #D95C5C !important;
|
237
262
|
color: #FFFFFF !important;
|
238
263
|
}
|
264
|
+
|
239
265
|
.ui.inverted.purple.header {
|
240
266
|
background-color: #564F8A !important;
|
241
267
|
color: #FFFFFF !important;
|
242
268
|
}
|
269
|
+
|
243
270
|
.ui.inverted.teal.header {
|
244
271
|
background-color: #00B5AD !important;
|
245
272
|
color: #FFFFFF !important;
|
@@ -256,9 +283,11 @@ h5.ui.header {
|
|
256
283
|
.ui.left.aligned.header {
|
257
284
|
text-align: left;
|
258
285
|
}
|
286
|
+
|
259
287
|
.ui.right.aligned.header {
|
260
288
|
text-align: right;
|
261
289
|
}
|
290
|
+
|
262
291
|
.ui.center.aligned.header {
|
263
292
|
text-align: center;
|
264
293
|
}
|
@@ -273,6 +302,7 @@ h5.ui.header {
|
|
273
302
|
margin-top: 0em;
|
274
303
|
margin-right: 0.5em;
|
275
304
|
}
|
305
|
+
|
276
306
|
.ui.right.floated.header {
|
277
307
|
float: right;
|
278
308
|
margin-top: 0em;
|
@@ -287,7 +317,6 @@ h5.ui.header {
|
|
287
317
|
padding: 0em;
|
288
318
|
}
|
289
319
|
|
290
|
-
|
291
320
|
/*-------------------
|
292
321
|
Dividing
|
293
322
|
--------------------*/
|
@@ -296,14 +325,15 @@ h5.ui.header {
|
|
296
325
|
padding-bottom: 0.2rem;
|
297
326
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
298
327
|
}
|
328
|
+
|
299
329
|
.ui.dividing.header .sub.header {
|
300
330
|
padding-bottom: 0.5em;
|
301
331
|
}
|
332
|
+
|
302
333
|
.ui.dividing.header .icon {
|
303
334
|
margin-bottom: 0.2em;
|
304
335
|
}
|
305
336
|
|
306
|
-
|
307
337
|
/*-------------------
|
308
338
|
Block
|
309
339
|
--------------------*/
|
@@ -320,23 +350,16 @@ h5.ui.header {
|
|
320
350
|
.ui.attached.header {
|
321
351
|
background-color: #E0E0E0;
|
322
352
|
padding: 0.5em 1rem;
|
323
|
-
|
324
353
|
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
|
325
|
-
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
|
326
354
|
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
|
327
355
|
}
|
356
|
+
|
328
357
|
.ui.top.attached.header {
|
329
358
|
margin-bottom: 0em;
|
330
|
-
|
331
|
-
-webkit-border-radius: 0.3125em 0.3125em 0em 0em;
|
332
|
-
-moz-border-radius: 0.3125em 0.3125em 0em 0em;
|
333
359
|
border-radius: 0.3125em 0.3125em 0em 0em;
|
334
360
|
}
|
361
|
+
|
335
362
|
.ui.bottom.attached.header {
|
336
363
|
margin-top: 0em;
|
337
|
-
|
338
|
-
-webkit-border-radius: 0em 0em 0.3125em 0.3125em;
|
339
|
-
-moz-border-radius: 0em 0em 0.3125em 0.3125em;
|
340
364
|
border-radius: 0em 0em 0.3125em 0.3125em;
|
341
|
-
}
|
342
|
-
|
365
|
+
}
|
@@ -29,435 +29,1521 @@
|
|
29
29
|
@font-face {
|
30
30
|
font-family: 'Icons';
|
31
31
|
src: font-url("semantic-ui/icons.eot");
|
32
|
-
src:
|
33
|
-
font-url("semantic-ui/icons.eot?#iefix") format('embedded-opentype'),
|
32
|
+
src: font-url("semantic-ui/icons.eot?#iefix") format('embedded-opentype'),
|
34
33
|
font-url("semantic-ui/icons.woff") format('woff'),
|
35
34
|
font-url("semantic-ui/icons.ttf") format('truetype'),
|
36
|
-
font-url("semantic-ui/icons.svg#icons") format('svg')
|
37
|
-
;
|
35
|
+
font-url("semantic-ui/icons.svg#icons") format('svg');
|
36
|
+
font-style: normal;
|
37
|
+
font-weight: normal;
|
38
|
+
font-variant: normal;
|
39
|
+
text-decoration: inherit;
|
40
|
+
text-transform: none;
|
41
|
+
}
|
42
|
+
|
43
|
+
i.icon {
|
44
|
+
display: inline-block;
|
45
|
+
opacity: 0.75;
|
46
|
+
margin: 0em 0.25em 0em 0em;
|
47
|
+
width: 1.23em;
|
48
|
+
height: 1em;
|
49
|
+
font-family: 'Icons';
|
50
|
+
font-style: normal;
|
51
|
+
line-height: 1;
|
52
|
+
font-weight: normal;
|
53
|
+
text-decoration: inherit;
|
54
|
+
text-align: center;
|
55
|
+
speak: none;
|
56
|
+
-webkit-box-sizing: border-box;
|
57
|
+
-moz-box-sizing: border-box;
|
58
|
+
-ms-box-sizing: border-box;
|
59
|
+
box-sizing: border-box;
|
60
|
+
-webkit-font-smoothing: antialiased;
|
61
|
+
-moz-font-smoothing: antialiased;
|
62
|
+
font-smoothing: antialiased;
|
63
|
+
}
|
64
|
+
|
65
|
+
i.icon.left:before {
|
66
|
+
content: "\f060";
|
67
|
+
}
|
68
|
+
|
69
|
+
i.icon.right:before {
|
70
|
+
content: "\f061";
|
71
|
+
}
|
72
|
+
|
73
|
+
i.icon.add.sign.box:before {
|
74
|
+
content: "\f0fe";
|
75
|
+
}
|
76
|
+
|
77
|
+
i.icon.add.sign:before {
|
78
|
+
content: "\f055";
|
79
|
+
}
|
80
|
+
|
81
|
+
i.icon.add:before {
|
82
|
+
content: "\f067";
|
83
|
+
}
|
84
|
+
|
85
|
+
i.icon.adjust:before {
|
86
|
+
content: "\f042";
|
87
|
+
}
|
88
|
+
|
89
|
+
i.icon.adn:before {
|
90
|
+
content: "\f170";
|
91
|
+
}
|
92
|
+
|
93
|
+
i.icon.align.center:before {
|
94
|
+
content: "\f037";
|
95
|
+
}
|
96
|
+
|
97
|
+
i.icon.align.justify:before {
|
98
|
+
content: "\f039";
|
99
|
+
}
|
100
|
+
|
101
|
+
i.icon.align.left:before {
|
102
|
+
content: "\f036";
|
103
|
+
}
|
104
|
+
|
105
|
+
i.icon.align.right:before {
|
106
|
+
content: "\f038";
|
107
|
+
}
|
108
|
+
|
109
|
+
i.icon.ambulance:before {
|
110
|
+
content: "\f0f9";
|
111
|
+
}
|
112
|
+
|
113
|
+
i.icon.anchor:before {
|
114
|
+
content: "\f13d";
|
115
|
+
}
|
116
|
+
|
117
|
+
i.icon.android:before {
|
118
|
+
content: "\f17b";
|
119
|
+
}
|
120
|
+
|
121
|
+
i.icon.angle.down:before {
|
122
|
+
content: "\f107";
|
123
|
+
}
|
124
|
+
|
125
|
+
i.icon.angle.left:before {
|
126
|
+
content: "\f104";
|
127
|
+
}
|
128
|
+
|
129
|
+
i.icon.angle.right:before {
|
130
|
+
content: "\f105";
|
131
|
+
}
|
132
|
+
|
133
|
+
i.icon.angle.up:before {
|
134
|
+
content: "\f106";
|
135
|
+
}
|
136
|
+
|
137
|
+
i.icon.apple:before {
|
138
|
+
content: "\f179";
|
139
|
+
}
|
140
|
+
|
141
|
+
i.icon.archive:before {
|
142
|
+
content: "\f187";
|
143
|
+
}
|
144
|
+
|
145
|
+
i.icon.arrow.down:before {
|
146
|
+
content: "\f078";
|
147
|
+
}
|
148
|
+
|
149
|
+
i.icon.arrow.left:before {
|
150
|
+
content: "\f053";
|
151
|
+
}
|
152
|
+
|
153
|
+
i.icon.arrow.right:before {
|
154
|
+
content: "\f054";
|
155
|
+
}
|
156
|
+
|
157
|
+
i.icon.arrow.sign.down:before {
|
158
|
+
content: "\f13a";
|
159
|
+
}
|
160
|
+
|
161
|
+
i.icon.arrow.sign.left:before {
|
162
|
+
content: "\f137";
|
163
|
+
}
|
164
|
+
|
165
|
+
i.icon.arrow.sign.right:before {
|
166
|
+
content: "\f138";
|
167
|
+
}
|
168
|
+
|
169
|
+
i.icon.arrow.sign.up:before {
|
170
|
+
content: "\f139";
|
171
|
+
}
|
172
|
+
|
173
|
+
i.icon.arrow.up:before {
|
174
|
+
content: "\f077";
|
175
|
+
}
|
176
|
+
|
177
|
+
i.icon.asterisk:before {
|
178
|
+
content: "\f069";
|
179
|
+
}
|
180
|
+
|
181
|
+
i.icon.attachment:before {
|
182
|
+
content: "\f0c6";
|
183
|
+
}
|
184
|
+
|
185
|
+
i.icon.attention:before {
|
186
|
+
content: "\f06a";
|
187
|
+
}
|
188
|
+
|
189
|
+
i.icon.backward:before {
|
190
|
+
content: "\f04a";
|
191
|
+
}
|
192
|
+
|
193
|
+
i.icon.ban.circle:before {
|
194
|
+
content: "\f05e";
|
195
|
+
}
|
196
|
+
|
197
|
+
i.icon.bar.chart:before {
|
198
|
+
content: "\f080";
|
199
|
+
}
|
200
|
+
|
201
|
+
i.icon.barcode:before {
|
202
|
+
content: "\f02a";
|
203
|
+
}
|
204
|
+
|
205
|
+
i.icon.beer:before {
|
206
|
+
content: "\f0fc";
|
207
|
+
}
|
208
|
+
|
209
|
+
i.icon.bell.outline:before {
|
210
|
+
content: "\f0a2";
|
211
|
+
}
|
212
|
+
|
213
|
+
i.icon.bell:before {
|
214
|
+
content: "\f0f3";
|
215
|
+
}
|
216
|
+
|
217
|
+
i.icon.bitbucket.sign:before {
|
218
|
+
content: "\f172";
|
219
|
+
}
|
220
|
+
|
221
|
+
i.icon.bitbucket:before {
|
222
|
+
content: "\f171";
|
223
|
+
}
|
224
|
+
|
225
|
+
i.icon.bitcoin:before {
|
226
|
+
content: "\f15a";
|
227
|
+
}
|
228
|
+
|
229
|
+
i.icon.bold:before {
|
230
|
+
content: "\f032";
|
231
|
+
}
|
232
|
+
|
233
|
+
i.icon.bolt:before {
|
234
|
+
content: "\f0e7";
|
235
|
+
}
|
236
|
+
|
237
|
+
i.icon.book:before {
|
238
|
+
content: "\f02d";
|
239
|
+
}
|
240
|
+
|
241
|
+
i.icon.bookmark.empty:before {
|
242
|
+
content: "\f097";
|
243
|
+
}
|
244
|
+
|
245
|
+
i.icon.bookmark:before {
|
246
|
+
content: "\f02e";
|
247
|
+
}
|
248
|
+
|
249
|
+
i.icon.box.arrow.down:before {
|
250
|
+
content: "\f150";
|
251
|
+
}
|
252
|
+
|
253
|
+
i.icon.box.arrow.right:before {
|
254
|
+
content: "\f152";
|
255
|
+
}
|
256
|
+
|
257
|
+
i.icon.box.arrow.up:before {
|
258
|
+
content: "\f151";
|
259
|
+
}
|
260
|
+
|
261
|
+
i.icon.briefcase:before {
|
262
|
+
content: "\f0b1";
|
263
|
+
}
|
264
|
+
|
265
|
+
i.icon.browser:before {
|
266
|
+
content: "\f022";
|
267
|
+
}
|
268
|
+
|
269
|
+
i.icon.bug:before {
|
270
|
+
content: "\f188";
|
271
|
+
}
|
272
|
+
|
273
|
+
i.icon.building:before {
|
274
|
+
content: "\f0f7";
|
275
|
+
}
|
276
|
+
|
277
|
+
i.icon.bullhorn:before {
|
278
|
+
content: "\f0a1";
|
279
|
+
}
|
280
|
+
|
281
|
+
i.icon.bullseye:before {
|
282
|
+
content: "\f140";
|
283
|
+
}
|
284
|
+
|
285
|
+
i.icon.calendar.empty:before {
|
286
|
+
content: "\f133";
|
287
|
+
}
|
288
|
+
|
289
|
+
i.icon.calendar:before {
|
290
|
+
content: "\f073";
|
291
|
+
}
|
292
|
+
|
293
|
+
i.icon.camera.retro:before {
|
294
|
+
content: "\f083";
|
295
|
+
}
|
296
|
+
|
297
|
+
i.icon.camera:before {
|
298
|
+
content: "\f030";
|
299
|
+
}
|
300
|
+
|
301
|
+
i.icon.triangle.down:before {
|
302
|
+
content: "\f0d7";
|
303
|
+
}
|
304
|
+
|
305
|
+
i.icon.triangle.left:before {
|
306
|
+
content: "\f0d9";
|
307
|
+
}
|
308
|
+
|
309
|
+
i.icon.triangle.right:before {
|
310
|
+
content: "\f0da";
|
311
|
+
}
|
312
|
+
|
313
|
+
i.icon.triangle.up:before {
|
314
|
+
content: "\f0d8";
|
315
|
+
}
|
316
|
+
|
317
|
+
i.icon.cart:before {
|
318
|
+
content: "\f07a";
|
319
|
+
}
|
320
|
+
|
321
|
+
i.icon.certificate:before {
|
322
|
+
content: "\f0a3";
|
323
|
+
}
|
324
|
+
|
325
|
+
i.icon.chat.outline:before {
|
326
|
+
content: "\f0e6";
|
327
|
+
}
|
328
|
+
|
329
|
+
i.icon.chat:before {
|
330
|
+
content: "\f086";
|
331
|
+
}
|
332
|
+
|
333
|
+
i.icon.checkbox.empty:before {
|
334
|
+
content: "\f096";
|
335
|
+
}
|
336
|
+
|
337
|
+
i.icon.checkbox.minus:before {
|
338
|
+
content: "\f147";
|
339
|
+
}
|
340
|
+
|
341
|
+
i.icon.checked.checkbox:before {
|
342
|
+
content: "\f046";
|
343
|
+
}
|
344
|
+
|
345
|
+
i.icon.checkmark.sign:before {
|
346
|
+
content: "\f14a";
|
347
|
+
}
|
348
|
+
|
349
|
+
i.icon.checkmark:before {
|
350
|
+
content: "\f00c";
|
351
|
+
}
|
352
|
+
|
353
|
+
i.icon.circle.blank:before {
|
354
|
+
content: "\f10c";
|
355
|
+
}
|
356
|
+
|
357
|
+
i.icon.circle.down:before {
|
358
|
+
content: "\f0ab";
|
359
|
+
}
|
360
|
+
|
361
|
+
i.icon.circle.left:before {
|
362
|
+
content: "\f0a8";
|
363
|
+
}
|
364
|
+
|
365
|
+
i.icon.circle.right:before {
|
366
|
+
content: "\f0a9";
|
367
|
+
}
|
368
|
+
|
369
|
+
i.icon.circle.up:before {
|
370
|
+
content: "\f0aa";
|
371
|
+
}
|
372
|
+
|
373
|
+
i.icon.circle:before {
|
374
|
+
content: "\f111";
|
375
|
+
}
|
376
|
+
|
377
|
+
i.icon.cloud.download:before {
|
378
|
+
content: "\f0ed";
|
379
|
+
}
|
380
|
+
|
381
|
+
i.icon.cloud.upload:before {
|
382
|
+
content: "\f0ee";
|
383
|
+
}
|
384
|
+
|
385
|
+
i.icon.cloud:before {
|
386
|
+
content: "\f0c2";
|
387
|
+
}
|
388
|
+
|
389
|
+
i.icon.code.fork:before {
|
390
|
+
content: "\f126";
|
391
|
+
}
|
392
|
+
|
393
|
+
i.icon.code:before {
|
394
|
+
content: "\f121";
|
395
|
+
}
|
396
|
+
|
397
|
+
i.icon.coffee:before {
|
398
|
+
content: "\f0f4";
|
399
|
+
}
|
400
|
+
|
401
|
+
i.icon.collapse:before {
|
402
|
+
content: "\f117";
|
403
|
+
}
|
404
|
+
|
405
|
+
i.icon.comment.outline:before {
|
406
|
+
content: "\f0e5";
|
407
|
+
}
|
408
|
+
|
409
|
+
i.icon.comment:before {
|
410
|
+
content: "\f075";
|
411
|
+
}
|
412
|
+
|
413
|
+
i.icon.copy:before {
|
414
|
+
content: "\f0c5";
|
415
|
+
}
|
416
|
+
|
417
|
+
i.icon.crop:before {
|
418
|
+
content: "\f125";
|
419
|
+
}
|
420
|
+
|
421
|
+
i.icon.css3:before {
|
422
|
+
content: "\f13c";
|
423
|
+
}
|
424
|
+
|
425
|
+
i.icon.cut:before {
|
426
|
+
content: "\f0c4";
|
427
|
+
}
|
428
|
+
|
429
|
+
i.icon.dashboard:before {
|
430
|
+
content: "\f0e4";
|
431
|
+
}
|
432
|
+
|
433
|
+
i.icon.desktop:before {
|
434
|
+
content: "\f108";
|
435
|
+
}
|
436
|
+
|
437
|
+
i.icon.doctor:before {
|
438
|
+
content: "\f0f0";
|
439
|
+
}
|
440
|
+
|
441
|
+
i.icon.dollar:before {
|
442
|
+
content: "\f155";
|
443
|
+
}
|
444
|
+
|
445
|
+
i.icon.double.angle.down:before {
|
446
|
+
content: "\f103";
|
447
|
+
}
|
448
|
+
|
449
|
+
i.icon.double.angle.left:before {
|
450
|
+
content: "\f100";
|
451
|
+
}
|
452
|
+
|
453
|
+
i.icon.double.angle.right:before {
|
454
|
+
content: "\f101";
|
455
|
+
}
|
456
|
+
|
457
|
+
i.icon.double.angle.up:before {
|
458
|
+
content: "\f102";
|
459
|
+
}
|
460
|
+
|
461
|
+
i.icon.down:before {
|
462
|
+
content: "\f063";
|
463
|
+
}
|
464
|
+
|
465
|
+
i.icon.download.disk:before {
|
466
|
+
content: "\f019";
|
467
|
+
}
|
468
|
+
|
469
|
+
i.icon.download:before {
|
470
|
+
content: "\f01a";
|
471
|
+
}
|
472
|
+
|
473
|
+
i.icon.dribbble:before {
|
474
|
+
content: "\f17d";
|
475
|
+
}
|
476
|
+
|
477
|
+
i.icon.dropbox:before {
|
478
|
+
content: "\f16b";
|
479
|
+
}
|
480
|
+
|
481
|
+
i.icon.edit.sign:before {
|
482
|
+
content: "\f14b";
|
483
|
+
}
|
484
|
+
|
485
|
+
i.icon.edit:before {
|
486
|
+
content: "\f044";
|
487
|
+
}
|
488
|
+
|
489
|
+
i.icon.eject:before {
|
490
|
+
content: "\f052";
|
491
|
+
}
|
492
|
+
|
493
|
+
i.icon.ellipsis.horizontal:before {
|
494
|
+
content: "\f141";
|
495
|
+
}
|
496
|
+
|
497
|
+
i.icon.ellipsis.vertical:before {
|
498
|
+
content: "\f142";
|
499
|
+
}
|
500
|
+
|
501
|
+
i.icon.eraser:before {
|
502
|
+
content: "\f12d";
|
503
|
+
}
|
504
|
+
|
505
|
+
i.icon.euro:before {
|
506
|
+
content: "\f153";
|
507
|
+
}
|
508
|
+
|
509
|
+
i.icon.exchange:before {
|
510
|
+
content: "\f0ec";
|
511
|
+
}
|
512
|
+
|
513
|
+
i.icon.exclamation:before {
|
514
|
+
content: "\f12a";
|
515
|
+
}
|
516
|
+
|
517
|
+
i.icon.expand:before {
|
518
|
+
content: "\f116";
|
519
|
+
}
|
520
|
+
|
521
|
+
i.icon.external.url.sign:before {
|
522
|
+
content: "\f14c";
|
523
|
+
}
|
524
|
+
|
525
|
+
i.icon.external.url:before {
|
526
|
+
content: "\f08e";
|
527
|
+
}
|
528
|
+
|
529
|
+
i.icon.facebook.sign:before {
|
530
|
+
content: "\f082";
|
531
|
+
}
|
532
|
+
|
533
|
+
i.icon.facebook:before {
|
534
|
+
content: "\f09a";
|
535
|
+
}
|
536
|
+
|
537
|
+
i.icon.facetime.video:before {
|
538
|
+
content: "\f03d";
|
539
|
+
}
|
540
|
+
|
541
|
+
i.icon.fast.backward:before {
|
542
|
+
content: "\f049";
|
543
|
+
}
|
544
|
+
|
545
|
+
i.icon.fast.forward:before {
|
546
|
+
content: "\f050";
|
547
|
+
}
|
548
|
+
|
549
|
+
i.icon.female:before {
|
550
|
+
content: "\f182";
|
551
|
+
}
|
552
|
+
|
553
|
+
i.icon.fighter.jet:before {
|
554
|
+
content: "\f0fb";
|
555
|
+
}
|
556
|
+
|
557
|
+
i.icon.file.outline:before {
|
558
|
+
content: "\f016";
|
559
|
+
}
|
560
|
+
|
561
|
+
i.icon.file.text.outline:before {
|
562
|
+
content: "\f0f6";
|
563
|
+
}
|
564
|
+
|
565
|
+
i.icon.file.text:before {
|
566
|
+
content: "\f15c";
|
567
|
+
}
|
568
|
+
|
569
|
+
i.icon.file:before {
|
570
|
+
content: "\f15b";
|
571
|
+
}
|
572
|
+
|
573
|
+
i.icon.filter:before {
|
574
|
+
content: "\f0b0";
|
575
|
+
}
|
576
|
+
|
577
|
+
i.icon.fire.extinguisher:before {
|
578
|
+
content: "\f134";
|
579
|
+
}
|
580
|
+
|
581
|
+
i.icon.fire:before {
|
582
|
+
content: "\f06d";
|
583
|
+
}
|
584
|
+
|
585
|
+
i.icon.flag.checkered:before {
|
586
|
+
content: "\f11e";
|
587
|
+
}
|
588
|
+
|
589
|
+
i.icon.flag.empty:before {
|
590
|
+
content: "\f11d";
|
591
|
+
}
|
592
|
+
|
593
|
+
i.icon.flag:before {
|
594
|
+
content: "\f024";
|
595
|
+
}
|
596
|
+
|
597
|
+
i.icon.flickr:before {
|
598
|
+
content: "\f16e";
|
599
|
+
}
|
600
|
+
|
601
|
+
i.icon.folder.open.outline:before {
|
602
|
+
content: "\f115";
|
603
|
+
}
|
604
|
+
|
605
|
+
i.icon.folder.open:before {
|
606
|
+
content: "\f07c";
|
607
|
+
}
|
608
|
+
|
609
|
+
i.icon.folder.outline:before {
|
610
|
+
content: "\f114";
|
611
|
+
}
|
612
|
+
|
613
|
+
i.icon.folder:before {
|
614
|
+
content: "\f07b";
|
615
|
+
}
|
616
|
+
|
617
|
+
i.icon.font:before {
|
618
|
+
content: "\f031";
|
619
|
+
}
|
620
|
+
|
621
|
+
i.icon.food:before {
|
622
|
+
content: "\f0f5";
|
623
|
+
}
|
624
|
+
|
625
|
+
i.icon.forward.mail:before {
|
626
|
+
content: "\f064";
|
627
|
+
}
|
628
|
+
|
629
|
+
i.icon.forward:before {
|
630
|
+
content: "\f04e";
|
631
|
+
}
|
632
|
+
|
633
|
+
i.icon.foursquare:before {
|
634
|
+
content: "\f180";
|
635
|
+
}
|
636
|
+
|
637
|
+
i.icon.frown:before {
|
638
|
+
content: "\f119";
|
639
|
+
}
|
640
|
+
|
641
|
+
i.icon.fullscreen:before {
|
642
|
+
content: "\f0b2";
|
643
|
+
}
|
644
|
+
|
645
|
+
i.icon.gamepad:before {
|
646
|
+
content: "\f11b";
|
647
|
+
}
|
648
|
+
|
649
|
+
i.icon.gift:before {
|
650
|
+
content: "\f06b";
|
651
|
+
}
|
652
|
+
|
653
|
+
i.icon.github.alternate:before {
|
654
|
+
content: "\f09b";
|
655
|
+
}
|
656
|
+
|
657
|
+
i.icon.github.sign:before {
|
658
|
+
content: "\f092";
|
659
|
+
}
|
660
|
+
|
661
|
+
i.icon.github:before {
|
662
|
+
content: "\f113";
|
663
|
+
}
|
664
|
+
|
665
|
+
i.icon.gittip:before {
|
666
|
+
content: "\f184";
|
667
|
+
}
|
668
|
+
|
669
|
+
i.icon.glass:before {
|
670
|
+
content: "\f000";
|
671
|
+
}
|
672
|
+
|
673
|
+
i.icon.globe:before {
|
674
|
+
content: "\f0ac";
|
675
|
+
}
|
676
|
+
|
677
|
+
i.icon.google.plus.sign:before {
|
678
|
+
content: "\f0d4";
|
679
|
+
}
|
680
|
+
|
681
|
+
i.icon.google.plus:before {
|
682
|
+
content: "\f0d5";
|
683
|
+
}
|
684
|
+
|
685
|
+
i.icon.h.sign:before {
|
686
|
+
content: "\f0fd";
|
687
|
+
}
|
688
|
+
|
689
|
+
i.icon.hand.down:before {
|
690
|
+
content: "\f0a7";
|
691
|
+
}
|
692
|
+
|
693
|
+
i.icon.hand.left:before {
|
694
|
+
content: "\f0a5";
|
695
|
+
}
|
696
|
+
|
697
|
+
i.icon.hand.right:before {
|
698
|
+
content: "\f0a4";
|
699
|
+
}
|
700
|
+
|
701
|
+
i.icon.hand.up:before {
|
702
|
+
content: "\f0a6";
|
703
|
+
}
|
704
|
+
|
705
|
+
i.icon.hdd:before {
|
706
|
+
content: "\f0a0";
|
707
|
+
}
|
708
|
+
|
709
|
+
i.icon.headphones:before {
|
710
|
+
content: "\f025";
|
711
|
+
}
|
712
|
+
|
713
|
+
i.icon.heart.empty:before {
|
714
|
+
content: "\f08a";
|
715
|
+
}
|
716
|
+
|
717
|
+
i.icon.heart:before {
|
718
|
+
content: "\f004";
|
719
|
+
}
|
720
|
+
|
721
|
+
i.icon.help:before {
|
722
|
+
content: "\f059";
|
723
|
+
}
|
724
|
+
|
725
|
+
i.icon.hide:before {
|
726
|
+
content: "\f070";
|
727
|
+
}
|
728
|
+
|
729
|
+
i.icon.home:before {
|
730
|
+
content: "\f015";
|
731
|
+
}
|
732
|
+
|
733
|
+
i.icon.hospital:before {
|
734
|
+
content: "\f0f8";
|
735
|
+
}
|
736
|
+
|
737
|
+
i.icon.html5:before {
|
738
|
+
content: "\f13b";
|
739
|
+
}
|
740
|
+
|
741
|
+
i.icon.inbox:before {
|
742
|
+
content: "\f01c";
|
743
|
+
}
|
744
|
+
|
745
|
+
i.icon.indent.left:before {
|
746
|
+
content: "\f03b";
|
747
|
+
}
|
748
|
+
|
749
|
+
i.icon.indent.right:before {
|
750
|
+
content: "\f03c";
|
751
|
+
}
|
752
|
+
|
753
|
+
i.icon.info.letter:before {
|
754
|
+
content: "\f129";
|
755
|
+
}
|
756
|
+
|
757
|
+
i.icon.info:before {
|
758
|
+
content: "\f05a";
|
759
|
+
}
|
760
|
+
|
761
|
+
i.icon.instagram:before {
|
762
|
+
content: "\f16d";
|
763
|
+
}
|
764
|
+
|
765
|
+
i.icon.italic:before {
|
766
|
+
content: "\f033";
|
767
|
+
}
|
768
|
+
|
769
|
+
i.icon.key:before {
|
770
|
+
content: "\f084";
|
771
|
+
}
|
772
|
+
|
773
|
+
i.icon.keyboard:before {
|
774
|
+
content: "\f11c";
|
775
|
+
}
|
776
|
+
|
777
|
+
i.icon.lab:before {
|
778
|
+
content: "\f0c3";
|
779
|
+
}
|
780
|
+
|
781
|
+
i.icon.laptop:before {
|
782
|
+
content: "\f109";
|
783
|
+
}
|
784
|
+
|
785
|
+
i.icon.layout.block:before {
|
786
|
+
content: "\f009";
|
787
|
+
}
|
788
|
+
|
789
|
+
i.icon.layout.column:before {
|
790
|
+
content: "\f0db";
|
791
|
+
}
|
792
|
+
|
793
|
+
i.icon.layout.grid:before {
|
794
|
+
content: "\f00a";
|
795
|
+
}
|
796
|
+
|
797
|
+
i.icon.layout.list:before {
|
798
|
+
content: "\f00b";
|
799
|
+
}
|
800
|
+
|
801
|
+
i.icon.leaf:before {
|
802
|
+
content: "\f06c";
|
803
|
+
}
|
804
|
+
|
805
|
+
i.icon.legal:before {
|
806
|
+
content: "\f0e3";
|
807
|
+
}
|
808
|
+
|
809
|
+
i.icon.lemon:before {
|
810
|
+
content: "\f094";
|
811
|
+
}
|
812
|
+
|
813
|
+
i.icon.level.down:before {
|
814
|
+
content: "\f149";
|
815
|
+
}
|
816
|
+
|
817
|
+
i.icon.level.up:before {
|
818
|
+
content: "\f148";
|
819
|
+
}
|
820
|
+
|
821
|
+
i.icon.lightbulb:before {
|
822
|
+
content: "\f0eb";
|
823
|
+
}
|
824
|
+
|
825
|
+
i.icon.linkedin.sign:before {
|
826
|
+
content: "\f08c";
|
827
|
+
}
|
828
|
+
|
829
|
+
i.icon.linkedin:before {
|
830
|
+
content: "\f0e1";
|
831
|
+
}
|
832
|
+
|
833
|
+
i.icon.linux:before {
|
834
|
+
content: "\f17c";
|
835
|
+
}
|
836
|
+
|
837
|
+
i.icon.list.ordered:before {
|
838
|
+
content: "\f0cb";
|
839
|
+
}
|
840
|
+
|
841
|
+
i.icon.list.unordered:before {
|
842
|
+
content: "\f0ca";
|
843
|
+
}
|
844
|
+
|
845
|
+
i.icon.list:before {
|
846
|
+
content: "\f03a";
|
847
|
+
}
|
848
|
+
|
849
|
+
i.icon.loading:before {
|
850
|
+
content: "\f110";
|
851
|
+
}
|
852
|
+
|
853
|
+
i.icon.location:before {
|
854
|
+
content: "\f124";
|
855
|
+
}
|
856
|
+
|
857
|
+
i.icon.lock:before {
|
858
|
+
content: "\f023";
|
859
|
+
}
|
860
|
+
|
861
|
+
i.icon.long.arrow.down:before {
|
862
|
+
content: "\f175";
|
863
|
+
}
|
864
|
+
|
865
|
+
i.icon.long.arrow.left:before {
|
866
|
+
content: "\f177";
|
867
|
+
}
|
868
|
+
|
869
|
+
i.icon.long.arrow.right:before {
|
870
|
+
content: "\f178";
|
871
|
+
}
|
872
|
+
|
873
|
+
i.icon.long.arrow.up:before {
|
874
|
+
content: "\f176";
|
875
|
+
}
|
876
|
+
|
877
|
+
i.icon.magic:before {
|
878
|
+
content: "\f0d0";
|
879
|
+
}
|
880
|
+
|
881
|
+
i.icon.magnet:before {
|
882
|
+
content: "\f076";
|
883
|
+
}
|
884
|
+
|
885
|
+
i.icon.mail.outline:before {
|
886
|
+
content: "\f003";
|
887
|
+
}
|
888
|
+
|
889
|
+
i.icon.mail.reply:before {
|
890
|
+
content: "\f112";
|
891
|
+
}
|
892
|
+
|
893
|
+
i.icon.mail:before {
|
894
|
+
content: "\f0e0";
|
895
|
+
}
|
896
|
+
|
897
|
+
i.icon.male:before {
|
898
|
+
content: "\f183";
|
899
|
+
}
|
900
|
+
|
901
|
+
i.icon.map.marker:before {
|
902
|
+
content: "\f041";
|
903
|
+
}
|
904
|
+
|
905
|
+
i.icon.map:before {
|
906
|
+
content: "\f14e";
|
907
|
+
}
|
908
|
+
|
909
|
+
i.icon.maxcdn:before {
|
910
|
+
content: "\f136";
|
911
|
+
}
|
912
|
+
|
913
|
+
i.icon.medkit:before {
|
914
|
+
content: "\f0fa";
|
915
|
+
}
|
916
|
+
|
917
|
+
i.icon.meh:before {
|
918
|
+
content: "\f11a";
|
919
|
+
}
|
920
|
+
|
921
|
+
i.icon.minus.sign.alternate:before {
|
922
|
+
content: "\f146";
|
923
|
+
}
|
924
|
+
|
925
|
+
i.icon.minus.sign:before {
|
926
|
+
content: "\f056";
|
927
|
+
}
|
928
|
+
|
929
|
+
i.icon.minus:before {
|
930
|
+
content: "\f068";
|
931
|
+
}
|
932
|
+
|
933
|
+
i.icon.mobile:before {
|
934
|
+
content: "\f10b";
|
935
|
+
}
|
936
|
+
|
937
|
+
i.icon.money:before {
|
938
|
+
content: "\f0d6";
|
939
|
+
}
|
940
|
+
|
941
|
+
i.icon.moon:before {
|
942
|
+
content: "\f186";
|
943
|
+
}
|
944
|
+
|
945
|
+
i.icon.move:before {
|
946
|
+
content: "\f047";
|
947
|
+
}
|
948
|
+
|
949
|
+
i.icon.music:before {
|
950
|
+
content: "\f001";
|
951
|
+
}
|
952
|
+
|
953
|
+
i.icon.mute:before {
|
954
|
+
content: "\f131";
|
955
|
+
}
|
956
|
+
|
957
|
+
i.icon.off:before {
|
958
|
+
content: "\f011";
|
959
|
+
}
|
960
|
+
|
961
|
+
i.icon.ok.circle:before {
|
962
|
+
content: "\f05d";
|
963
|
+
}
|
964
|
+
|
965
|
+
i.icon.ok.sign:before {
|
966
|
+
content: "\f058";
|
967
|
+
}
|
968
|
+
|
969
|
+
i.icon.paste:before {
|
970
|
+
content: "\f0ea";
|
971
|
+
}
|
972
|
+
|
973
|
+
i.icon.pause:before {
|
974
|
+
content: "\f04c";
|
975
|
+
}
|
976
|
+
|
977
|
+
i.icon.payment:before {
|
978
|
+
content: "\f09d";
|
979
|
+
}
|
980
|
+
|
981
|
+
i.icon.pencil:before {
|
982
|
+
content: "\f040";
|
983
|
+
}
|
984
|
+
|
985
|
+
i.icon.phone.sign:before {
|
986
|
+
content: "\f098";
|
987
|
+
}
|
988
|
+
|
989
|
+
i.icon.phone:before {
|
990
|
+
content: "\f095";
|
991
|
+
}
|
992
|
+
|
993
|
+
i.icon.photo:before {
|
994
|
+
content: "\f03e";
|
995
|
+
}
|
996
|
+
|
997
|
+
i.icon.pin:before {
|
998
|
+
content: "\f08d";
|
999
|
+
}
|
1000
|
+
|
1001
|
+
i.icon.pinterest.sign:before {
|
1002
|
+
content: "\f0d3";
|
1003
|
+
}
|
1004
|
+
|
1005
|
+
i.icon.pinterest:before {
|
1006
|
+
content: "\f0d2";
|
1007
|
+
}
|
1008
|
+
|
1009
|
+
i.icon.plane:before {
|
1010
|
+
content: "\f072";
|
1011
|
+
}
|
1012
|
+
|
1013
|
+
i.icon.play.circle:before {
|
1014
|
+
content: "\f01d";
|
1015
|
+
}
|
1016
|
+
|
1017
|
+
i.icon.play.sign:before {
|
1018
|
+
content: "\f144";
|
1019
|
+
}
|
1020
|
+
|
1021
|
+
i.icon.play:before {
|
1022
|
+
content: "\f04b";
|
1023
|
+
}
|
1024
|
+
|
1025
|
+
i.icon.pound:before {
|
1026
|
+
content: "\f154";
|
1027
|
+
}
|
1028
|
+
|
1029
|
+
i.icon.print:before {
|
1030
|
+
content: "\f02f";
|
1031
|
+
}
|
1032
|
+
|
1033
|
+
i.icon.puzzle.piece:before {
|
1034
|
+
content: "\f12e";
|
1035
|
+
}
|
1036
|
+
|
1037
|
+
i.icon.qr.code:before {
|
1038
|
+
content: "\f029";
|
1039
|
+
}
|
1040
|
+
|
1041
|
+
i.icon.question:before {
|
1042
|
+
content: "\f128";
|
1043
|
+
}
|
1044
|
+
|
1045
|
+
i.icon.quote.left:before {
|
1046
|
+
content: "\f10d";
|
1047
|
+
}
|
1048
|
+
|
1049
|
+
i.icon.quote.right:before {
|
1050
|
+
content: "\f10e";
|
1051
|
+
}
|
1052
|
+
|
1053
|
+
i.icon.refresh:before {
|
1054
|
+
content: "\f021";
|
1055
|
+
}
|
1056
|
+
|
1057
|
+
i.icon.remove.circle:before {
|
1058
|
+
content: "\f05c";
|
1059
|
+
}
|
1060
|
+
|
1061
|
+
i.icon.remove.sign:before {
|
1062
|
+
content: "\f057";
|
1063
|
+
}
|
1064
|
+
|
1065
|
+
i.icon.remove:before {
|
1066
|
+
content: "\f00d";
|
1067
|
+
}
|
1068
|
+
|
1069
|
+
i.icon.renren:before {
|
1070
|
+
content: "\f18b";
|
1071
|
+
}
|
1072
|
+
|
1073
|
+
i.icon.reorder:before {
|
1074
|
+
content: "\f0c9";
|
1075
|
+
}
|
1076
|
+
|
1077
|
+
i.icon.repeat:before {
|
1078
|
+
content: "\f01e";
|
1079
|
+
}
|
1080
|
+
|
1081
|
+
i.icon.reply.all.mail:before {
|
1082
|
+
content: "\f122";
|
1083
|
+
}
|
1084
|
+
|
1085
|
+
i.icon.resize.full:before {
|
1086
|
+
content: "\f065";
|
1087
|
+
}
|
1088
|
+
|
1089
|
+
i.icon.resize.horizontal:before {
|
1090
|
+
content: "\f07e";
|
1091
|
+
}
|
1092
|
+
|
1093
|
+
i.icon.resize.small:before {
|
1094
|
+
content: "\f066";
|
1095
|
+
}
|
1096
|
+
|
1097
|
+
i.icon.resize.vertical:before {
|
1098
|
+
content: "\f07d";
|
1099
|
+
}
|
1100
|
+
|
1101
|
+
i.icon.retweet:before {
|
1102
|
+
content: "\f079";
|
1103
|
+
}
|
1104
|
+
|
1105
|
+
i.icon.road:before {
|
1106
|
+
content: "\f018";
|
1107
|
+
}
|
1108
|
+
|
1109
|
+
i.icon.rocket:before {
|
1110
|
+
content: "\f135";
|
1111
|
+
}
|
1112
|
+
|
1113
|
+
i.icon.rss.sign:before {
|
1114
|
+
content: "\f143";
|
1115
|
+
}
|
1116
|
+
|
1117
|
+
i.icon.rss:before {
|
1118
|
+
content: "\f09e";
|
1119
|
+
}
|
1120
|
+
|
1121
|
+
i.icon.rupee:before {
|
1122
|
+
content: "\f156";
|
1123
|
+
}
|
1124
|
+
|
1125
|
+
i.icon.save:before {
|
1126
|
+
content: "\f0c7";
|
1127
|
+
}
|
1128
|
+
|
1129
|
+
i.icon.screenshot:before {
|
1130
|
+
content: "\f05b";
|
1131
|
+
}
|
1132
|
+
|
1133
|
+
i.icon.search:before {
|
1134
|
+
content: "\f002";
|
1135
|
+
}
|
1136
|
+
|
1137
|
+
i.icon.setting:before {
|
1138
|
+
content: "\f013";
|
1139
|
+
}
|
38
1140
|
|
39
|
-
|
40
|
-
|
41
|
-
font-variant: normal;
|
42
|
-
text-decoration: inherit;
|
43
|
-
text-transform: none;
|
1141
|
+
i.icon.settings:before {
|
1142
|
+
content: "\f085";
|
44
1143
|
}
|
45
1144
|
|
46
|
-
i.icon {
|
47
|
-
|
48
|
-
|
1145
|
+
i.icon.share.sign:before {
|
1146
|
+
content: "\f14d";
|
1147
|
+
}
|
49
1148
|
|
50
|
-
|
1149
|
+
i.icon.share:before {
|
1150
|
+
content: "\f045";
|
1151
|
+
}
|
51
1152
|
|
52
|
-
|
53
|
-
|
1153
|
+
i.icon.shield:before {
|
1154
|
+
content: "\f132";
|
1155
|
+
}
|
54
1156
|
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
font-weight: normal;
|
59
|
-
text-decoration: inherit;
|
60
|
-
text-align: center;
|
1157
|
+
i.icon.shuffle:before {
|
1158
|
+
content: "\f074";
|
1159
|
+
}
|
61
1160
|
|
62
|
-
|
1161
|
+
i.icon.sign.in:before {
|
1162
|
+
content: "\f090";
|
1163
|
+
}
|
63
1164
|
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
box-sizing: border-box;
|
1165
|
+
i.icon.sign.out:before {
|
1166
|
+
content: "\f08b";
|
1167
|
+
}
|
68
1168
|
|
69
|
-
|
70
|
-
|
71
|
-
|
1169
|
+
i.icon.sign:before {
|
1170
|
+
content: "\f0c8";
|
1171
|
+
}
|
1172
|
+
|
1173
|
+
i.icon.signal:before {
|
1174
|
+
content: "\f012";
|
1175
|
+
}
|
1176
|
+
|
1177
|
+
i.icon.sitemap:before {
|
1178
|
+
content: "\f0e8";
|
1179
|
+
}
|
1180
|
+
|
1181
|
+
i.icon.skype:before {
|
1182
|
+
content: "\f17e";
|
1183
|
+
}
|
1184
|
+
|
1185
|
+
i.icon.smile:before {
|
1186
|
+
content: "\f118";
|
1187
|
+
}
|
1188
|
+
|
1189
|
+
i.icon.sort.alphabet.descending:before {
|
1190
|
+
content: "\f15e";
|
1191
|
+
}
|
1192
|
+
|
1193
|
+
i.icon.sort.alphabet:before {
|
1194
|
+
content: "\f15d";
|
1195
|
+
}
|
1196
|
+
|
1197
|
+
i.icon.sort.ascending:before {
|
1198
|
+
content: "\f0de";
|
1199
|
+
}
|
1200
|
+
|
1201
|
+
i.icon.sort.attributes.descending:before {
|
1202
|
+
content: "\f161";
|
1203
|
+
}
|
1204
|
+
|
1205
|
+
i.icon.sort.attributes:before {
|
1206
|
+
content: "\f160";
|
1207
|
+
}
|
1208
|
+
|
1209
|
+
i.icon.sort.descending:before {
|
1210
|
+
content: "\f0dd";
|
1211
|
+
}
|
1212
|
+
|
1213
|
+
i.icon.sort.order.descending:before {
|
1214
|
+
content: "\f163";
|
1215
|
+
}
|
1216
|
+
|
1217
|
+
i.icon.sort.order:before {
|
1218
|
+
content: "\f162";
|
1219
|
+
}
|
1220
|
+
|
1221
|
+
i.icon.sort:before {
|
1222
|
+
content: "\f0dc";
|
1223
|
+
}
|
1224
|
+
|
1225
|
+
i.icon.stackexchange:before {
|
1226
|
+
content: "\f16c";
|
1227
|
+
}
|
1228
|
+
|
1229
|
+
i.icon.star.empty:before {
|
1230
|
+
content: "\f006";
|
1231
|
+
}
|
1232
|
+
|
1233
|
+
i.icon.star.half.empty:before {
|
1234
|
+
content: "\f123";
|
72
1235
|
}
|
73
1236
|
|
74
|
-
i.icon.left:before { content: "\f060"; }
|
75
|
-
i.icon.right:before { content: "\f061"; }
|
76
|
-
|
77
|
-
i.icon.add.sign.box:before { content: "\f0fe"; }
|
78
|
-
i.icon.add.sign:before { content: "\f055"; }
|
79
|
-
i.icon.add:before { content: "\f067"; }
|
80
|
-
i.icon.adjust:before { content: "\f042"; }
|
81
|
-
i.icon.adn:before { content: "\f170"; }
|
82
|
-
i.icon.align.center:before { content: "\f037"; }
|
83
|
-
i.icon.align.justify:before { content: "\f039"; }
|
84
|
-
i.icon.align.left:before { content: "\f036"; }
|
85
|
-
i.icon.align.right:before { content: "\f038"; }
|
86
|
-
i.icon.ambulance:before { content: "\f0f9"; }
|
87
|
-
i.icon.anchor:before { content: "\f13d"; }
|
88
|
-
i.icon.android:before { content: "\f17b"; }
|
89
|
-
i.icon.angle.down:before { content: "\f107"; }
|
90
|
-
i.icon.angle.left:before { content: "\f104"; }
|
91
|
-
i.icon.angle.right:before { content: "\f105"; }
|
92
|
-
i.icon.angle.up:before { content: "\f106"; }
|
93
|
-
i.icon.apple:before { content: "\f179"; }
|
94
|
-
i.icon.archive:before { content: "\f187"; }
|
95
|
-
i.icon.arrow.down:before { content: "\f078"; }
|
96
|
-
i.icon.arrow.left:before { content: "\f053"; }
|
97
|
-
i.icon.arrow.right:before { content: "\f054"; }
|
98
|
-
i.icon.arrow.sign.down:before { content: "\f13a"; }
|
99
|
-
i.icon.arrow.sign.left:before { content: "\f137"; }
|
100
|
-
i.icon.arrow.sign.right:before { content: "\f138"; }
|
101
|
-
i.icon.arrow.sign.up:before { content: "\f139"; }
|
102
|
-
i.icon.arrow.up:before { content: "\f077"; }
|
103
|
-
i.icon.asterisk:before { content: "\f069"; }
|
104
|
-
i.icon.attachment:before { content: "\f0c6"; }
|
105
|
-
i.icon.attention:before { content: "\f06a"; }
|
106
|
-
i.icon.backward:before { content: "\f04a"; }
|
107
|
-
i.icon.ban.circle:before { content: "\f05e"; }
|
108
|
-
i.icon.bar.chart:before { content: "\f080"; }
|
109
|
-
i.icon.barcode:before { content: "\f02a"; }
|
110
|
-
i.icon.beer:before { content: "\f0fc"; }
|
111
|
-
i.icon.bell.outline:before { content: "\f0a2"; }
|
112
|
-
i.icon.bell:before { content: "\f0f3"; }
|
113
|
-
i.icon.bitbucket.sign:before { content: "\f172"; }
|
114
|
-
i.icon.bitbucket:before { content: "\f171"; }
|
115
|
-
i.icon.bitcoin:before { content: "\f15a"; }
|
116
|
-
i.icon.bold:before { content: "\f032"; }
|
117
|
-
i.icon.bolt:before { content: "\f0e7"; }
|
118
|
-
i.icon.book:before { content: "\f02d"; }
|
119
|
-
i.icon.bookmark.empty:before { content: "\f097"; }
|
120
|
-
i.icon.bookmark:before { content: "\f02e"; }
|
121
|
-
i.icon.box.arrow.down:before { content: "\f150"; }
|
122
|
-
i.icon.box.arrow.right:before { content: "\f152"; }
|
123
|
-
i.icon.box.arrow.up:before { content: "\f151"; }
|
124
|
-
i.icon.briefcase:before { content: "\f0b1"; }
|
125
|
-
i.icon.browser:before { content: "\f022"; }
|
126
|
-
i.icon.bug:before { content: "\f188"; }
|
127
|
-
i.icon.building:before { content: "\f0f7"; }
|
128
|
-
i.icon.bullhorn:before { content: "\f0a1"; }
|
129
|
-
i.icon.bullseye:before { content: "\f140"; }
|
130
|
-
i.icon.calendar.empty:before { content: "\f133"; }
|
131
|
-
i.icon.calendar:before { content: "\f073"; }
|
132
|
-
i.icon.camera.retro:before { content: "\f083"; }
|
133
|
-
i.icon.camera:before { content: "\f030"; }
|
134
|
-
i.icon.triangle.down:before { content: "\f0d7"; }
|
135
|
-
i.icon.triangle.left:before { content: "\f0d9"; }
|
136
|
-
i.icon.triangle.right:before { content: "\f0da"; }
|
137
|
-
i.icon.triangle.up:before { content: "\f0d8"; }
|
138
|
-
i.icon.cart:before { content: "\f07a"; }
|
139
|
-
i.icon.certificate:before { content: "\f0a3"; }
|
140
|
-
i.icon.chat.outline:before { content: "\f0e6"; }
|
141
|
-
i.icon.chat:before { content: "\f086"; }
|
142
|
-
i.icon.checkbox.empty:before { content: "\f096"; }
|
143
|
-
i.icon.checkbox.minus:before { content: "\f147"; }
|
144
|
-
i.icon.checked.checkbox:before { content: "\f046"; }
|
145
|
-
i.icon.checkmark.sign:before { content: "\f14a"; }
|
146
|
-
i.icon.checkmark:before { content: "\f00c"; }
|
147
|
-
i.icon.circle.blank:before { content: "\f10c"; }
|
148
|
-
i.icon.circle.down:before { content: "\f0ab"; }
|
149
|
-
i.icon.circle.left:before { content: "\f0a8"; }
|
150
|
-
i.icon.circle.right:before { content: "\f0a9"; }
|
151
|
-
i.icon.circle.up:before { content: "\f0aa"; }
|
152
|
-
i.icon.circle:before { content: "\f111"; }
|
153
|
-
i.icon.cloud.download:before { content: "\f0ed"; }
|
154
|
-
i.icon.cloud.upload:before { content: "\f0ee"; }
|
155
|
-
i.icon.cloud:before { content: "\f0c2"; }
|
156
|
-
i.icon.code.fork:before { content: "\f126"; }
|
157
|
-
i.icon.code:before { content: "\f121"; }
|
158
|
-
i.icon.coffee:before { content: "\f0f4"; }
|
159
|
-
i.icon.collapse:before { content: "\f117"; }
|
160
|
-
i.icon.comment.outline:before { content: "\f0e5"; }
|
161
|
-
i.icon.comment:before { content: "\f075"; }
|
162
|
-
i.icon.copy:before { content: "\f0c5"; }
|
163
|
-
i.icon.crop:before { content: "\f125"; }
|
164
|
-
i.icon.css3:before { content: "\f13c"; }
|
165
|
-
i.icon.cut:before { content: "\f0c4"; }
|
166
|
-
i.icon.dashboard:before { content: "\f0e4"; }
|
167
|
-
i.icon.desktop:before { content: "\f108"; }
|
168
|
-
i.icon.doctor:before { content: "\f0f0"; }
|
169
|
-
i.icon.dollar:before { content: "\f155"; }
|
170
|
-
i.icon.double.angle.down:before { content: "\f103"; }
|
171
|
-
i.icon.double.angle.left:before { content: "\f100"; }
|
172
|
-
i.icon.double.angle.right:before { content: "\f101"; }
|
173
|
-
i.icon.double.angle.up:before { content: "\f102"; }
|
174
|
-
i.icon.down:before { content: "\f063"; }
|
175
|
-
i.icon.download.disk:before { content: "\f019"; }
|
176
|
-
i.icon.download:before { content: "\f01a"; }
|
177
|
-
i.icon.dribbble:before { content: "\f17d"; }
|
178
|
-
i.icon.dropbox:before { content: "\f16b"; }
|
179
|
-
i.icon.edit.sign:before { content: "\f14b"; }
|
180
|
-
i.icon.edit:before { content: "\f044"; }
|
181
|
-
i.icon.eject:before { content: "\f052"; }
|
182
|
-
i.icon.ellipsis.horizontal:before { content: "\f141"; }
|
183
|
-
i.icon.ellipsis.vertical:before { content: "\f142"; }
|
184
|
-
i.icon.eraser:before { content: "\f12d"; }
|
185
|
-
i.icon.euro:before { content: "\f153"; }
|
186
|
-
i.icon.exchange:before { content: "\f0ec"; }
|
187
|
-
i.icon.exclamation:before { content: "\f12a"; }
|
188
|
-
i.icon.expand:before { content: "\f116"; }
|
189
|
-
i.icon.external.url.sign:before { content: "\f14c"; }
|
190
|
-
i.icon.external.url:before { content: "\f08e"; }
|
191
|
-
i.icon.facebook.sign:before { content: "\f082"; }
|
192
|
-
i.icon.facebook:before { content: "\f09a"; }
|
193
|
-
i.icon.facetime.video:before { content: "\f03d"; }
|
194
|
-
i.icon.fast.backward:before { content: "\f049"; }
|
195
|
-
i.icon.fast.forward:before { content: "\f050"; }
|
196
|
-
i.icon.female:before { content: "\f182"; }
|
197
|
-
i.icon.fighter.jet:before { content: "\f0fb"; }
|
198
|
-
i.icon.file.outline:before { content: "\f016"; }
|
199
|
-
i.icon.file.text.outline:before { content: "\f0f6"; }
|
200
|
-
i.icon.file.text:before { content: "\f15c"; }
|
201
|
-
i.icon.file:before { content: "\f15b"; }
|
202
|
-
i.icon.filter:before { content: "\f0b0"; }
|
203
|
-
i.icon.fire.extinguisher:before { content: "\f134"; }
|
204
|
-
i.icon.fire:before { content: "\f06d"; }
|
205
|
-
i.icon.flag.checkered:before { content: "\f11e"; }
|
206
|
-
i.icon.flag.empty:before { content: "\f11d"; }
|
207
|
-
i.icon.flag:before { content: "\f024"; }
|
208
|
-
i.icon.flickr:before { content: "\f16e"; }
|
209
|
-
i.icon.folder.open.outline:before { content: "\f115"; }
|
210
|
-
i.icon.folder.open:before { content: "\f07c"; }
|
211
|
-
i.icon.folder.outline:before { content: "\f114"; }
|
212
|
-
i.icon.folder:before { content: "\f07b"; }
|
213
|
-
i.icon.font:before { content: "\f031"; }
|
214
|
-
i.icon.food:before { content: "\f0f5"; }
|
215
|
-
i.icon.forward.mail:before { content: "\f064"; }
|
216
|
-
i.icon.forward:before { content: "\f04e"; }
|
217
|
-
i.icon.foursquare:before { content: "\f180"; }
|
218
|
-
i.icon.frown:before { content: "\f119"; }
|
219
|
-
i.icon.fullscreen:before { content: "\f0b2"; }
|
220
|
-
i.icon.gamepad:before { content: "\f11b"; }
|
221
|
-
i.icon.gift:before { content: "\f06b"; }
|
222
|
-
i.icon.github.alternate:before { content: "\f09b"; }
|
223
|
-
i.icon.github.sign:before { content: "\f092"; }
|
224
|
-
i.icon.github:before { content: "\f113"; }
|
225
|
-
i.icon.gittip:before { content: "\f184"; }
|
226
|
-
i.icon.glass:before { content: "\f000"; }
|
227
|
-
i.icon.globe:before { content: "\f0ac"; }
|
228
|
-
i.icon.google.plus.sign:before { content: "\f0d4"; }
|
229
|
-
i.icon.google.plus:before { content: "\f0d5"; }
|
230
|
-
i.icon.h.sign:before { content: "\f0fd"; }
|
231
|
-
i.icon.hand.down:before { content: "\f0a7"; }
|
232
|
-
i.icon.hand.left:before { content: "\f0a5"; }
|
233
|
-
i.icon.hand.right:before { content: "\f0a4"; }
|
234
|
-
i.icon.hand.up:before { content: "\f0a6"; }
|
235
|
-
i.icon.hdd:before { content: "\f0a0"; }
|
236
|
-
i.icon.headphones:before { content: "\f025"; }
|
237
|
-
i.icon.heart.empty:before { content: "\f08a"; }
|
238
|
-
i.icon.heart:before { content: "\f004"; }
|
239
|
-
i.icon.help:before { content: "\f059"; }
|
240
|
-
i.icon.hide:before { content: "\f070"; }
|
241
|
-
i.icon.home:before { content: "\f015"; }
|
242
|
-
i.icon.hospital:before { content: "\f0f8"; }
|
243
|
-
i.icon.html5:before { content: "\f13b"; }
|
244
|
-
i.icon.inbox:before { content: "\f01c"; }
|
245
|
-
i.icon.indent.left:before { content: "\f03b"; }
|
246
|
-
i.icon.indent.right:before { content: "\f03c"; }
|
247
|
-
i.icon.info.letter:before { content: "\f129"; }
|
248
|
-
i.icon.info:before { content: "\f05a"; }
|
249
|
-
i.icon.instagram:before { content: "\f16d"; }
|
250
|
-
i.icon.italic:before { content: "\f033"; }
|
251
|
-
i.icon.key:before { content: "\f084"; }
|
252
|
-
i.icon.keyboard:before { content: "\f11c"; }
|
253
|
-
i.icon.lab:before { content: "\f0c3"; }
|
254
|
-
i.icon.laptop:before { content: "\f109"; }
|
255
|
-
i.icon.layout.block:before { content: "\f009"; }
|
256
|
-
i.icon.layout.column:before { content: "\f0db"; }
|
257
|
-
i.icon.layout.grid:before { content: "\f00a"; }
|
258
|
-
i.icon.layout.list:before { content: "\f00b"; }
|
259
|
-
i.icon.leaf:before { content: "\f06c"; }
|
260
|
-
i.icon.legal:before { content: "\f0e3"; }
|
261
|
-
i.icon.lemon:before { content: "\f094"; }
|
262
|
-
i.icon.level.down:before { content: "\f149"; }
|
263
|
-
i.icon.level.up:before { content: "\f148"; }
|
264
|
-
i.icon.lightbulb:before { content: "\f0eb"; }
|
265
|
-
i.icon.linkedin.sign:before { content: "\f08c"; }
|
266
|
-
i.icon.linkedin:before { content: "\f0e1"; }
|
267
|
-
i.icon.linux:before { content: "\f17c"; }
|
268
|
-
i.icon.list.ordered:before { content: "\f0cb"; }
|
269
|
-
i.icon.list.unordered:before { content: "\f0ca"; }
|
270
|
-
i.icon.list:before { content: "\f03a"; }
|
271
|
-
i.icon.loading:before { content: "\f110"; }
|
272
|
-
i.icon.location:before { content: "\f124"; }
|
273
|
-
i.icon.lock:before { content: "\f023"; }
|
274
|
-
i.icon.long.arrow.down:before { content: "\f175"; }
|
275
|
-
i.icon.long.arrow.left:before { content: "\f177"; }
|
276
|
-
i.icon.long.arrow.right:before { content: "\f178"; }
|
277
|
-
i.icon.long.arrow.up:before { content: "\f176"; }
|
278
|
-
i.icon.magic:before { content: "\f0d0"; }
|
279
|
-
i.icon.magnet:before { content: "\f076"; }
|
280
|
-
i.icon.mail.outline:before { content: "\f003"; }
|
281
|
-
i.icon.mail.reply:before { content: "\f112"; }
|
282
|
-
i.icon.mail:before { content: "\f0e0"; }
|
283
|
-
i.icon.male:before { content: "\f183"; }
|
284
|
-
i.icon.map.marker:before { content: "\f041"; }
|
285
|
-
i.icon.map:before { content: "\f14e"; }
|
286
|
-
i.icon.maxcdn:before { content: "\f136"; }
|
287
|
-
i.icon.medkit:before { content: "\f0fa"; }
|
288
|
-
i.icon.meh:before { content: "\f11a"; }
|
289
|
-
i.icon.minus.sign.alternate:before { content: "\f146"; }
|
290
|
-
i.icon.minus.sign:before { content: "\f056"; }
|
291
|
-
i.icon.minus:before { content: "\f068"; }
|
292
|
-
i.icon.mobile:before { content: "\f10b"; }
|
293
|
-
i.icon.money:before { content: "\f0d6"; }
|
294
|
-
i.icon.moon:before { content: "\f186"; }
|
295
|
-
i.icon.move:before { content: "\f047"; }
|
296
|
-
i.icon.music:before { content: "\f001"; }
|
297
|
-
i.icon.mute:before { content: "\f131"; }
|
298
|
-
i.icon.off:before { content: "\f011"; }
|
299
|
-
i.icon.ok.circle:before { content: "\f05d"; }
|
300
|
-
i.icon.ok.sign:before { content: "\f058"; }
|
301
|
-
i.icon.paste:before { content: "\f0ea"; }
|
302
|
-
i.icon.pause:before { content: "\f04c"; }
|
303
|
-
i.icon.payment:before { content: "\f09d"; }
|
304
|
-
i.icon.pencil:before { content: "\f040"; }
|
305
|
-
i.icon.phone.sign:before { content: "\f098"; }
|
306
|
-
i.icon.phone:before { content: "\f095"; }
|
307
|
-
i.icon.photo:before { content: "\f03e"; }
|
308
|
-
i.icon.pin:before { content: "\f08d"; }
|
309
|
-
i.icon.pinterest.sign:before { content: "\f0d3"; }
|
310
|
-
i.icon.pinterest:before { content: "\f0d2"; }
|
311
|
-
i.icon.plane:before { content: "\f072"; }
|
312
|
-
i.icon.play.circle:before { content: "\f01d"; }
|
313
|
-
i.icon.play.sign:before { content: "\f144"; }
|
314
|
-
i.icon.play:before { content: "\f04b"; }
|
315
|
-
i.icon.pound:before { content: "\f154"; }
|
316
|
-
i.icon.print:before { content: "\f02f"; }
|
317
|
-
i.icon.puzzle.piece:before { content: "\f12e"; }
|
318
|
-
i.icon.qr.code:before { content: "\f029"; }
|
319
|
-
i.icon.question:before { content: "\f128"; }
|
320
|
-
i.icon.quote.left:before { content: "\f10d"; }
|
321
|
-
i.icon.quote.right:before { content: "\f10e"; }
|
322
|
-
i.icon.refresh:before { content: "\f021"; }
|
323
|
-
i.icon.remove.circle:before { content: "\f05c"; }
|
324
|
-
i.icon.remove.sign:before { content: "\f057"; }
|
325
|
-
i.icon.remove:before { content: "\f00d"; }
|
326
|
-
i.icon.renren:before { content: "\f18b"; }
|
327
|
-
i.icon.reorder:before { content: "\f0c9"; }
|
328
|
-
i.icon.repeat:before { content: "\f01e"; }
|
329
|
-
i.icon.reply.all.mail:before { content: "\f122"; }
|
330
|
-
i.icon.resize.full:before { content: "\f065"; }
|
331
|
-
i.icon.resize.horizontal:before { content: "\f07e"; }
|
332
|
-
i.icon.resize.small:before { content: "\f066"; }
|
333
|
-
i.icon.resize.vertical:before { content: "\f07d"; }
|
334
|
-
i.icon.retweet:before { content: "\f079"; }
|
335
|
-
i.icon.road:before { content: "\f018"; }
|
336
|
-
i.icon.rocket:before { content: "\f135"; }
|
337
|
-
i.icon.rss.sign:before { content: "\f143"; }
|
338
|
-
i.icon.rss:before { content: "\f09e"; }
|
339
|
-
i.icon.rupee:before { content: "\f156"; }
|
340
|
-
i.icon.save:before { content: "\f0c7"; }
|
341
|
-
i.icon.screenshot:before { content: "\f05b"; }
|
342
|
-
i.icon.search:before { content: "\f002"; }
|
343
|
-
i.icon.setting:before { content: "\f013"; }
|
344
|
-
i.icon.settings:before { content: "\f085"; }
|
345
|
-
i.icon.share.sign:before { content: "\f14d"; }
|
346
|
-
i.icon.share:before { content: "\f045"; }
|
347
|
-
i.icon.shield:before { content: "\f132"; }
|
348
|
-
i.icon.shuffle:before { content: "\f074"; }
|
349
|
-
i.icon.sign.in:before { content: "\f090"; }
|
350
|
-
i.icon.sign.out:before { content: "\f08b"; }
|
351
|
-
i.icon.sign:before { content: "\f0c8"; }
|
352
|
-
i.icon.signal:before { content: "\f012"; }
|
353
|
-
i.icon.sitemap:before { content: "\f0e8"; }
|
354
|
-
i.icon.skype:before { content: "\f17e"; }
|
355
|
-
i.icon.smile:before { content: "\f118"; }
|
356
|
-
i.icon.sort.alphabet.descending:before { content: "\f15e"; }
|
357
|
-
i.icon.sort.alphabet:before { content: "\f15d"; }
|
358
|
-
i.icon.sort.ascending:before { content: "\f0de"; }
|
359
|
-
i.icon.sort.attributes.descending:before { content: "\f161"; }
|
360
|
-
i.icon.sort.attributes:before { content: "\f160"; }
|
361
|
-
i.icon.sort.descending:before { content: "\f0dd"; }
|
362
|
-
i.icon.sort.order.descending:before { content: "\f163"; }
|
363
|
-
i.icon.sort.order:before { content: "\f162"; }
|
364
|
-
i.icon.sort:before { content: "\f0dc"; }
|
365
|
-
i.icon.stackexchange:before { content: "\f16c"; }
|
366
|
-
i.icon.star.empty:before { content: "\f006"; }
|
367
|
-
i.icon.star.half.empty:before { content: "\f123"; }
|
368
1237
|
i.icon.star.half.full:before,
|
369
|
-
i.icon.star.half:before {
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
i.icon.
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
i.icon.
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
i.icon.
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
i.icon.
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
i.icon.
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
i.icon.
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
i.icon.
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
i.icon.
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
i.icon.
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
i.icon.
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
i.icon.
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
i.icon.
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
i.icon.
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
i.icon.
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
i.icon.
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
i.icon.
|
434
|
-
|
435
|
-
|
1238
|
+
i.icon.star.half:before {
|
1239
|
+
content: "\f089";
|
1240
|
+
}
|
1241
|
+
|
1242
|
+
i.icon.star:before {
|
1243
|
+
content: "\f005";
|
1244
|
+
}
|
1245
|
+
|
1246
|
+
i.icon.step.backward:before {
|
1247
|
+
content: "\f048";
|
1248
|
+
}
|
1249
|
+
|
1250
|
+
i.icon.step.forward:before {
|
1251
|
+
content: "\f051";
|
1252
|
+
}
|
1253
|
+
|
1254
|
+
i.icon.stethoscope:before {
|
1255
|
+
content: "\f0f1";
|
1256
|
+
}
|
1257
|
+
|
1258
|
+
i.icon.stop:before {
|
1259
|
+
content: "\f04d";
|
1260
|
+
}
|
1261
|
+
|
1262
|
+
i.icon.strikethrough:before {
|
1263
|
+
content: "\f0cc";
|
1264
|
+
}
|
1265
|
+
|
1266
|
+
i.icon.subscript:before {
|
1267
|
+
content: "\f12c";
|
1268
|
+
}
|
1269
|
+
|
1270
|
+
i.icon.suitcase:before {
|
1271
|
+
content: "\f0f2";
|
1272
|
+
}
|
1273
|
+
|
1274
|
+
i.icon.sun:before {
|
1275
|
+
content: "\f185";
|
1276
|
+
}
|
1277
|
+
|
1278
|
+
i.icon.superscript:before {
|
1279
|
+
content: "\f12b";
|
1280
|
+
}
|
1281
|
+
|
1282
|
+
i.icon.table:before {
|
1283
|
+
content: "\f0ce";
|
1284
|
+
}
|
1285
|
+
|
1286
|
+
i.icon.tablet:before {
|
1287
|
+
content: "\f10a";
|
1288
|
+
}
|
1289
|
+
|
1290
|
+
i.icon.tag:before {
|
1291
|
+
content: "\f02b";
|
1292
|
+
}
|
1293
|
+
|
1294
|
+
i.icon.tags:before {
|
1295
|
+
content: "\f02c";
|
1296
|
+
}
|
1297
|
+
|
1298
|
+
i.icon.tasks:before {
|
1299
|
+
content: "\f0ae";
|
1300
|
+
}
|
1301
|
+
|
1302
|
+
i.icon.terminal:before {
|
1303
|
+
content: "\f120";
|
1304
|
+
}
|
1305
|
+
|
1306
|
+
i.icon.text.height:before {
|
1307
|
+
content: "\f034";
|
1308
|
+
}
|
1309
|
+
|
1310
|
+
i.icon.text.width:before {
|
1311
|
+
content: "\f035";
|
1312
|
+
}
|
1313
|
+
|
1314
|
+
i.icon.thumbs.down.outline:before {
|
1315
|
+
content: "\f088";
|
1316
|
+
}
|
1317
|
+
|
1318
|
+
i.icon.thumbs.down:before {
|
1319
|
+
content: "\f165";
|
1320
|
+
}
|
1321
|
+
|
1322
|
+
i.icon.thumbs.up.outline:before {
|
1323
|
+
content: "\f087";
|
1324
|
+
}
|
1325
|
+
|
1326
|
+
i.icon.thumbs.up:before {
|
1327
|
+
content: "\f164";
|
1328
|
+
}
|
1329
|
+
|
1330
|
+
i.icon.ticket:before {
|
1331
|
+
content: "\f145";
|
1332
|
+
}
|
1333
|
+
|
1334
|
+
i.icon.time:before {
|
1335
|
+
content: "\f017";
|
1336
|
+
}
|
1337
|
+
|
1338
|
+
i.icon.tint:before {
|
1339
|
+
content: "\f043";
|
1340
|
+
}
|
1341
|
+
|
1342
|
+
i.icon.trash:before {
|
1343
|
+
content: "\f014";
|
1344
|
+
}
|
1345
|
+
|
1346
|
+
i.icon.trello:before {
|
1347
|
+
content: "\f181";
|
1348
|
+
}
|
1349
|
+
|
1350
|
+
i.icon.trophy:before {
|
1351
|
+
content: "\f091";
|
1352
|
+
}
|
1353
|
+
|
1354
|
+
i.icon.truck:before {
|
1355
|
+
content: "\f0d1";
|
1356
|
+
}
|
1357
|
+
|
1358
|
+
i.icon.tumblr.sign:before {
|
1359
|
+
content: "\f174";
|
1360
|
+
}
|
1361
|
+
|
1362
|
+
i.icon.tumblr:before {
|
1363
|
+
content: "\f173";
|
1364
|
+
}
|
1365
|
+
|
1366
|
+
i.icon.twitter.sign:before {
|
1367
|
+
content: "\f081";
|
1368
|
+
}
|
1369
|
+
|
1370
|
+
i.icon.twitter:before {
|
1371
|
+
content: "\f099";
|
1372
|
+
}
|
1373
|
+
|
1374
|
+
i.icon.umbrella:before {
|
1375
|
+
content: "\f0e9";
|
1376
|
+
}
|
1377
|
+
|
1378
|
+
i.icon.underline:before {
|
1379
|
+
content: "\f0cd";
|
1380
|
+
}
|
1381
|
+
|
1382
|
+
i.icon.undo:before {
|
1383
|
+
content: "\f0e2";
|
1384
|
+
}
|
1385
|
+
|
1386
|
+
i.icon.unhide:before {
|
1387
|
+
content: "\f06e";
|
1388
|
+
}
|
1389
|
+
|
1390
|
+
i.icon.unlink:before {
|
1391
|
+
content: "\f127";
|
1392
|
+
}
|
1393
|
+
|
1394
|
+
i.icon.unlock.alternate:before {
|
1395
|
+
content: "\f13e";
|
1396
|
+
}
|
1397
|
+
|
1398
|
+
i.icon.unlock:before {
|
1399
|
+
content: "\f09c";
|
1400
|
+
}
|
1401
|
+
|
1402
|
+
i.icon.unmute:before {
|
1403
|
+
content: "\f130";
|
1404
|
+
}
|
1405
|
+
|
1406
|
+
i.icon.up:before {
|
1407
|
+
content: "\f062";
|
1408
|
+
}
|
1409
|
+
|
1410
|
+
i.icon.upload.disk:before {
|
1411
|
+
content: "\f093";
|
1412
|
+
}
|
1413
|
+
|
1414
|
+
i.icon.upload:before {
|
1415
|
+
content: "\f01b";
|
1416
|
+
}
|
1417
|
+
|
1418
|
+
i.icon.url:before {
|
1419
|
+
content: "\f0c1";
|
1420
|
+
}
|
1421
|
+
|
1422
|
+
i.icon.user:before {
|
1423
|
+
content: "\f007";
|
1424
|
+
}
|
1425
|
+
|
1426
|
+
i.icon.users:before {
|
1427
|
+
content: "\f0c0";
|
1428
|
+
}
|
1429
|
+
|
1430
|
+
i.icon.video:before {
|
1431
|
+
content: "\f008";
|
1432
|
+
}
|
1433
|
+
|
1434
|
+
i.icon.vk:before {
|
1435
|
+
content: "\f189";
|
1436
|
+
}
|
1437
|
+
|
1438
|
+
i.icon.volume.down:before {
|
1439
|
+
content: "\f027";
|
1440
|
+
}
|
1441
|
+
|
1442
|
+
i.icon.volume.off:before {
|
1443
|
+
content: "\f026";
|
1444
|
+
}
|
1445
|
+
|
1446
|
+
i.icon.volume.up:before {
|
1447
|
+
content: "\f028";
|
1448
|
+
}
|
1449
|
+
|
1450
|
+
i.icon.warning:before {
|
1451
|
+
content: "\f071";
|
1452
|
+
}
|
1453
|
+
|
1454
|
+
i.icon.weibo:before {
|
1455
|
+
content: "\f18a";
|
1456
|
+
}
|
1457
|
+
|
1458
|
+
i.icon.windows:before {
|
1459
|
+
content: "\f17a";
|
1460
|
+
}
|
1461
|
+
|
1462
|
+
i.icon.won:before {
|
1463
|
+
content: "\f159";
|
1464
|
+
}
|
1465
|
+
|
1466
|
+
i.icon.wrench:before {
|
1467
|
+
content: "\f0ad";
|
1468
|
+
}
|
1469
|
+
|
1470
|
+
i.icon.xing.sign:before {
|
1471
|
+
content: "\f169";
|
1472
|
+
}
|
1473
|
+
|
1474
|
+
i.icon.xing:before {
|
1475
|
+
content: "\f168";
|
1476
|
+
}
|
1477
|
+
|
1478
|
+
i.icon.yen:before {
|
1479
|
+
content: "\f157";
|
1480
|
+
}
|
1481
|
+
|
1482
|
+
i.icon.youtube.play:before {
|
1483
|
+
content: "\f16a";
|
1484
|
+
}
|
1485
|
+
|
1486
|
+
i.icon.youtube.sign:before {
|
1487
|
+
content: "\f166";
|
1488
|
+
}
|
1489
|
+
|
1490
|
+
i.icon.youtube:before {
|
1491
|
+
content: "\f167";
|
1492
|
+
}
|
1493
|
+
|
1494
|
+
i.icon.yuan:before {
|
1495
|
+
content: "\f158";
|
1496
|
+
}
|
1497
|
+
|
1498
|
+
i.icon.zoom.in:before {
|
1499
|
+
content: "\f00e";
|
1500
|
+
}
|
436
1501
|
|
1502
|
+
i.icon.zoom.out:before {
|
1503
|
+
content: "\f010";
|
1504
|
+
}
|
437
1505
|
|
438
1506
|
/*--------------
|
439
1507
|
Aliases
|
440
1508
|
---------------*/
|
441
1509
|
|
442
|
-
i.icon.check:before {
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
i.icon.
|
447
|
-
|
1510
|
+
i.icon.check:before {
|
1511
|
+
content: "\f00c";
|
1512
|
+
}
|
1513
|
+
|
1514
|
+
i.icon.close:before {
|
1515
|
+
content: "\f00d";
|
1516
|
+
}
|
1517
|
+
|
1518
|
+
i.icon.delete:before {
|
1519
|
+
content: "\f00d";
|
1520
|
+
}
|
1521
|
+
|
1522
|
+
i.icon.like:before {
|
1523
|
+
content: "\f004";
|
1524
|
+
}
|
1525
|
+
|
1526
|
+
i.icon.plus:before {
|
1527
|
+
content: "\f067";
|
1528
|
+
}
|
448
1529
|
|
1530
|
+
i.icon.signup:before {
|
1531
|
+
content: "\f044";
|
1532
|
+
}
|
449
1533
|
|
450
1534
|
/*--------------
|
451
1535
|
Spacing Fix
|
452
1536
|
---------------*/
|
453
1537
|
|
454
1538
|
/* stars are usually consecutive */
|
1539
|
+
|
455
1540
|
i.icon.star {
|
456
1541
|
width: auto;
|
457
1542
|
margin: 0em;
|
458
1543
|
}
|
459
1544
|
|
460
1545
|
/* left side icons */
|
1546
|
+
|
461
1547
|
i.icon.left,
|
462
1548
|
i.icon.left,
|
463
1549
|
i.icon.left {
|
@@ -466,6 +1552,7 @@ i.icon.left {
|
|
466
1552
|
}
|
467
1553
|
|
468
1554
|
/* right side icons */
|
1555
|
+
|
469
1556
|
i.icon.search,
|
470
1557
|
i.icon.up,
|
471
1558
|
i.icon.down,
|
@@ -474,7 +1561,6 @@ i.icon.right {
|
|
474
1561
|
margin: 0em 0em 0em 0.5em;
|
475
1562
|
}
|
476
1563
|
|
477
|
-
|
478
1564
|
/*******************************
|
479
1565
|
Types
|
480
1566
|
*******************************/
|
@@ -485,69 +1571,47 @@ i.icon.right {
|
|
485
1571
|
|
486
1572
|
i.icon.loading {
|
487
1573
|
-webkit-animation: icon-loading 2s linear infinite;
|
488
|
-
-moz-animation: icon-loading 2s linear infinite;
|
489
1574
|
-ms-animation: icon-loading 2s linear infinite;
|
490
|
-
-o-animation: icon-loading 2s linear infinite;
|
491
1575
|
animation: icon-loading 2s linear infinite;
|
492
1576
|
}
|
1577
|
+
|
493
1578
|
@keyframes icon-loading {
|
494
|
-
|
1579
|
+
from {
|
495
1580
|
-webkit-transform: rotate(0deg);
|
496
|
-
-moz-transform: rotate(0deg);
|
497
|
-
-o-transform: rotate(0deg);
|
498
1581
|
-ms-transform: rotate(0deg);
|
499
1582
|
transform: rotate(0deg);
|
500
|
-
|
501
|
-
|
1583
|
+
}
|
1584
|
+
|
1585
|
+
to {
|
502
1586
|
-webkit-transform: rotate(360deg);
|
503
|
-
-moz-transform: rotate(360deg);
|
504
|
-
-o-transform: rotate(360deg);
|
505
1587
|
-ms-transform: rotate(360deg);
|
506
1588
|
transform: rotate(360deg);
|
507
|
-
|
508
|
-
}
|
509
|
-
@-moz-keyframes icon-loading {
|
510
|
-
from {
|
511
|
-
-moz-transform: rotate(0deg);
|
512
|
-
transform: rotate(0deg);
|
513
|
-
}
|
514
|
-
to {
|
515
|
-
-moz-transform: rotate(360deg);
|
516
|
-
transform: rotate(360deg);
|
517
|
-
}
|
1589
|
+
}
|
518
1590
|
}
|
1591
|
+
|
519
1592
|
@-webkit-keyframes icon-loading {
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
}
|
529
|
-
@-ms-keyframes icon-loading {
|
530
|
-
from {
|
531
|
-
-ms-transform: rotate(0deg);
|
532
|
-
transform: rotate(0deg);
|
533
|
-
}
|
534
|
-
to {
|
535
|
-
-ms-transform: rotate(360deg);
|
536
|
-
transform: rotate(360deg);
|
537
|
-
}
|
538
|
-
}
|
539
|
-
@-o-keyframes icon-loading {
|
540
|
-
from {
|
541
|
-
-o-transform: rotate(0deg);
|
542
|
-
transform: rotate(0deg);
|
543
|
-
}
|
544
|
-
to {
|
545
|
-
-o-transform: rotate(360deg);
|
546
|
-
transform: rotate(360deg);
|
547
|
-
}
|
1593
|
+
from {
|
1594
|
+
-webkit-transform: rotate(0deg);
|
1595
|
+
transform: rotate(0deg);
|
1596
|
+
}
|
1597
|
+
|
1598
|
+
to {
|
1599
|
+
-webkit-transform: rotate(360deg);
|
1600
|
+
transform: rotate(360deg);
|
1601
|
+
}
|
548
1602
|
}
|
549
1603
|
|
1604
|
+
@-ms-keyframes icon-loading {
|
1605
|
+
from {
|
1606
|
+
-ms-transform: rotate(0deg);
|
1607
|
+
transform: rotate(0deg);
|
1608
|
+
}
|
550
1609
|
|
1610
|
+
to {
|
1611
|
+
-ms-transform: rotate(360deg);
|
1612
|
+
transform: rotate(360deg);
|
1613
|
+
}
|
1614
|
+
}
|
551
1615
|
|
552
1616
|
/*******************************
|
553
1617
|
States
|
@@ -569,12 +1633,10 @@ i.icon.disabled {
|
|
569
1633
|
opacity: 0.3;
|
570
1634
|
}
|
571
1635
|
|
572
|
-
|
573
1636
|
/*******************************
|
574
1637
|
Variations
|
575
1638
|
*******************************/
|
576
1639
|
|
577
|
-
|
578
1640
|
/*-------------------
|
579
1641
|
Link
|
580
1642
|
--------------------*/
|
@@ -583,11 +1645,9 @@ i.link.icon {
|
|
583
1645
|
cursor: pointer;
|
584
1646
|
opacity: 0.7;
|
585
1647
|
-webkit-transition: opacity 0.3s ease-out;
|
586
|
-
-moz-transition: opacity 0.3s ease-out;
|
587
|
-
-o-transition: opacity 0.3s ease-out;
|
588
|
-
-ms-transition: opacity 0.3s ease-out;
|
589
1648
|
transition: opacity 0.3s ease-out;
|
590
1649
|
}
|
1650
|
+
|
591
1651
|
i.link.icon:hover {
|
592
1652
|
opacity: 1 !important;
|
593
1653
|
}
|
@@ -597,24 +1657,18 @@ i.link.icon:hover {
|
|
597
1657
|
--------------------*/
|
598
1658
|
|
599
1659
|
i.circular.icon {
|
600
|
-
-webkit-border-radius: 500em !important;
|
601
|
-
-moz-border-radius: 500em !important;
|
602
1660
|
border-radius: 500em !important;
|
603
|
-
|
604
1661
|
padding: 0.5em 0.35em !important;
|
605
|
-
|
606
1662
|
-webkit-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
|
607
|
-
-moz-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
|
608
1663
|
box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
|
609
|
-
|
610
1664
|
line-height: 1 !important;
|
611
1665
|
width: 2em !important;
|
612
1666
|
height: 2em !important;
|
613
1667
|
}
|
1668
|
+
|
614
1669
|
i.circular.inverted.icon {
|
615
1670
|
border: none;
|
616
1671
|
-webkit-box-shadow: none;
|
617
|
-
-moz-box-shadow: none;
|
618
1672
|
box-shadow: none;
|
619
1673
|
}
|
620
1674
|
|
@@ -625,15 +1679,12 @@ i.circular.inverted.icon {
|
|
625
1679
|
i.flipped.icon,
|
626
1680
|
i.horizontally.flipped.icon {
|
627
1681
|
-webkit-transform: scale(-1, 1);
|
628
|
-
-moz-transform: scale(-1, 1);
|
629
|
-
-o-transform: scale(-1, 1);
|
630
1682
|
-ms-transform: scale(-1, 1);
|
631
1683
|
transform: scale(-1, 1);
|
632
1684
|
}
|
1685
|
+
|
633
1686
|
i.vertically.flipped.icon {
|
634
1687
|
-webkit-transform: scale(1, -1);
|
635
|
-
-moz-transform: scale(1, -1);
|
636
|
-
-o-transform: scale(1, -1);
|
637
1688
|
-ms-transform: scale(1, -1);
|
638
1689
|
transform: scale(1, -1);
|
639
1690
|
}
|
@@ -646,8 +1697,6 @@ i.rotated.icon,
|
|
646
1697
|
i.right.rotated.icon,
|
647
1698
|
i.clockwise.rotated.icon {
|
648
1699
|
-webkit-transform: rotate(90deg);
|
649
|
-
-moz-transform: rotate(90deg);
|
650
|
-
-o-transform: rotate(90deg);
|
651
1700
|
-ms-transform: rotate(90deg);
|
652
1701
|
transform: rotate(90deg);
|
653
1702
|
}
|
@@ -655,8 +1704,6 @@ i.clockwise.rotated.icon {
|
|
655
1704
|
i.left.rotated.icon,
|
656
1705
|
i.counterclockwise.rotated.icon {
|
657
1706
|
-webkit-transform: rotate(-90deg);
|
658
|
-
-moz-transform: rotate(-90deg);
|
659
|
-
-o-transform: rotate(-90deg);
|
660
1707
|
-ms-transform: rotate(-90deg);
|
661
1708
|
transform: rotate(-90deg);
|
662
1709
|
}
|
@@ -669,21 +1716,17 @@ i.square.icon {
|
|
669
1716
|
width: 2em;
|
670
1717
|
height: 2em;
|
671
1718
|
padding: 0.5em 0.35em !important;
|
672
|
-
|
673
1719
|
-webkit-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
|
674
|
-
-moz-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
|
675
1720
|
box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
|
676
|
-
|
677
1721
|
vertical-align: baseline;
|
678
1722
|
}
|
1723
|
+
|
679
1724
|
i.square.inverted.icon {
|
680
1725
|
border: none;
|
681
1726
|
-webkit-box-shadow: none;
|
682
|
-
-moz-box-shadow: none;
|
683
1727
|
box-shadow: none;
|
684
1728
|
}
|
685
1729
|
|
686
|
-
|
687
1730
|
/*-------------------
|
688
1731
|
Inverted
|
689
1732
|
--------------------*/
|
@@ -700,18 +1743,23 @@ i.inverted.icon {
|
|
700
1743
|
i.blue.icon {
|
701
1744
|
color: #6ECFF5 !important;
|
702
1745
|
}
|
1746
|
+
|
703
1747
|
i.black.icon {
|
704
1748
|
color: #5C6166 !important;
|
705
1749
|
}
|
1750
|
+
|
706
1751
|
i.green.icon {
|
707
1752
|
color: #A1CF64 !important;
|
708
1753
|
}
|
1754
|
+
|
709
1755
|
i.red.icon {
|
710
1756
|
color: #D95C5C !important;
|
711
1757
|
}
|
1758
|
+
|
712
1759
|
i.purple.icon {
|
713
1760
|
color: #564F8A !important;
|
714
1761
|
}
|
1762
|
+
|
715
1763
|
i.teal.icon {
|
716
1764
|
color: #00B5AD !important;
|
717
1765
|
}
|
@@ -724,28 +1772,32 @@ i.inverted.black.icon {
|
|
724
1772
|
background-color: #5C6166 !important;
|
725
1773
|
color: #FFFFFF !important;
|
726
1774
|
}
|
1775
|
+
|
727
1776
|
i.inverted.blue.icon {
|
728
1777
|
background-color: #6ECFF5 !important;
|
729
1778
|
color: #FFFFFF !important;
|
730
1779
|
}
|
1780
|
+
|
731
1781
|
i.inverted.green.icon {
|
732
1782
|
background-color: #A1CF64 !important;
|
733
1783
|
color: #FFFFFF !important;
|
734
1784
|
}
|
1785
|
+
|
735
1786
|
i.inverted.red.icon {
|
736
1787
|
background-color: #D95C5C !important;
|
737
1788
|
color: #FFFFFF !important;
|
738
1789
|
}
|
1790
|
+
|
739
1791
|
i.inverted.purple.icon {
|
740
1792
|
background-color: #564F8A !important;
|
741
1793
|
color: #FFFFFF !important;
|
742
1794
|
}
|
1795
|
+
|
743
1796
|
i.inverted.teal.icon {
|
744
1797
|
background-color: #00B5AD !important;
|
745
1798
|
color: #FFFFFF !important;
|
746
1799
|
}
|
747
1800
|
|
748
|
-
|
749
1801
|
/*-------------------
|
750
1802
|
Sizes
|
751
1803
|
--------------------*/
|
@@ -753,22 +1805,27 @@ i.inverted.teal.icon {
|
|
753
1805
|
i.small.icon {
|
754
1806
|
font-size: 0.875em;
|
755
1807
|
}
|
1808
|
+
|
756
1809
|
i.icon {
|
757
1810
|
font-size: 1em;
|
758
1811
|
}
|
1812
|
+
|
759
1813
|
i.large.icon {
|
760
1814
|
font-size: 1.5em;
|
761
1815
|
vertical-align: middle;
|
762
1816
|
}
|
1817
|
+
|
763
1818
|
i.big.icon {
|
764
1819
|
font-size: 2em;
|
765
1820
|
vertical-align: middle;
|
766
1821
|
}
|
1822
|
+
|
767
1823
|
i.huge.icon {
|
768
1824
|
font-size: 4em;
|
769
1825
|
vertical-align: middle;
|
770
1826
|
}
|
1827
|
+
|
771
1828
|
i.massive.icon {
|
772
1829
|
font-size: 8em;
|
773
1830
|
vertical-align: middle;
|
774
|
-
}
|
1831
|
+
}
|