linaro-jekyll-theme 0.1.2.75 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (249) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +19 -52
  3. data/_includes/_theme-includes/_blog/pagination.html +1 -1
  4. data/_includes/_theme-includes/_footer/backup.html +71 -0
  5. data/_includes/_theme-includes/_footer/footer.html +23 -54
  6. data/_includes/_theme-includes/_head/ascii-art.html +11 -0
  7. data/_includes/_theme-includes/_head/head.html +7 -18
  8. data/_includes/_theme-includes/_navigation/_sub-navigation/tabbed-nav.html +150 -0
  9. data/_includes/_theme-includes/_navigation/nav.html +46 -119
  10. data/_includes/_theme-includes/_page-structure/breadcrumb.html +27 -77
  11. data/_includes/_theme-includes/_page-structure/old-breadcrumb.html +139 -0
  12. data/_includes/_theme-includes/_script-includes/css.html +1 -40
  13. data/_includes/_theme-includes/_script-includes/gtm/gtm-noscript.html +1 -2
  14. data/_includes/_theme-includes/_script-includes/gtm/gtm-script.html +7 -9
  15. data/_includes/_theme-includes/_script-includes/javascript.html +2 -50
  16. data/_includes/_theme-includes/_third-party/disqus.html +1 -1
  17. data/_includes/_theme-includes/_third-party/mailchimp-homepage.html +6 -1
  18. data/_includes/_theme-includes/_third-party/mailchimp-sub-footer.html +40 -0
  19. data/_includes/_theme-includes/members.html +3 -3
  20. data/_includes/image.html +1 -6
  21. data/_includes/media.html +1 -9
  22. data/_layouts/empty-container-page.html +13 -0
  23. data/_layouts/{fluid-no-sub-nav.html → plain-page.html} +2 -2
  24. data/_sass/{core/animations.scss → animations.scss} +0 -0
  25. data/_sass/blog.scss +188 -0
  26. data/_sass/bootstrap/_variables.scss +7 -30
  27. data/_sass/breadcrumb.scss +48 -0
  28. data/_sass/carousel.scss +122 -0
  29. data/_sass/{core/cookieconsent.scss → cookieconsent.scss} +2 -31
  30. data/_sass/critical.scss +991 -0
  31. data/_sass/{core/fa.scss → fa.scss} +2 -7
  32. data/_sass/flipclock.scss +435 -0
  33. data/_sass/{core/font-awesome.min.scss → font-awesome.min.scss} +0 -0
  34. data/_sass/{core/fonts.scss → fonts.scss} +0 -0
  35. data/_sass/footer.scss +76 -0
  36. data/_sass/{core/lightbox.scss → lightbox.scss} +0 -0
  37. data/_sass/members-sprite.scss +425 -0
  38. data/_sass/nav.scss +533 -0
  39. data/_sass/openhours.scss +51 -0
  40. data/_sass/{core/owl.carousel.min.scss → owl.carousel.min.scss} +1 -1
  41. data/_sass/{core/owl.theme.default.min.scss → owl.theme.default.min.scss} +0 -0
  42. data/_sass/products.scss +214 -0
  43. data/_sass/projects.scss +34 -0
  44. data/_sass/{core/social-media-icons.scss → social-media-icons.scss} +0 -0
  45. data/_sass/{core/syntax.scss → syntax.scss} +0 -0
  46. data/_sass/tables.scss +87 -0
  47. data/_sass/theme.scss +208 -0
  48. data/assets/css/_bootstrap-compass.scss +9 -0
  49. data/assets/css/_bootstrap-mincer.scss +19 -0
  50. data/assets/css/_bootstrap-sprockets.scss +9 -0
  51. data/assets/css/_bootstrap.scss +56 -0
  52. data/assets/css/blog-pages.scss +5 -0
  53. data/assets/css/bootstrap/_alerts.scss +73 -0
  54. data/assets/css/bootstrap/_badges.scss +68 -0
  55. data/assets/css/bootstrap/_breadcrumbs.scss +28 -0
  56. data/assets/css/bootstrap/_button-groups.scss +244 -0
  57. data/assets/css/bootstrap/_buttons.scss +168 -0
  58. data/assets/css/bootstrap/_carousel.scss +270 -0
  59. data/assets/css/bootstrap/_close.scss +36 -0
  60. data/assets/css/bootstrap/_code.scss +69 -0
  61. data/assets/css/bootstrap/_component-animations.scss +37 -0
  62. data/assets/css/bootstrap/_dropdowns.scss +216 -0
  63. data/assets/css/bootstrap/_forms.scss +617 -0
  64. data/assets/css/bootstrap/_glyphicons.scss +307 -0
  65. data/assets/css/bootstrap/_grid.scss +84 -0
  66. data/assets/css/bootstrap/_input-groups.scss +171 -0
  67. data/assets/css/bootstrap/_jumbotron.scss +54 -0
  68. data/assets/css/bootstrap/_labels.scss +66 -0
  69. data/assets/css/bootstrap/_list-group.scss +130 -0
  70. data/assets/css/bootstrap/_media.scss +66 -0
  71. data/assets/css/bootstrap/_mixins.scss +40 -0
  72. data/assets/css/bootstrap/_modals.scss +150 -0
  73. data/assets/css/bootstrap/_navbar.scss +662 -0
  74. data/assets/css/bootstrap/_navs.scss +242 -0
  75. data/assets/css/bootstrap/_normalize.scss +424 -0
  76. data/assets/css/bootstrap/_pager.scss +54 -0
  77. data/assets/css/bootstrap/_pagination.scss +89 -0
  78. data/assets/css/bootstrap/_panels.scss +271 -0
  79. data/assets/css/bootstrap/_popovers.scss +131 -0
  80. data/assets/css/bootstrap/_print.scss +101 -0
  81. data/assets/css/bootstrap/_progress-bars.scss +87 -0
  82. data/assets/css/bootstrap/_responsive-embed.scss +35 -0
  83. data/assets/css/bootstrap/_responsive-utilities.scss +179 -0
  84. data/assets/css/bootstrap/_scaffolding.scss +161 -0
  85. data/assets/css/bootstrap/_tables.scss +234 -0
  86. data/assets/css/bootstrap/_theme.scss +291 -0
  87. data/assets/css/bootstrap/_thumbnails.scss +38 -0
  88. data/assets/css/bootstrap/_tooltip.scss +101 -0
  89. data/assets/css/bootstrap/_type.scss +298 -0
  90. data/assets/css/bootstrap/_utilities.scss +55 -0
  91. data/assets/css/bootstrap/_variables.scss +874 -0
  92. data/assets/css/bootstrap/_wells.scss +29 -0
  93. data/assets/css/bootstrap/mixins/_alerts.scss +14 -0
  94. data/assets/css/bootstrap/mixins/_background-variant.scss +12 -0
  95. data/assets/css/bootstrap/mixins/_border-radius.scss +18 -0
  96. data/assets/css/bootstrap/mixins/_buttons.scss +65 -0
  97. data/assets/css/bootstrap/mixins/_center-block.scss +7 -0
  98. data/assets/css/bootstrap/mixins/_clearfix.scss +22 -0
  99. data/assets/css/bootstrap/mixins/_forms.scss +88 -0
  100. data/assets/css/bootstrap/mixins/_gradients.scss +58 -0
  101. data/assets/css/bootstrap/mixins/_grid-framework.scss +81 -0
  102. data/assets/css/bootstrap/mixins/_grid.scss +122 -0
  103. data/assets/css/bootstrap/mixins/_hide-text.scss +21 -0
  104. data/assets/css/bootstrap/mixins/_image.scss +33 -0
  105. data/assets/css/bootstrap/mixins/_labels.scss +12 -0
  106. data/assets/css/bootstrap/mixins/_list-group.scss +32 -0
  107. data/assets/css/bootstrap/mixins/_nav-divider.scss +10 -0
  108. data/assets/css/bootstrap/mixins/_nav-vertical-align.scss +9 -0
  109. data/assets/css/bootstrap/mixins/_opacity.scss +8 -0
  110. data/assets/css/bootstrap/mixins/_pagination.scss +24 -0
  111. data/assets/css/bootstrap/mixins/_panels.scss +24 -0
  112. data/assets/css/bootstrap/mixins/_progress-bar.scss +10 -0
  113. data/assets/css/bootstrap/mixins/_reset-filter.scss +8 -0
  114. data/assets/css/bootstrap/mixins/_reset-text.scss +18 -0
  115. data/assets/css/bootstrap/mixins/_resize.scss +6 -0
  116. data/assets/css/bootstrap/mixins/_responsive-visibility.scss +21 -0
  117. data/assets/css/bootstrap/mixins/_size.scss +10 -0
  118. data/assets/css/bootstrap/mixins/_tab-focus.scss +9 -0
  119. data/assets/css/bootstrap/mixins/_table-row.scss +28 -0
  120. data/assets/css/bootstrap/mixins/_text-emphasis.scss +12 -0
  121. data/assets/css/bootstrap/mixins/_text-overflow.scss +8 -0
  122. data/assets/css/bootstrap/mixins/_vendor-prefixes.scss +222 -0
  123. data/assets/css/core/animations.scss +125 -0
  124. data/{_sass → assets/css}/core/blog.scss +26 -136
  125. data/assets/css/core/breadcrumb.scss +48 -0
  126. data/{_sass → assets/css}/core/carousel.scss +0 -15
  127. data/assets/css/core/cookieconsent.scss +13 -0
  128. data/assets/css/core/critical.scss +991 -0
  129. data/assets/css/core/fa.scss +2331 -0
  130. data/{_sass → assets/css}/core/flipclock.scss +0 -0
  131. data/assets/css/core/font-awesome.min.scss +4 -0
  132. data/assets/css/core/fonts.scss +7 -0
  133. data/assets/css/core/footer.scss +79 -0
  134. data/assets/css/core/homepage.scss +16 -0
  135. data/assets/css/core/lightbox.scss +213 -0
  136. data/assets/css/core/members-sprite.scss +425 -0
  137. data/assets/css/core/nav.scss +536 -0
  138. data/{_sass → assets/css}/core/openhours.scss +0 -0
  139. data/assets/css/core/owl.carousel.min.scss +6 -0
  140. data/assets/css/core/owl.theme.default.min.scss +6 -0
  141. data/{_sass → assets/css}/core/products.scss +1 -1
  142. data/{_sass → assets/css}/core/projects.scss +0 -0
  143. data/assets/css/core/social-media-icons.scss +71 -0
  144. data/assets/css/core/syntax.scss +65 -0
  145. data/{_sass → assets/css}/core/tables.scss +0 -38
  146. data/assets/css/core/theme.scss +244 -0
  147. data/assets/css/documentation-pages.scss +3 -0
  148. data/assets/css/home-page.scss +3 -0
  149. data/assets/css/main.scss +0 -6
  150. data/assets/css/openhours-page.scss +4 -0
  151. data/assets/css/products-pages.scss +5 -0
  152. data/assets/css/projects-pages.scss +5 -0
  153. data/assets/js/app.js +5 -0
  154. data/assets/js/app/{main.js → 96boards.js} +29 -5
  155. data/assets/js/app/mixitup.js +23 -0
  156. data/assets/js/app/{search.js → search-page.js} +1 -1
  157. data/assets/js/app/{sticky.js → sticky-navbar.js} +0 -0
  158. data/assets/js/vendor.js +6 -0
  159. data/assets/js/vendor/cookieconsent.min.js +9 -2
  160. data/assets/js/vendor/filtrify.js +11 -0
  161. data/assets/js/vendor/flipclock.min.js +0 -33
  162. data/assets/js/vendor/lightbox.js +519 -0
  163. data/assets/js/vendor/loadCSS.js +34 -78
  164. data/assets/js/vendor/loadCSS.min.js +2 -0
  165. data/assets/js/vendor/picturefill.min.js +5 -0
  166. data/assets/js/vendor/shuffle.js +2004 -0
  167. data/{_layouts/about.html → assets/vendor.js} +0 -0
  168. metadata +207 -150
  169. data/_data/authors.yml +0 -7
  170. data/_data/company.yml +0 -29
  171. data/_data/footer.yml +0 -111
  172. data/_data/linaro.yml +0 -4
  173. data/_data/members_db.yaml +0 -115
  174. data/_data/nav.yml +0 -62
  175. data/_data/news.yaml +0 -230
  176. data/_data/sub-nav-stacked.yml +0 -67
  177. data/_data/sub-nav.yml +0 -61
  178. data/_includes/_theme-includes/_navigation/stacked-nav.html +0 -20
  179. data/_includes/_theme-includes/_navigation/tabbed-nav.html +0 -35
  180. data/_includes/_theme-includes/_page-structure/home-hero-shape.html +0 -34
  181. data/_includes/_theme-includes/_page-structure/home-hero.html +0 -23
  182. data/_includes/_theme-includes/_page-structure/shape-divider.html +0 -12
  183. data/_includes/_theme-includes/_script-includes/google-analytics/script.html +0 -10
  184. data/_includes/youtube.html +0 -7
  185. data/_layouts/accessory-display-page.html +0 -88
  186. data/_layouts/blog-breadcrumbless.html +0 -49
  187. data/_layouts/blog.html +0 -56
  188. data/_layouts/contact.html +0 -10
  189. data/_layouts/default-empty.html +0 -11
  190. data/_layouts/default-no-sub-nav.html +0 -15
  191. data/_layouts/default-plain.html +0 -16
  192. data/_layouts/default-stacked-breadcrumb.html +0 -23
  193. data/_layouts/default-stacked.html +0 -22
  194. data/_layouts/default.html +0 -20
  195. data/_layouts/empty.html +0 -10
  196. data/_layouts/fluid.html +0 -15
  197. data/_layouts/home-shape.html +0 -18
  198. data/_layouts/home.html +0 -18
  199. data/_layouts/post.html +0 -146
  200. data/_layouts/product-display-page.html +0 -262
  201. data/_layouts/project-display-page.html +0 -28
  202. data/_layouts/redirect.html +0 -11
  203. data/_sass/core/breadcrumb.scss +0 -90
  204. data/_sass/core/carousel-styles.scss +0 -3
  205. data/_sass/core/custom.scss +0 -3
  206. data/_sass/core/footer.scss +0 -133
  207. data/_sass/core/forms.scss +0 -0
  208. data/_sass/core/homepage.scss +0 -45
  209. data/_sass/core/nav.scss +0 -723
  210. data/_sass/core/old-search.scss +0 -239
  211. data/_sass/core/theme.scss +0 -444
  212. data/_sass/core/youtube.scss +0 -65
  213. data/_sass/custom.scss +0 -0
  214. data/assets/fonts/fontawesome-webfont.eot +0 -0
  215. data/assets/fonts/fontawesome-webfont.svg +0 -2671
  216. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  217. data/assets/fonts/fontawesome-webfont.woff +0 -0
  218. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
  219. data/assets/fonts/fontello.eot +0 -0
  220. data/assets/fonts/fontello.svg +0 -44
  221. data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  222. data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  223. data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
  224. data/assets/fonts/lato-regular/LICENSE.txt +0 -93
  225. data/assets/fonts/lato-regular/Lato-regular.eot +0 -0
  226. data/assets/fonts/lato-regular/Lato-regular.svg +0 -435
  227. data/assets/fonts/lato-regular/Lato-regular.ttf +0 -0
  228. data/assets/fonts/lato-regular/Lato-regular.woff +0 -0
  229. data/assets/fonts/lato-regular/Lato-regular.woff2 +0 -0
  230. data/assets/images/avatar-placeholder.png +0 -0
  231. data/assets/images/background-image.jpg +0 -0
  232. data/assets/images/banner.jpg +0 -0
  233. data/assets/images/close.png +0 -0
  234. data/assets/images/css3.png +0 -0
  235. data/assets/images/favicon.ico +0 -0
  236. data/assets/images/favicon.png +0 -0
  237. data/assets/images/html5.png +0 -0
  238. data/assets/images/jekyll.svg +0 -1
  239. data/assets/images/js.jpeg +0 -0
  240. data/assets/images/loading.gif +0 -0
  241. data/assets/images/next.png +0 -0
  242. data/assets/images/owl.video.play.png +0 -0
  243. data/assets/images/placeholder.png +0 -0
  244. data/assets/images/prev.png +0 -0
  245. data/assets/images/social-media-image.png +0 -0
  246. data/assets/js/app/tables.js +0 -8
  247. data/assets/js/vendor/cognito-forms.js +0 -150
  248. data/assets/js/vendor/lightbox.min.js +0 -14
  249. data/robots.txt +0 -9
@@ -4,13 +4,8 @@
4
4
  */
5
5
  @font-face {
6
6
  font-family: 'FontAwesome';
7
- src: url('/assets/fonts/fontawesome-webfont.eot);
8
- src: url('/assets/fonts/fontawesome-webfont.eot') format('embedded-opentype'),
9
- url('/assets/fonts/fontawesome-webfont.woff2) format('woff2'),
10
- url('/assets/fonts/fontawesome-webfont.woff) format('woff'),
11
- url('/assets/fonts/fontawesome-webfont.ttf) format('truetype'),
12
- url('/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
13
-
7
+ src: url('../fonts/fontawesome-webfont.eot);
8
+ src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2) format('woff2'), url('../fonts/fontawesome-webfont.woff) format('woff'), url('../fonts/fontawesome-webfont.ttf) format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
14
9
  font-weight: normal;
15
10
  font-style: normal;
16
11
  }
@@ -0,0 +1,435 @@
1
+ /* Get the bourbon mixin from http://bourbon.io */
2
+ /* Reset */
3
+ .flip-clock-wrapper * {
4
+ -webkit-box-sizing: border-box;
5
+ -moz-box-sizing: border-box;
6
+ -ms-box-sizing: border-box;
7
+ -o-box-sizing: border-box;
8
+ box-sizing: border-box;
9
+ -webkit-backface-visibility: hidden;
10
+ -moz-backface-visibility: hidden;
11
+ -ms-backface-visibility: hidden;
12
+ -o-backface-visibility: hidden;
13
+ backface-visibility: hidden;
14
+ }
15
+
16
+ .flip-clock-wrapper a {
17
+ cursor: pointer;
18
+ text-decoration: none;
19
+ color: #19947b; }
20
+
21
+ .flip-clock-wrapper a:hover {
22
+ color: #fff; }
23
+
24
+ .flip-clock-wrapper ul {
25
+ list-style: none; }
26
+
27
+ .flip-clock-wrapper.clearfix:before,
28
+ .flip-clock-wrapper.clearfix:after {
29
+ content: " ";
30
+ display: table; }
31
+
32
+ .flip-clock-wrapper.clearfix:after {
33
+ clear: both; }
34
+
35
+ .flip-clock-wrapper.clearfix {
36
+ *zoom: 1; }
37
+
38
+ /* Main */
39
+ .flip-clock-wrapper {
40
+ font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
41
+ -webkit-user-select: none;
42
+ }
43
+
44
+ .flip-clock-meridium {
45
+ background: none !important;
46
+ box-shadow: 0 0 0 !important;
47
+ font-size: 36px !important; }
48
+
49
+ .flip-clock-meridium a { color: #313333; }
50
+
51
+ .flip-clock-wrapper {
52
+ text-align: center;
53
+ position: relative;
54
+ width: 100%;
55
+ margin-bottom: 1em;
56
+ margin-left: 1em;
57
+ margin-right: 1em;
58
+ margin-top: 30px;
59
+ }
60
+
61
+ .flip-clock-wrapper:before,
62
+ .flip-clock-wrapper:after {
63
+ content: " "; /* 1 */
64
+ display: table; /* 2 */
65
+ }
66
+ .flip-clock-wrapper:after {
67
+ clear: both;
68
+ }
69
+
70
+ /* Skeleton */
71
+ .flip-clock-wrapper ul {
72
+ position: relative;
73
+ float: left;
74
+ margin: 5px;
75
+ width: 60px;
76
+ height: 90px;
77
+ font-size: 80px;
78
+ font-weight: bold;
79
+ line-height: 87px;
80
+ // border-radius: 6px;
81
+ background: #000;
82
+ }
83
+
84
+ .flip-clock-wrapper ul li {
85
+ z-index: 1;
86
+ position: absolute;
87
+ left: 0;
88
+ top: 0;
89
+ width: 100%;
90
+ height: 100%;
91
+ line-height: 87px;
92
+ text-decoration: none !important;
93
+ }
94
+
95
+ .flip-clock-wrapper ul li:first-child {
96
+ z-index: 2; }
97
+
98
+ .flip-clock-wrapper ul li a {
99
+ display: block;
100
+ height: 100%;
101
+ -webkit-perspective: 200px;
102
+ -moz-perspective: 200px;
103
+ perspective: 200px;
104
+ margin: 0 !important;
105
+ overflow: visible !important;
106
+ cursor: default !important; }
107
+
108
+ .flip-clock-wrapper ul li a div {
109
+ z-index: 1;
110
+ position: absolute;
111
+ left: 0;
112
+ width: 100%;
113
+ height: 50%;
114
+ font-size: 80px;
115
+ overflow: hidden;
116
+ outline: 1px solid transparent; }
117
+
118
+ .flip-clock-wrapper ul li a div .shadow {
119
+ position: absolute;
120
+ width: 100%;
121
+ height: 100%;
122
+ z-index: 2; }
123
+
124
+ .flip-clock-wrapper ul li a div.up {
125
+ -webkit-transform-origin: 50% 100%;
126
+ -moz-transform-origin: 50% 100%;
127
+ -ms-transform-origin: 50% 100%;
128
+ -o-transform-origin: 50% 100%;
129
+ transform-origin: 50% 100%;
130
+ top: 0; }
131
+
132
+ .flip-clock-wrapper ul li a div.up:after {
133
+ content: "";
134
+ position: absolute;
135
+ top: 44px;
136
+ left: 0;
137
+ z-index: 5;
138
+ width: 100%;
139
+ height: 3px;
140
+ background-color: #000;
141
+ background-color: rgba(0, 0, 0, 0.4); }
142
+
143
+ .flip-clock-wrapper ul li a div.down {
144
+ -webkit-transform-origin: 50% 0;
145
+ -moz-transform-origin: 50% 0;
146
+ -ms-transform-origin: 50% 0;
147
+ -o-transform-origin: 50% 0;
148
+ transform-origin: 50% 0;
149
+ bottom: 0;
150
+ border-bottom-left-radius: 6px;
151
+ border-bottom-right-radius: 6px;
152
+ }
153
+
154
+ .flip-clock-wrapper ul li a div div.inn {
155
+ position: absolute;
156
+ left: 0;
157
+ z-index: 1;
158
+ width: 100%;
159
+ height: 200%;
160
+ color: #19947b;
161
+ text-shadow: 0 1px 2px #000;
162
+ text-align: center;
163
+ background-color: #333;
164
+ // border-radius: 6px;
165
+ font-size: 70px; }
166
+
167
+ .flip-clock-wrapper ul li a div.up div.inn {
168
+ top: 0; }
169
+
170
+ .flip-clock-wrapper ul li a div.down div.inn {
171
+ bottom: 0; }
172
+
173
+ /* PLAY */
174
+ .flip-clock-wrapper ul.play li.flip-clock-before {
175
+ z-index: 3; }
176
+
177
+ .flip-clock-wrapper .flip { box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }
178
+
179
+ .flip-clock-wrapper ul.play li.flip-clock-active {
180
+ -webkit-animation: asd 0.5s 0.5s linear both;
181
+ -moz-animation: asd 0.5s 0.5s linear both;
182
+ animation: asd 0.5s 0.5s linear both;
183
+ z-index: 5; }
184
+
185
+ .flip-clock-divider {
186
+ float: left;
187
+ display: inline-block;
188
+ position: relative;
189
+ width: 20px;
190
+ height: 100px; }
191
+
192
+ .flip-clock-divider:first-child {
193
+ width: 0; }
194
+
195
+ .flip-clock-dot {
196
+ display: block;
197
+ background: #323434;
198
+ width: 10px;
199
+ height: 10px;
200
+ position: absolute;
201
+ border-radius: 50%;
202
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
203
+ left: 5px; }
204
+
205
+ .flip-clock-divider .flip-clock-label {
206
+ position: absolute;
207
+ top: -1.5em;
208
+ right: -86px;
209
+ color: black;
210
+ text-shadow: none; }
211
+
212
+ .flip-clock-divider.minutes .flip-clock-label {
213
+ right: -88px; }
214
+
215
+ .flip-clock-divider.seconds .flip-clock-label {
216
+ right: -91px; }
217
+
218
+ .flip-clock-dot.top {
219
+ top: 30px; }
220
+
221
+ .flip-clock-dot.bottom {
222
+ bottom: 30px; }
223
+
224
+ @-webkit-keyframes asd {
225
+ 0% {
226
+ z-index: 2; }
227
+
228
+ 20% {
229
+ z-index: 4; }
230
+
231
+ 100% {
232
+ z-index: 4; } }
233
+
234
+ @-moz-keyframes asd {
235
+ 0% {
236
+ z-index: 2; }
237
+
238
+ 20% {
239
+ z-index: 4; }
240
+
241
+ 100% {
242
+ z-index: 4; } }
243
+
244
+ @-o-keyframes asd {
245
+ 0% {
246
+ z-index: 2; }
247
+
248
+ 20% {
249
+ z-index: 4; }
250
+
251
+ 100% {
252
+ z-index: 4; } }
253
+
254
+ @keyframes asd {
255
+ 0% {
256
+ z-index: 2; }
257
+
258
+ 20% {
259
+ z-index: 4; }
260
+
261
+ 100% {
262
+ z-index: 4; } }
263
+
264
+ .flip-clock-wrapper ul.play li.flip-clock-active .down {
265
+ z-index: 2;
266
+ -webkit-animation: turn 0.5s 0.5s linear both;
267
+ -moz-animation: turn 0.5s 0.5s linear both;
268
+ animation: turn 0.5s 0.5s linear both; }
269
+
270
+ @-webkit-keyframes turn {
271
+ 0% {
272
+ -webkit-transform: rotateX(90deg); }
273
+
274
+ 100% {
275
+ -webkit-transform: rotateX(0deg); } }
276
+
277
+ @-moz-keyframes turn {
278
+ 0% {
279
+ -moz-transform: rotateX(90deg); }
280
+
281
+ 100% {
282
+ -moz-transform: rotateX(0deg); } }
283
+
284
+ @-o-keyframes turn {
285
+ 0% {
286
+ -o-transform: rotateX(90deg); }
287
+
288
+ 100% {
289
+ -o-transform: rotateX(0deg); } }
290
+
291
+ @keyframes turn {
292
+ 0% {
293
+ transform: rotateX(90deg); }
294
+
295
+ 100% {
296
+ transform: rotateX(0deg); } }
297
+
298
+ .flip-clock-wrapper ul.play li.flip-clock-before .up {
299
+ z-index: 2;
300
+ -webkit-animation: turn2 0.5s linear both;
301
+ -moz-animation: turn2 0.5s linear both;
302
+ animation: turn2 0.5s linear both; }
303
+
304
+ @-webkit-keyframes turn2 {
305
+ 0% {
306
+ -webkit-transform: rotateX(0deg); }
307
+
308
+ 100% {
309
+ -webkit-transform: rotateX(-90deg); } }
310
+
311
+ @-moz-keyframes turn2 {
312
+ 0% {
313
+ -moz-transform: rotateX(0deg); }
314
+
315
+ 100% {
316
+ -moz-transform: rotateX(-90deg); } }
317
+
318
+ @-o-keyframes turn2 {
319
+ 0% {
320
+ -o-transform: rotateX(0deg); }
321
+
322
+ 100% {
323
+ -o-transform: rotateX(-90deg); } }
324
+
325
+ @keyframes turn2 {
326
+ 0% {
327
+ transform: rotateX(0deg); }
328
+
329
+ 100% {
330
+ transform: rotateX(-90deg); } }
331
+
332
+ .flip-clock-wrapper ul li.flip-clock-active {
333
+ z-index: 3; }
334
+
335
+ /* SHADOW */
336
+ .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
337
+ background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
338
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
339
+ background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
340
+ background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
341
+ background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
342
+ background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
343
+ -webkit-animation: show 0.5s linear both;
344
+ -moz-animation: show 0.5s linear both;
345
+ animation: show 0.5s linear both; }
346
+
347
+ .flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
348
+ background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
349
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
350
+ background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
351
+ background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
352
+ background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
353
+ background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
354
+ -webkit-animation: hide 0.5s 0.3s linear both;
355
+ -moz-animation: hide 0.5s 0.3s linear both;
356
+ animation: hide 0.5s 0.3s linear both; }
357
+
358
+ /*DOWN*/
359
+ .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
360
+ background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
361
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
362
+ background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
363
+ background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
364
+ background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
365
+ background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
366
+ -webkit-animation: show 0.5s linear both;
367
+ -moz-animation: show 0.5s linear both;
368
+ animation: show 0.5s linear both; }
369
+
370
+ .flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
371
+ background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
372
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
373
+ background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
374
+ background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
375
+ background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
376
+ background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
377
+ -webkit-animation: hide 0.5s 0.3s linear both;
378
+ -moz-animation: hide 0.5s 0.3s linear both;
379
+ animation: hide 0.5s 0.2s linear both; }
380
+
381
+ @-webkit-keyframes show {
382
+ 0% {
383
+ opacity: 0; }
384
+
385
+ 100% {
386
+ opacity: 1; } }
387
+
388
+ @-moz-keyframes show {
389
+ 0% {
390
+ opacity: 0; }
391
+
392
+ 100% {
393
+ opacity: 1; } }
394
+
395
+ @-o-keyframes show {
396
+ 0% {
397
+ opacity: 0; }
398
+
399
+ 100% {
400
+ opacity: 1; } }
401
+
402
+ @keyframes show {
403
+ 0% {
404
+ opacity: 0; }
405
+
406
+ 100% {
407
+ opacity: 1; } }
408
+
409
+ @-webkit-keyframes hide {
410
+ 0% {
411
+ opacity: 1; }
412
+
413
+ 100% {
414
+ opacity: 0; } }
415
+
416
+ @-moz-keyframes hide {
417
+ 0% {
418
+ opacity: 1; }
419
+
420
+ 100% {
421
+ opacity: 0; } }
422
+
423
+ @-o-keyframes hide {
424
+ 0% {
425
+ opacity: 1; }
426
+
427
+ 100% {
428
+ opacity: 0; } }
429
+
430
+ @keyframes hide {
431
+ 0% {
432
+ opacity: 1; }
433
+
434
+ 100% {
435
+ opacity: 0; } }