-
Notifications
You must be signed in to change notification settings - Fork 0
/
coin-slider.css
54 lines (54 loc) · 1017 Bytes
/
coin-slider.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
/*
Coin Slider jQuery plugin CSS styles
http://workshop.rs/projects/coin-slider
*/
.coin-slider {
padding:0;
overflow:hidden;
zoom:1;
position:relative;
float:right;
}
.coin-slider a {
text-decoration:none;
outline:none;
border:none;
}
/* buttons for switching */
.cs-buttons {
margin:8px 0;
padding:0;
font-size:0;
float:left;
}
.cs-buttons a {
margin:0 2px;
width:20px;
height:20px;
float:left;
color:#fff;
text-indent:-10000px;
background:url(../images/slide_p.png) no-repeat center center;
}
.cs-buttons a.cs-active {
color:#fff;
background-image:url(../images/slide_a.png);
}
/* text in slider */
.cs-title {
padding:16px 60px 16px 24px;
width:876px;
color:#fff;
font-size:15px;
line-height:1.5em;
background:url(../images/overlay.png) repeat left top;
}
.cs-title big {
font-size:20px;
}
/* buttons Next and Prew */
.cs-prev, .cs-next {
background:url(../images/overlay.png) repeat left top;
color:#fff;
padding:0px 10px;
}