-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsmartslider.css
More file actions
93 lines (91 loc) · 1.69 KB
/
smartslider.css
File metadata and controls
93 lines (91 loc) · 1.69 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
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
.jscroller
{
position: static;
z-index: 998;
}
.slider
{
position: absolute;
z-index: 1000;
}
.inner
{
width: 1px;
height: 100%;
z-index: 999;
}
.lgripper
{
position: relative;
z-index: 1001;
top: 0px;
border: none;
outline: none;
}
.ticks
{
list-style: none;
margin: 0;
padding: 0;
float: left;
position: absolute;
z-index: 997;
}
.ticks li
{
display: inline;
float: left;
font-size: xx-small;
}
.slider.style1
{
background-color: #D7D7D7;
border: solid 1px #B6B6B6;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}
.inner.style1
{
background-color: #DFECF4;
-moz-box-shadow: 0 1px 2px rgba(17, 35, 45, 0.6) inset;
-webkit-box-shadow: 0 1px 2px rgba(17, 35, 45, 0.6) inset;
}
.lgripper.style1
{
background: url(images/tracker.png) 0px 0px no-repeat;
}
.slider.style2
{
background-color: #D7D7D7;
border: solid 4px #888F97;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}
.inner.style2
{
background-color: #DFECF4;
-moz-box-shadow: 0 1px 2px rgba(17, 35, 45, 0.6) inset;
-webkit-box-shadow: 0 1px 2px rgba(17, 35, 45, 0.6) inset;
}
.lgripper.style2
{
background: url(images/tracker_black.png) 0px 0px no-repeat;
}
.slider.style3
{
background-color: #D7D7D7;
border: solid 2px #888F97;
-moz-box-shadow: 2 1px 2px #000 inset;
-webkit-box-shadow: 2 1px 2px #000 inset;
}
.inner.style3
{
background-image:url('gradient_red.jpg');
background-repeat:repeat-x;
-moz-box-shadow: 2 1px 2px rgba(17, 35, 45, 0.6) inset;
-webkit-box-shadow: 2 1px 2px rgba(17, 35, 45, 0.6) inset;
}
.lgripper.style3
{
background: url(images/tracker_simple.png) 0px 0px no-repeat;
}