j1m_carousel 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.md +21 -0
  3. data/README.md +41 -0
  4. data/_data/modules/default/j1_carousel-0.0.1/j1_owl_carousel.yml +501 -0
  5. data/_data/resources/default/j1_carousel-0.0.1/resource.yml +26 -0
  6. data/assets/themes/j1/j1/js/adapters/owl_carousel.js +206 -0
  7. data/assets/themes/j1/owl_carousel/LICENSE +20 -0
  8. data/assets/themes/j1/owl_carousel/README.md +74 -0
  9. data/assets/themes/j1/owl_carousel/bower.json +14 -0
  10. data/assets/themes/j1/owl_carousel/changelog.html +278 -0
  11. data/assets/themes/j1/owl_carousel/css/owl_carousel.css +86 -0
  12. data/assets/themes/j1/owl_carousel/css/owl_carousel.min.css +21 -0
  13. data/assets/themes/j1/owl_carousel/css/owl_transitions.css +178 -0
  14. data/assets/themes/j1/owl_carousel/css/owl_transitions.min.css +21 -0
  15. data/assets/themes/j1/owl_carousel/css/themes/j1_template.css +168 -0
  16. data/assets/themes/j1/owl_carousel/css/themes/sample/j1_sample.less +184 -0
  17. data/assets/themes/j1/owl_carousel/css/themes/sample/j1_samples.css +523 -0
  18. data/assets/themes/j1/owl_carousel/demo/assets/fullimage1.jpg +0 -0
  19. data/assets/themes/j1/owl_carousel/demo/assets/fullimage2.jpg +0 -0
  20. data/assets/themes/j1/owl_carousel/demo/assets/fullimage3.jpg +0 -0
  21. data/assets/themes/j1/owl_carousel/demo/assets/fullimage4.jpg +0 -0
  22. data/assets/themes/j1/owl_carousel/demo/assets/fullimage5.jpg +0 -0
  23. data/assets/themes/j1/owl_carousel/demo/assets/fullimage6.jpg +0 -0
  24. data/assets/themes/j1/owl_carousel/demo/assets/fullimage7.jpg +0 -0
  25. data/assets/themes/j1/owl_carousel/demo/assets/owl1.jpg +0 -0
  26. data/assets/themes/j1/owl_carousel/demo/assets/owl2.jpg +0 -0
  27. data/assets/themes/j1/owl_carousel/demo/assets/owl3.jpg +0 -0
  28. data/assets/themes/j1/owl_carousel/demo/assets/owl4.jpg +0 -0
  29. data/assets/themes/j1/owl_carousel/demo/assets/owl5.jpg +0 -0
  30. data/assets/themes/j1/owl_carousel/demo/assets/owl6.jpg +0 -0
  31. data/assets/themes/j1/owl_carousel/demo/assets/owl7.jpg +0 -0
  32. data/assets/themes/j1/owl_carousel/demo/assets/owl8.jpg +0 -0
  33. data/assets/themes/j1/owl_carousel/demo/autoHeight.html +335 -0
  34. data/assets/themes/j1/owl_carousel/demo/click.html +365 -0
  35. data/assets/themes/j1/owl_carousel/demo/custom.html +417 -0
  36. data/assets/themes/j1/owl_carousel/demo/customJson.html +358 -0
  37. data/assets/themes/j1/owl_carousel/demo/full.html +321 -0
  38. data/assets/themes/j1/owl_carousel/demo/images.html +325 -0
  39. data/assets/themes/j1/owl_carousel/demo/itemsCustom.html +372 -0
  40. data/assets/themes/j1/owl_carousel/demo/json.html +336 -0
  41. data/assets/themes/j1/owl_carousel/demo/json/customData.json +28 -0
  42. data/assets/themes/j1/owl_carousel/demo/json/data.json +18 -0
  43. data/assets/themes/j1/owl_carousel/demo/lazyLoad.html +338 -0
  44. data/assets/themes/j1/owl_carousel/demo/manipulations.html +515 -0
  45. data/assets/themes/j1/owl_carousel/demo/navOnTop.html +395 -0
  46. data/assets/themes/j1/owl_carousel/demo/navOnTop2.html +325 -0
  47. data/assets/themes/j1/owl_carousel/demo/one.html +318 -0
  48. data/assets/themes/j1/owl_carousel/demo/owlStatus.html +461 -0
  49. data/assets/themes/j1/owl_carousel/demo/progressBar.html +471 -0
  50. data/assets/themes/j1/owl_carousel/demo/randomOrder.html +416 -0
  51. data/assets/themes/j1/owl_carousel/demo/scaleup.html +328 -0
  52. data/assets/themes/j1/owl_carousel/demo/sync.html +569 -0
  53. data/assets/themes/j1/owl_carousel/demo/transitions.html +330 -0
  54. data/assets/themes/j1/owl_carousel/images/ajax-loader.gif +0 -0
  55. data/assets/themes/j1/owl_carousel/images/apple-touch-icon-114-precomposed.png +0 -0
  56. data/assets/themes/j1/owl_carousel/images/apple-touch-icon-144-precomposed.png +0 -0
  57. data/assets/themes/j1/owl_carousel/images/apple-touch-icon-57-precomposed.png +0 -0
  58. data/assets/themes/j1/owl_carousel/images/apple-touch-icon-72-precomposed.png +0 -0
  59. data/assets/themes/j1/owl_carousel/images/demo-slides/controls.png +0 -0
  60. data/assets/themes/j1/owl_carousel/images/demo-slides/css3.png +0 -0
  61. data/assets/themes/j1/owl_carousel/images/demo-slides/feather.png +0 -0
  62. data/assets/themes/j1/owl_carousel/images/demo-slides/grab.png +0 -0
  63. data/assets/themes/j1/owl_carousel/images/demo-slides/modern.png +0 -0
  64. data/assets/themes/j1/owl_carousel/images/demo-slides/multi.png +0 -0
  65. data/assets/themes/j1/owl_carousel/images/demo-slides/responsive.png +0 -0
  66. data/assets/themes/j1/owl_carousel/images/demo-slides/tons.png +0 -0
  67. data/assets/themes/j1/owl_carousel/images/demo-slides/touch.png +0 -0
  68. data/assets/themes/j1/owl_carousel/images/demo-slides/zombie.png +0 -0
  69. data/assets/themes/j1/owl_carousel/images/favicon.png +0 -0
  70. data/assets/themes/j1/owl_carousel/images/glyphicons-halflings-green.png +0 -0
  71. data/assets/themes/j1/owl_carousel/images/glyphicons-halflings-white.png +0 -0
  72. data/assets/themes/j1/owl_carousel/images/glyphicons-halflings.png +0 -0
  73. data/assets/themes/j1/owl_carousel/images/grabbing.png +0 -0
  74. data/assets/themes/j1/owl_carousel/images/owl-logo.png +0 -0
  75. data/assets/themes/j1/owl_carousel/images/owl.video.play.png +0 -0
  76. data/assets/themes/j1/owl_carousel/index.html +912 -0
  77. data/assets/themes/j1/owl_carousel/js/owl_carousel.js +1517 -0
  78. data/assets/themes/j1/owl_carousel/js/owl_carousel.min.js +57 -0
  79. data/exe/console +14 -0
  80. data/exe/setup +8 -0
  81. data/lib/j1m_carousel.rb +5 -0
  82. data/lib/j1m_carousel/version.rb +3 -0
  83. metadata +171 -0
@@ -0,0 +1,86 @@
1
+ /*
2
+ # -----------------------------------------------------------------------------
3
+ # J1: ~/assets/themes/j1/owl_carousel_v1/css/owl.carousel.css
4
+ # Core Owl Carousel CSS File v1.3.3
5
+ #
6
+ # Product/Info:
7
+ # http://jekyll.one
8
+ #
9
+ # Copyright (C) 2016 Juergen Adams
10
+ #
11
+ # Licensed under the Creative Commons Attribution 3.0 Unported License.
12
+ # For details, see http://creativecommons.org/licenses/by/3.0/.
13
+ #
14
+ # -----------------------------------------------------------------------------
15
+ # $LastChangedDate: 2016-12-04 19:37:21 +0100 (So, 04 Dez 2016) $
16
+ # $LastChangedRevision: 13 $
17
+ # $LastChangedBy: jadams $
18
+ # -----------------------------------------------------------------------------
19
+ */
20
+
21
+ /* clearfix */
22
+ .owl-carousel .owl-wrapper:after {
23
+ content: ".";
24
+ display: block;
25
+ clear: both;
26
+ visibility: hidden;
27
+ line-height: 0;
28
+ height: 0;
29
+ }
30
+ /* display none until init */
31
+ .owl-carousel{
32
+ display: none;
33
+ position: relative;
34
+ width: 100%;
35
+ -ms-touch-action: pan-y;
36
+ }
37
+ .owl-carousel .owl-wrapper{
38
+ display: none;
39
+ position: relative;
40
+ -webkit-transform: translate3d(0px, 0px, 0px);
41
+ }
42
+ .owl-carousel .owl-wrapper-outer{
43
+ overflow: hidden;
44
+ position: relative;
45
+ width: 100%;
46
+ }
47
+ .owl-carousel .owl-wrapper-outer.autoHeight{
48
+ -webkit-transition: height 500ms ease-in-out;
49
+ -moz-transition: height 500ms ease-in-out;
50
+ -ms-transition: height 500ms ease-in-out;
51
+ -o-transition: height 500ms ease-in-out;
52
+ transition: height 500ms ease-in-out;
53
+ }
54
+
55
+ .owl-carousel .owl-item{
56
+ float: left;
57
+ }
58
+ .owl-controls .owl-page,
59
+ .owl-controls .owl-buttons div{
60
+ cursor: pointer;
61
+ }
62
+ .owl-controls {
63
+ -webkit-user-select: none;
64
+ -khtml-user-select: none;
65
+ -moz-user-select: none;
66
+ -ms-user-select: none;
67
+ user-select: none;
68
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
69
+ }
70
+
71
+ /* mouse grab icon */
72
+ .grabbing {
73
+ cursor:url(../images/grabbing.png) 8 8, move;
74
+ }
75
+
76
+ /* fix */
77
+ .owl-carousel .owl-wrapper,
78
+ .owl-carousel .owl-item{
79
+ -webkit-backface-visibility: hidden;
80
+ -moz-backface-visibility: hidden;
81
+ -ms-backface-visibility: hidden;
82
+ -webkit-transform: translate3d(0,0,0);
83
+ -moz-transform: translate3d(0,0,0);
84
+ -ms-transform: translate3d(0,0,0);
85
+ }
86
+
@@ -0,0 +1,21 @@
1
+ /*
2
+ # -----------------------------------------------------------------------------
3
+ # J1: ~/assets/themes/j1/owl_carousel_v1/css/owl.carousel.min.css
4
+ # Core Owl Carousel CSS File v1.3.3
5
+ #
6
+ # Product/Info:
7
+ # http://jekyll.one
8
+ #
9
+ # Copyright (C) 2016 Juergen Adams
10
+ #
11
+ # Licensed under the Creative Commons Attribution 3.0 Unported License.
12
+ # For details, see http://creativecommons.org/licenses/by/3.0/.
13
+ #
14
+ # -----------------------------------------------------------------------------
15
+ # $LastChangedDate: 2016-12-04 19:37:21 +0100 (So, 04 Dez 2016) $
16
+ # $LastChangedRevision: 13 $
17
+ # $LastChangedBy: jadams $
18
+ # -----------------------------------------------------------------------------
19
+ */
20
+
21
+ .owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(../images/grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
@@ -0,0 +1,178 @@
1
+ /*
2
+ # -----------------------------------------------------------------------------
3
+ # J1: ~/assets/themes/j1/owl_carousel_v1/css/owl.transitions.css
4
+ # Owl Carousel CSS3 Transitions v1.3.2
5
+ #
6
+ # Product/Info:
7
+ # http://jekyll.one
8
+ #
9
+ # Copyright (C) 2016 Juergen Adams
10
+ #
11
+ # Licensed under the Creative Commons Attribution 3.0 Unported License.
12
+ # For details, see http://creativecommons.org/licenses/by/3.0/.
13
+ #
14
+ # -----------------------------------------------------------------------------
15
+ # $LastChangedDate: 2016-12-04 19:37:21 +0100 (So, 04 Dez 2016) $
16
+ # $LastChangedRevision: 13 $
17
+ # $LastChangedBy: jadams $
18
+ # -----------------------------------------------------------------------------
19
+ */
20
+
21
+ .owl-origin {
22
+ -webkit-perspective: 1200px;
23
+ -webkit-perspective-origin-x : 50%;
24
+ -webkit-perspective-origin-y : 50%;
25
+ -moz-perspective : 1200px;
26
+ -moz-perspective-origin-x : 50%;
27
+ -moz-perspective-origin-y : 50%;
28
+ perspective : 1200px;
29
+ }
30
+ /* fade */
31
+ .owl-fade-out {
32
+ z-index: 10;
33
+ -webkit-animation: fadeOut .7s both ease;
34
+ -moz-animation: fadeOut .7s both ease;
35
+ animation: fadeOut .7s both ease;
36
+ }
37
+ .owl-fade-in {
38
+ -webkit-animation: fadeIn .7s both ease;
39
+ -moz-animation: fadeIn .7s both ease;
40
+ animation: fadeIn .7s both ease;
41
+ }
42
+ /* backSlide */
43
+ .owl-backSlide-out {
44
+ -webkit-animation: backSlideOut 1s both ease;
45
+ -moz-animation: backSlideOut 1s both ease;
46
+ animation: backSlideOut 1s both ease;
47
+ }
48
+ .owl-backSlide-in {
49
+ -webkit-animation: backSlideIn 1s both ease;
50
+ -moz-animation: backSlideIn 1s both ease;
51
+ animation: backSlideIn 1s both ease;
52
+ }
53
+ /* goDown */
54
+ .owl-goDown-out {
55
+ -webkit-animation: scaleToFade .7s ease both;
56
+ -moz-animation: scaleToFade .7s ease both;
57
+ animation: scaleToFade .7s ease both;
58
+ }
59
+ .owl-goDown-in {
60
+ -webkit-animation: goDown .6s ease both;
61
+ -moz-animation: goDown .6s ease both;
62
+ animation: goDown .6s ease both;
63
+ }
64
+ /* scaleUp */
65
+ .owl-fadeUp-in {
66
+ -webkit-animation: scaleUpFrom .5s ease both;
67
+ -moz-animation: scaleUpFrom .5s ease both;
68
+ animation: scaleUpFrom .5s ease both;
69
+ }
70
+
71
+ .owl-fadeUp-out {
72
+ -webkit-animation: scaleUpTo .5s ease both;
73
+ -moz-animation: scaleUpTo .5s ease both;
74
+ animation: scaleUpTo .5s ease both;
75
+ }
76
+ /* Keyframes */
77
+ /*empty*/
78
+ @-webkit-keyframes empty {
79
+ 0% {opacity: 1}
80
+ }
81
+ @-moz-keyframes empty {
82
+ 0% {opacity: 1}
83
+ }
84
+ @keyframes empty {
85
+ 0% {opacity: 1}
86
+ }
87
+ @-webkit-keyframes fadeIn {
88
+ 0% { opacity:0; }
89
+ 100% { opacity:1; }
90
+ }
91
+ @-moz-keyframes fadeIn {
92
+ 0% { opacity:0; }
93
+ 100% { opacity:1; }
94
+ }
95
+ @keyframes fadeIn {
96
+ 0% { opacity:0; }
97
+ 100% { opacity:1; }
98
+ }
99
+ @-webkit-keyframes fadeOut {
100
+ 0% { opacity:1; }
101
+ 100% { opacity:0; }
102
+ }
103
+ @-moz-keyframes fadeOut {
104
+ 0% { opacity:1; }
105
+ 100% { opacity:0; }
106
+ }
107
+ @keyframes fadeOut {
108
+ 0% { opacity:1; }
109
+ 100% { opacity:0; }
110
+ }
111
+ @-webkit-keyframes backSlideOut {
112
+ 25% { opacity: .5; -webkit-transform: translateZ(-500px); }
113
+ 75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
114
+ 100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
115
+ }
116
+ @-moz-keyframes backSlideOut {
117
+ 25% { opacity: .5; -moz-transform: translateZ(-500px); }
118
+ 75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
119
+ 100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
120
+ }
121
+ @keyframes backSlideOut {
122
+ 25% { opacity: .5; transform: translateZ(-500px); }
123
+ 75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
124
+ 100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
125
+ }
126
+ @-webkit-keyframes backSlideIn {
127
+ 0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
128
+ 75% { opacity: .5; -webkit-transform: translateZ(-500px); }
129
+ 100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
130
+ }
131
+ @-moz-keyframes backSlideIn {
132
+ 0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
133
+ 75% { opacity: .5; -moz-transform: translateZ(-500px); }
134
+ 100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
135
+ }
136
+ @keyframes backSlideIn {
137
+ 0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
138
+ 75% { opacity: .5; transform: translateZ(-500px); }
139
+ 100% { opacity: 1; transform: translateZ(0) translateX(0); }
140
+ }
141
+ @-webkit-keyframes scaleToFade {
142
+ to { opacity: 0; -webkit-transform: scale(.8); }
143
+ }
144
+ @-moz-keyframes scaleToFade {
145
+ to { opacity: 0; -moz-transform: scale(.8); }
146
+ }
147
+ @keyframes scaleToFade {
148
+ to { opacity: 0; transform: scale(.8); }
149
+ }
150
+ @-webkit-keyframes goDown {
151
+ from { -webkit-transform: translateY(-100%); }
152
+ }
153
+ @-moz-keyframes goDown {
154
+ from { -moz-transform: translateY(-100%); }
155
+ }
156
+ @keyframes goDown {
157
+ from { transform: translateY(-100%); }
158
+ }
159
+
160
+ @-webkit-keyframes scaleUpFrom {
161
+ from { opacity: 0; -webkit-transform: scale(1.5); }
162
+ }
163
+ @-moz-keyframes scaleUpFrom {
164
+ from { opacity: 0; -moz-transform: scale(1.5); }
165
+ }
166
+ @keyframes scaleUpFrom {
167
+ from { opacity: 0; transform: scale(1.5); }
168
+ }
169
+
170
+ @-webkit-keyframes scaleUpTo {
171
+ to { opacity: 0; -webkit-transform: scale(1.5); }
172
+ }
173
+ @-moz-keyframes scaleUpTo {
174
+ to { opacity: 0; -moz-transform: scale(1.5); }
175
+ }
176
+ @keyframes scaleUpTo {
177
+ to { opacity: 0; transform: scale(1.5); }
178
+ }
@@ -0,0 +1,21 @@
1
+ /*
2
+ # -----------------------------------------------------------------------------
3
+ # J1: ~/assets/themes/j1/owl_carousel_v1/css/owl.transitions.min.css
4
+ # Owl Carousel CSS3 Transitions v1.3.3
5
+ #
6
+ # Product/Info:
7
+ # http://jekyll.one
8
+ #
9
+ # Copyright (C) 2016 Juergen Adams
10
+ #
11
+ # Licensed under the Creative Commons Attribution 3.0 Unported License.
12
+ # For details, see http://creativecommons.org/licenses/by/3.0/.
13
+ #
14
+ # -----------------------------------------------------------------------------
15
+ # $LastChangedDate: 2016-12-04 19:37:21 +0100 (So, 04 Dez 2016) $
16
+ # $LastChangedRevision: 13 $
17
+ # $LastChangedBy: jadams $
18
+ # -----------------------------------------------------------------------------
19
+ */
20
+
21
+ .owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}
@@ -0,0 +1,168 @@
1
+ /*
2
+ # -----------------------------------------------------------------------------
3
+ # J1: ~/assets/themes/j1/owl_carousel/css/theme/j1_template.css
4
+ # Provides J1 Theme styles for Owl Carousel
5
+ #
6
+ # Product/Info:
7
+ # https://jekyll.one
8
+ #
9
+ # Copyright (C) 2017 Juergen Adams
10
+ #
11
+ # J1 Template is licensed under the MIT License.
12
+ # For details, see https://jekyll.one
13
+ #
14
+ # -----------------------------------------------------------------------------
15
+ */
16
+
17
+ /*
18
+ ---------------------------------------
19
+ Carousel block
20
+ ---------------------------------------
21
+ */
22
+
23
+ .j1-owl-carouselblock > .title {
24
+ text-rendering: optimizeLegibility;
25
+ text-align: left;
26
+ font-family: "Noto Serif", "DejaVu Serif", serif;
27
+ font-size: 1.5rem;
28
+ font-style: italic;
29
+ line-height: 1.45;
30
+ color: #888A85;
31
+ font-weight: 400;
32
+ margin-top: 1.25em;
33
+ margin-bottom: .25em;
34
+ }
35
+
36
+ /*
37
+ ---------------------------------------
38
+ Carousel items (text|image)
39
+ ---------------------------------------
40
+ */
41
+
42
+ .owl-carousel .item p {
43
+ margin: 3px;
44
+ }
45
+
46
+ .owl-carousel .item img {
47
+ opacity: 1;
48
+ width: 100%;
49
+ height: auto;
50
+ }
51
+
52
+ /*
53
+ ---------------------------------------
54
+ Carousel caption text
55
+ ---------------------------------------
56
+ */
57
+
58
+ .owl-item .carousel-caption {
59
+ opacity: 0;
60
+ }
61
+
62
+ .owl-item .carousel-caption:hover {
63
+ opacity: 1;
64
+ -webkit-transition: opacity 500ms;
65
+ -moz-transition: opacity 500ms;
66
+ -o-transition: opacity 500ms;
67
+ transition: opacity 500ms;
68
+ background: rgba(0,0,0,0.5);
69
+ }
70
+
71
+ span.carousel-caption a {
72
+ color: #fff;
73
+ text-decoration: none;
74
+ }
75
+
76
+ /*
77
+ ---------------------------------------
78
+ Carousel navigation (buttons)
79
+ ---------------------------------------
80
+ */
81
+
82
+ .owl-btn {
83
+ color: #777;
84
+ cursor: pointer;
85
+ font-size: 18px;
86
+ padding: 2px 9px;
87
+ text-align: center;
88
+ background: #f5f5f5;
89
+ }
90
+
91
+ .owl-btn:hover {
92
+ color: #fff;
93
+ background: #72c02c;
94
+ }
95
+
96
+ .owl-theme .owl-controls{
97
+ margin-top: 10px;
98
+ text-align: center;
99
+ }
100
+
101
+ .owl-theme .owl-controls .owl-buttons div{
102
+ color: #FFF;
103
+ display: inline-block;
104
+ zoom: 1;
105
+ *display: inline;/*IE7 life-saver */
106
+ margin: 5px;
107
+ padding: 3px 10px;
108
+ font-size: 12px;
109
+ -webkit-border-radius: 30px;
110
+ -moz-border-radius: 30px;
111
+ border-radius: 30px;
112
+ background: #869791;
113
+ filter: Alpha(Opacity=50);/*IE7 fix*/
114
+ opacity: 0.5;
115
+ }
116
+
117
+ /* Clickable class fix problem with hover on touch devices */
118
+ /* Use it for non-touch hover action */
119
+ .owl-theme .owl-controls.clickable .owl-buttons div:hover{
120
+ filter: Alpha(Opacity=100);/*IE7 fix*/
121
+ opacity: 1;
122
+ text-decoration: none;
123
+ }
124
+
125
+ /* Styling Pagination*/
126
+
127
+ .owl-theme .owl-controls .owl-page{
128
+ display: inline-block;
129
+ zoom: 1;
130
+ *display: inline;/*IE7 life-saver */
131
+ }
132
+
133
+ .owl-theme .owl-controls .owl-page span{
134
+ display: block;
135
+ width: 12px;
136
+ height: 12px;
137
+ margin: 5px 7px;
138
+ filter: Alpha(Opacity=50);/*IE7 fix*/
139
+ opacity: 0.5;
140
+ -webkit-border-radius: 20px;
141
+ -moz-border-radius: 20px;
142
+ border-radius: 20px;
143
+ background: #869791;
144
+ }
145
+
146
+ .owl-theme .owl-controls .owl-page.active span,
147
+ .owl-theme .owl-controls.clickable .owl-page:hover span{
148
+ filter: Alpha(Opacity=100);/*IE7 fix*/
149
+ opacity: 1;
150
+ }
151
+
152
+ /* If PaginationNumbers is true */
153
+ .owl-theme .owl-controls .owl-page span.owl-numbers{
154
+ height: auto;
155
+ width: auto;
156
+ color: #FFF;
157
+ padding: 2px 10px;
158
+ font-size: 12px;
159
+ -webkit-border-radius: 30px;
160
+ -moz-border-radius: 30px;
161
+ border-radius: 30px;
162
+ }
163
+
164
+ /* preloading images */
165
+ .owl-item.loading{
166
+ min-height: 150px;
167
+ background: url(../../images/ajax-loader.gif) no-repeat center center
168
+ }