-
Notifications
You must be signed in to change notification settings - Fork 1
/
jMyCarousel.css
61 lines (49 loc) · 1.09 KB
/
jMyCarousel.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
/**********************************************/
/* @name: style.css */
/* @date: 19/11/07 */
/* @desc: JMyCarousel css */
/* @auth: kevin@enova-tech.net */
/**********************************************/
/** General Elements && arrows description ***/
div.jMyCarousel .prev{
background: url('left.png') center center no-repeat;
width:47px;
height:61px;
border:0px;
}
div.jMyCarousel .next{
background: url('right.png') center center no-repeat;
width:40px;
height:61px;
border:0px;
}
div.jMyCarousel .up{
background: url('up.png') center center no-repeat;
width:61px;
height:40px;
border:0px;
}
div.jMyCarousel .down{
background: url('down.png') center center no-repeat;
width:47px;
height:61px;
border:0px;
}
div.jMyCarousel{
border:1px solid #1c6f8e;
}
div.jMyCarousel ul{
}
div.jMyCarousel ul li{
margin:0px;
border:1px solid #ccc;
line-height:0px;
padding:0px;
}
div.jMyCarousel ul li a{ /* in case of link */
display:block;
}
div.jMyCarousel ul li img{
display:block;
border:0px;
}