1
/* Get the bourbon mixin from http://bourbon.io */
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;
16
.flip-clock-wrapper a {
18
text-decoration: none;
21
.flip-clock-wrapper a:hover {
24
.flip-clock-wrapper ul {
27
.flip-clock-wrapper.clearfix:before,
28
.flip-clock-wrapper.clearfix:after {
32
.flip-clock-wrapper.clearfix:after {
35
.flip-clock-wrapper.clearfix {
40
font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
41
-webkit-user-select: none; }
43
.flip-clock-meridium {
44
background: none !important;
45
box-shadow: 0 0 0 !important;
46
font-size: 36px !important; }
48
.flip-clock-meridium a { color: #313333; }
57
.flip-clock-wrapper:before,
58
.flip-clock-wrapper:after {
60
display: table; /* 2 */
62
.flip-clock-wrapper:after {
67
.flip-clock-wrapper ul {
80
.flip-clock-wrapper ul li {
88
text-decoration: none !important;
91
.flip-clock-wrapper ul li:first-child {
94
.flip-clock-wrapper ul li a {
97
-webkit-perspective: 200px;
98
-moz-perspective: 200px;
100
margin: 0 !important;
101
overflow: visible !important;
102
cursor: default !important; }
104
.flip-clock-wrapper ul li a div {
112
outline: 1px solid transparent; }
114
.flip-clock-wrapper ul li a div .shadow {
120
.flip-clock-wrapper ul li a div.up {
121
-webkit-transform-origin: 50% 100%;
122
-moz-transform-origin: 50% 100%;
123
-ms-transform-origin: 50% 100%;
124
-o-transform-origin: 50% 100%;
125
transform-origin: 50% 100%;
128
.flip-clock-wrapper ul li a div.up:after {
136
background-color: #000;
137
background-color: rgba(0, 0, 0, 0.4); }
139
.flip-clock-wrapper ul li a div.down {
140
-webkit-transform-origin: 50% 0;
141
-moz-transform-origin: 50% 0;
142
-ms-transform-origin: 50% 0;
143
-o-transform-origin: 50% 0;
144
transform-origin: 50% 0;
146
border-bottom-left-radius: 6px;
147
border-bottom-right-radius: 6px;
150
.flip-clock-wrapper ul li a div div.inn {
157
text-shadow: 0 1px 2px #000;
159
background-color: #333;
163
.flip-clock-wrapper ul li a div.up div.inn {
166
.flip-clock-wrapper ul li a div.down div.inn {
170
.flip-clock-wrapper ul.play li.flip-clock-before {
173
.flip-clock-wrapper .flip { box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }
175
.flip-clock-wrapper ul.play li.flip-clock-active {
176
-webkit-animation: asd 0.5s 0.5s linear both;
177
-moz-animation: asd 0.5s 0.5s linear both;
178
animation: asd 0.5s 0.5s linear both;
181
.flip-clock-divider {
183
display: inline-block;
188
.flip-clock-divider:first-child {
198
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
201
.flip-clock-divider .flip-clock-label {
208
.flip-clock-divider.minutes .flip-clock-label {
211
.flip-clock-divider.seconds .flip-clock-label {
214
.flip-clock-dot.top {
217
.flip-clock-dot.bottom {
220
@-webkit-keyframes asd {
230
@-moz-keyframes asd {
260
.flip-clock-wrapper ul.play li.flip-clock-active .down {
262
-webkit-animation: turn 0.5s 0.5s linear both;
263
-moz-animation: turn 0.5s 0.5s linear both;
264
animation: turn 0.5s 0.5s linear both; }
266
@-webkit-keyframes turn {
268
-webkit-transform: rotateX(90deg); }
271
-webkit-transform: rotateX(0deg); } }
273
@-moz-keyframes turn {
275
-moz-transform: rotateX(90deg); }
278
-moz-transform: rotateX(0deg); } }
282
-o-transform: rotateX(90deg); }
285
-o-transform: rotateX(0deg); } }
289
transform: rotateX(90deg); }
292
transform: rotateX(0deg); } }
294
.flip-clock-wrapper ul.play li.flip-clock-before .up {
296
-webkit-animation: turn2 0.5s linear both;
297
-moz-animation: turn2 0.5s linear both;
298
animation: turn2 0.5s linear both; }
300
@-webkit-keyframes turn2 {
302
-webkit-transform: rotateX(0deg); }
305
-webkit-transform: rotateX(-90deg); } }
307
@-moz-keyframes turn2 {
309
-moz-transform: rotateX(0deg); }
312
-moz-transform: rotateX(-90deg); } }
314
@-o-keyframes turn2 {
316
-o-transform: rotateX(0deg); }
319
-o-transform: rotateX(-90deg); } }
323
transform: rotateX(0deg); }
326
transform: rotateX(-90deg); } }
328
.flip-clock-wrapper ul li.flip-clock-active {
332
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
333
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
334
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
335
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
336
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
337
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
338
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
339
-webkit-animation: show 0.5s linear both;
340
-moz-animation: show 0.5s linear both;
341
animation: show 0.5s linear both; }
343
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
344
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
345
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
346
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
347
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
348
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
349
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
350
-webkit-animation: hide 0.5s 0.3s linear both;
351
-moz-animation: hide 0.5s 0.3s linear both;
352
animation: hide 0.5s 0.3s linear both; }
355
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
356
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
357
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
358
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
359
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
360
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
361
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
362
-webkit-animation: show 0.5s linear both;
363
-moz-animation: show 0.5s linear both;
364
animation: show 0.5s linear both; }
366
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
367
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
368
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
369
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
370
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
371
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
372
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
373
-webkit-animation: hide 0.5s 0.3s linear both;
374
-moz-animation: hide 0.5s 0.3s linear both;
375
animation: hide 0.5s 0.2s linear both; }
377
@-webkit-keyframes show {
384
@-moz-keyframes show {
405
@-webkit-keyframes hide {
412
@-moz-keyframes hide {