cupboard 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (132) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. data/app/assets/images/icook-logo-footer.svg +1 -0
  4. data/app/assets/images/vip_modal.svg +1 -0
  5. data/app/assets/stylesheets/_base.scss +3 -1
  6. data/app/assets/stylesheets/_components.scss +31 -29
  7. data/app/assets/stylesheets/_helpers.scss +4 -3
  8. data/app/assets/stylesheets/_layouts.scss +1 -2
  9. data/app/assets/stylesheets/_vendors.scss +7 -0
  10. data/app/assets/stylesheets/base/_basic.scss +35 -0
  11. data/app/assets/stylesheets/base/_forms.scss +96 -50
  12. data/app/assets/stylesheets/base/_inputs.scss +85 -0
  13. data/app/assets/stylesheets/base/_lists.scss +1 -1
  14. data/app/assets/stylesheets/base/{_table.scss → _tables.scss} +12 -12
  15. data/app/assets/stylesheets/base/_typography.scss +34 -210
  16. data/app/assets/stylesheets/components/_badges.scss +47 -10
  17. data/app/assets/stylesheets/components/_breadcrumbs.scss +25 -9
  18. data/app/assets/stylesheets/components/_buttons.scss +3 -207
  19. data/app/assets/stylesheets/components/_pagination.scss +26 -16
  20. data/app/assets/stylesheets/components/_search-form.scss +89 -28
  21. data/app/assets/stylesheets/components/_sorting-cards.scss +1 -1
  22. data/app/assets/stylesheets/components/alerts/_alert-global.scss +45 -23
  23. data/app/assets/stylesheets/components/alerts/_alert-market.scss +6 -6
  24. data/app/assets/stylesheets/components/alerts/_alert-no-result.scss +1 -0
  25. data/app/assets/stylesheets/components/alerts/_report-msg.scss +51 -0
  26. data/app/assets/stylesheets/components/buttons/_card-buttons.scss +88 -0
  27. data/app/assets/stylesheets/components/buttons/_default-buttons.scss +98 -0
  28. data/app/assets/stylesheets/components/buttons/_round-buttons.scss +125 -0
  29. data/app/assets/stylesheets/components/cards/_brand-product-card.scss +65 -36
  30. data/app/assets/stylesheets/components/cards/_dish-card.scss +8 -12
  31. data/app/assets/stylesheets/components/cards/_featured-card.scss +69 -0
  32. data/app/assets/stylesheets/components/cards/_feeds-card.scss +9 -12
  33. data/app/assets/stylesheets/components/cards/_list-card.scss +88 -96
  34. data/app/assets/stylesheets/components/cards/_photo-card.scss +57 -101
  35. data/app/assets/stylesheets/components/cards/_product-card.scss +8 -8
  36. data/app/assets/stylesheets/components/cards/_recipe-card.scss +86 -67
  37. data/app/assets/stylesheets/components/cards/_video-card.scss +28 -29
  38. data/app/assets/stylesheets/components/comments/_comment-form.scss +5 -13
  39. data/app/assets/stylesheets/components/comments/_single-comment.scss +21 -14
  40. data/app/assets/stylesheets/components/covers/_brand-cover.scss +1 -1
  41. data/app/assets/stylesheets/components/covers/_categories-cover.scss +65 -45
  42. data/app/assets/stylesheets/components/covers/_users-cover.scss +75 -0
  43. data/app/assets/stylesheets/components/features/_feature-events.scss +2 -5
  44. data/app/assets/stylesheets/components/features/_feature-slides.scss +5 -6
  45. data/app/assets/stylesheets/components/icons/_footer-social-icons.scss +11 -34
  46. data/app/assets/stylesheets/components/icons/_icon-status.scss +12 -16
  47. data/app/assets/stylesheets/components/icons/_icookfont.scss +5 -0
  48. data/app/assets/stylesheets/components/modals/_modal-reset.scss +1 -1
  49. data/app/assets/stylesheets/components/modals/_recipe-list-modal.scss +8 -5
  50. data/app/assets/stylesheets/components/modals/_vip-modal.scss +114 -0
  51. data/app/assets/stylesheets/components/navigations/_blog-navi.scss +15 -19
  52. data/app/assets/stylesheets/components/navigations/_brand-tabs-navi.scss +4 -4
  53. data/app/assets/stylesheets/components/navigations/_categories-navi.scss +54 -137
  54. data/app/assets/stylesheets/components/recipes/_ingredients.scss +17 -22
  55. data/app/assets/stylesheets/components/recipes/_notes.scss +2 -2
  56. data/app/assets/stylesheets/components/recipes/_recipe-details.scss +5 -3
  57. data/app/assets/stylesheets/components/recipes/_recipe-navi.scss +29 -32
  58. data/app/assets/stylesheets/components/recipes/_steps.scss +2 -9
  59. data/app/assets/stylesheets/components/sidebars/_brand-ingredients.scss +3 -8
  60. data/app/assets/stylesheets/components/sidebars/_brand-popular-lists.scss +10 -13
  61. data/app/assets/stylesheets/components/sidebars/_brand-recent-events.scss +1 -2
  62. data/app/assets/stylesheets/components/sidebars/_business-kitchen.scss +11 -10
  63. data/app/assets/stylesheets/components/sidebars/_business-sponsors.scss +65 -0
  64. data/app/assets/stylesheets/components/sidebars/_hot-categories.scss +20 -39
  65. data/app/assets/stylesheets/components/sidebars/_icook-video.scss +4 -8
  66. data/app/assets/stylesheets/components/sidebars/_popular-recipes.scss +88 -33
  67. data/app/assets/stylesheets/components/sidebars/_popular-search.scss +17 -25
  68. data/app/assets/stylesheets/components/sidebars/_recipes-collect.scss +5 -2
  69. data/app/assets/stylesheets/components/sidebars/_sidebar-basic.scss +5 -14
  70. data/app/assets/stylesheets/components/sidebars/_tv-more-recipes.scss +3 -4
  71. data/app/assets/stylesheets/components/sidebars/_tv-popular-tags.scss +4 -5
  72. data/app/assets/stylesheets/components/users/_fav-list.scss +6 -8
  73. data/app/assets/stylesheets/components/users/_user-stats.scss +29 -25
  74. data/app/assets/stylesheets/helpers/_mixin-badge.scss +4 -3
  75. data/app/assets/stylesheets/helpers/_mixin-ellipsis.scss +39 -0
  76. data/app/assets/stylesheets/helpers/_mixin-flex.scss +247 -0
  77. data/app/assets/stylesheets/helpers/_mixin-icons.scss +6 -18
  78. data/app/assets/stylesheets/helpers/_variables-color.scss +47 -83
  79. data/app/assets/stylesheets/layouts/_base-footer.scss +15 -18
  80. data/app/assets/stylesheets/layouts/_global-navbar.scss +12 -15
  81. data/app/assets/stylesheets/layouts/_mega-footer.scss +298 -0
  82. data/app/assets/stylesheets/vendors/SpinKit/.bower.json +30 -0
  83. data/app/assets/stylesheets/vendors/SpinKit/CHANGELOG.md +40 -0
  84. data/app/assets/stylesheets/vendors/SpinKit/CONTRIBUTING.md +22 -0
  85. data/app/assets/stylesheets/vendors/SpinKit/LICENSE +20 -0
  86. data/app/assets/stylesheets/vendors/SpinKit/README.md +72 -0
  87. data/app/assets/stylesheets/vendors/SpinKit/bower.json +19 -0
  88. data/app/assets/stylesheets/vendors/SpinKit/css/spinkit.css +770 -0
  89. data/app/assets/stylesheets/vendors/SpinKit/css/spinners/1-rotating-plane.css +35 -0
  90. data/app/assets/stylesheets/vendors/SpinKit/css/spinners/10-fading-circle.css +129 -0
  91. data/app/assets/stylesheets/vendors/SpinKit/css/spinners/11-folding-cube.css +85 -0
  92. data/app/assets/stylesheets/vendors/SpinKit/css/spinners/2-double-bounce.css +44 -0
  93. data/app/assets/stylesheets/vendors/SpinKit/css/spinners/3-wave.css +56 -0
  94. data/app/assets/stylesheets/vendors/SpinKit/css/spinners/4-wandering-cubes.css +68 -0
  95. data/app/assets/stylesheets/vendors/SpinKit/css/spinners/5-pulse.css +32 -0
  96. data/app/assets/stylesheets/vendors/SpinKit/css/spinners/6-chasing-dots.css +58 -0
  97. data/app/assets/stylesheets/vendors/SpinKit/css/spinners/7-three-bounce.css +44 -0
  98. data/app/assets/stylesheets/vendors/SpinKit/css/spinners/8-circle.css +133 -0
  99. data/app/assets/stylesheets/vendors/SpinKit/css/spinners/9-cube-grid.css +76 -0
  100. data/app/assets/stylesheets/vendors/SpinKit/examples/1-rotating-plane.html +49 -0
  101. data/app/assets/stylesheets/vendors/SpinKit/examples/10-fading-circle.html +156 -0
  102. data/app/assets/stylesheets/vendors/SpinKit/examples/11-folding-cube.html +104 -0
  103. data/app/assets/stylesheets/vendors/SpinKit/examples/2-double-bounce.html +61 -0
  104. data/app/assets/stylesheets/vendors/SpinKit/examples/3-wave.html +76 -0
  105. data/app/assets/stylesheets/vendors/SpinKit/examples/4-wandering-cubes.html +85 -0
  106. data/app/assets/stylesheets/vendors/SpinKit/examples/5-pulse.html +46 -0
  107. data/app/assets/stylesheets/vendors/SpinKit/examples/6-chasing-dots.html +75 -0
  108. data/app/assets/stylesheets/vendors/SpinKit/examples/7-three-bounce.html +62 -0
  109. data/app/assets/stylesheets/vendors/SpinKit/examples/8-circle.html +160 -0
  110. data/app/assets/stylesheets/vendors/SpinKit/examples/9-cube-grid.html +100 -0
  111. data/app/assets/stylesheets/vendors/SpinKit/gulpfile.js +97 -0
  112. data/app/assets/stylesheets/vendors/SpinKit/package.json +34 -0
  113. data/app/assets/stylesheets/vendors/SpinKit/scss/_variables.scss +3 -0
  114. data/app/assets/stylesheets/vendors/SpinKit/scss/spinkit.scss +12 -0
  115. data/app/assets/stylesheets/vendors/SpinKit/scss/spinners/1-rotating-plane.scss +25 -0
  116. data/app/assets/stylesheets/vendors/SpinKit/scss/spinners/10-fading-circle.scss +63 -0
  117. data/app/assets/stylesheets/vendors/SpinKit/scss/spinners/11-folding-cube.scss +70 -0
  118. data/app/assets/stylesheets/vendors/SpinKit/scss/spinners/2-double-bounce.scss +38 -0
  119. data/app/assets/stylesheets/vendors/SpinKit/scss/spinners/3-wave.scss +42 -0
  120. data/app/assets/stylesheets/vendors/SpinKit/scss/spinners/4-wandering-cubes.scss +51 -0
  121. data/app/assets/stylesheets/vendors/SpinKit/scss/spinners/5-pulse.scss +25 -0
  122. data/app/assets/stylesheets/vendors/SpinKit/scss/spinners/6-chasing-dots.scss +52 -0
  123. data/app/assets/stylesheets/vendors/SpinKit/scss/spinners/7-three-bounce.scss +40 -0
  124. data/app/assets/stylesheets/vendors/SpinKit/scss/spinners/8-circle.scss +62 -0
  125. data/app/assets/stylesheets/vendors/SpinKit/scss/spinners/9-cube-grid.scss +55 -0
  126. data/lib/cupboard/version.rb +1 -1
  127. metadata +62 -8
  128. data/app/assets/stylesheets/components/navigations/_categories-navi-responsive.scss +0 -129
  129. data/app/assets/stylesheets/components/navigations/_tv-navi.scss +0 -252
  130. data/app/assets/stylesheets/helpers/_mixin-buttons.scss +0 -17
  131. data/app/assets/stylesheets/layouts/_footer-nav.scss +0 -151
  132. data/app/assets/stylesheets/layouts/_sub-header-market.scss +0 -138
@@ -0,0 +1,770 @@
1
+ /*
2
+ * Usage:
3
+ *
4
+ <div class="sk-rotating-plane"></div>
5
+ *
6
+ */
7
+ .sk-rotating-plane {
8
+ width: 40px;
9
+ height: 40px;
10
+ background-color: #333;
11
+ margin: 40px auto;
12
+ -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
13
+ animation: sk-rotatePlane 1.2s infinite ease-in-out; }
14
+
15
+ @-webkit-keyframes sk-rotatePlane {
16
+ 0% {
17
+ -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
18
+ transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
19
+ 50% {
20
+ -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
21
+ transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
22
+ 100% {
23
+ -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
24
+ transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
25
+
26
+ @keyframes sk-rotatePlane {
27
+ 0% {
28
+ -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
29
+ transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
30
+ 50% {
31
+ -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
32
+ transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
33
+ 100% {
34
+ -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
35
+ transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
36
+
37
+ /*
38
+ * Usage:
39
+ *
40
+ <div class="sk-double-bounce">
41
+ <div class="sk-child sk-double-bounce1"></div>
42
+ <div class="sk-child sk-double-bounce2"></div>
43
+ </div>
44
+ *
45
+ */
46
+ .sk-double-bounce {
47
+ width: 40px;
48
+ height: 40px;
49
+ position: relative;
50
+ margin: 40px auto; }
51
+ .sk-double-bounce .sk-child {
52
+ width: 100%;
53
+ height: 100%;
54
+ border-radius: 50%;
55
+ background-color: #333;
56
+ opacity: 0.6;
57
+ position: absolute;
58
+ top: 0;
59
+ left: 0;
60
+ -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
61
+ animation: sk-doubleBounce 2s infinite ease-in-out; }
62
+ .sk-double-bounce .sk-double-bounce2 {
63
+ -webkit-animation-delay: -1.0s;
64
+ animation-delay: -1.0s; }
65
+
66
+ @-webkit-keyframes sk-doubleBounce {
67
+ 0%, 100% {
68
+ -webkit-transform: scale(0);
69
+ transform: scale(0); }
70
+ 50% {
71
+ -webkit-transform: scale(1);
72
+ transform: scale(1); } }
73
+
74
+ @keyframes sk-doubleBounce {
75
+ 0%, 100% {
76
+ -webkit-transform: scale(0);
77
+ transform: scale(0); }
78
+ 50% {
79
+ -webkit-transform: scale(1);
80
+ transform: scale(1); } }
81
+
82
+ /*
83
+ * Usage:
84
+ *
85
+ <div class="sk-wave">
86
+ <div class="sk-rect sk-rect1"></div>
87
+ <div class="sk-rect sk-rect2"></div>
88
+ <div class="sk-rect sk-rect3"></div>
89
+ <div class="sk-rect sk-rect4"></div>
90
+ <div class="sk-rect sk-rect5"></div>
91
+ </div>
92
+ *
93
+ */
94
+ .sk-wave {
95
+ margin: 40px auto;
96
+ width: 50px;
97
+ height: 40px;
98
+ text-align: center;
99
+ font-size: 10px; }
100
+ .sk-wave .sk-rect {
101
+ background-color: #333;
102
+ height: 100%;
103
+ width: 6px;
104
+ display: inline-block;
105
+ -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
106
+ animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
107
+ .sk-wave .sk-rect1 {
108
+ -webkit-animation-delay: -1.2s;
109
+ animation-delay: -1.2s; }
110
+ .sk-wave .sk-rect2 {
111
+ -webkit-animation-delay: -1.1s;
112
+ animation-delay: -1.1s; }
113
+ .sk-wave .sk-rect3 {
114
+ -webkit-animation-delay: -1s;
115
+ animation-delay: -1s; }
116
+ .sk-wave .sk-rect4 {
117
+ -webkit-animation-delay: -0.9s;
118
+ animation-delay: -0.9s; }
119
+ .sk-wave .sk-rect5 {
120
+ -webkit-animation-delay: -0.8s;
121
+ animation-delay: -0.8s; }
122
+
123
+ @-webkit-keyframes sk-waveStretchDelay {
124
+ 0%, 40%, 100% {
125
+ -webkit-transform: scaleY(0.4);
126
+ transform: scaleY(0.4); }
127
+ 20% {
128
+ -webkit-transform: scaleY(1);
129
+ transform: scaleY(1); } }
130
+
131
+ @keyframes sk-waveStretchDelay {
132
+ 0%, 40%, 100% {
133
+ -webkit-transform: scaleY(0.4);
134
+ transform: scaleY(0.4); }
135
+ 20% {
136
+ -webkit-transform: scaleY(1);
137
+ transform: scaleY(1); } }
138
+
139
+ /*
140
+ * Usage:
141
+ *
142
+ <div class="sk-wandering-cubes">
143
+ <div class="sk-cube sk-cube1"></div>
144
+ <div class="sk-cube sk-cube2"></div>
145
+ </div>
146
+ *
147
+ */
148
+ .sk-wandering-cubes {
149
+ margin: 40px auto;
150
+ width: 40px;
151
+ height: 40px;
152
+ position: relative; }
153
+ .sk-wandering-cubes .sk-cube {
154
+ background-color: #333;
155
+ width: 10px;
156
+ height: 10px;
157
+ position: absolute;
158
+ top: 0;
159
+ left: 0;
160
+ -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
161
+ animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }
162
+ .sk-wandering-cubes .sk-cube2 {
163
+ -webkit-animation-delay: -0.9s;
164
+ animation-delay: -0.9s; }
165
+
166
+ @-webkit-keyframes sk-wanderingCube {
167
+ 0% {
168
+ -webkit-transform: rotate(0deg);
169
+ transform: rotate(0deg); }
170
+ 25% {
171
+ -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
172
+ transform: translateX(30px) rotate(-90deg) scale(0.5); }
173
+ 50% {
174
+ /* Hack to make FF rotate in the right direction */
175
+ -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
176
+ transform: translateX(30px) translateY(30px) rotate(-179deg); }
177
+ 50.1% {
178
+ -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
179
+ transform: translateX(30px) translateY(30px) rotate(-180deg); }
180
+ 75% {
181
+ -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
182
+ transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
183
+ 100% {
184
+ -webkit-transform: rotate(-360deg);
185
+ transform: rotate(-360deg); } }
186
+
187
+ @keyframes sk-wanderingCube {
188
+ 0% {
189
+ -webkit-transform: rotate(0deg);
190
+ transform: rotate(0deg); }
191
+ 25% {
192
+ -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
193
+ transform: translateX(30px) rotate(-90deg) scale(0.5); }
194
+ 50% {
195
+ /* Hack to make FF rotate in the right direction */
196
+ -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
197
+ transform: translateX(30px) translateY(30px) rotate(-179deg); }
198
+ 50.1% {
199
+ -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
200
+ transform: translateX(30px) translateY(30px) rotate(-180deg); }
201
+ 75% {
202
+ -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
203
+ transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
204
+ 100% {
205
+ -webkit-transform: rotate(-360deg);
206
+ transform: rotate(-360deg); } }
207
+
208
+ /*
209
+ * Usage:
210
+ *
211
+ <div class="sk-spinner sk-spinner-pulse"></div>
212
+ *
213
+ */
214
+ .sk-spinner-pulse {
215
+ width: 40px;
216
+ height: 40px;
217
+ margin: 40px auto;
218
+ background-color: #333;
219
+ border-radius: 100%;
220
+ -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
221
+ animation: sk-pulseScaleOut 1s infinite ease-in-out; }
222
+
223
+ @-webkit-keyframes sk-pulseScaleOut {
224
+ 0% {
225
+ -webkit-transform: scale(0);
226
+ transform: scale(0); }
227
+ 100% {
228
+ -webkit-transform: scale(1);
229
+ transform: scale(1);
230
+ opacity: 0; } }
231
+
232
+ @keyframes sk-pulseScaleOut {
233
+ 0% {
234
+ -webkit-transform: scale(0);
235
+ transform: scale(0); }
236
+ 100% {
237
+ -webkit-transform: scale(1);
238
+ transform: scale(1);
239
+ opacity: 0; } }
240
+
241
+ /*
242
+ * Usage:
243
+ *
244
+ <div class="sk-chasing-dots">
245
+ <div class="sk-child sk-dot1"></div>
246
+ <div class="sk-child sk-dot2"></div>
247
+ </div>
248
+ *
249
+ */
250
+ .sk-chasing-dots {
251
+ margin: 40px auto;
252
+ width: 40px;
253
+ height: 40px;
254
+ position: relative;
255
+ text-align: center;
256
+ -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
257
+ animation: sk-chasingDotsRotate 2s infinite linear; }
258
+ .sk-chasing-dots .sk-child {
259
+ width: 60%;
260
+ height: 60%;
261
+ display: inline-block;
262
+ position: absolute;
263
+ top: 0;
264
+ background-color: #333;
265
+ border-radius: 100%;
266
+ -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
267
+ animation: sk-chasingDotsBounce 2s infinite ease-in-out; }
268
+ .sk-chasing-dots .sk-dot2 {
269
+ top: auto;
270
+ bottom: 0;
271
+ -webkit-animation-delay: -1s;
272
+ animation-delay: -1s; }
273
+
274
+ @-webkit-keyframes sk-chasingDotsRotate {
275
+ 100% {
276
+ -webkit-transform: rotate(360deg);
277
+ transform: rotate(360deg); } }
278
+
279
+ @keyframes sk-chasingDotsRotate {
280
+ 100% {
281
+ -webkit-transform: rotate(360deg);
282
+ transform: rotate(360deg); } }
283
+
284
+ @-webkit-keyframes sk-chasingDotsBounce {
285
+ 0%, 100% {
286
+ -webkit-transform: scale(0);
287
+ transform: scale(0); }
288
+ 50% {
289
+ -webkit-transform: scale(1);
290
+ transform: scale(1); } }
291
+
292
+ @keyframes sk-chasingDotsBounce {
293
+ 0%, 100% {
294
+ -webkit-transform: scale(0);
295
+ transform: scale(0); }
296
+ 50% {
297
+ -webkit-transform: scale(1);
298
+ transform: scale(1); } }
299
+
300
+ /*
301
+ * Usage:
302
+ *
303
+ <div class="sk-three-bounce">
304
+ <div class="sk-child sk-bounce1"></div>
305
+ <div class="sk-child sk-bounce2"></div>
306
+ <div class="sk-child sk-bounce3"></div>
307
+ </div>
308
+ *
309
+ */
310
+ .sk-three-bounce {
311
+ margin: 40px auto;
312
+ width: 80px;
313
+ text-align: center; }
314
+ .sk-three-bounce .sk-child {
315
+ width: 20px;
316
+ height: 20px;
317
+ background-color: #333;
318
+ border-radius: 100%;
319
+ display: inline-block;
320
+ -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
321
+ animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
322
+ .sk-three-bounce .sk-bounce1 {
323
+ -webkit-animation-delay: -0.32s;
324
+ animation-delay: -0.32s; }
325
+ .sk-three-bounce .sk-bounce2 {
326
+ -webkit-animation-delay: -0.16s;
327
+ animation-delay: -0.16s; }
328
+
329
+ @-webkit-keyframes sk-three-bounce {
330
+ 0%, 80%, 100% {
331
+ -webkit-transform: scale(0);
332
+ transform: scale(0); }
333
+ 40% {
334
+ -webkit-transform: scale(1);
335
+ transform: scale(1); } }
336
+
337
+ @keyframes sk-three-bounce {
338
+ 0%, 80%, 100% {
339
+ -webkit-transform: scale(0);
340
+ transform: scale(0); }
341
+ 40% {
342
+ -webkit-transform: scale(1);
343
+ transform: scale(1); } }
344
+
345
+ /*
346
+ * Usage:
347
+ *
348
+ <div class="sk-circle">
349
+ <div class="sk-circle1 sk-child"></div>
350
+ <div class="sk-circle2 sk-child"></div>
351
+ <div class="sk-circle3 sk-child"></div>
352
+ <div class="sk-circle4 sk-child"></div>
353
+ <div class="sk-circle5 sk-child"></div>
354
+ <div class="sk-circle6 sk-child"></div>
355
+ <div class="sk-circle7 sk-child"></div>
356
+ <div class="sk-circle8 sk-child"></div>
357
+ <div class="sk-circle9 sk-child"></div>
358
+ <div class="sk-circle10 sk-child"></div>
359
+ <div class="sk-circle11 sk-child"></div>
360
+ <div class="sk-circle12 sk-child"></div>
361
+ </div>
362
+ *
363
+ */
364
+ .sk-circle {
365
+ margin: 40px auto;
366
+ width: 40px;
367
+ height: 40px;
368
+ position: relative; }
369
+ .sk-circle .sk-child {
370
+ width: 100%;
371
+ height: 100%;
372
+ position: absolute;
373
+ left: 0;
374
+ top: 0; }
375
+ .sk-circle .sk-child:before {
376
+ content: '';
377
+ display: block;
378
+ margin: 0 auto;
379
+ width: 15%;
380
+ height: 15%;
381
+ background-color: #333;
382
+ border-radius: 100%;
383
+ -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
384
+ animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
385
+ .sk-circle .sk-circle2 {
386
+ -webkit-transform: rotate(30deg);
387
+ -ms-transform: rotate(30deg);
388
+ transform: rotate(30deg); }
389
+ .sk-circle .sk-circle3 {
390
+ -webkit-transform: rotate(60deg);
391
+ -ms-transform: rotate(60deg);
392
+ transform: rotate(60deg); }
393
+ .sk-circle .sk-circle4 {
394
+ -webkit-transform: rotate(90deg);
395
+ -ms-transform: rotate(90deg);
396
+ transform: rotate(90deg); }
397
+ .sk-circle .sk-circle5 {
398
+ -webkit-transform: rotate(120deg);
399
+ -ms-transform: rotate(120deg);
400
+ transform: rotate(120deg); }
401
+ .sk-circle .sk-circle6 {
402
+ -webkit-transform: rotate(150deg);
403
+ -ms-transform: rotate(150deg);
404
+ transform: rotate(150deg); }
405
+ .sk-circle .sk-circle7 {
406
+ -webkit-transform: rotate(180deg);
407
+ -ms-transform: rotate(180deg);
408
+ transform: rotate(180deg); }
409
+ .sk-circle .sk-circle8 {
410
+ -webkit-transform: rotate(210deg);
411
+ -ms-transform: rotate(210deg);
412
+ transform: rotate(210deg); }
413
+ .sk-circle .sk-circle9 {
414
+ -webkit-transform: rotate(240deg);
415
+ -ms-transform: rotate(240deg);
416
+ transform: rotate(240deg); }
417
+ .sk-circle .sk-circle10 {
418
+ -webkit-transform: rotate(270deg);
419
+ -ms-transform: rotate(270deg);
420
+ transform: rotate(270deg); }
421
+ .sk-circle .sk-circle11 {
422
+ -webkit-transform: rotate(300deg);
423
+ -ms-transform: rotate(300deg);
424
+ transform: rotate(300deg); }
425
+ .sk-circle .sk-circle12 {
426
+ -webkit-transform: rotate(330deg);
427
+ -ms-transform: rotate(330deg);
428
+ transform: rotate(330deg); }
429
+ .sk-circle .sk-circle2:before {
430
+ -webkit-animation-delay: -1.1s;
431
+ animation-delay: -1.1s; }
432
+ .sk-circle .sk-circle3:before {
433
+ -webkit-animation-delay: -1s;
434
+ animation-delay: -1s; }
435
+ .sk-circle .sk-circle4:before {
436
+ -webkit-animation-delay: -0.9s;
437
+ animation-delay: -0.9s; }
438
+ .sk-circle .sk-circle5:before {
439
+ -webkit-animation-delay: -0.8s;
440
+ animation-delay: -0.8s; }
441
+ .sk-circle .sk-circle6:before {
442
+ -webkit-animation-delay: -0.7s;
443
+ animation-delay: -0.7s; }
444
+ .sk-circle .sk-circle7:before {
445
+ -webkit-animation-delay: -0.6s;
446
+ animation-delay: -0.6s; }
447
+ .sk-circle .sk-circle8:before {
448
+ -webkit-animation-delay: -0.5s;
449
+ animation-delay: -0.5s; }
450
+ .sk-circle .sk-circle9:before {
451
+ -webkit-animation-delay: -0.4s;
452
+ animation-delay: -0.4s; }
453
+ .sk-circle .sk-circle10:before {
454
+ -webkit-animation-delay: -0.3s;
455
+ animation-delay: -0.3s; }
456
+ .sk-circle .sk-circle11:before {
457
+ -webkit-animation-delay: -0.2s;
458
+ animation-delay: -0.2s; }
459
+ .sk-circle .sk-circle12:before {
460
+ -webkit-animation-delay: -0.1s;
461
+ animation-delay: -0.1s; }
462
+
463
+ @-webkit-keyframes sk-circleBounceDelay {
464
+ 0%, 80%, 100% {
465
+ -webkit-transform: scale(0);
466
+ transform: scale(0); }
467
+ 40% {
468
+ -webkit-transform: scale(1);
469
+ transform: scale(1); } }
470
+
471
+ @keyframes sk-circleBounceDelay {
472
+ 0%, 80%, 100% {
473
+ -webkit-transform: scale(0);
474
+ transform: scale(0); }
475
+ 40% {
476
+ -webkit-transform: scale(1);
477
+ transform: scale(1); } }
478
+
479
+ /*
480
+ * Usage:
481
+ *
482
+ <div class="sk-cube-grid">
483
+ <div class="sk-cube sk-cube1"></div>
484
+ <div class="sk-cube sk-cube2"></div>
485
+ <div class="sk-cube sk-cube3"></div>
486
+ <div class="sk-cube sk-cube4"></div>
487
+ <div class="sk-cube sk-cube5"></div>
488
+ <div class="sk-cube sk-cube6"></div>
489
+ <div class="sk-cube sk-cube7"></div>
490
+ <div class="sk-cube sk-cube8"></div>
491
+ <div class="sk-cube sk-cube9"></div>
492
+ </div>
493
+ *
494
+ */
495
+ .sk-cube-grid {
496
+ width: 40px;
497
+ height: 40px;
498
+ margin: 40px auto;
499
+ /*
500
+ * Spinner positions
501
+ * 1 2 3
502
+ * 4 5 6
503
+ * 7 8 9
504
+ */ }
505
+ .sk-cube-grid .sk-cube {
506
+ width: 33.33%;
507
+ height: 33.33%;
508
+ background-color: #333;
509
+ float: left;
510
+ -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
511
+ animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
512
+ .sk-cube-grid .sk-cube1 {
513
+ -webkit-animation-delay: 0.2s;
514
+ animation-delay: 0.2s; }
515
+ .sk-cube-grid .sk-cube2 {
516
+ -webkit-animation-delay: 0.3s;
517
+ animation-delay: 0.3s; }
518
+ .sk-cube-grid .sk-cube3 {
519
+ -webkit-animation-delay: 0.4s;
520
+ animation-delay: 0.4s; }
521
+ .sk-cube-grid .sk-cube4 {
522
+ -webkit-animation-delay: 0.1s;
523
+ animation-delay: 0.1s; }
524
+ .sk-cube-grid .sk-cube5 {
525
+ -webkit-animation-delay: 0.2s;
526
+ animation-delay: 0.2s; }
527
+ .sk-cube-grid .sk-cube6 {
528
+ -webkit-animation-delay: 0.3s;
529
+ animation-delay: 0.3s; }
530
+ .sk-cube-grid .sk-cube7 {
531
+ -webkit-animation-delay: 0.0s;
532
+ animation-delay: 0.0s; }
533
+ .sk-cube-grid .sk-cube8 {
534
+ -webkit-animation-delay: 0.1s;
535
+ animation-delay: 0.1s; }
536
+ .sk-cube-grid .sk-cube9 {
537
+ -webkit-animation-delay: 0.2s;
538
+ animation-delay: 0.2s; }
539
+
540
+ @-webkit-keyframes sk-cubeGridScaleDelay {
541
+ 0%, 70%, 100% {
542
+ -webkit-transform: scale3D(1, 1, 1);
543
+ transform: scale3D(1, 1, 1); }
544
+ 35% {
545
+ -webkit-transform: scale3D(0, 0, 1);
546
+ transform: scale3D(0, 0, 1); } }
547
+
548
+ @keyframes sk-cubeGridScaleDelay {
549
+ 0%, 70%, 100% {
550
+ -webkit-transform: scale3D(1, 1, 1);
551
+ transform: scale3D(1, 1, 1); }
552
+ 35% {
553
+ -webkit-transform: scale3D(0, 0, 1);
554
+ transform: scale3D(0, 0, 1); } }
555
+
556
+ /*
557
+ * Usage:
558
+ *
559
+ <div class="sk-fading-circle">
560
+ <div class="sk-circle1 sk-circle"></div>
561
+ <div class="sk-circle2 sk-circle"></div>
562
+ <div class="sk-circle3 sk-circle"></div>
563
+ <div class="sk-circle4 sk-circle"></div>
564
+ <div class="sk-circle5 sk-circle"></div>
565
+ <div class="sk-circle6 sk-circle"></div>
566
+ <div class="sk-circle7 sk-circle"></div>
567
+ <div class="sk-circle8 sk-circle"></div>
568
+ <div class="sk-circle9 sk-circle"></div>
569
+ <div class="sk-circle10 sk-circle"></div>
570
+ <div class="sk-circle11 sk-circle"></div>
571
+ <div class="sk-circle12 sk-circle"></div>
572
+ </div>
573
+ *
574
+ */
575
+ .sk-fading-circle {
576
+ margin: 40px auto;
577
+ width: 40px;
578
+ height: 40px;
579
+ position: relative; }
580
+ .sk-fading-circle .sk-circle {
581
+ width: 100%;
582
+ height: 100%;
583
+ position: absolute;
584
+ left: 0;
585
+ top: 0; }
586
+ .sk-fading-circle .sk-circle:before {
587
+ content: '';
588
+ display: block;
589
+ margin: 0 auto;
590
+ width: 15%;
591
+ height: 15%;
592
+ background-color: #333;
593
+ border-radius: 100%;
594
+ -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
595
+ animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
596
+ .sk-fading-circle .sk-circle2 {
597
+ -webkit-transform: rotate(30deg);
598
+ -ms-transform: rotate(30deg);
599
+ transform: rotate(30deg); }
600
+ .sk-fading-circle .sk-circle3 {
601
+ -webkit-transform: rotate(60deg);
602
+ -ms-transform: rotate(60deg);
603
+ transform: rotate(60deg); }
604
+ .sk-fading-circle .sk-circle4 {
605
+ -webkit-transform: rotate(90deg);
606
+ -ms-transform: rotate(90deg);
607
+ transform: rotate(90deg); }
608
+ .sk-fading-circle .sk-circle5 {
609
+ -webkit-transform: rotate(120deg);
610
+ -ms-transform: rotate(120deg);
611
+ transform: rotate(120deg); }
612
+ .sk-fading-circle .sk-circle6 {
613
+ -webkit-transform: rotate(150deg);
614
+ -ms-transform: rotate(150deg);
615
+ transform: rotate(150deg); }
616
+ .sk-fading-circle .sk-circle7 {
617
+ -webkit-transform: rotate(180deg);
618
+ -ms-transform: rotate(180deg);
619
+ transform: rotate(180deg); }
620
+ .sk-fading-circle .sk-circle8 {
621
+ -webkit-transform: rotate(210deg);
622
+ -ms-transform: rotate(210deg);
623
+ transform: rotate(210deg); }
624
+ .sk-fading-circle .sk-circle9 {
625
+ -webkit-transform: rotate(240deg);
626
+ -ms-transform: rotate(240deg);
627
+ transform: rotate(240deg); }
628
+ .sk-fading-circle .sk-circle10 {
629
+ -webkit-transform: rotate(270deg);
630
+ -ms-transform: rotate(270deg);
631
+ transform: rotate(270deg); }
632
+ .sk-fading-circle .sk-circle11 {
633
+ -webkit-transform: rotate(300deg);
634
+ -ms-transform: rotate(300deg);
635
+ transform: rotate(300deg); }
636
+ .sk-fading-circle .sk-circle12 {
637
+ -webkit-transform: rotate(330deg);
638
+ -ms-transform: rotate(330deg);
639
+ transform: rotate(330deg); }
640
+ .sk-fading-circle .sk-circle2:before {
641
+ -webkit-animation-delay: -1.1s;
642
+ animation-delay: -1.1s; }
643
+ .sk-fading-circle .sk-circle3:before {
644
+ -webkit-animation-delay: -1s;
645
+ animation-delay: -1s; }
646
+ .sk-fading-circle .sk-circle4:before {
647
+ -webkit-animation-delay: -0.9s;
648
+ animation-delay: -0.9s; }
649
+ .sk-fading-circle .sk-circle5:before {
650
+ -webkit-animation-delay: -0.8s;
651
+ animation-delay: -0.8s; }
652
+ .sk-fading-circle .sk-circle6:before {
653
+ -webkit-animation-delay: -0.7s;
654
+ animation-delay: -0.7s; }
655
+ .sk-fading-circle .sk-circle7:before {
656
+ -webkit-animation-delay: -0.6s;
657
+ animation-delay: -0.6s; }
658
+ .sk-fading-circle .sk-circle8:before {
659
+ -webkit-animation-delay: -0.5s;
660
+ animation-delay: -0.5s; }
661
+ .sk-fading-circle .sk-circle9:before {
662
+ -webkit-animation-delay: -0.4s;
663
+ animation-delay: -0.4s; }
664
+ .sk-fading-circle .sk-circle10:before {
665
+ -webkit-animation-delay: -0.3s;
666
+ animation-delay: -0.3s; }
667
+ .sk-fading-circle .sk-circle11:before {
668
+ -webkit-animation-delay: -0.2s;
669
+ animation-delay: -0.2s; }
670
+ .sk-fading-circle .sk-circle12:before {
671
+ -webkit-animation-delay: -0.1s;
672
+ animation-delay: -0.1s; }
673
+
674
+ @-webkit-keyframes sk-circleFadeDelay {
675
+ 0%, 39%, 100% {
676
+ opacity: 0; }
677
+ 40% {
678
+ opacity: 1; } }
679
+
680
+ @keyframes sk-circleFadeDelay {
681
+ 0%, 39%, 100% {
682
+ opacity: 0; }
683
+ 40% {
684
+ opacity: 1; } }
685
+
686
+ /*
687
+ * Usage:
688
+ *
689
+ <div class="sk-folding-cube">
690
+ <div class="sk-cube1 sk-cube"></div>
691
+ <div class="sk-cube2 sk-cube"></div>
692
+ <div class="sk-cube4 sk-cube"></div>
693
+ <div class="sk-cube3 sk-cube"></div>
694
+ </div>
695
+ *
696
+ */
697
+ .sk-folding-cube {
698
+ margin: 40px auto;
699
+ width: 40px;
700
+ height: 40px;
701
+ position: relative;
702
+ -webkit-transform: rotateZ(45deg);
703
+ transform: rotateZ(45deg); }
704
+ .sk-folding-cube .sk-cube {
705
+ float: left;
706
+ width: 50%;
707
+ height: 50%;
708
+ position: relative;
709
+ -webkit-transform: scale(1.1);
710
+ -ms-transform: scale(1.1);
711
+ transform: scale(1.1); }
712
+ .sk-folding-cube .sk-cube:before {
713
+ content: '';
714
+ position: absolute;
715
+ top: 0;
716
+ left: 0;
717
+ width: 100%;
718
+ height: 100%;
719
+ background-color: #333;
720
+ -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
721
+ animation: sk-foldCubeAngle 2.4s infinite linear both;
722
+ -webkit-transform-origin: 100% 100%;
723
+ -ms-transform-origin: 100% 100%;
724
+ transform-origin: 100% 100%; }
725
+ .sk-folding-cube .sk-cube2 {
726
+ -webkit-transform: scale(1.1) rotateZ(90deg);
727
+ transform: scale(1.1) rotateZ(90deg); }
728
+ .sk-folding-cube .sk-cube3 {
729
+ -webkit-transform: scale(1.1) rotateZ(180deg);
730
+ transform: scale(1.1) rotateZ(180deg); }
731
+ .sk-folding-cube .sk-cube4 {
732
+ -webkit-transform: scale(1.1) rotateZ(270deg);
733
+ transform: scale(1.1) rotateZ(270deg); }
734
+ .sk-folding-cube .sk-cube2:before {
735
+ -webkit-animation-delay: 0.3s;
736
+ animation-delay: 0.3s; }
737
+ .sk-folding-cube .sk-cube3:before {
738
+ -webkit-animation-delay: 0.6s;
739
+ animation-delay: 0.6s; }
740
+ .sk-folding-cube .sk-cube4:before {
741
+ -webkit-animation-delay: 0.9s;
742
+ animation-delay: 0.9s; }
743
+
744
+ @-webkit-keyframes sk-foldCubeAngle {
745
+ 0%, 10% {
746
+ -webkit-transform: perspective(140px) rotateX(-180deg);
747
+ transform: perspective(140px) rotateX(-180deg);
748
+ opacity: 0; }
749
+ 25%, 75% {
750
+ -webkit-transform: perspective(140px) rotateX(0deg);
751
+ transform: perspective(140px) rotateX(0deg);
752
+ opacity: 1; }
753
+ 90%, 100% {
754
+ -webkit-transform: perspective(140px) rotateY(180deg);
755
+ transform: perspective(140px) rotateY(180deg);
756
+ opacity: 0; } }
757
+
758
+ @keyframes sk-foldCubeAngle {
759
+ 0%, 10% {
760
+ -webkit-transform: perspective(140px) rotateX(-180deg);
761
+ transform: perspective(140px) rotateX(-180deg);
762
+ opacity: 0; }
763
+ 25%, 75% {
764
+ -webkit-transform: perspective(140px) rotateX(0deg);
765
+ transform: perspective(140px) rotateX(0deg);
766
+ opacity: 1; }
767
+ 90%, 100% {
768
+ -webkit-transform: perspective(140px) rotateY(180deg);
769
+ transform: perspective(140px) rotateY(180deg);
770
+ opacity: 0; } }