-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathall.less
More file actions
69 lines (53 loc) · 1.36 KB
/
all.less
File metadata and controls
69 lines (53 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
@import "vendor/slick/slick.less";
@import "vendor/slick/slick-theme.less";
@import "vendor/swipebox/css/swipebox.less";
.slick.left {
margin-left:20px;
margin-right:20px;
}
.slick.center {
margin:0 auto;
max-width: 92%;
}
.thumb2 {
width:100% !important;
}
/* Slider */
.slick-loading .slick-list{
background: #fff url('./vendor/slick/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url('./vendor/slick/fonts/slick.eot');
src: url('./vendor/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('./vendor/slick/fonts/slick.woff') format('woff'), url('./vendor/slick/fonts/slick.ttf') format('truetype'), url('./vendor/slick/fonts/slick.svg#slick') format('svg');
}
.slick-prev::before, .slick-next::before {
color: grey;
}
/* fix image paths */
#swipebox-slider .slide-loading {
background: url(vendor/swipebox/img/loader.gif) no-repeat center center;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
background-image: url(vendor/swipebox/img/icons.png);
}
/* style overrides */
#swipebox-overlay {
background: rgba(0, 0, 0, 0.95);
}
#swipebox-top-bar {
div.title {
font-size: 15px;
line-height: 1.5em;
}
div.caption {
font-size: 13px;
line-height: 1.5em;
}
padding: 10px;
}