forked from radsaggi/cassetete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsliderman.css
executable file
·99 lines (87 loc) · 2.41 KB
/
sliderman.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
90
91
92
93
94
95
96
97
98
99
/*
* Copyright (C) 2014 radsaggi(ashutosh)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#slider_container_2
{
float: left;
margin: 0 auto;
padding: 15px;
width: 700px;
position:absolute;
top:60px;
left:10px;
background: url("/img/bg.png") no-repeat 0 0;
border-radius:10px;
}
#slider_container_2 img{
border-radius:10px;
}
.SliderName_2 {
float: left;
width: 700px;
height: 450px;
overflow: hidden;
}
.SliderNamePrev_2 {
background: url("img/left.png") no-repeat left center;
width: 50px;
height: 450px;
display: block;
position: absolute;
top: 0;
left: 0;
text-decoration: none;
}
.SliderNameNext_2 {
background: url("img/right.png") no-repeat right center;
float:right;
width: 50px;
height: 450px;
display: block;
position: relative;
top: 0;
right: 0;
text-decoration: none;
}
.SliderName_2Description {
padding: 10px;
font-family: Tahoma,Arial,Helvetica;
font-size: 14px;
line-height: 30px;
letter-spacing: 1px;
text-align: center;
color: #ffffff;
text-shadow: 0 1px 3px #000000;
}
#SliderNameNavigation_2 { margin: 0; padding: 10px 0 0 0; height: 16px; text-align: center; overflow-y: hidden; }
#SliderNameNavigation_2 a:link, #SliderNameNavigation_2 a:active, #SliderNameNavigation_2 a:visited, #SliderNameNavigation_2 a:hover{
margin: 0;
padding: 0;
font-size: 0;
line-height: 0;
text-decoration: none;
}
#SliderNameNavigation_2 a img
{
border: none;
width: 16px;
height: 16px;
background: url("img/bullet.png") no-repeat center center;
}
#SliderNameNavigation_2 a.active img
{
background: url("img/bullet_active.png") no-repeat center center;
}