Skip to content

Commit 6cbadd7

Browse files
committed
Build with slick carousel included
1 parent 43ebb45 commit 6cbadd7

27 files changed

+2143
-2051
lines changed

dist/css/libraries.min.css

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/libraries.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/w-style.css

Lines changed: 3 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@import url('css/margin-tools.css');
22
@import url('css/style/w-overlay.css');
3+
@import url('css/style/w-style.css');
34
/*@import url('css/style/w-corner_ribbon.css');*/
45
@import url('css/padding-tools.css');
56
@import url('css/text-tools.css');
@@ -15,6 +16,7 @@
1516
/* @import url('css/thirdparty/bootstrap-tabs.css'); */
1617
/* @import url('css/thirdparty/twitter-typeahead.css'); */
1718
/* @import url('css/thirdparty/datatable-rowreorder.css'); */
19+
@import url('css/plugins/w-slick.css');
1820
@import url('css/widget/w-go2top.css');
1921
@import url('css/widget/w-loader.css');
2022
@import url('css/widget/w-appear_btn.css');
@@ -68,64 +70,11 @@ body { padding-right: 0 !important }
6870
z-index: 5000;
6971
}
7072

71-
/* * * Tools * * */
72-
.display-none {
73-
display: none;
74-
}
75-
76-
.visibility-hidden {
77-
visibility: hidden;
78-
}
79-
80-
.overflow-hidden {
81-
overflow: hidden;
82-
}
83-
84-
.fullwidth {
85-
width: 100% !important;
86-
}
87-
88-
/* CURSOR HELPER */
89-
.cursor-pointer {
90-
cursor: pointer;
91-
}
92-
.cursor-move {cursor: move !important;}
93-
.cursor-move-arrows:before {content: "\f047"; font-family: "FontAwesome"; margin-right: 5px;}
94-
.cursor-move-arrows-after:after {content: "\f047"; font-family: "FontAwesome"; margin-left: 5px;}
9573

9674
.showhideBox {
9775
cursor: pointer;
9876
}
9977

100-
/* opacity 03 */
101-
.opacity03 {
102-
opacity: 0.3;
103-
}
104-
105-
/* Tables * /
106-
.thick-line {
107-
border-top: 2px solid;
108-
}
109-
/*
110-
.table-striped > thead > tr {
111-
background-color: #D196A4;
112-
}
113-
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
114-
background-color: #F4D9DE;
115-
}
116-
.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
117-
background-color: #F2C4CE;
118-
}
119-
.table-striped > tfoot > tr {
120-
background-color: #D196A4;
121-
}
122-
/* end#Tables */
123-
124-
125-
/* max-width not work with little images and this make it wide */
126-
.img-full {
127-
width: 100%;
128-
}
12978

13079
/* * * Bootstrap btn * * * */
13180
/* circle */
@@ -150,10 +99,7 @@ body { padding-right: 0 !important }
15099
padding: 12px 22px;
151100
}
152101

153-
/* unstyle link */
154-
.link-unstyled, .link-unstyled:hover, .link-unstyled:active, .link-unstyled:focus {
155-
text-decoration: none;
156-
}
102+
157103

158104
/* fast positions and after style="inline top,bottommleft,right: ?px" */
159105
.relpos {
@@ -208,63 +154,6 @@ body { padding-right: 0 !important }
208154
.toppos-30 {top: 30px;}
209155
.bottompos-30 {bottom: 30px;}
210156

211-
/* BACKGROUNDS bg-[] */
212-
.bg-lgray {
213-
background-color: #f1f1f1;
214-
}
215-
216-
.bg-white {
217-
background: #FFFFFF;
218-
}
219-
220-
.bg-white-transparent {
221-
background: #FFFFFF;
222-
background-color: rgba(255, 255, 255, 0.78) !important;
223-
}
224-
225-
.bg-lgreen-transparent {
226-
background: none repeat scroll 0 0 rgba(200, 255, 200, 0.6);
227-
}
228-
229-
.bg-acqua {
230-
background: #DAFDFF;
231-
}
232-
233-
.bg-acqua-transparent {
234-
background: #DAFDFF;
235-
background-color: rgba(208, 253, 255, 0.78);
236-
}
237-
238-
/* Default Box shadow */
239-
.box-shadow {
240-
-webkit-box-shadow: 0 0 2px #444444;
241-
-moz-box-shadow: 0 0 2px #444444;
242-
box-shadow: 0 0 2px #444444;
243-
}
244-
245-
/* Default border radius */
246-
.border-radius {
247-
-webkit-border-radius: 7px 7px 7px 7px;
248-
border-radius: 7px 7px 7px 7px;
249-
}
250-
251-
.border-radius-bottom {
252-
-webkit-border-radius: 0 0 7px 7px;
253-
border-radius: 0 0 7px 7px;
254-
}
255-
256-
.border-radius-top {
257-
-webkit-border-radius: 7px 7px 0 0;
258-
border-radius: 7px 7px 0 0;
259-
}
260-
261-
.border-solid1 {
262-
border: 1px solid #dddddd;
263-
}
264-
265-
.border-solid1-left {
266-
border-left: 1px solid #dddddd;
267-
}
268157

269158
/* #animation: for on-target */
270159
.target { background-color: #00e095; }

dist/css/w-style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/w-style.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/libraries.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/libraries.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/w-plugins.js

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,6 +1463,49 @@ $('.w-binded.w-setter').each( function(){
14631463
});
14641464
});
14651465

1466+
$(function(){
1467+
/* Slick activation other settings are made by data-slick="{}" api */
1468+
$(".slick-carousel").slick({
1469+
slidesToShow: 4,
1470+
slidesToScroll: 3,
1471+
autoplay: true,
1472+
dots: true,
1473+
arrows: true,
1474+
responsive: [
1475+
{
1476+
breakpoint: 1024,
1477+
settings: {
1478+
dots: true,
1479+
arrows: true,
1480+
infinite: true,
1481+
slidesToShow: 3,
1482+
slidesToScroll: 2
1483+
}
1484+
},
1485+
{
1486+
breakpoint: 600,
1487+
settings: {
1488+
dots: false,
1489+
arrows: true,
1490+
infinite: true,
1491+
slidesToShow: 2,
1492+
slidesToScroll: 2
1493+
}
1494+
},
1495+
{
1496+
breakpoint: 480,
1497+
settings: {
1498+
dots: false,
1499+
arrows: true,
1500+
infinite: true,
1501+
slidesToShow: 2,
1502+
slidesToScroll: 1
1503+
}
1504+
}
1505+
]
1506+
});
1507+
});
1508+
14661509
/*
14671510
Copyright 2014 Google Inc. All rights reserved.
14681511

dist/js/w-plugins.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/w-plugins.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)