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.
- checksums.yaml +4 -4
- data/README.md +19 -52
- data/_includes/_theme-includes/_blog/pagination.html +1 -1
- data/_includes/_theme-includes/_footer/backup.html +71 -0
- data/_includes/_theme-includes/_footer/footer.html +23 -54
- data/_includes/_theme-includes/_head/ascii-art.html +11 -0
- data/_includes/_theme-includes/_head/head.html +7 -18
- data/_includes/_theme-includes/_navigation/_sub-navigation/tabbed-nav.html +150 -0
- data/_includes/_theme-includes/_navigation/nav.html +46 -119
- data/_includes/_theme-includes/_page-structure/breadcrumb.html +27 -77
- data/_includes/_theme-includes/_page-structure/old-breadcrumb.html +139 -0
- data/_includes/_theme-includes/_script-includes/css.html +1 -40
- data/_includes/_theme-includes/_script-includes/gtm/gtm-noscript.html +1 -2
- data/_includes/_theme-includes/_script-includes/gtm/gtm-script.html +7 -9
- data/_includes/_theme-includes/_script-includes/javascript.html +2 -50
- data/_includes/_theme-includes/_third-party/disqus.html +1 -1
- data/_includes/_theme-includes/_third-party/mailchimp-homepage.html +6 -1
- data/_includes/_theme-includes/_third-party/mailchimp-sub-footer.html +40 -0
- data/_includes/_theme-includes/members.html +3 -3
- data/_includes/image.html +1 -6
- data/_includes/media.html +1 -9
- data/_layouts/empty-container-page.html +13 -0
- data/_layouts/{fluid-no-sub-nav.html → plain-page.html} +2 -2
- data/_sass/{core/animations.scss → animations.scss} +0 -0
- data/_sass/blog.scss +188 -0
- data/_sass/bootstrap/_variables.scss +7 -30
- data/_sass/breadcrumb.scss +48 -0
- data/_sass/carousel.scss +122 -0
- data/_sass/{core/cookieconsent.scss → cookieconsent.scss} +2 -31
- data/_sass/critical.scss +991 -0
- data/_sass/{core/fa.scss → fa.scss} +2 -7
- data/_sass/flipclock.scss +435 -0
- data/_sass/{core/font-awesome.min.scss → font-awesome.min.scss} +0 -0
- data/_sass/{core/fonts.scss → fonts.scss} +0 -0
- data/_sass/footer.scss +76 -0
- data/_sass/{core/lightbox.scss → lightbox.scss} +0 -0
- data/_sass/members-sprite.scss +425 -0
- data/_sass/nav.scss +533 -0
- data/_sass/openhours.scss +51 -0
- data/_sass/{core/owl.carousel.min.scss → owl.carousel.min.scss} +1 -1
- data/_sass/{core/owl.theme.default.min.scss → owl.theme.default.min.scss} +0 -0
- data/_sass/products.scss +214 -0
- data/_sass/projects.scss +34 -0
- data/_sass/{core/social-media-icons.scss → social-media-icons.scss} +0 -0
- data/_sass/{core/syntax.scss → syntax.scss} +0 -0
- data/_sass/tables.scss +87 -0
- data/_sass/theme.scss +208 -0
- data/assets/css/_bootstrap-compass.scss +9 -0
- data/assets/css/_bootstrap-mincer.scss +19 -0
- data/assets/css/_bootstrap-sprockets.scss +9 -0
- data/assets/css/_bootstrap.scss +56 -0
- data/assets/css/blog-pages.scss +5 -0
- data/assets/css/bootstrap/_alerts.scss +73 -0
- data/assets/css/bootstrap/_badges.scss +68 -0
- data/assets/css/bootstrap/_breadcrumbs.scss +28 -0
- data/assets/css/bootstrap/_button-groups.scss +244 -0
- data/assets/css/bootstrap/_buttons.scss +168 -0
- data/assets/css/bootstrap/_carousel.scss +270 -0
- data/assets/css/bootstrap/_close.scss +36 -0
- data/assets/css/bootstrap/_code.scss +69 -0
- data/assets/css/bootstrap/_component-animations.scss +37 -0
- data/assets/css/bootstrap/_dropdowns.scss +216 -0
- data/assets/css/bootstrap/_forms.scss +617 -0
- data/assets/css/bootstrap/_glyphicons.scss +307 -0
- data/assets/css/bootstrap/_grid.scss +84 -0
- data/assets/css/bootstrap/_input-groups.scss +171 -0
- data/assets/css/bootstrap/_jumbotron.scss +54 -0
- data/assets/css/bootstrap/_labels.scss +66 -0
- data/assets/css/bootstrap/_list-group.scss +130 -0
- data/assets/css/bootstrap/_media.scss +66 -0
- data/assets/css/bootstrap/_mixins.scss +40 -0
- data/assets/css/bootstrap/_modals.scss +150 -0
- data/assets/css/bootstrap/_navbar.scss +662 -0
- data/assets/css/bootstrap/_navs.scss +242 -0
- data/assets/css/bootstrap/_normalize.scss +424 -0
- data/assets/css/bootstrap/_pager.scss +54 -0
- data/assets/css/bootstrap/_pagination.scss +89 -0
- data/assets/css/bootstrap/_panels.scss +271 -0
- data/assets/css/bootstrap/_popovers.scss +131 -0
- data/assets/css/bootstrap/_print.scss +101 -0
- data/assets/css/bootstrap/_progress-bars.scss +87 -0
- data/assets/css/bootstrap/_responsive-embed.scss +35 -0
- data/assets/css/bootstrap/_responsive-utilities.scss +179 -0
- data/assets/css/bootstrap/_scaffolding.scss +161 -0
- data/assets/css/bootstrap/_tables.scss +234 -0
- data/assets/css/bootstrap/_theme.scss +291 -0
- data/assets/css/bootstrap/_thumbnails.scss +38 -0
- data/assets/css/bootstrap/_tooltip.scss +101 -0
- data/assets/css/bootstrap/_type.scss +298 -0
- data/assets/css/bootstrap/_utilities.scss +55 -0
- data/assets/css/bootstrap/_variables.scss +874 -0
- data/assets/css/bootstrap/_wells.scss +29 -0
- data/assets/css/bootstrap/mixins/_alerts.scss +14 -0
- data/assets/css/bootstrap/mixins/_background-variant.scss +12 -0
- data/assets/css/bootstrap/mixins/_border-radius.scss +18 -0
- data/assets/css/bootstrap/mixins/_buttons.scss +65 -0
- data/assets/css/bootstrap/mixins/_center-block.scss +7 -0
- data/assets/css/bootstrap/mixins/_clearfix.scss +22 -0
- data/assets/css/bootstrap/mixins/_forms.scss +88 -0
- data/assets/css/bootstrap/mixins/_gradients.scss +58 -0
- data/assets/css/bootstrap/mixins/_grid-framework.scss +81 -0
- data/assets/css/bootstrap/mixins/_grid.scss +122 -0
- data/assets/css/bootstrap/mixins/_hide-text.scss +21 -0
- data/assets/css/bootstrap/mixins/_image.scss +33 -0
- data/assets/css/bootstrap/mixins/_labels.scss +12 -0
- data/assets/css/bootstrap/mixins/_list-group.scss +32 -0
- data/assets/css/bootstrap/mixins/_nav-divider.scss +10 -0
- data/assets/css/bootstrap/mixins/_nav-vertical-align.scss +9 -0
- data/assets/css/bootstrap/mixins/_opacity.scss +8 -0
- data/assets/css/bootstrap/mixins/_pagination.scss +24 -0
- data/assets/css/bootstrap/mixins/_panels.scss +24 -0
- data/assets/css/bootstrap/mixins/_progress-bar.scss +10 -0
- data/assets/css/bootstrap/mixins/_reset-filter.scss +8 -0
- data/assets/css/bootstrap/mixins/_reset-text.scss +18 -0
- data/assets/css/bootstrap/mixins/_resize.scss +6 -0
- data/assets/css/bootstrap/mixins/_responsive-visibility.scss +21 -0
- data/assets/css/bootstrap/mixins/_size.scss +10 -0
- data/assets/css/bootstrap/mixins/_tab-focus.scss +9 -0
- data/assets/css/bootstrap/mixins/_table-row.scss +28 -0
- data/assets/css/bootstrap/mixins/_text-emphasis.scss +12 -0
- data/assets/css/bootstrap/mixins/_text-overflow.scss +8 -0
- data/assets/css/bootstrap/mixins/_vendor-prefixes.scss +222 -0
- data/assets/css/core/animations.scss +125 -0
- data/{_sass → assets/css}/core/blog.scss +26 -136
- data/assets/css/core/breadcrumb.scss +48 -0
- data/{_sass → assets/css}/core/carousel.scss +0 -15
- data/assets/css/core/cookieconsent.scss +13 -0
- data/assets/css/core/critical.scss +991 -0
- data/assets/css/core/fa.scss +2331 -0
- data/{_sass → assets/css}/core/flipclock.scss +0 -0
- data/assets/css/core/font-awesome.min.scss +4 -0
- data/assets/css/core/fonts.scss +7 -0
- data/assets/css/core/footer.scss +79 -0
- data/assets/css/core/homepage.scss +16 -0
- data/assets/css/core/lightbox.scss +213 -0
- data/assets/css/core/members-sprite.scss +425 -0
- data/assets/css/core/nav.scss +536 -0
- data/{_sass → assets/css}/core/openhours.scss +0 -0
- data/assets/css/core/owl.carousel.min.scss +6 -0
- data/assets/css/core/owl.theme.default.min.scss +6 -0
- data/{_sass → assets/css}/core/products.scss +1 -1
- data/{_sass → assets/css}/core/projects.scss +0 -0
- data/assets/css/core/social-media-icons.scss +71 -0
- data/assets/css/core/syntax.scss +65 -0
- data/{_sass → assets/css}/core/tables.scss +0 -38
- data/assets/css/core/theme.scss +244 -0
- data/assets/css/documentation-pages.scss +3 -0
- data/assets/css/home-page.scss +3 -0
- data/assets/css/main.scss +0 -6
- data/assets/css/openhours-page.scss +4 -0
- data/assets/css/products-pages.scss +5 -0
- data/assets/css/projects-pages.scss +5 -0
- data/assets/js/app.js +5 -0
- data/assets/js/app/{main.js → 96boards.js} +29 -5
- data/assets/js/app/mixitup.js +23 -0
- data/assets/js/app/{search.js → search-page.js} +1 -1
- data/assets/js/app/{sticky.js → sticky-navbar.js} +0 -0
- data/assets/js/vendor.js +6 -0
- data/assets/js/vendor/cookieconsent.min.js +9 -2
- data/assets/js/vendor/filtrify.js +11 -0
- data/assets/js/vendor/flipclock.min.js +0 -33
- data/assets/js/vendor/lightbox.js +519 -0
- data/assets/js/vendor/loadCSS.js +34 -78
- data/assets/js/vendor/loadCSS.min.js +2 -0
- data/assets/js/vendor/picturefill.min.js +5 -0
- data/assets/js/vendor/shuffle.js +2004 -0
- data/{_layouts/about.html → assets/vendor.js} +0 -0
- metadata +207 -150
- data/_data/authors.yml +0 -7
- data/_data/company.yml +0 -29
- data/_data/footer.yml +0 -111
- data/_data/linaro.yml +0 -4
- data/_data/members_db.yaml +0 -115
- data/_data/nav.yml +0 -62
- data/_data/news.yaml +0 -230
- data/_data/sub-nav-stacked.yml +0 -67
- data/_data/sub-nav.yml +0 -61
- data/_includes/_theme-includes/_navigation/stacked-nav.html +0 -20
- data/_includes/_theme-includes/_navigation/tabbed-nav.html +0 -35
- data/_includes/_theme-includes/_page-structure/home-hero-shape.html +0 -34
- data/_includes/_theme-includes/_page-structure/home-hero.html +0 -23
- data/_includes/_theme-includes/_page-structure/shape-divider.html +0 -12
- data/_includes/_theme-includes/_script-includes/google-analytics/script.html +0 -10
- data/_includes/youtube.html +0 -7
- data/_layouts/accessory-display-page.html +0 -88
- data/_layouts/blog-breadcrumbless.html +0 -49
- data/_layouts/blog.html +0 -56
- data/_layouts/contact.html +0 -10
- data/_layouts/default-empty.html +0 -11
- data/_layouts/default-no-sub-nav.html +0 -15
- data/_layouts/default-plain.html +0 -16
- data/_layouts/default-stacked-breadcrumb.html +0 -23
- data/_layouts/default-stacked.html +0 -22
- data/_layouts/default.html +0 -20
- data/_layouts/empty.html +0 -10
- data/_layouts/fluid.html +0 -15
- data/_layouts/home-shape.html +0 -18
- data/_layouts/home.html +0 -18
- data/_layouts/post.html +0 -146
- data/_layouts/product-display-page.html +0 -262
- data/_layouts/project-display-page.html +0 -28
- data/_layouts/redirect.html +0 -11
- data/_sass/core/breadcrumb.scss +0 -90
- data/_sass/core/carousel-styles.scss +0 -3
- data/_sass/core/custom.scss +0 -3
- data/_sass/core/footer.scss +0 -133
- data/_sass/core/forms.scss +0 -0
- data/_sass/core/homepage.scss +0 -45
- data/_sass/core/nav.scss +0 -723
- data/_sass/core/old-search.scss +0 -239
- data/_sass/core/theme.scss +0 -444
- data/_sass/core/youtube.scss +0 -65
- data/_sass/custom.scss +0 -0
- data/assets/fonts/fontawesome-webfont.eot +0 -0
- data/assets/fonts/fontawesome-webfont.svg +0 -2671
- data/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/assets/fonts/fontawesome-webfont.woff +0 -0
- data/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/assets/fonts/fontello.eot +0 -0
- data/assets/fonts/fontello.svg +0 -44
- data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
- data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/assets/fonts/lato-regular/LICENSE.txt +0 -93
- data/assets/fonts/lato-regular/Lato-regular.eot +0 -0
- data/assets/fonts/lato-regular/Lato-regular.svg +0 -435
- data/assets/fonts/lato-regular/Lato-regular.ttf +0 -0
- data/assets/fonts/lato-regular/Lato-regular.woff +0 -0
- data/assets/fonts/lato-regular/Lato-regular.woff2 +0 -0
- data/assets/images/avatar-placeholder.png +0 -0
- data/assets/images/background-image.jpg +0 -0
- data/assets/images/banner.jpg +0 -0
- data/assets/images/close.png +0 -0
- data/assets/images/css3.png +0 -0
- data/assets/images/favicon.ico +0 -0
- data/assets/images/favicon.png +0 -0
- data/assets/images/html5.png +0 -0
- data/assets/images/jekyll.svg +0 -1
- data/assets/images/js.jpeg +0 -0
- data/assets/images/loading.gif +0 -0
- data/assets/images/next.png +0 -0
- data/assets/images/owl.video.play.png +0 -0
- data/assets/images/placeholder.png +0 -0
- data/assets/images/prev.png +0 -0
- data/assets/images/social-media-image.png +0 -0
- data/assets/js/app/tables.js +0 -8
- data/assets/js/vendor/cognito-forms.js +0 -150
- data/assets/js/vendor/lightbox.min.js +0 -14
- data/robots.txt +0 -9
@@ -4,13 +4,8 @@
|
|
4
4
|
*/
|
5
5
|
@font-face {
|
6
6
|
font-family: 'FontAwesome';
|
7
|
-
src: url('
|
8
|
-
|
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; } }
|