jumbo-jekyll-theme 5.6.9.2 → 5.6.9.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 +10 -10
- data/_config.yml +213 -213
- data/_data/example-carousel-data-source.yml +36 -36
- data/_data/footer.yml +33 -33
- data/_data/nav.yml +17 -17
- data/_data/settings.yml +103 -103
- data/_data/tags.yml +11 -11
- data/_data/universal-nav.yml +7 -7
- data/_includes/breadcrumb.html +97 -97
- data/_includes/core/blocks.html +30 -30
- data/_includes/core/button.html +5 -5
- data/_includes/core/buttons.html +5 -5
- data/_includes/core/container_row.html +7 -7
- data/_includes/core/feature_block.html +43 -43
- data/_includes/core/full_width_row.html +5 -5
- data/_includes/core/members-section.html +32 -32
- data/_includes/core/slider.html +33 -33
- data/_includes/core/slider_row.html +2 -2
- data/_includes/core/title.html +3 -3
- data/_includes/core/youtube_video_embed.html +11 -11
- data/_includes/css.html +9 -9
- data/_includes/custom_include.html +13 -13
- data/_includes/custom_include_row.html +562 -562
- data/_includes/display-blog-posts.html +154 -154
- data/_includes/flow_inner.html +19 -19
- data/_includes/footer.html +68 -68
- data/_includes/google-analytics.html +16 -16
- data/_includes/head.html +19 -19
- data/_includes/image.html +6 -6
- data/_includes/javascript.html +10 -10
- data/_includes/jumbotron.html +115 -115
- data/_includes/linaro-404.html +19 -19
- data/_includes/nav.html +153 -153
- data/_includes/pagination.html +38 -38
- data/_includes/post-sidebar.html +182 -182
- data/_includes/responsive-image.html +5 -5
- data/_includes/schema.html +43 -43
- data/_includes/thumb.html +1 -1
- data/_includes/thumbnail_image.html +9 -9
- data/_includes/universal-nav.html +30 -30
- data/_layouts/author.html +5 -5
- data/_layouts/default.html +3 -3
- data/_layouts/error.html +25 -25
- data/_layouts/flow.html +35 -35
- data/_layouts/jumbotron.html +11 -11
- data/_layouts/post-index.html +16 -16
- data/_layouts/post.html +39 -39
- data/_sass/app/overrides.scss +65 -65
- data/_sass/app/search.scss +51 -51
- data/_sass/bootstrap/_variables.scss +932 -932
- data/_sass/core.scss +20 -20
- data/_sass/core/blog.scss +425 -425
- data/_sass/core/carousel-header.scss +90 -90
- data/_sass/core/error.scss +190 -190
- data/_sass/core/flow.scss +186 -186
- data/_sass/core/footer.scss +141 -141
- data/_sass/core/jumbotron.scss +279 -279
- data/_sass/core/normalize.scss +357 -357
- data/_sass/core/theme.scss +871 -871
- data/_sass/home.scss +2 -2
- data/assets/css/main-blog.scss +13 -13
- data/assets/css/main-error.scss +13 -13
- data/assets/css/main.scss +11 -11
- data/assets/js/app/facebook.js +7 -7
- data/assets/js/app/main.js +261 -261
- data/assets/js/pacakge-search.js +9 -9
- data/assets/js/package-blog.js +12 -12
- data/assets/js/package-extended.js +14 -14
- data/assets/js/package-home.js +14 -14
- data/assets/js/package-main.js +13 -13
- data/assets/js/package-search.js +8 -8
- data/assets/js/vendor/fess-ss.min.js +24 -24
- data/robots.txt +9 -9
- metadata +2 -16
data/_sass/core/jumbotron.scss
CHANGED
@@ -1,279 +1,279 @@
|
|
1
|
-
/* Home Page Jumbotron Div */
|
2
|
-
#wrapper div#jumbotron-content {
|
3
|
-
text-align: center;
|
4
|
-
height: $jumbotron-height;
|
5
|
-
}
|
6
|
-
#jumbotron-image:before {
|
7
|
-
content: '';
|
8
|
-
position: absolute;
|
9
|
-
top: 0;
|
10
|
-
right: 0;
|
11
|
-
bottom: 0;
|
12
|
-
left: 0;
|
13
|
-
background-image: linear-gradient(to bottom right, #000, #000);
|
14
|
-
opacity: .5;
|
15
|
-
}
|
16
|
-
/* Overlay - 60% opacity default */
|
17
|
-
#jumbotron.overlay {
|
18
|
-
background-color: rgba(0, 0, 0, $overlay);
|
19
|
-
position: relative;
|
20
|
-
z-index: 0;
|
21
|
-
}
|
22
|
-
#jumbotron.overlay:before {
|
23
|
-
content: '';
|
24
|
-
position: absolute;
|
25
|
-
top: 0;
|
26
|
-
right: 0;
|
27
|
-
bottom: 0;
|
28
|
-
height: $jumbotron-height;
|
29
|
-
left: 0;
|
30
|
-
background-image: linear-gradient(to bottom right, #000, #000);
|
31
|
-
opacity: .5;
|
32
|
-
width: 100%;
|
33
|
-
z-index: -1;
|
34
|
-
}
|
35
|
-
.overlay:before {
|
36
|
-
content: '';
|
37
|
-
position: absolute;
|
38
|
-
top: 0;
|
39
|
-
right: 0;
|
40
|
-
bottom: 0;
|
41
|
-
height: $jumbotron-height;
|
42
|
-
left: 0;
|
43
|
-
background-image: linear-gradient(to bottom right, #000, #000);
|
44
|
-
opacity: .5;
|
45
|
-
width: 100%;
|
46
|
-
z-index: 0;
|
47
|
-
}
|
48
|
-
#wrapper div#jumbotron.background-image.bg-up {
|
49
|
-
background-position-y: 0px !important;
|
50
|
-
background-position-x: center !important;
|
51
|
-
}
|
52
|
-
video#jumbotronVideo {
|
53
|
-
position: absolute;
|
54
|
-
right: 0;
|
55
|
-
bottom: 0;
|
56
|
-
min-width: 100%;
|
57
|
-
min-height: 100%;
|
58
|
-
top:0px;
|
59
|
-
z-index:-2;
|
60
|
-
}
|
61
|
-
#wrapper div#jumbotron.video {
|
62
|
-
height: 600px !important;
|
63
|
-
}
|
64
|
-
#wrapper div#jumbotron.video:before {
|
65
|
-
height: 600px !important;
|
66
|
-
}
|
67
|
-
#wrapper div#jumbotron.video h1#jumbotron-heading {
|
68
|
-
font-size: 50px;
|
69
|
-
}
|
70
|
-
#wrapper div#jumbotron.video div#jumbotron-content {
|
71
|
-
height:600px;
|
72
|
-
}
|
73
|
-
#wrapper div#jumbotron.background-image {
|
74
|
-
background-size: cover !important;
|
75
|
-
background-position: center center !important;
|
76
|
-
background-repeat: no-repeat !important;
|
77
|
-
}
|
78
|
-
div.jumbotron-image{
|
79
|
-
background-repeat: no-repeat;
|
80
|
-
background-position: center;
|
81
|
-
background-size: cover;
|
82
|
-
height: 100%;
|
83
|
-
width: 100%;
|
84
|
-
}
|
85
|
-
/* Jumbotron Sub Title */
|
86
|
-
#wrapper #jumbotron-sub-title {
|
87
|
-
max-width:700px;
|
88
|
-
color: $jumbotron-sub-title-color;
|
89
|
-
font-size: $jumbotron-sub-title-font-size;
|
90
|
-
}
|
91
|
-
/* Jumbotron Heading */
|
92
|
-
#wrapper #jumbotron-heading {
|
93
|
-
max-width: 700px;
|
94
|
-
color: $jumbotron-heading-color;
|
95
|
-
font-size: $jumbotron-font-size;
|
96
|
-
margin-top: 0px;
|
97
|
-
}
|
98
|
-
/* Jumbotron Styles - SM */
|
99
|
-
@media(max-width:$screen-sm-min){
|
100
|
-
#wrapper #jumbotron-heading {
|
101
|
-
font-size: $jumbotron-font-size-xs;
|
102
|
-
}
|
103
|
-
#wrapper #jumbotron-sub-title {
|
104
|
-
color: $jumbotron-sub-title-color;
|
105
|
-
font-size: $jumbotron-sub-title-font-size-xs;
|
106
|
-
}
|
107
|
-
#wrapper #jumbotron-sub-title.smaller {
|
108
|
-
font-size: 14px !important;
|
109
|
-
}
|
110
|
-
|
111
|
-
}
|
112
|
-
#buttons > a.btn {
|
113
|
-
color: black ;
|
114
|
-
font-weight: normal;
|
115
|
-
font-size: 12px;
|
116
|
-
background-color: white;
|
117
|
-
}
|
118
|
-
#buttons > a.btn:hover {
|
119
|
-
color: white ;
|
120
|
-
font-weight: normal;
|
121
|
-
font-size: 12px;
|
122
|
-
background-color: $brand-primary;
|
123
|
-
}
|
124
|
-
/* Jumbotron Header */
|
125
|
-
#jumbotron {
|
126
|
-
background: $jumbotron-bottom-color; /* Old browsers */
|
127
|
-
background: -moz-linear-gradient(top, $jumbotron-top-color 0%, $jumbotron-bottom-color 100%); /* FF3.6-15 */
|
128
|
-
background: -webkit-linear-gradient(top, $jumbotron-top-color 0%,$jumbotron-bottom-color 100%); /* Chrome10-25,Safari5.1-6 */
|
129
|
-
background: linear-gradient(to bottom, $jumbotron-top-color 0%, $jumbotron-bottom-color 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
130
|
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$jumbotron-top-color, endColorstr=$jumbotron-bottom-color,GradientType=0 ); /* IE6-9 */
|
131
|
-
-webkit-background-size: cover;
|
132
|
-
-moz-background-size: cover;
|
133
|
-
-o-background-size: cover;
|
134
|
-
background-size: cover;
|
135
|
-
background-position: center center;
|
136
|
-
}
|
137
|
-
#wrapper #jumbotron small {
|
138
|
-
font-size: 14px;
|
139
|
-
}
|
140
|
-
|
141
|
-
|
142
|
-
// Owl Carousel Slider Full Width
|
143
|
-
#wrapper #jumbotron-slider + .big-triangle {
|
144
|
-
position: relative;
|
145
|
-
z-index: 2;
|
146
|
-
}
|
147
|
-
#jumbotron-slider {
|
148
|
-
position: relative;
|
149
|
-
height: 100%;
|
150
|
-
|
151
|
-
.owl-stage-outer {
|
152
|
-
width: 100vw;
|
153
|
-
}
|
154
|
-
div:not(.owl-controls) {
|
155
|
-
height: 100%;
|
156
|
-
}
|
157
|
-
h2.slide-title.big-title {
|
158
|
-
font-size: 60px;
|
159
|
-
font-weight: bold;
|
160
|
-
@media(max-width: $screen-sm-min) {
|
161
|
-
font-size: 38px !important;
|
162
|
-
}
|
163
|
-
}
|
164
|
-
.owl-slide {
|
165
|
-
background-repeat: no-repeat;
|
166
|
-
background-size: cover;
|
167
|
-
background-position: center;
|
168
|
-
}
|
169
|
-
.slide-title {
|
170
|
-
z-index: 2;
|
171
|
-
color: white;
|
172
|
-
font-size: 32px;
|
173
|
-
position: relative;
|
174
|
-
max-width: 600px;
|
175
|
-
margin: auto;
|
176
|
-
margin-left: auto;
|
177
|
-
margin-right: auto;
|
178
|
-
}
|
179
|
-
h2.slide-title.desc-title {
|
180
|
-
margin-bottom: 0px;
|
181
|
-
@media(max-width: $screen-sm-min) {
|
182
|
-
font-size: 24px !important;
|
183
|
-
}
|
184
|
-
}
|
185
|
-
|
186
|
-
div.owl--text {
|
187
|
-
position: relative;
|
188
|
-
width: 700px;
|
189
|
-
height: auto;
|
190
|
-
opacity: .8;
|
191
|
-
font-size: 16px;
|
192
|
-
padding: 10px;
|
193
|
-
color: white;
|
194
|
-
margin: auto;
|
195
|
-
margin-left: auto;
|
196
|
-
border-radius: 4px;
|
197
|
-
margin-right: auto;
|
198
|
-
margin-top: 0px;
|
199
|
-
@media(max-width: $screen-sm-min) {
|
200
|
-
width: 100%;
|
201
|
-
}
|
202
|
-
border-radius: 4px;
|
203
|
-
p {
|
204
|
-
color: white;
|
205
|
-
margin-bottom: 5px;
|
206
|
-
@media(max-width: $screen-sm-min) {
|
207
|
-
font-size: 12px !important;
|
208
|
-
}
|
209
|
-
}
|
210
|
-
a.btn {
|
211
|
-
position: relative;
|
212
|
-
display: inline-block;
|
213
|
-
margin-left: auto;
|
214
|
-
margin-right: atuo;
|
215
|
-
}
|
216
|
-
}
|
217
|
-
.owl-dots {
|
218
|
-
position: absolute;
|
219
|
-
bottom: 0px;
|
220
|
-
width: 100%;
|
221
|
-
height: 40px !important;
|
222
|
-
}
|
223
|
-
.owl-controls {
|
224
|
-
position: absolute;
|
225
|
-
top: 50%;
|
226
|
-
left: 0;
|
227
|
-
right: 0;
|
228
|
-
|
229
|
-
.owl-buttons {
|
230
|
-
div {
|
231
|
-
position: absolute;
|
232
|
-
top: 0;
|
233
|
-
bottom: 0;
|
234
|
-
display: inline-block;
|
235
|
-
zoom: 1;
|
236
|
-
margin: 0;
|
237
|
-
width: 50px;
|
238
|
-
height: 30px;
|
239
|
-
line-height: 25px;
|
240
|
-
text-align: center;
|
241
|
-
font-size: .9em;
|
242
|
-
border-radius: 3px;
|
243
|
-
color: #FFF;
|
244
|
-
background: #000;
|
245
|
-
opacity: .6;
|
246
|
-
text-transform: capitalize;
|
247
|
-
}
|
248
|
-
|
249
|
-
.owl-prev {
|
250
|
-
left: 5px;
|
251
|
-
}
|
252
|
-
|
253
|
-
.owl-next {
|
254
|
-
right: 5px;
|
255
|
-
}
|
256
|
-
}
|
257
|
-
}
|
258
|
-
}
|
259
|
-
#wrapper .carousel-header .big-triangle {
|
260
|
-
z-index: -1;
|
261
|
-
position: relative;
|
262
|
-
bottom: 0px;
|
263
|
-
}
|
264
|
-
.item.owl-slide.flex-center.overlay {
|
265
|
-
padding: 10px;
|
266
|
-
}
|
267
|
-
body,
|
268
|
-
html {
|
269
|
-
height: 100%;
|
270
|
-
}
|
271
|
-
|
272
|
-
body {
|
273
|
-
margin: 0;
|
274
|
-
font-family: futura, sans-serif;
|
275
|
-
}
|
276
|
-
#wrapper #jumbotron a.btn {
|
277
|
-
-webkit-appearance: none;
|
278
|
-
}
|
279
|
-
@import 'triangle-divider';
|
1
|
+
/* Home Page Jumbotron Div */
|
2
|
+
#wrapper div#jumbotron-content {
|
3
|
+
text-align: center;
|
4
|
+
height: $jumbotron-height;
|
5
|
+
}
|
6
|
+
#jumbotron-image:before {
|
7
|
+
content: '';
|
8
|
+
position: absolute;
|
9
|
+
top: 0;
|
10
|
+
right: 0;
|
11
|
+
bottom: 0;
|
12
|
+
left: 0;
|
13
|
+
background-image: linear-gradient(to bottom right, #000, #000);
|
14
|
+
opacity: .5;
|
15
|
+
}
|
16
|
+
/* Overlay - 60% opacity default */
|
17
|
+
#jumbotron.overlay {
|
18
|
+
background-color: rgba(0, 0, 0, $overlay);
|
19
|
+
position: relative;
|
20
|
+
z-index: 0;
|
21
|
+
}
|
22
|
+
#jumbotron.overlay:before {
|
23
|
+
content: '';
|
24
|
+
position: absolute;
|
25
|
+
top: 0;
|
26
|
+
right: 0;
|
27
|
+
bottom: 0;
|
28
|
+
height: $jumbotron-height;
|
29
|
+
left: 0;
|
30
|
+
background-image: linear-gradient(to bottom right, #000, #000);
|
31
|
+
opacity: .5;
|
32
|
+
width: 100%;
|
33
|
+
z-index: -1;
|
34
|
+
}
|
35
|
+
.overlay:before {
|
36
|
+
content: '';
|
37
|
+
position: absolute;
|
38
|
+
top: 0;
|
39
|
+
right: 0;
|
40
|
+
bottom: 0;
|
41
|
+
height: $jumbotron-height;
|
42
|
+
left: 0;
|
43
|
+
background-image: linear-gradient(to bottom right, #000, #000);
|
44
|
+
opacity: .5;
|
45
|
+
width: 100%;
|
46
|
+
z-index: 0;
|
47
|
+
}
|
48
|
+
#wrapper div#jumbotron.background-image.bg-up {
|
49
|
+
background-position-y: 0px !important;
|
50
|
+
background-position-x: center !important;
|
51
|
+
}
|
52
|
+
video#jumbotronVideo {
|
53
|
+
position: absolute;
|
54
|
+
right: 0;
|
55
|
+
bottom: 0;
|
56
|
+
min-width: 100%;
|
57
|
+
min-height: 100%;
|
58
|
+
top:0px;
|
59
|
+
z-index:-2;
|
60
|
+
}
|
61
|
+
#wrapper div#jumbotron.video {
|
62
|
+
height: 600px !important;
|
63
|
+
}
|
64
|
+
#wrapper div#jumbotron.video:before {
|
65
|
+
height: 600px !important;
|
66
|
+
}
|
67
|
+
#wrapper div#jumbotron.video h1#jumbotron-heading {
|
68
|
+
font-size: 50px;
|
69
|
+
}
|
70
|
+
#wrapper div#jumbotron.video div#jumbotron-content {
|
71
|
+
height:600px;
|
72
|
+
}
|
73
|
+
#wrapper div#jumbotron.background-image {
|
74
|
+
background-size: cover !important;
|
75
|
+
background-position: center center !important;
|
76
|
+
background-repeat: no-repeat !important;
|
77
|
+
}
|
78
|
+
div.jumbotron-image{
|
79
|
+
background-repeat: no-repeat;
|
80
|
+
background-position: center;
|
81
|
+
background-size: cover;
|
82
|
+
height: 100%;
|
83
|
+
width: 100%;
|
84
|
+
}
|
85
|
+
/* Jumbotron Sub Title */
|
86
|
+
#wrapper #jumbotron-sub-title {
|
87
|
+
max-width:700px;
|
88
|
+
color: $jumbotron-sub-title-color;
|
89
|
+
font-size: $jumbotron-sub-title-font-size;
|
90
|
+
}
|
91
|
+
/* Jumbotron Heading */
|
92
|
+
#wrapper #jumbotron-heading {
|
93
|
+
max-width: 700px;
|
94
|
+
color: $jumbotron-heading-color;
|
95
|
+
font-size: $jumbotron-font-size;
|
96
|
+
margin-top: 0px;
|
97
|
+
}
|
98
|
+
/* Jumbotron Styles - SM */
|
99
|
+
@media(max-width:$screen-sm-min){
|
100
|
+
#wrapper #jumbotron-heading {
|
101
|
+
font-size: $jumbotron-font-size-xs;
|
102
|
+
}
|
103
|
+
#wrapper #jumbotron-sub-title {
|
104
|
+
color: $jumbotron-sub-title-color;
|
105
|
+
font-size: $jumbotron-sub-title-font-size-xs;
|
106
|
+
}
|
107
|
+
#wrapper #jumbotron-sub-title.smaller {
|
108
|
+
font-size: 14px !important;
|
109
|
+
}
|
110
|
+
|
111
|
+
}
|
112
|
+
#buttons > a.btn {
|
113
|
+
color: black ;
|
114
|
+
font-weight: normal;
|
115
|
+
font-size: 12px;
|
116
|
+
background-color: white;
|
117
|
+
}
|
118
|
+
#buttons > a.btn:hover {
|
119
|
+
color: white ;
|
120
|
+
font-weight: normal;
|
121
|
+
font-size: 12px;
|
122
|
+
background-color: $brand-primary;
|
123
|
+
}
|
124
|
+
/* Jumbotron Header */
|
125
|
+
#jumbotron {
|
126
|
+
background: $jumbotron-bottom-color; /* Old browsers */
|
127
|
+
background: -moz-linear-gradient(top, $jumbotron-top-color 0%, $jumbotron-bottom-color 100%); /* FF3.6-15 */
|
128
|
+
background: -webkit-linear-gradient(top, $jumbotron-top-color 0%,$jumbotron-bottom-color 100%); /* Chrome10-25,Safari5.1-6 */
|
129
|
+
background: linear-gradient(to bottom, $jumbotron-top-color 0%, $jumbotron-bottom-color 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
130
|
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$jumbotron-top-color, endColorstr=$jumbotron-bottom-color,GradientType=0 ); /* IE6-9 */
|
131
|
+
-webkit-background-size: cover;
|
132
|
+
-moz-background-size: cover;
|
133
|
+
-o-background-size: cover;
|
134
|
+
background-size: cover;
|
135
|
+
background-position: center center;
|
136
|
+
}
|
137
|
+
#wrapper #jumbotron small {
|
138
|
+
font-size: 14px;
|
139
|
+
}
|
140
|
+
|
141
|
+
|
142
|
+
// Owl Carousel Slider Full Width
|
143
|
+
#wrapper #jumbotron-slider + .big-triangle {
|
144
|
+
position: relative;
|
145
|
+
z-index: 2;
|
146
|
+
}
|
147
|
+
#jumbotron-slider {
|
148
|
+
position: relative;
|
149
|
+
height: 100%;
|
150
|
+
|
151
|
+
.owl-stage-outer {
|
152
|
+
width: 100vw;
|
153
|
+
}
|
154
|
+
div:not(.owl-controls) {
|
155
|
+
height: 100%;
|
156
|
+
}
|
157
|
+
h2.slide-title.big-title {
|
158
|
+
font-size: 60px;
|
159
|
+
font-weight: bold;
|
160
|
+
@media(max-width: $screen-sm-min) {
|
161
|
+
font-size: 38px !important;
|
162
|
+
}
|
163
|
+
}
|
164
|
+
.owl-slide {
|
165
|
+
background-repeat: no-repeat;
|
166
|
+
background-size: cover;
|
167
|
+
background-position: center;
|
168
|
+
}
|
169
|
+
.slide-title {
|
170
|
+
z-index: 2;
|
171
|
+
color: white;
|
172
|
+
font-size: 32px;
|
173
|
+
position: relative;
|
174
|
+
max-width: 600px;
|
175
|
+
margin: auto;
|
176
|
+
margin-left: auto;
|
177
|
+
margin-right: auto;
|
178
|
+
}
|
179
|
+
h2.slide-title.desc-title {
|
180
|
+
margin-bottom: 0px;
|
181
|
+
@media(max-width: $screen-sm-min) {
|
182
|
+
font-size: 24px !important;
|
183
|
+
}
|
184
|
+
}
|
185
|
+
|
186
|
+
div.owl--text {
|
187
|
+
position: relative;
|
188
|
+
width: 700px;
|
189
|
+
height: auto;
|
190
|
+
opacity: .8;
|
191
|
+
font-size: 16px;
|
192
|
+
padding: 10px;
|
193
|
+
color: white;
|
194
|
+
margin: auto;
|
195
|
+
margin-left: auto;
|
196
|
+
border-radius: 4px;
|
197
|
+
margin-right: auto;
|
198
|
+
margin-top: 0px;
|
199
|
+
@media(max-width: $screen-sm-min) {
|
200
|
+
width: 100%;
|
201
|
+
}
|
202
|
+
border-radius: 4px;
|
203
|
+
p {
|
204
|
+
color: white;
|
205
|
+
margin-bottom: 5px;
|
206
|
+
@media(max-width: $screen-sm-min) {
|
207
|
+
font-size: 12px !important;
|
208
|
+
}
|
209
|
+
}
|
210
|
+
a.btn {
|
211
|
+
position: relative;
|
212
|
+
display: inline-block;
|
213
|
+
margin-left: auto;
|
214
|
+
margin-right: atuo;
|
215
|
+
}
|
216
|
+
}
|
217
|
+
.owl-dots {
|
218
|
+
position: absolute;
|
219
|
+
bottom: 0px;
|
220
|
+
width: 100%;
|
221
|
+
height: 40px !important;
|
222
|
+
}
|
223
|
+
.owl-controls {
|
224
|
+
position: absolute;
|
225
|
+
top: 50%;
|
226
|
+
left: 0;
|
227
|
+
right: 0;
|
228
|
+
|
229
|
+
.owl-buttons {
|
230
|
+
div {
|
231
|
+
position: absolute;
|
232
|
+
top: 0;
|
233
|
+
bottom: 0;
|
234
|
+
display: inline-block;
|
235
|
+
zoom: 1;
|
236
|
+
margin: 0;
|
237
|
+
width: 50px;
|
238
|
+
height: 30px;
|
239
|
+
line-height: 25px;
|
240
|
+
text-align: center;
|
241
|
+
font-size: .9em;
|
242
|
+
border-radius: 3px;
|
243
|
+
color: #FFF;
|
244
|
+
background: #000;
|
245
|
+
opacity: .6;
|
246
|
+
text-transform: capitalize;
|
247
|
+
}
|
248
|
+
|
249
|
+
.owl-prev {
|
250
|
+
left: 5px;
|
251
|
+
}
|
252
|
+
|
253
|
+
.owl-next {
|
254
|
+
right: 5px;
|
255
|
+
}
|
256
|
+
}
|
257
|
+
}
|
258
|
+
}
|
259
|
+
#wrapper .carousel-header .big-triangle {
|
260
|
+
z-index: -1;
|
261
|
+
position: relative;
|
262
|
+
bottom: 0px;
|
263
|
+
}
|
264
|
+
.item.owl-slide.flex-center.overlay {
|
265
|
+
padding: 10px;
|
266
|
+
}
|
267
|
+
body,
|
268
|
+
html {
|
269
|
+
height: 100%;
|
270
|
+
}
|
271
|
+
|
272
|
+
body {
|
273
|
+
margin: 0;
|
274
|
+
font-family: futura, sans-serif;
|
275
|
+
}
|
276
|
+
#wrapper #jumbotron a.btn {
|
277
|
+
-webkit-appearance: none;
|
278
|
+
}
|
279
|
+
@import 'triangle-divider';
|