startbootstrap-stylish-portfolio-jekyll 0.1.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.
- checksums.yaml +7 -0
- data/LICENSE +21 -0
- data/README.md +19 -0
- data/_config.yml +18 -0
- data/_includes/about.html +13 -0
- data/_includes/call-to-action.html +8 -0
- data/_includes/callout.html +9 -0
- data/_includes/footer.html +23 -0
- data/_includes/head.html +17 -0
- data/_includes/header.html +11 -0
- data/_includes/map.html +8 -0
- data/_includes/navigation.html +26 -0
- data/_includes/portfolio.html +55 -0
- data/_includes/scripts.html +14 -0
- data/_includes/services.html +49 -0
- data/_layouts/default.html +9 -0
- data/_sass/main.scss +9 -0
- data/assets/bootstrap/css/bootstrap-grid.css +3904 -0
- data/assets/bootstrap/css/bootstrap-grid.css.map +1 -0
- data/assets/bootstrap/css/bootstrap-grid.min.css +7 -0
- data/assets/bootstrap/css/bootstrap-grid.min.css.map +1 -0
- data/assets/bootstrap/css/bootstrap-reboot.css +325 -0
- data/assets/bootstrap/css/bootstrap-reboot.css.map +1 -0
- data/assets/bootstrap/css/bootstrap-reboot.min.css +8 -0
- data/assets/bootstrap/css/bootstrap-reboot.min.css.map +1 -0
- data/assets/bootstrap/css/bootstrap.css +10278 -0
- data/assets/bootstrap/css/bootstrap.css.map +1 -0
- data/assets/bootstrap/css/bootstrap.min.css +7 -0
- data/assets/bootstrap/css/bootstrap.min.css.map +1 -0
- data/assets/bootstrap/js/bootstrap.bundle.js +7033 -0
- data/assets/bootstrap/js/bootstrap.bundle.js.map +1 -0
- data/assets/bootstrap/js/bootstrap.bundle.min.js +7 -0
- data/assets/bootstrap/js/bootstrap.bundle.min.js.map +1 -0
- data/assets/bootstrap/js/bootstrap.js +4420 -0
- data/assets/bootstrap/js/bootstrap.js.map +1 -0
- data/assets/bootstrap/js/bootstrap.min.js +7 -0
- data/assets/bootstrap/js/bootstrap.min.js.map +1 -0
- data/assets/css/main.scss +4 -0
- data/assets/css/stylish-portfolio.css +375 -0
- data/assets/css/stylish-portfolio.min.css +5 -0
- data/assets/fontawesome-free/css/all.css +4586 -0
- data/assets/fontawesome-free/css/all.min.css +5 -0
- data/assets/fontawesome-free/css/brands.css +15 -0
- data/assets/fontawesome-free/css/brands.min.css +5 -0
- data/assets/fontawesome-free/css/fontawesome.css +4552 -0
- data/assets/fontawesome-free/css/fontawesome.min.css +5 -0
- data/assets/fontawesome-free/css/regular.css +15 -0
- data/assets/fontawesome-free/css/regular.min.css +5 -0
- data/assets/fontawesome-free/css/solid.css +16 -0
- data/assets/fontawesome-free/css/solid.min.css +5 -0
- data/assets/fontawesome-free/css/svg-with-js.css +371 -0
- data/assets/fontawesome-free/css/svg-with-js.min.css +5 -0
- data/assets/fontawesome-free/css/v4-shims.css +2172 -0
- data/assets/fontawesome-free/css/v4-shims.min.css +5 -0
- data/assets/fontawesome-free/webfonts/fa-brands-400.eot +0 -0
- data/assets/fontawesome-free/webfonts/fa-brands-400.svg +3633 -0
- data/assets/fontawesome-free/webfonts/fa-brands-400.ttf +0 -0
- data/assets/fontawesome-free/webfonts/fa-brands-400.woff +0 -0
- data/assets/fontawesome-free/webfonts/fa-brands-400.woff2 +0 -0
- data/assets/fontawesome-free/webfonts/fa-regular-400.eot +0 -0
- data/assets/fontawesome-free/webfonts/fa-regular-400.svg +803 -0
- data/assets/fontawesome-free/webfonts/fa-regular-400.ttf +0 -0
- data/assets/fontawesome-free/webfonts/fa-regular-400.woff +0 -0
- data/assets/fontawesome-free/webfonts/fa-regular-400.woff2 +0 -0
- data/assets/fontawesome-free/webfonts/fa-solid-900.eot +0 -0
- data/assets/fontawesome-free/webfonts/fa-solid-900.svg +5000 -0
- data/assets/fontawesome-free/webfonts/fa-solid-900.ttf +0 -0
- data/assets/fontawesome-free/webfonts/fa-solid-900.woff +0 -0
- data/assets/fontawesome-free/webfonts/fa-solid-900.woff2 +0 -0
- data/assets/img/bg-callout.jpg +0 -0
- data/assets/img/bg-masthead.jpg +0 -0
- data/assets/img/portfolio-1.jpg +0 -0
- data/assets/img/portfolio-2.jpg +0 -0
- data/assets/img/portfolio-3.jpg +0 -0
- data/assets/img/portfolio-4.jpg +0 -0
- data/assets/jquery-easing/jquery.easing.compatibility.js +59 -0
- data/assets/jquery-easing/jquery.easing.js +166 -0
- data/assets/jquery-easing/jquery.easing.min.js +1 -0
- data/assets/jquery/jquery.js +10872 -0
- data/assets/jquery/jquery.min.js +2 -0
- data/assets/jquery/jquery.min.map +1 -0
- data/assets/jquery/jquery.slim.js +8777 -0
- data/assets/jquery/jquery.slim.min.js +2 -0
- data/assets/jquery/jquery.slim.min.map +1 -0
- data/assets/js/stylish-portfolio.js +64 -0
- data/assets/js/stylish-portfolio.min.js +7 -0
- data/assets/scss/_bootstrap-overrides.scss +53 -0
- data/assets/scss/_callout.scss +14 -0
- data/assets/scss/_footer.scss +18 -0
- data/assets/scss/_global.scss +89 -0
- data/assets/scss/_map.scss +7 -0
- data/assets/scss/_masthead.scss +24 -0
- data/assets/scss/_mixins.scss +13 -0
- data/assets/scss/_portfolio.scss +56 -0
- data/assets/scss/_services.scss +10 -0
- data/assets/scss/_sidebar.scss +105 -0
- data/assets/scss/_variables.scss +18 -0
- data/assets/scss/stylish-portfolio.scss +11 -0
- data/assets/simple-line-icons/css/simple-line-icons.css +778 -0
- data/assets/simple-line-icons/fonts/Simple-Line-Icons.eot +0 -0
- data/assets/simple-line-icons/fonts/Simple-Line-Icons.svg +200 -0
- data/assets/simple-line-icons/fonts/Simple-Line-Icons.ttf +0 -0
- data/assets/simple-line-icons/fonts/Simple-Line-Icons.woff +0 -0
- data/assets/simple-line-icons/fonts/Simple-Line-Icons.woff2 +0 -0
- metadata +189 -0
@@ -0,0 +1,18 @@
|
|
1
|
+
// Variables
|
2
|
+
|
3
|
+
// Restated Bootstrap Variables
|
4
|
+
|
5
|
+
$white: #fff !default;
|
6
|
+
$gray-100: #f8f9fa !default;
|
7
|
+
$gray-200: #e9ecef !default;
|
8
|
+
$gray-300: #dee2e6 !default;
|
9
|
+
$gray-400: #ced4da !default;
|
10
|
+
$gray-500: #adb5bd !default;
|
11
|
+
$gray-600: #868e96 !default;
|
12
|
+
$gray-700: #495057 !default;
|
13
|
+
$gray-800: #343a40 !default;
|
14
|
+
$gray-900: #212529 !default;
|
15
|
+
$black: #000 !default;
|
16
|
+
|
17
|
+
$primary: #1D809F !default;
|
18
|
+
$secondary: #ecb807 !default;
|
@@ -0,0 +1,778 @@
|
|
1
|
+
@font-face {
|
2
|
+
font-family: 'simple-line-icons';
|
3
|
+
src: url('../fonts/Simple-Line-Icons.eot?v=2.4.0');
|
4
|
+
src: url('../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('../fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('../fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');
|
5
|
+
font-weight: normal;
|
6
|
+
font-style: normal;
|
7
|
+
}
|
8
|
+
/*
|
9
|
+
Use the following CSS code if you want to have a class per icon.
|
10
|
+
Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
|
11
|
+
*/
|
12
|
+
.icon-user,
|
13
|
+
.icon-people,
|
14
|
+
.icon-user-female,
|
15
|
+
.icon-user-follow,
|
16
|
+
.icon-user-following,
|
17
|
+
.icon-user-unfollow,
|
18
|
+
.icon-login,
|
19
|
+
.icon-logout,
|
20
|
+
.icon-emotsmile,
|
21
|
+
.icon-phone,
|
22
|
+
.icon-call-end,
|
23
|
+
.icon-call-in,
|
24
|
+
.icon-call-out,
|
25
|
+
.icon-map,
|
26
|
+
.icon-location-pin,
|
27
|
+
.icon-direction,
|
28
|
+
.icon-directions,
|
29
|
+
.icon-compass,
|
30
|
+
.icon-layers,
|
31
|
+
.icon-menu,
|
32
|
+
.icon-list,
|
33
|
+
.icon-options-vertical,
|
34
|
+
.icon-options,
|
35
|
+
.icon-arrow-down,
|
36
|
+
.icon-arrow-left,
|
37
|
+
.icon-arrow-right,
|
38
|
+
.icon-arrow-up,
|
39
|
+
.icon-arrow-up-circle,
|
40
|
+
.icon-arrow-left-circle,
|
41
|
+
.icon-arrow-right-circle,
|
42
|
+
.icon-arrow-down-circle,
|
43
|
+
.icon-check,
|
44
|
+
.icon-clock,
|
45
|
+
.icon-plus,
|
46
|
+
.icon-minus,
|
47
|
+
.icon-close,
|
48
|
+
.icon-event,
|
49
|
+
.icon-exclamation,
|
50
|
+
.icon-organization,
|
51
|
+
.icon-trophy,
|
52
|
+
.icon-screen-smartphone,
|
53
|
+
.icon-screen-desktop,
|
54
|
+
.icon-plane,
|
55
|
+
.icon-notebook,
|
56
|
+
.icon-mustache,
|
57
|
+
.icon-mouse,
|
58
|
+
.icon-magnet,
|
59
|
+
.icon-energy,
|
60
|
+
.icon-disc,
|
61
|
+
.icon-cursor,
|
62
|
+
.icon-cursor-move,
|
63
|
+
.icon-crop,
|
64
|
+
.icon-chemistry,
|
65
|
+
.icon-speedometer,
|
66
|
+
.icon-shield,
|
67
|
+
.icon-screen-tablet,
|
68
|
+
.icon-magic-wand,
|
69
|
+
.icon-hourglass,
|
70
|
+
.icon-graduation,
|
71
|
+
.icon-ghost,
|
72
|
+
.icon-game-controller,
|
73
|
+
.icon-fire,
|
74
|
+
.icon-eyeglass,
|
75
|
+
.icon-envelope-open,
|
76
|
+
.icon-envelope-letter,
|
77
|
+
.icon-bell,
|
78
|
+
.icon-badge,
|
79
|
+
.icon-anchor,
|
80
|
+
.icon-wallet,
|
81
|
+
.icon-vector,
|
82
|
+
.icon-speech,
|
83
|
+
.icon-puzzle,
|
84
|
+
.icon-printer,
|
85
|
+
.icon-present,
|
86
|
+
.icon-playlist,
|
87
|
+
.icon-pin,
|
88
|
+
.icon-picture,
|
89
|
+
.icon-handbag,
|
90
|
+
.icon-globe-alt,
|
91
|
+
.icon-globe,
|
92
|
+
.icon-folder-alt,
|
93
|
+
.icon-folder,
|
94
|
+
.icon-film,
|
95
|
+
.icon-feed,
|
96
|
+
.icon-drop,
|
97
|
+
.icon-drawer,
|
98
|
+
.icon-docs,
|
99
|
+
.icon-doc,
|
100
|
+
.icon-diamond,
|
101
|
+
.icon-cup,
|
102
|
+
.icon-calculator,
|
103
|
+
.icon-bubbles,
|
104
|
+
.icon-briefcase,
|
105
|
+
.icon-book-open,
|
106
|
+
.icon-basket-loaded,
|
107
|
+
.icon-basket,
|
108
|
+
.icon-bag,
|
109
|
+
.icon-action-undo,
|
110
|
+
.icon-action-redo,
|
111
|
+
.icon-wrench,
|
112
|
+
.icon-umbrella,
|
113
|
+
.icon-trash,
|
114
|
+
.icon-tag,
|
115
|
+
.icon-support,
|
116
|
+
.icon-frame,
|
117
|
+
.icon-size-fullscreen,
|
118
|
+
.icon-size-actual,
|
119
|
+
.icon-shuffle,
|
120
|
+
.icon-share-alt,
|
121
|
+
.icon-share,
|
122
|
+
.icon-rocket,
|
123
|
+
.icon-question,
|
124
|
+
.icon-pie-chart,
|
125
|
+
.icon-pencil,
|
126
|
+
.icon-note,
|
127
|
+
.icon-loop,
|
128
|
+
.icon-home,
|
129
|
+
.icon-grid,
|
130
|
+
.icon-graph,
|
131
|
+
.icon-microphone,
|
132
|
+
.icon-music-tone-alt,
|
133
|
+
.icon-music-tone,
|
134
|
+
.icon-earphones-alt,
|
135
|
+
.icon-earphones,
|
136
|
+
.icon-equalizer,
|
137
|
+
.icon-like,
|
138
|
+
.icon-dislike,
|
139
|
+
.icon-control-start,
|
140
|
+
.icon-control-rewind,
|
141
|
+
.icon-control-play,
|
142
|
+
.icon-control-pause,
|
143
|
+
.icon-control-forward,
|
144
|
+
.icon-control-end,
|
145
|
+
.icon-volume-1,
|
146
|
+
.icon-volume-2,
|
147
|
+
.icon-volume-off,
|
148
|
+
.icon-calendar,
|
149
|
+
.icon-bulb,
|
150
|
+
.icon-chart,
|
151
|
+
.icon-ban,
|
152
|
+
.icon-bubble,
|
153
|
+
.icon-camrecorder,
|
154
|
+
.icon-camera,
|
155
|
+
.icon-cloud-download,
|
156
|
+
.icon-cloud-upload,
|
157
|
+
.icon-envelope,
|
158
|
+
.icon-eye,
|
159
|
+
.icon-flag,
|
160
|
+
.icon-heart,
|
161
|
+
.icon-info,
|
162
|
+
.icon-key,
|
163
|
+
.icon-link,
|
164
|
+
.icon-lock,
|
165
|
+
.icon-lock-open,
|
166
|
+
.icon-magnifier,
|
167
|
+
.icon-magnifier-add,
|
168
|
+
.icon-magnifier-remove,
|
169
|
+
.icon-paper-clip,
|
170
|
+
.icon-paper-plane,
|
171
|
+
.icon-power,
|
172
|
+
.icon-refresh,
|
173
|
+
.icon-reload,
|
174
|
+
.icon-settings,
|
175
|
+
.icon-star,
|
176
|
+
.icon-symbol-female,
|
177
|
+
.icon-symbol-male,
|
178
|
+
.icon-target,
|
179
|
+
.icon-credit-card,
|
180
|
+
.icon-paypal,
|
181
|
+
.icon-social-tumblr,
|
182
|
+
.icon-social-twitter,
|
183
|
+
.icon-social-facebook,
|
184
|
+
.icon-social-instagram,
|
185
|
+
.icon-social-linkedin,
|
186
|
+
.icon-social-pinterest,
|
187
|
+
.icon-social-github,
|
188
|
+
.icon-social-google,
|
189
|
+
.icon-social-reddit,
|
190
|
+
.icon-social-skype,
|
191
|
+
.icon-social-dribbble,
|
192
|
+
.icon-social-behance,
|
193
|
+
.icon-social-foursqare,
|
194
|
+
.icon-social-soundcloud,
|
195
|
+
.icon-social-spotify,
|
196
|
+
.icon-social-stumbleupon,
|
197
|
+
.icon-social-youtube,
|
198
|
+
.icon-social-dropbox,
|
199
|
+
.icon-social-vkontakte,
|
200
|
+
.icon-social-steam {
|
201
|
+
font-family: 'simple-line-icons';
|
202
|
+
speak: none;
|
203
|
+
font-style: normal;
|
204
|
+
font-weight: normal;
|
205
|
+
font-variant: normal;
|
206
|
+
text-transform: none;
|
207
|
+
line-height: 1;
|
208
|
+
/* Better Font Rendering =========== */
|
209
|
+
-webkit-font-smoothing: antialiased;
|
210
|
+
-moz-osx-font-smoothing: grayscale;
|
211
|
+
}
|
212
|
+
.icon-user:before {
|
213
|
+
content: "\e005";
|
214
|
+
}
|
215
|
+
.icon-people:before {
|
216
|
+
content: "\e001";
|
217
|
+
}
|
218
|
+
.icon-user-female:before {
|
219
|
+
content: "\e000";
|
220
|
+
}
|
221
|
+
.icon-user-follow:before {
|
222
|
+
content: "\e002";
|
223
|
+
}
|
224
|
+
.icon-user-following:before {
|
225
|
+
content: "\e003";
|
226
|
+
}
|
227
|
+
.icon-user-unfollow:before {
|
228
|
+
content: "\e004";
|
229
|
+
}
|
230
|
+
.icon-login:before {
|
231
|
+
content: "\e066";
|
232
|
+
}
|
233
|
+
.icon-logout:before {
|
234
|
+
content: "\e065";
|
235
|
+
}
|
236
|
+
.icon-emotsmile:before {
|
237
|
+
content: "\e021";
|
238
|
+
}
|
239
|
+
.icon-phone:before {
|
240
|
+
content: "\e600";
|
241
|
+
}
|
242
|
+
.icon-call-end:before {
|
243
|
+
content: "\e048";
|
244
|
+
}
|
245
|
+
.icon-call-in:before {
|
246
|
+
content: "\e047";
|
247
|
+
}
|
248
|
+
.icon-call-out:before {
|
249
|
+
content: "\e046";
|
250
|
+
}
|
251
|
+
.icon-map:before {
|
252
|
+
content: "\e033";
|
253
|
+
}
|
254
|
+
.icon-location-pin:before {
|
255
|
+
content: "\e096";
|
256
|
+
}
|
257
|
+
.icon-direction:before {
|
258
|
+
content: "\e042";
|
259
|
+
}
|
260
|
+
.icon-directions:before {
|
261
|
+
content: "\e041";
|
262
|
+
}
|
263
|
+
.icon-compass:before {
|
264
|
+
content: "\e045";
|
265
|
+
}
|
266
|
+
.icon-layers:before {
|
267
|
+
content: "\e034";
|
268
|
+
}
|
269
|
+
.icon-menu:before {
|
270
|
+
content: "\e601";
|
271
|
+
}
|
272
|
+
.icon-list:before {
|
273
|
+
content: "\e067";
|
274
|
+
}
|
275
|
+
.icon-options-vertical:before {
|
276
|
+
content: "\e602";
|
277
|
+
}
|
278
|
+
.icon-options:before {
|
279
|
+
content: "\e603";
|
280
|
+
}
|
281
|
+
.icon-arrow-down:before {
|
282
|
+
content: "\e604";
|
283
|
+
}
|
284
|
+
.icon-arrow-left:before {
|
285
|
+
content: "\e605";
|
286
|
+
}
|
287
|
+
.icon-arrow-right:before {
|
288
|
+
content: "\e606";
|
289
|
+
}
|
290
|
+
.icon-arrow-up:before {
|
291
|
+
content: "\e607";
|
292
|
+
}
|
293
|
+
.icon-arrow-up-circle:before {
|
294
|
+
content: "\e078";
|
295
|
+
}
|
296
|
+
.icon-arrow-left-circle:before {
|
297
|
+
content: "\e07a";
|
298
|
+
}
|
299
|
+
.icon-arrow-right-circle:before {
|
300
|
+
content: "\e079";
|
301
|
+
}
|
302
|
+
.icon-arrow-down-circle:before {
|
303
|
+
content: "\e07b";
|
304
|
+
}
|
305
|
+
.icon-check:before {
|
306
|
+
content: "\e080";
|
307
|
+
}
|
308
|
+
.icon-clock:before {
|
309
|
+
content: "\e081";
|
310
|
+
}
|
311
|
+
.icon-plus:before {
|
312
|
+
content: "\e095";
|
313
|
+
}
|
314
|
+
.icon-minus:before {
|
315
|
+
content: "\e615";
|
316
|
+
}
|
317
|
+
.icon-close:before {
|
318
|
+
content: "\e082";
|
319
|
+
}
|
320
|
+
.icon-event:before {
|
321
|
+
content: "\e619";
|
322
|
+
}
|
323
|
+
.icon-exclamation:before {
|
324
|
+
content: "\e617";
|
325
|
+
}
|
326
|
+
.icon-organization:before {
|
327
|
+
content: "\e616";
|
328
|
+
}
|
329
|
+
.icon-trophy:before {
|
330
|
+
content: "\e006";
|
331
|
+
}
|
332
|
+
.icon-screen-smartphone:before {
|
333
|
+
content: "\e010";
|
334
|
+
}
|
335
|
+
.icon-screen-desktop:before {
|
336
|
+
content: "\e011";
|
337
|
+
}
|
338
|
+
.icon-plane:before {
|
339
|
+
content: "\e012";
|
340
|
+
}
|
341
|
+
.icon-notebook:before {
|
342
|
+
content: "\e013";
|
343
|
+
}
|
344
|
+
.icon-mustache:before {
|
345
|
+
content: "\e014";
|
346
|
+
}
|
347
|
+
.icon-mouse:before {
|
348
|
+
content: "\e015";
|
349
|
+
}
|
350
|
+
.icon-magnet:before {
|
351
|
+
content: "\e016";
|
352
|
+
}
|
353
|
+
.icon-energy:before {
|
354
|
+
content: "\e020";
|
355
|
+
}
|
356
|
+
.icon-disc:before {
|
357
|
+
content: "\e022";
|
358
|
+
}
|
359
|
+
.icon-cursor:before {
|
360
|
+
content: "\e06e";
|
361
|
+
}
|
362
|
+
.icon-cursor-move:before {
|
363
|
+
content: "\e023";
|
364
|
+
}
|
365
|
+
.icon-crop:before {
|
366
|
+
content: "\e024";
|
367
|
+
}
|
368
|
+
.icon-chemistry:before {
|
369
|
+
content: "\e026";
|
370
|
+
}
|
371
|
+
.icon-speedometer:before {
|
372
|
+
content: "\e007";
|
373
|
+
}
|
374
|
+
.icon-shield:before {
|
375
|
+
content: "\e00e";
|
376
|
+
}
|
377
|
+
.icon-screen-tablet:before {
|
378
|
+
content: "\e00f";
|
379
|
+
}
|
380
|
+
.icon-magic-wand:before {
|
381
|
+
content: "\e017";
|
382
|
+
}
|
383
|
+
.icon-hourglass:before {
|
384
|
+
content: "\e018";
|
385
|
+
}
|
386
|
+
.icon-graduation:before {
|
387
|
+
content: "\e019";
|
388
|
+
}
|
389
|
+
.icon-ghost:before {
|
390
|
+
content: "\e01a";
|
391
|
+
}
|
392
|
+
.icon-game-controller:before {
|
393
|
+
content: "\e01b";
|
394
|
+
}
|
395
|
+
.icon-fire:before {
|
396
|
+
content: "\e01c";
|
397
|
+
}
|
398
|
+
.icon-eyeglass:before {
|
399
|
+
content: "\e01d";
|
400
|
+
}
|
401
|
+
.icon-envelope-open:before {
|
402
|
+
content: "\e01e";
|
403
|
+
}
|
404
|
+
.icon-envelope-letter:before {
|
405
|
+
content: "\e01f";
|
406
|
+
}
|
407
|
+
.icon-bell:before {
|
408
|
+
content: "\e027";
|
409
|
+
}
|
410
|
+
.icon-badge:before {
|
411
|
+
content: "\e028";
|
412
|
+
}
|
413
|
+
.icon-anchor:before {
|
414
|
+
content: "\e029";
|
415
|
+
}
|
416
|
+
.icon-wallet:before {
|
417
|
+
content: "\e02a";
|
418
|
+
}
|
419
|
+
.icon-vector:before {
|
420
|
+
content: "\e02b";
|
421
|
+
}
|
422
|
+
.icon-speech:before {
|
423
|
+
content: "\e02c";
|
424
|
+
}
|
425
|
+
.icon-puzzle:before {
|
426
|
+
content: "\e02d";
|
427
|
+
}
|
428
|
+
.icon-printer:before {
|
429
|
+
content: "\e02e";
|
430
|
+
}
|
431
|
+
.icon-present:before {
|
432
|
+
content: "\e02f";
|
433
|
+
}
|
434
|
+
.icon-playlist:before {
|
435
|
+
content: "\e030";
|
436
|
+
}
|
437
|
+
.icon-pin:before {
|
438
|
+
content: "\e031";
|
439
|
+
}
|
440
|
+
.icon-picture:before {
|
441
|
+
content: "\e032";
|
442
|
+
}
|
443
|
+
.icon-handbag:before {
|
444
|
+
content: "\e035";
|
445
|
+
}
|
446
|
+
.icon-globe-alt:before {
|
447
|
+
content: "\e036";
|
448
|
+
}
|
449
|
+
.icon-globe:before {
|
450
|
+
content: "\e037";
|
451
|
+
}
|
452
|
+
.icon-folder-alt:before {
|
453
|
+
content: "\e039";
|
454
|
+
}
|
455
|
+
.icon-folder:before {
|
456
|
+
content: "\e089";
|
457
|
+
}
|
458
|
+
.icon-film:before {
|
459
|
+
content: "\e03a";
|
460
|
+
}
|
461
|
+
.icon-feed:before {
|
462
|
+
content: "\e03b";
|
463
|
+
}
|
464
|
+
.icon-drop:before {
|
465
|
+
content: "\e03e";
|
466
|
+
}
|
467
|
+
.icon-drawer:before {
|
468
|
+
content: "\e03f";
|
469
|
+
}
|
470
|
+
.icon-docs:before {
|
471
|
+
content: "\e040";
|
472
|
+
}
|
473
|
+
.icon-doc:before {
|
474
|
+
content: "\e085";
|
475
|
+
}
|
476
|
+
.icon-diamond:before {
|
477
|
+
content: "\e043";
|
478
|
+
}
|
479
|
+
.icon-cup:before {
|
480
|
+
content: "\e044";
|
481
|
+
}
|
482
|
+
.icon-calculator:before {
|
483
|
+
content: "\e049";
|
484
|
+
}
|
485
|
+
.icon-bubbles:before {
|
486
|
+
content: "\e04a";
|
487
|
+
}
|
488
|
+
.icon-briefcase:before {
|
489
|
+
content: "\e04b";
|
490
|
+
}
|
491
|
+
.icon-book-open:before {
|
492
|
+
content: "\e04c";
|
493
|
+
}
|
494
|
+
.icon-basket-loaded:before {
|
495
|
+
content: "\e04d";
|
496
|
+
}
|
497
|
+
.icon-basket:before {
|
498
|
+
content: "\e04e";
|
499
|
+
}
|
500
|
+
.icon-bag:before {
|
501
|
+
content: "\e04f";
|
502
|
+
}
|
503
|
+
.icon-action-undo:before {
|
504
|
+
content: "\e050";
|
505
|
+
}
|
506
|
+
.icon-action-redo:before {
|
507
|
+
content: "\e051";
|
508
|
+
}
|
509
|
+
.icon-wrench:before {
|
510
|
+
content: "\e052";
|
511
|
+
}
|
512
|
+
.icon-umbrella:before {
|
513
|
+
content: "\e053";
|
514
|
+
}
|
515
|
+
.icon-trash:before {
|
516
|
+
content: "\e054";
|
517
|
+
}
|
518
|
+
.icon-tag:before {
|
519
|
+
content: "\e055";
|
520
|
+
}
|
521
|
+
.icon-support:before {
|
522
|
+
content: "\e056";
|
523
|
+
}
|
524
|
+
.icon-frame:before {
|
525
|
+
content: "\e038";
|
526
|
+
}
|
527
|
+
.icon-size-fullscreen:before {
|
528
|
+
content: "\e057";
|
529
|
+
}
|
530
|
+
.icon-size-actual:before {
|
531
|
+
content: "\e058";
|
532
|
+
}
|
533
|
+
.icon-shuffle:before {
|
534
|
+
content: "\e059";
|
535
|
+
}
|
536
|
+
.icon-share-alt:before {
|
537
|
+
content: "\e05a";
|
538
|
+
}
|
539
|
+
.icon-share:before {
|
540
|
+
content: "\e05b";
|
541
|
+
}
|
542
|
+
.icon-rocket:before {
|
543
|
+
content: "\e05c";
|
544
|
+
}
|
545
|
+
.icon-question:before {
|
546
|
+
content: "\e05d";
|
547
|
+
}
|
548
|
+
.icon-pie-chart:before {
|
549
|
+
content: "\e05e";
|
550
|
+
}
|
551
|
+
.icon-pencil:before {
|
552
|
+
content: "\e05f";
|
553
|
+
}
|
554
|
+
.icon-note:before {
|
555
|
+
content: "\e060";
|
556
|
+
}
|
557
|
+
.icon-loop:before {
|
558
|
+
content: "\e064";
|
559
|
+
}
|
560
|
+
.icon-home:before {
|
561
|
+
content: "\e069";
|
562
|
+
}
|
563
|
+
.icon-grid:before {
|
564
|
+
content: "\e06a";
|
565
|
+
}
|
566
|
+
.icon-graph:before {
|
567
|
+
content: "\e06b";
|
568
|
+
}
|
569
|
+
.icon-microphone:before {
|
570
|
+
content: "\e063";
|
571
|
+
}
|
572
|
+
.icon-music-tone-alt:before {
|
573
|
+
content: "\e061";
|
574
|
+
}
|
575
|
+
.icon-music-tone:before {
|
576
|
+
content: "\e062";
|
577
|
+
}
|
578
|
+
.icon-earphones-alt:before {
|
579
|
+
content: "\e03c";
|
580
|
+
}
|
581
|
+
.icon-earphones:before {
|
582
|
+
content: "\e03d";
|
583
|
+
}
|
584
|
+
.icon-equalizer:before {
|
585
|
+
content: "\e06c";
|
586
|
+
}
|
587
|
+
.icon-like:before {
|
588
|
+
content: "\e068";
|
589
|
+
}
|
590
|
+
.icon-dislike:before {
|
591
|
+
content: "\e06d";
|
592
|
+
}
|
593
|
+
.icon-control-start:before {
|
594
|
+
content: "\e06f";
|
595
|
+
}
|
596
|
+
.icon-control-rewind:before {
|
597
|
+
content: "\e070";
|
598
|
+
}
|
599
|
+
.icon-control-play:before {
|
600
|
+
content: "\e071";
|
601
|
+
}
|
602
|
+
.icon-control-pause:before {
|
603
|
+
content: "\e072";
|
604
|
+
}
|
605
|
+
.icon-control-forward:before {
|
606
|
+
content: "\e073";
|
607
|
+
}
|
608
|
+
.icon-control-end:before {
|
609
|
+
content: "\e074";
|
610
|
+
}
|
611
|
+
.icon-volume-1:before {
|
612
|
+
content: "\e09f";
|
613
|
+
}
|
614
|
+
.icon-volume-2:before {
|
615
|
+
content: "\e0a0";
|
616
|
+
}
|
617
|
+
.icon-volume-off:before {
|
618
|
+
content: "\e0a1";
|
619
|
+
}
|
620
|
+
.icon-calendar:before {
|
621
|
+
content: "\e075";
|
622
|
+
}
|
623
|
+
.icon-bulb:before {
|
624
|
+
content: "\e076";
|
625
|
+
}
|
626
|
+
.icon-chart:before {
|
627
|
+
content: "\e077";
|
628
|
+
}
|
629
|
+
.icon-ban:before {
|
630
|
+
content: "\e07c";
|
631
|
+
}
|
632
|
+
.icon-bubble:before {
|
633
|
+
content: "\e07d";
|
634
|
+
}
|
635
|
+
.icon-camrecorder:before {
|
636
|
+
content: "\e07e";
|
637
|
+
}
|
638
|
+
.icon-camera:before {
|
639
|
+
content: "\e07f";
|
640
|
+
}
|
641
|
+
.icon-cloud-download:before {
|
642
|
+
content: "\e083";
|
643
|
+
}
|
644
|
+
.icon-cloud-upload:before {
|
645
|
+
content: "\e084";
|
646
|
+
}
|
647
|
+
.icon-envelope:before {
|
648
|
+
content: "\e086";
|
649
|
+
}
|
650
|
+
.icon-eye:before {
|
651
|
+
content: "\e087";
|
652
|
+
}
|
653
|
+
.icon-flag:before {
|
654
|
+
content: "\e088";
|
655
|
+
}
|
656
|
+
.icon-heart:before {
|
657
|
+
content: "\e08a";
|
658
|
+
}
|
659
|
+
.icon-info:before {
|
660
|
+
content: "\e08b";
|
661
|
+
}
|
662
|
+
.icon-key:before {
|
663
|
+
content: "\e08c";
|
664
|
+
}
|
665
|
+
.icon-link:before {
|
666
|
+
content: "\e08d";
|
667
|
+
}
|
668
|
+
.icon-lock:before {
|
669
|
+
content: "\e08e";
|
670
|
+
}
|
671
|
+
.icon-lock-open:before {
|
672
|
+
content: "\e08f";
|
673
|
+
}
|
674
|
+
.icon-magnifier:before {
|
675
|
+
content: "\e090";
|
676
|
+
}
|
677
|
+
.icon-magnifier-add:before {
|
678
|
+
content: "\e091";
|
679
|
+
}
|
680
|
+
.icon-magnifier-remove:before {
|
681
|
+
content: "\e092";
|
682
|
+
}
|
683
|
+
.icon-paper-clip:before {
|
684
|
+
content: "\e093";
|
685
|
+
}
|
686
|
+
.icon-paper-plane:before {
|
687
|
+
content: "\e094";
|
688
|
+
}
|
689
|
+
.icon-power:before {
|
690
|
+
content: "\e097";
|
691
|
+
}
|
692
|
+
.icon-refresh:before {
|
693
|
+
content: "\e098";
|
694
|
+
}
|
695
|
+
.icon-reload:before {
|
696
|
+
content: "\e099";
|
697
|
+
}
|
698
|
+
.icon-settings:before {
|
699
|
+
content: "\e09a";
|
700
|
+
}
|
701
|
+
.icon-star:before {
|
702
|
+
content: "\e09b";
|
703
|
+
}
|
704
|
+
.icon-symbol-female:before {
|
705
|
+
content: "\e09c";
|
706
|
+
}
|
707
|
+
.icon-symbol-male:before {
|
708
|
+
content: "\e09d";
|
709
|
+
}
|
710
|
+
.icon-target:before {
|
711
|
+
content: "\e09e";
|
712
|
+
}
|
713
|
+
.icon-credit-card:before {
|
714
|
+
content: "\e025";
|
715
|
+
}
|
716
|
+
.icon-paypal:before {
|
717
|
+
content: "\e608";
|
718
|
+
}
|
719
|
+
.icon-social-tumblr:before {
|
720
|
+
content: "\e00a";
|
721
|
+
}
|
722
|
+
.icon-social-twitter:before {
|
723
|
+
content: "\e009";
|
724
|
+
}
|
725
|
+
.icon-social-facebook:before {
|
726
|
+
content: "\e00b";
|
727
|
+
}
|
728
|
+
.icon-social-instagram:before {
|
729
|
+
content: "\e609";
|
730
|
+
}
|
731
|
+
.icon-social-linkedin:before {
|
732
|
+
content: "\e60a";
|
733
|
+
}
|
734
|
+
.icon-social-pinterest:before {
|
735
|
+
content: "\e60b";
|
736
|
+
}
|
737
|
+
.icon-social-github:before {
|
738
|
+
content: "\e60c";
|
739
|
+
}
|
740
|
+
.icon-social-google:before {
|
741
|
+
content: "\e60d";
|
742
|
+
}
|
743
|
+
.icon-social-reddit:before {
|
744
|
+
content: "\e60e";
|
745
|
+
}
|
746
|
+
.icon-social-skype:before {
|
747
|
+
content: "\e60f";
|
748
|
+
}
|
749
|
+
.icon-social-dribbble:before {
|
750
|
+
content: "\e00d";
|
751
|
+
}
|
752
|
+
.icon-social-behance:before {
|
753
|
+
content: "\e610";
|
754
|
+
}
|
755
|
+
.icon-social-foursqare:before {
|
756
|
+
content: "\e611";
|
757
|
+
}
|
758
|
+
.icon-social-soundcloud:before {
|
759
|
+
content: "\e612";
|
760
|
+
}
|
761
|
+
.icon-social-spotify:before {
|
762
|
+
content: "\e613";
|
763
|
+
}
|
764
|
+
.icon-social-stumbleupon:before {
|
765
|
+
content: "\e614";
|
766
|
+
}
|
767
|
+
.icon-social-youtube:before {
|
768
|
+
content: "\e008";
|
769
|
+
}
|
770
|
+
.icon-social-dropbox:before {
|
771
|
+
content: "\e00c";
|
772
|
+
}
|
773
|
+
.icon-social-vkontakte:before {
|
774
|
+
content: "\e618";
|
775
|
+
}
|
776
|
+
.icon-social-steam:before {
|
777
|
+
content: "\e620";
|
778
|
+
}
|