-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjquery.bxslider.css
91 lines (76 loc) · 1.55 KB
/
jquery.bxslider.css
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
/**
* BxSlider v4.0 - Fully loaded, responsive content slider
* http://bxslider.com
*
* Written by: Steven Wanderski, 2012
* http://stevenwanderski.com
* (while drinking Belgian ales and listening to jazz)
*
* CEO and founder of bxCreative, LTD
* http://bxcreative.com
*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
position: relative;
margin: 20px 85px 35px 85px;
padding: 0;
*zoom: 1;
}
/** .bxslider iframe {
margin-top: 50px;
}
/** THEME
===================================*/
/* .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -30px;
width: 100%;
} */
/* LOADER */
/* .bx-wrapper .bx-loading {
min-height: 50px;
background: url(images/bx_loader.gif) center no-repeat #fff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
} */
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
position: relative;
left: -50px;
background: url(images/arrows.png) no-repeat -6px -5px;
opacity: 1;
}
.bx-wrapper .bx-next {
position: relative;
top: -100px;
right: -50px;
background: url(images/arrows.png) no-repeat -46px -5px;
opacity: 1;
}
.bx-wrapper .bx-prev:hover {
background-position: -6px -43px;
opacity: 1;
}
.bx-wrapper .bx-next:hover {
background-position: -46px -43px;
opacity: 1;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 6%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
}
/* .bx-wrapper .bx-controls-direction a.disabled {
display: none;
} */