Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
/* LayerSlider Full Width Skin */
2
 
3
 
4
 
5
.ls-fullwidth .ls-playvideo {
6
        width: 50px;
7
        height: 50px;
8
        margin-left: -25px;
9
        margin-top: -25px;
10
}
11
 
12
.ls-fullwidth .ls-playvideo,
13
.ls-fullwidth .ls-nav-sides,
14
.ls-fullwidth .ls-bottom-slidebuttons a,
15
.ls-fullwidth .ls-nav-prev,
16
.ls-fullwidth .ls-nav-next,
17
.ls-fullwidth .ls-nav-start,
18
.ls-fullwidth .ls-nav-stop,
19
.ls-fullwidth .ls-fullscreen,
20
.ls-fullwidth .ls-loading-container {
21
        background-image: url(skin.png);       
22
}
23
 
24
.ls-fullwidth .ls-playvideo {
25
        background-position: -300px -150px;
26
}
27
 
28
.ls-fullwidth .ls-playvideo:hover,
29
.ls-fullwidth .ls-vpcontainer:hover .ls-playvideo {
30
        background-position: -375px -150px;
31
}
32
 
33
.ls-fullwidth .ls-nav-prev {
34
        background-position: 0px 0px;
35
}
36
 
37
.ls-fullwidth .ls-nav-prev:hover {
38
        background-position: 0px -75px;
39
}
40
 
41
.ls-fullwidth .ls-nav-next {
42
        background-position: -150px 0px;
43
}
44
 
45
.ls-fullwidth .ls-nav-next:hover {
46
        background-position: -150px -75px;
47
}
48
 
49
.ls-fullwidth .ls-nav-start {
50
        background-position: -300px 0px;
51
}
52
 
53
.ls-fullwidth .ls-nav-start:hover,
54
.ls-fullwidth .ls-nav-start-active {
55
        background-position: -300px -75px;
56
}
57
 
58
.ls-fullwidth .ls-nav-stop {
59
        background-position: -450px 0px;
60
}
61
 
62
.ls-fullwidth .ls-nav-stop:hover,
63
.ls-fullwidth .ls-nav-stop-active {
64
        background-position: -450px -75px;
65
}
66
 
67
.ls-fullwidth .ls-bottom-slidebuttons a {
68
        background-position: 0px -150px;
69
}
70
 
71
.ls-fullwidth .ls-bottom-slidebuttons a.ls-nav-active,
72
.ls-fullwidth .ls-bottom-slidebuttons a:hover {
73
        background-position: -75px -150px;
74
}
75
 
76
.ls-fullwidth .ls-nav-sideleft {
77
        background-position: -150px -150px;    
78
}
79
 
80
.ls-fullwidth .ls-nav-sideright {
81
        background-position: -225px -150px;    
82
}
83
 
84
 
85
 
86
.ls-fullwidth .ls-nav-prev,
87
.ls-fullwidth .ls-nav-next {
88
        width: 40px;
89
        height: 40px;
90
        z-index: 10000;
91
        top: 50%;
92
        margin-top: -20px;     
93
        position: absolute;
94
}
95
 
96
.ls-fullwidth .ls-nav-prev {
97
        left: 10px;    
98
}
99
 
100
.ls-fullwidth .ls-nav-next {
101
        right: 10px;   
102
}
103
 
104
 
105
 
106
.ls-fullwidth .ls-bottom-slidebuttons,
107
.ls-fullwidth .ls-bottom-slidebuttons a,
108
.ls-fullwidth .ls-nav-start,
109
.ls-fullwidth .ls-nav-stop,
110
.ls-fullwidth .ls-nav-sides {
111
        height: 20px;
112
}
113
 
114
.ls-fullwidth .ls-bottom-slidebuttons,
115
.ls-fullwidth .ls-bottom-slidebuttons a,
116
.ls-fullwidth .ls-nav-start,
117
.ls-fullwidth .ls-nav-stop,
118
.ls-fullwidth .ls-nav-sides {
119
        display: inline-block;
120
}
121
 
122
.ls-fullwidth .ls-bottom-slidebuttons,
123
.ls-fullwidth .ls-nav-start,
124
.ls-fullwidth .ls-nav-stop,
125
.ls-fullwidth .ls-nav-sides {
126
        top: -30px;
127
}
128
 
129
.ls-fullwidth .ls-nav-start,
130
.ls-fullwidth .ls-nav-stop {
131
        width: 25px;
132
}
133
 
134
.ls-fullwidth .ls-bottom-slidebuttons a {
135
        width: 20px;
136
}
137
 
138
.ls-fullwidth .ls-nav-sides {
139
        width: 0px;    
140
}
141
 
142
 
143
 
144
.ls-fullwidth .ls-thumbnail-hover {
145
        bottom: 30px;
146
        padding: 2px;
147
        margin-left: 1px;
148
}
149
 
150
.ls-fullwidth .ls-thumbnail-hover-bg {
151
        background: #eee;
152
}
153
 
154
.ls-fullwidth .ls-thumbnail-hover span {
155
        border: 5px solid #eee;
156
        margin-left: -5px;
157
}
158
 
159
 
160
 
161
.ls-fullwidth .ls-thumbnail {
162
        top: 10px;
163
}
164
 
165
.ls-fullwidth .ls-thumbnail-inner {
166
        padding: 2px;
167
        margin-left: -2px;
168
        background: #fff;
169
}
170
 
171
.ls-fullwidth .ls-thumbnail-slide a {
172
        margin-right: 2px;
173
}
174
 
175
.ls-fullwidth .ls-nothumb {
176
        background: #eee;
177
}
178
 
179
 
180
 
181
.ls-fullwidth .ls-loading-container {
182
        width: 40px;
183
        height: 40px;
184
        margin-left: -20px;
185
        margin-top: -20px;
186
        background-position: -450px -150px;    
187
}
188
 
189
.ls-fullwidth .ls-loading-indicator {
190
        width: 22px;
191
        height: 22px;
192
        margin-top: 9px;
193
        background-image: url(loading.gif);    
194
}
195
 
196
 
197
 
198
.ls-fullwidth .ls-fullscreen {
199
        width: 30px;
200
        height: 30px;
201
        right: 10px;
202
        top: 10px;
203
        background-position: -525px -150px;
204
}
205
 
206
.ls-fullwidth .ls-fullscreen:hover {
207
        background-position: -525px -190px;
208
}