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,35 @@
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); } }
@@ -0,0 +1,129 @@
1
+ /*
2
+ * Usage:
3
+ *
4
+ <div class="sk-fading-circle">
5
+ <div class="sk-circle1 sk-circle"></div>
6
+ <div class="sk-circle2 sk-circle"></div>
7
+ <div class="sk-circle3 sk-circle"></div>
8
+ <div class="sk-circle4 sk-circle"></div>
9
+ <div class="sk-circle5 sk-circle"></div>
10
+ <div class="sk-circle6 sk-circle"></div>
11
+ <div class="sk-circle7 sk-circle"></div>
12
+ <div class="sk-circle8 sk-circle"></div>
13
+ <div class="sk-circle9 sk-circle"></div>
14
+ <div class="sk-circle10 sk-circle"></div>
15
+ <div class="sk-circle11 sk-circle"></div>
16
+ <div class="sk-circle12 sk-circle"></div>
17
+ </div>
18
+ *
19
+ */
20
+ .sk-fading-circle {
21
+ margin: 40px auto;
22
+ width: 40px;
23
+ height: 40px;
24
+ position: relative; }
25
+ .sk-fading-circle .sk-circle {
26
+ width: 100%;
27
+ height: 100%;
28
+ position: absolute;
29
+ left: 0;
30
+ top: 0; }
31
+ .sk-fading-circle .sk-circle:before {
32
+ content: '';
33
+ display: block;
34
+ margin: 0 auto;
35
+ width: 15%;
36
+ height: 15%;
37
+ background-color: #333;
38
+ border-radius: 100%;
39
+ -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
40
+ animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
41
+ .sk-fading-circle .sk-circle2 {
42
+ -webkit-transform: rotate(30deg);
43
+ -ms-transform: rotate(30deg);
44
+ transform: rotate(30deg); }
45
+ .sk-fading-circle .sk-circle3 {
46
+ -webkit-transform: rotate(60deg);
47
+ -ms-transform: rotate(60deg);
48
+ transform: rotate(60deg); }
49
+ .sk-fading-circle .sk-circle4 {
50
+ -webkit-transform: rotate(90deg);
51
+ -ms-transform: rotate(90deg);
52
+ transform: rotate(90deg); }
53
+ .sk-fading-circle .sk-circle5 {
54
+ -webkit-transform: rotate(120deg);
55
+ -ms-transform: rotate(120deg);
56
+ transform: rotate(120deg); }
57
+ .sk-fading-circle .sk-circle6 {
58
+ -webkit-transform: rotate(150deg);
59
+ -ms-transform: rotate(150deg);
60
+ transform: rotate(150deg); }
61
+ .sk-fading-circle .sk-circle7 {
62
+ -webkit-transform: rotate(180deg);
63
+ -ms-transform: rotate(180deg);
64
+ transform: rotate(180deg); }
65
+ .sk-fading-circle .sk-circle8 {
66
+ -webkit-transform: rotate(210deg);
67
+ -ms-transform: rotate(210deg);
68
+ transform: rotate(210deg); }
69
+ .sk-fading-circle .sk-circle9 {
70
+ -webkit-transform: rotate(240deg);
71
+ -ms-transform: rotate(240deg);
72
+ transform: rotate(240deg); }
73
+ .sk-fading-circle .sk-circle10 {
74
+ -webkit-transform: rotate(270deg);
75
+ -ms-transform: rotate(270deg);
76
+ transform: rotate(270deg); }
77
+ .sk-fading-circle .sk-circle11 {
78
+ -webkit-transform: rotate(300deg);
79
+ -ms-transform: rotate(300deg);
80
+ transform: rotate(300deg); }
81
+ .sk-fading-circle .sk-circle12 {
82
+ -webkit-transform: rotate(330deg);
83
+ -ms-transform: rotate(330deg);
84
+ transform: rotate(330deg); }
85
+ .sk-fading-circle .sk-circle2:before {
86
+ -webkit-animation-delay: -1.1s;
87
+ animation-delay: -1.1s; }
88
+ .sk-fading-circle .sk-circle3:before {
89
+ -webkit-animation-delay: -1s;
90
+ animation-delay: -1s; }
91
+ .sk-fading-circle .sk-circle4:before {
92
+ -webkit-animation-delay: -0.9s;
93
+ animation-delay: -0.9s; }
94
+ .sk-fading-circle .sk-circle5:before {
95
+ -webkit-animation-delay: -0.8s;
96
+ animation-delay: -0.8s; }
97
+ .sk-fading-circle .sk-circle6:before {
98
+ -webkit-animation-delay: -0.7s;
99
+ animation-delay: -0.7s; }
100
+ .sk-fading-circle .sk-circle7:before {
101
+ -webkit-animation-delay: -0.6s;
102
+ animation-delay: -0.6s; }
103
+ .sk-fading-circle .sk-circle8:before {
104
+ -webkit-animation-delay: -0.5s;
105
+ animation-delay: -0.5s; }
106
+ .sk-fading-circle .sk-circle9:before {
107
+ -webkit-animation-delay: -0.4s;
108
+ animation-delay: -0.4s; }
109
+ .sk-fading-circle .sk-circle10:before {
110
+ -webkit-animation-delay: -0.3s;
111
+ animation-delay: -0.3s; }
112
+ .sk-fading-circle .sk-circle11:before {
113
+ -webkit-animation-delay: -0.2s;
114
+ animation-delay: -0.2s; }
115
+ .sk-fading-circle .sk-circle12:before {
116
+ -webkit-animation-delay: -0.1s;
117
+ animation-delay: -0.1s; }
118
+
119
+ @-webkit-keyframes sk-circleFadeDelay {
120
+ 0%, 39%, 100% {
121
+ opacity: 0; }
122
+ 40% {
123
+ opacity: 1; } }
124
+
125
+ @keyframes sk-circleFadeDelay {
126
+ 0%, 39%, 100% {
127
+ opacity: 0; }
128
+ 40% {
129
+ opacity: 1; } }
@@ -0,0 +1,85 @@
1
+ /*
2
+ * Usage:
3
+ *
4
+ <div class="sk-folding-cube">
5
+ <div class="sk-cube1 sk-cube"></div>
6
+ <div class="sk-cube2 sk-cube"></div>
7
+ <div class="sk-cube4 sk-cube"></div>
8
+ <div class="sk-cube3 sk-cube"></div>
9
+ </div>
10
+ *
11
+ */
12
+ .sk-folding-cube {
13
+ margin: 40px auto;
14
+ width: 40px;
15
+ height: 40px;
16
+ position: relative;
17
+ -webkit-transform: rotateZ(45deg);
18
+ transform: rotateZ(45deg); }
19
+ .sk-folding-cube .sk-cube {
20
+ float: left;
21
+ width: 50%;
22
+ height: 50%;
23
+ position: relative;
24
+ -webkit-transform: scale(1.1);
25
+ -ms-transform: scale(1.1);
26
+ transform: scale(1.1); }
27
+ .sk-folding-cube .sk-cube:before {
28
+ content: '';
29
+ position: absolute;
30
+ top: 0;
31
+ left: 0;
32
+ width: 100%;
33
+ height: 100%;
34
+ background-color: #333;
35
+ -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
36
+ animation: sk-foldCubeAngle 2.4s infinite linear both;
37
+ -webkit-transform-origin: 100% 100%;
38
+ -ms-transform-origin: 100% 100%;
39
+ transform-origin: 100% 100%; }
40
+ .sk-folding-cube .sk-cube2 {
41
+ -webkit-transform: scale(1.1) rotateZ(90deg);
42
+ transform: scale(1.1) rotateZ(90deg); }
43
+ .sk-folding-cube .sk-cube3 {
44
+ -webkit-transform: scale(1.1) rotateZ(180deg);
45
+ transform: scale(1.1) rotateZ(180deg); }
46
+ .sk-folding-cube .sk-cube4 {
47
+ -webkit-transform: scale(1.1) rotateZ(270deg);
48
+ transform: scale(1.1) rotateZ(270deg); }
49
+ .sk-folding-cube .sk-cube2:before {
50
+ -webkit-animation-delay: 0.3s;
51
+ animation-delay: 0.3s; }
52
+ .sk-folding-cube .sk-cube3:before {
53
+ -webkit-animation-delay: 0.6s;
54
+ animation-delay: 0.6s; }
55
+ .sk-folding-cube .sk-cube4:before {
56
+ -webkit-animation-delay: 0.9s;
57
+ animation-delay: 0.9s; }
58
+
59
+ @-webkit-keyframes sk-foldCubeAngle {
60
+ 0%, 10% {
61
+ -webkit-transform: perspective(140px) rotateX(-180deg);
62
+ transform: perspective(140px) rotateX(-180deg);
63
+ opacity: 0; }
64
+ 25%, 75% {
65
+ -webkit-transform: perspective(140px) rotateX(0deg);
66
+ transform: perspective(140px) rotateX(0deg);
67
+ opacity: 1; }
68
+ 90%, 100% {
69
+ -webkit-transform: perspective(140px) rotateY(180deg);
70
+ transform: perspective(140px) rotateY(180deg);
71
+ opacity: 0; } }
72
+
73
+ @keyframes sk-foldCubeAngle {
74
+ 0%, 10% {
75
+ -webkit-transform: perspective(140px) rotateX(-180deg);
76
+ transform: perspective(140px) rotateX(-180deg);
77
+ opacity: 0; }
78
+ 25%, 75% {
79
+ -webkit-transform: perspective(140px) rotateX(0deg);
80
+ transform: perspective(140px) rotateX(0deg);
81
+ opacity: 1; }
82
+ 90%, 100% {
83
+ -webkit-transform: perspective(140px) rotateY(180deg);
84
+ transform: perspective(140px) rotateY(180deg);
85
+ opacity: 0; } }
@@ -0,0 +1,44 @@
1
+ /*
2
+ * Usage:
3
+ *
4
+ <div class="sk-double-bounce">
5
+ <div class="sk-child sk-double-bounce1"></div>
6
+ <div class="sk-child sk-double-bounce2"></div>
7
+ </div>
8
+ *
9
+ */
10
+ .sk-double-bounce {
11
+ width: 40px;
12
+ height: 40px;
13
+ position: relative;
14
+ margin: 40px auto; }
15
+ .sk-double-bounce .sk-child {
16
+ width: 100%;
17
+ height: 100%;
18
+ border-radius: 50%;
19
+ background-color: #333;
20
+ opacity: 0.6;
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
25
+ animation: sk-doubleBounce 2s infinite ease-in-out; }
26
+ .sk-double-bounce .sk-double-bounce2 {
27
+ -webkit-animation-delay: -1.0s;
28
+ animation-delay: -1.0s; }
29
+
30
+ @-webkit-keyframes sk-doubleBounce {
31
+ 0%, 100% {
32
+ -webkit-transform: scale(0);
33
+ transform: scale(0); }
34
+ 50% {
35
+ -webkit-transform: scale(1);
36
+ transform: scale(1); } }
37
+
38
+ @keyframes sk-doubleBounce {
39
+ 0%, 100% {
40
+ -webkit-transform: scale(0);
41
+ transform: scale(0); }
42
+ 50% {
43
+ -webkit-transform: scale(1);
44
+ transform: scale(1); } }
@@ -0,0 +1,56 @@
1
+ /*
2
+ * Usage:
3
+ *
4
+ <div class="sk-wave">
5
+ <div class="sk-rect sk-rect1"></div>
6
+ <div class="sk-rect sk-rect2"></div>
7
+ <div class="sk-rect sk-rect3"></div>
8
+ <div class="sk-rect sk-rect4"></div>
9
+ <div class="sk-rect sk-rect5"></div>
10
+ </div>
11
+ *
12
+ */
13
+ .sk-wave {
14
+ margin: 40px auto;
15
+ width: 50px;
16
+ height: 40px;
17
+ text-align: center;
18
+ font-size: 10px; }
19
+ .sk-wave .sk-rect {
20
+ background-color: #333;
21
+ height: 100%;
22
+ width: 6px;
23
+ display: inline-block;
24
+ -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
25
+ animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
26
+ .sk-wave .sk-rect1 {
27
+ -webkit-animation-delay: -1.2s;
28
+ animation-delay: -1.2s; }
29
+ .sk-wave .sk-rect2 {
30
+ -webkit-animation-delay: -1.1s;
31
+ animation-delay: -1.1s; }
32
+ .sk-wave .sk-rect3 {
33
+ -webkit-animation-delay: -1s;
34
+ animation-delay: -1s; }
35
+ .sk-wave .sk-rect4 {
36
+ -webkit-animation-delay: -0.9s;
37
+ animation-delay: -0.9s; }
38
+ .sk-wave .sk-rect5 {
39
+ -webkit-animation-delay: -0.8s;
40
+ animation-delay: -0.8s; }
41
+
42
+ @-webkit-keyframes sk-waveStretchDelay {
43
+ 0%, 40%, 100% {
44
+ -webkit-transform: scaleY(0.4);
45
+ transform: scaleY(0.4); }
46
+ 20% {
47
+ -webkit-transform: scaleY(1);
48
+ transform: scaleY(1); } }
49
+
50
+ @keyframes sk-waveStretchDelay {
51
+ 0%, 40%, 100% {
52
+ -webkit-transform: scaleY(0.4);
53
+ transform: scaleY(0.4); }
54
+ 20% {
55
+ -webkit-transform: scaleY(1);
56
+ transform: scaleY(1); } }
@@ -0,0 +1,68 @@
1
+ /*
2
+ * Usage:
3
+ *
4
+ <div class="sk-wandering-cubes">
5
+ <div class="sk-cube sk-cube1"></div>
6
+ <div class="sk-cube sk-cube2"></div>
7
+ </div>
8
+ *
9
+ */
10
+ .sk-wandering-cubes {
11
+ margin: 40px auto;
12
+ width: 40px;
13
+ height: 40px;
14
+ position: relative; }
15
+ .sk-wandering-cubes .sk-cube {
16
+ background-color: #333;
17
+ width: 10px;
18
+ height: 10px;
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
23
+ animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }
24
+ .sk-wandering-cubes .sk-cube2 {
25
+ -webkit-animation-delay: -0.9s;
26
+ animation-delay: -0.9s; }
27
+
28
+ @-webkit-keyframes sk-wanderingCube {
29
+ 0% {
30
+ -webkit-transform: rotate(0deg);
31
+ transform: rotate(0deg); }
32
+ 25% {
33
+ -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
34
+ transform: translateX(30px) rotate(-90deg) scale(0.5); }
35
+ 50% {
36
+ /* Hack to make FF rotate in the right direction */
37
+ -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
38
+ transform: translateX(30px) translateY(30px) rotate(-179deg); }
39
+ 50.1% {
40
+ -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
41
+ transform: translateX(30px) translateY(30px) rotate(-180deg); }
42
+ 75% {
43
+ -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
44
+ transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
45
+ 100% {
46
+ -webkit-transform: rotate(-360deg);
47
+ transform: rotate(-360deg); } }
48
+
49
+ @keyframes sk-wanderingCube {
50
+ 0% {
51
+ -webkit-transform: rotate(0deg);
52
+ transform: rotate(0deg); }
53
+ 25% {
54
+ -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
55
+ transform: translateX(30px) rotate(-90deg) scale(0.5); }
56
+ 50% {
57
+ /* Hack to make FF rotate in the right direction */
58
+ -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
59
+ transform: translateX(30px) translateY(30px) rotate(-179deg); }
60
+ 50.1% {
61
+ -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
62
+ transform: translateX(30px) translateY(30px) rotate(-180deg); }
63
+ 75% {
64
+ -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
65
+ transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
66
+ 100% {
67
+ -webkit-transform: rotate(-360deg);
68
+ transform: rotate(-360deg); } }
@@ -0,0 +1,32 @@
1
+ /*
2
+ * Usage:
3
+ *
4
+ <div class="sk-spinner sk-spinner-pulse"></div>
5
+ *
6
+ */
7
+ .sk-spinner-pulse {
8
+ width: 40px;
9
+ height: 40px;
10
+ margin: 40px auto;
11
+ background-color: #333;
12
+ border-radius: 100%;
13
+ -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
14
+ animation: sk-pulseScaleOut 1s infinite ease-in-out; }
15
+
16
+ @-webkit-keyframes sk-pulseScaleOut {
17
+ 0% {
18
+ -webkit-transform: scale(0);
19
+ transform: scale(0); }
20
+ 100% {
21
+ -webkit-transform: scale(1);
22
+ transform: scale(1);
23
+ opacity: 0; } }
24
+
25
+ @keyframes sk-pulseScaleOut {
26
+ 0% {
27
+ -webkit-transform: scale(0);
28
+ transform: scale(0); }
29
+ 100% {
30
+ -webkit-transform: scale(1);
31
+ transform: scale(1);
32
+ opacity: 0; } }
@@ -0,0 +1,58 @@
1
+ /*
2
+ * Usage:
3
+ *
4
+ <div class="sk-chasing-dots">
5
+ <div class="sk-child sk-dot1"></div>
6
+ <div class="sk-child sk-dot2"></div>
7
+ </div>
8
+ *
9
+ */
10
+ .sk-chasing-dots {
11
+ margin: 40px auto;
12
+ width: 40px;
13
+ height: 40px;
14
+ position: relative;
15
+ text-align: center;
16
+ -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
17
+ animation: sk-chasingDotsRotate 2s infinite linear; }
18
+ .sk-chasing-dots .sk-child {
19
+ width: 60%;
20
+ height: 60%;
21
+ display: inline-block;
22
+ position: absolute;
23
+ top: 0;
24
+ background-color: #333;
25
+ border-radius: 100%;
26
+ -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
27
+ animation: sk-chasingDotsBounce 2s infinite ease-in-out; }
28
+ .sk-chasing-dots .sk-dot2 {
29
+ top: auto;
30
+ bottom: 0;
31
+ -webkit-animation-delay: -1s;
32
+ animation-delay: -1s; }
33
+
34
+ @-webkit-keyframes sk-chasingDotsRotate {
35
+ 100% {
36
+ -webkit-transform: rotate(360deg);
37
+ transform: rotate(360deg); } }
38
+
39
+ @keyframes sk-chasingDotsRotate {
40
+ 100% {
41
+ -webkit-transform: rotate(360deg);
42
+ transform: rotate(360deg); } }
43
+
44
+ @-webkit-keyframes sk-chasingDotsBounce {
45
+ 0%, 100% {
46
+ -webkit-transform: scale(0);
47
+ transform: scale(0); }
48
+ 50% {
49
+ -webkit-transform: scale(1);
50
+ transform: scale(1); } }
51
+
52
+ @keyframes sk-chasingDotsBounce {
53
+ 0%, 100% {
54
+ -webkit-transform: scale(0);
55
+ transform: scale(0); }
56
+ 50% {
57
+ -webkit-transform: scale(1);
58
+ transform: scale(1); } }
@@ -0,0 +1,44 @@
1
+ /*
2
+ * Usage:
3
+ *
4
+ <div class="sk-three-bounce">
5
+ <div class="sk-child sk-bounce1"></div>
6
+ <div class="sk-child sk-bounce2"></div>
7
+ <div class="sk-child sk-bounce3"></div>
8
+ </div>
9
+ *
10
+ */
11
+ .sk-three-bounce {
12
+ margin: 40px auto;
13
+ width: 80px;
14
+ text-align: center; }
15
+ .sk-three-bounce .sk-child {
16
+ width: 20px;
17
+ height: 20px;
18
+ background-color: #333;
19
+ border-radius: 100%;
20
+ display: inline-block;
21
+ -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
22
+ animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
23
+ .sk-three-bounce .sk-bounce1 {
24
+ -webkit-animation-delay: -0.32s;
25
+ animation-delay: -0.32s; }
26
+ .sk-three-bounce .sk-bounce2 {
27
+ -webkit-animation-delay: -0.16s;
28
+ animation-delay: -0.16s; }
29
+
30
+ @-webkit-keyframes sk-three-bounce {
31
+ 0%, 80%, 100% {
32
+ -webkit-transform: scale(0);
33
+ transform: scale(0); }
34
+ 40% {
35
+ -webkit-transform: scale(1);
36
+ transform: scale(1); } }
37
+
38
+ @keyframes sk-three-bounce {
39
+ 0%, 80%, 100% {
40
+ -webkit-transform: scale(0);
41
+ transform: scale(0); }
42
+ 40% {
43
+ -webkit-transform: scale(1);
44
+ transform: scale(1); } }
@@ -0,0 +1,133 @@
1
+ /*
2
+ * Usage:
3
+ *
4
+ <div class="sk-circle">
5
+ <div class="sk-circle1 sk-child"></div>
6
+ <div class="sk-circle2 sk-child"></div>
7
+ <div class="sk-circle3 sk-child"></div>
8
+ <div class="sk-circle4 sk-child"></div>
9
+ <div class="sk-circle5 sk-child"></div>
10
+ <div class="sk-circle6 sk-child"></div>
11
+ <div class="sk-circle7 sk-child"></div>
12
+ <div class="sk-circle8 sk-child"></div>
13
+ <div class="sk-circle9 sk-child"></div>
14
+ <div class="sk-circle10 sk-child"></div>
15
+ <div class="sk-circle11 sk-child"></div>
16
+ <div class="sk-circle12 sk-child"></div>
17
+ </div>
18
+ *
19
+ */
20
+ .sk-circle {
21
+ margin: 40px auto;
22
+ width: 40px;
23
+ height: 40px;
24
+ position: relative; }
25
+ .sk-circle .sk-child {
26
+ width: 100%;
27
+ height: 100%;
28
+ position: absolute;
29
+ left: 0;
30
+ top: 0; }
31
+ .sk-circle .sk-child:before {
32
+ content: '';
33
+ display: block;
34
+ margin: 0 auto;
35
+ width: 15%;
36
+ height: 15%;
37
+ background-color: #333;
38
+ border-radius: 100%;
39
+ -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
40
+ animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
41
+ .sk-circle .sk-circle2 {
42
+ -webkit-transform: rotate(30deg);
43
+ -ms-transform: rotate(30deg);
44
+ transform: rotate(30deg); }
45
+ .sk-circle .sk-circle3 {
46
+ -webkit-transform: rotate(60deg);
47
+ -ms-transform: rotate(60deg);
48
+ transform: rotate(60deg); }
49
+ .sk-circle .sk-circle4 {
50
+ -webkit-transform: rotate(90deg);
51
+ -ms-transform: rotate(90deg);
52
+ transform: rotate(90deg); }
53
+ .sk-circle .sk-circle5 {
54
+ -webkit-transform: rotate(120deg);
55
+ -ms-transform: rotate(120deg);
56
+ transform: rotate(120deg); }
57
+ .sk-circle .sk-circle6 {
58
+ -webkit-transform: rotate(150deg);
59
+ -ms-transform: rotate(150deg);
60
+ transform: rotate(150deg); }
61
+ .sk-circle .sk-circle7 {
62
+ -webkit-transform: rotate(180deg);
63
+ -ms-transform: rotate(180deg);
64
+ transform: rotate(180deg); }
65
+ .sk-circle .sk-circle8 {
66
+ -webkit-transform: rotate(210deg);
67
+ -ms-transform: rotate(210deg);
68
+ transform: rotate(210deg); }
69
+ .sk-circle .sk-circle9 {
70
+ -webkit-transform: rotate(240deg);
71
+ -ms-transform: rotate(240deg);
72
+ transform: rotate(240deg); }
73
+ .sk-circle .sk-circle10 {
74
+ -webkit-transform: rotate(270deg);
75
+ -ms-transform: rotate(270deg);
76
+ transform: rotate(270deg); }
77
+ .sk-circle .sk-circle11 {
78
+ -webkit-transform: rotate(300deg);
79
+ -ms-transform: rotate(300deg);
80
+ transform: rotate(300deg); }
81
+ .sk-circle .sk-circle12 {
82
+ -webkit-transform: rotate(330deg);
83
+ -ms-transform: rotate(330deg);
84
+ transform: rotate(330deg); }
85
+ .sk-circle .sk-circle2:before {
86
+ -webkit-animation-delay: -1.1s;
87
+ animation-delay: -1.1s; }
88
+ .sk-circle .sk-circle3:before {
89
+ -webkit-animation-delay: -1s;
90
+ animation-delay: -1s; }
91
+ .sk-circle .sk-circle4:before {
92
+ -webkit-animation-delay: -0.9s;
93
+ animation-delay: -0.9s; }
94
+ .sk-circle .sk-circle5:before {
95
+ -webkit-animation-delay: -0.8s;
96
+ animation-delay: -0.8s; }
97
+ .sk-circle .sk-circle6:before {
98
+ -webkit-animation-delay: -0.7s;
99
+ animation-delay: -0.7s; }
100
+ .sk-circle .sk-circle7:before {
101
+ -webkit-animation-delay: -0.6s;
102
+ animation-delay: -0.6s; }
103
+ .sk-circle .sk-circle8:before {
104
+ -webkit-animation-delay: -0.5s;
105
+ animation-delay: -0.5s; }
106
+ .sk-circle .sk-circle9:before {
107
+ -webkit-animation-delay: -0.4s;
108
+ animation-delay: -0.4s; }
109
+ .sk-circle .sk-circle10:before {
110
+ -webkit-animation-delay: -0.3s;
111
+ animation-delay: -0.3s; }
112
+ .sk-circle .sk-circle11:before {
113
+ -webkit-animation-delay: -0.2s;
114
+ animation-delay: -0.2s; }
115
+ .sk-circle .sk-circle12:before {
116
+ -webkit-animation-delay: -0.1s;
117
+ animation-delay: -0.1s; }
118
+
119
+ @-webkit-keyframes sk-circleBounceDelay {
120
+ 0%, 80%, 100% {
121
+ -webkit-transform: scale(0);
122
+ transform: scale(0); }
123
+ 40% {
124
+ -webkit-transform: scale(1);
125
+ transform: scale(1); } }
126
+
127
+ @keyframes sk-circleBounceDelay {
128
+ 0%, 80%, 100% {
129
+ -webkit-transform: scale(0);
130
+ transform: scale(0); }
131
+ 40% {
132
+ -webkit-transform: scale(1);
133
+ transform: scale(1); } }