-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
414 lines (401 loc) · 12.5 KB
/
style.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
#spdm-shortcode-slider {
/*use this id to ovveride styles in your templates stylesheet */
}
.clear {
clear: both;
width: 100%;
margin: 0;
padding: 0;
}
#slides {
position: relative;/* use this to position elements absolutly within*/
overflow: hidden;
width:600px;
height:400px;
}
#slides div { /* loading slide div css early to prevent loading glitch if jquery styles take awhile*/
position: absolute;
top: 0px;
left: 0px;
display: none;
z-index: 2;
opacity: 0;
}
#slides a {
outline: none;
text-decoration: none;
border-bottom: 0;
}
#slides .info {
background: transparent url('img/dark.png') repeat;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 30%;
}
#slides .info h3 {
font: bold 16px/18px Tahoma, Arial, Helvetica, sans-serif;
margin: 10px 0 0 0;
padding: 5px 15px;
}
#slides .info h3 a,
#slides .info h3 a:hover{
background:none;
}
#slides .info p {
font: normal 11px/15px Tahoma, Arial, Helvetica, sans-serif;
margin: 0 15px;
}
#slides .info h3 a,
#slides .info h3 a:hover,
#slides .info p {
color: #f0f0f0;
}
#slides .info a,
#slides .info a: hover {
background:none;
color: #fff;
text-decoration: none;
}
/* =Arrow (if not hidden)
-----------------------------------------------------------*/
#slides a#nav_nextslide,
#slides a#nav_previousslide {
position: absolute;
bottom: 0;
line-height:0;
width: 60px;/*images are aprox 40 wide*/
height: 100%;
z-index: 1000;
}
#slides a#nav_nextslide {
right: 0;
}
#slides a#nav_previousslide {
left: 0;
}
#slides a#nav_nextslide: hover,
#slides a#nav_previousslide: hover {
opacity: 0.6;
filter: alpha(opacity=50);/* IE's opacity*/
cursor: pointer;
}
#slides a#nav_nextslide:hover {
background: transparent url('img/fleche_right.png') no-repeat right center;}
#slides a#nav_previousslide:hover {
background: transparent url('img/fleche_left.png') no-repeat left center;
}
/* =Plain Layout
-----------------------------------------------------------*/
.plain {
position: relative;
width: 600px;
}
.plain #slides .info {
position: absolute;
bottom: 5%;
left: 58%;
width: 40%;
height: 50%;
}
.plain #slides .info h3 {
margin-top:10px;
}
/* =Numbers bottom
-----------------------------------------------------------*/
.numbers-bottom {
position: relative;
width: 600px;
}
.numbers-bottom div#nav_num {
margin-top: 2px;
text-align: right;
}
.numbers-bottom div#nav_num a {
border-bottom: 0;
color: #1e2026;
font: bold 13px/13px Tahoma, Arial, Helvetica, sans-serif;
padding: 0 5px 2px;
margin: 1px;
text-decoration: none;
}
.numbers-bottom div#nav_num a.activeSlide {
background: #1e2026;
color: #fff;
}
.numbers-bottom #slides .info h3 a,
.numbers-bottom #slides .info h3 a:hover,
.numbers-bottom #slides .info p {
color: #f0f0f0;
}
/* =Buttons
-----------------------------------------------------------*/
.buttons {
position: relative;
width: 600px;
}
.buttons div#nav_num {
margin: 0 auto;
width: 100%;
text-align: center;
}
.buttons div#nav_num a {
background: #bababa;font-size: 0; /*hide numbers*/
border-radius: 50% 50% 50% 50%;/*round corners */
border: 1px solid #fff;
border-color: #919293 #8d8989 #a7a7a7 #7e7e7e;
box-shadow: 0 0 3px #ccc ;
height: 8px;
width: 8px;
line-height: 0; /*hide numbers*/
margin: 0 0 0 7px;
padding: 4px;
}
.buttons div#nav_num a.activeSlide {
background-color: #333;
border: 1px solid #4c4b4b;
-moz-box-shadow: inset 0 0 2px 2px #666;
-webkit-box-shadow: inset 0 0 2px 2px #666;
box-shadow: inset 0 0 2px 2px #666;
}
.buttons #slides .info {
background: transparent url('img/light.png') repeat top;
position: absolute;
bottom: 9px;
left: 3px;
width: 99%;
height: 30%;
}
.buttons #slides .info,
.buttons #slides .info h3,
.buttons #slides .info p,
.buttons #slides .info a {
color: #000;
}
/* =Numbers top
-----------------------------------------------------------*/
.numbers-top {
position: relative;
width: 600px;
}
.numbers-top div#nav_num {
position: absolute;
right: 10px;
top: 10px;
z-index: 5000;
}
.numbers-top div#nav_num a {
background: transparent url('img/light.png') repeat;
border-radius: 50% 50% 50% 50%;/*round corners */
-moz-box-shadow: inset 0 0 0 1px #f6f6f6;
-webkit-box-shadow: inset 0 0 0 1px #f6f6f6;
box-shadow: inset 0 0 0 1px #f6f6f6;
border-bottom: 0;
color: #1e2026;
font: bold 15px/17px Tahoma, Arial, Helvetica, sans-serif;
padding: 2px 7px;
margin: 5px 1px;
text-decoration: none;
}
.numbers-top div#nav_num a.activeSlide {
background: transparent url('img/dark.png') repeat;
-moz-box-shadow: inset 0 0 2px 1px #333;
-webkit-box-shadow: inset 0 0 2px 1px #333;
box-shadow: inset 0 0 2px 1px #333;
color: #fff;
}
.numbers-top #slides .info {
position: absolute;
bottom: 6px;
left: 0%;
padding-top: 20%;
width: 40%;
height: 80%;
}
.numbers-top #slides .info h3 a,
.numbers-top #slides .info h3 a:hover,
.numbers-top #slides .info p {
color: #f0f0f0;
}
/* =Thumbnails side
-----------------------------------------------------------*/
.thumbnails-side {
position: relative;
width: 790px;
}
.thumbnails-side #slides {
position: absolute;
top: 0;
left: 0;
}
.thumbnails-side #slides .info h3 a,
.thumbnails-side #slides .info h3 a:hover,
.thumbnails-side #slides .info p {
color: #f0f0f0;
}
.thumbnails-side ul#nav_thumb {
background: #e3e4e5;
list-style: none;
margin: 0;
padding: 2px 0 0 0;
position:absolute;
overflow: hidden;
top: 0;
right: 0;
width: 190px;
height:398px;
z-index: 3000;
}
.thumbnails-side ul#nav_thumb li {
background: #999;/* for non-css3 browsers */
background: rgb(234,234,234);/* Old browsers */
background: -moz-linear-gradient(left, rgba(234,234,234,1) 0%, rgba(224,224,224,1) 1%, rgba(249,249,249,1) 8%, rgba(252,252,252,1) 16%, rgba(234,234,234,1) 76%, rgba(254,254,254,1) 99%, rgba(206,206,206,1) 100%);/* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(234,234,234,1)), color-stop(1%,rgba(224,224,224,1)), color-stop(8%,rgba(249,249,249,1)), color-stop(16%,rgba(252,252,252,1)), color-stop(76%,rgba(234,234,234,1)), color-stop(99%,rgba(254,254,254,1)), color-stop(100%,rgba(206,206,206,1)));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(234,234,234,1) 0%,rgba(224,224,224,1) 1%,rgba(249,249,249,1) 8%,rgba(252,252,252,1) 16%,rgba(234,234,234,1) 76%,rgba(254,254,254,1) 99%,rgba(206,206,206,1) 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(234,234,234,1) 0%,rgba(224,224,224,1) 1%,rgba(249,249,249,1) 8%,rgba(252,252,252,1) 16%,rgba(234,234,234,1) 76%,rgba(254,254,254,1) 99%,rgba(206,206,206,1) 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(234,234,234,1) 0%,rgba(224,224,224,1) 1%,rgba(249,249,249,1) 8%,rgba(252,252,252,1) 16%,rgba(234,234,234,1) 76%,rgba(254,254,254,1) 99%,rgba(206,206,206,1) 100%);/* IE10+ */
background: linear-gradient(left, rgba(234,234,234,1) 0%,rgba(224,224,224,1) 1%,rgba(249,249,249,1) 8%,rgba(252,252,252,1) 16%,rgba(234,234,234,1) 76%,rgba(254,254,254,1) 99%,rgba(206,206,206,1) 100%);/* W3C */
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#cecece',GradientType=1 );/* IE6-9 */
border-top: solid 1px #ddd;
display: block;
height: 65px; /*allows for 6 slides */
list-style: none;
width: 100%;
margin: 0;
}
.thumbnails-side ul#nav_thumb li:first-child {
border-width: 0;
}
.thumbnails-side ul#nav_thumb li.activeSlide {
background: rgb(43,43,43);/* Old browsers */
background: -moz-linear-gradient(left, rgba(43,43,43,1) 0%, rgba(178,178,178,1) 0%, rgba(224,224,224,1) 100%, rgba(22,22,22,1) 100%);/* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(43,43,43,1)), color-stop(0%,rgba(178,178,178,1)), color-stop(100%,rgba(224,224,224,1)), color-stop(100%,rgba(22,22,22,1)));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(43,43,43,1) 0%,rgba(178,178,178,1) 0%,rgba(224,224,224,1) 100%,rgba(22,22,22,1) 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(43,43,43,1) 0%,rgba(178,178,178,1) 0%,rgba(224,224,224,1) 100%,rgba(22,22,22,1) 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(43,43,43,1) 0%,rgba(178,178,178,1) 0%,rgba(224,224,224,1) 100%,rgba(22,22,22,1) 100%);/* IE10+ */
background: linear-gradient(left, rgba(43,43,43,1) 0%,rgba(178,178,178,1) 0%,rgba(224,224,224,1) 100%,rgba(22,22,22,1) 100%);/* W3C */
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#161616',GradientType=1 );/* IE6-9 */
}
.thumbnails-side ul#nav_thumb li.clear {
background-image: none;
border: 0;
clear: both;
filter: none;
height: 0;
width: 100%;
}
.thumbnails-side ul#nav_thumb li a {
border-width: 0;
clear: both;
display: block;
float: left;
width: 100%;
}
.thumbnails-side ul#nav_thumb li a:focus {
outline: none;
}
.thumbnails-side ul#nav_thumb li a img {
float: left;
border: 1px solid #a7a7a7;
-moz-box-shadow: solid 0 0 2px 2px #666;
-webkit-box-shadow: solid 0 0 2px 2px #666;
box-shadow: solid 0 0 2px 2px #666;
margin: 6px 7px 5px 7px;
}
.thumbnails-side ul#nav_thumb li a h6 {
font: normal 11px/15px Tahoma, Arial, Helvetica, sans-serif;
text-align: left;
}
/* =Thumbnails bottom
-----------------------------------------------------------*/
.thumbnails-bottom {
background-color: #fafaf9;
position: relative;
width: 600px;
}
.thumbnails-bottom #slides {}
.thumbnails-bottom #slides .info {
background: transparent url('img/light.png') repeat;
position: absolute;
bottom: 5px;
left: 0;
width: auto;
height: 30%;
}
#slides .info h3 a,
#slides .info h3 a:hover,
#slides .info p {
color: #333;
}
.thumbnails-bottom ul#nav_thumb {
background: rgb(226,226,226);/* Old browsers */
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(255,255,255,1) 6%, rgba(232,232,232,1) 7%, rgba(255,255,255,1) 98%, rgba(209,209,209,1) 100%);/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(6%,rgba(255,255,255,1)), color-stop(7%,rgba(232,232,232,1)), color-stop(98%,rgba(255,255,255,1)), color-stop(100%,rgba(209,209,209,1)));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(255,255,255,1) 6%,rgba(232,232,232,1) 7%,rgba(255,255,255,1) 98%,rgba(209,209,209,1) 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(255,255,255,1) 6%,rgba(232,232,232,1) 7%,rgba(255,255,255,1) 98%,rgba(209,209,209,1) 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(255,255,255,1) 6%,rgba(232,232,232,1) 7%,rgba(255,255,255,1) 98%,rgba(209,209,209,1) 100%);/* IE10+ */
background: linear-gradient(top, rgba(226,226,226,1) 0%,rgba(255,255,255,1) 6%,rgba(232,232,232,1) 7%,rgba(255,255,255,1) 98%,rgba(209,209,209,1) 100%);/* W3C */
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d1d1d1',GradientType=0 );/* IE6-9 */
border-width: 0;
display: block;
list-style: none;
margin: 0;
padding: 0 2px;
overflow:hidden;
width: 596px;
height: 120px;
}
.thumbnails-bottom ul#nav_thumb li:first-child {
}
.thumbnails-bottom ul#nav_thumb li {
border-left: #ddd solid 1px;
border-right: #fefefe solid 1px;
float: left;
display: block;
list-style: none;
margin: 0;
text-align: center;
width: 83px; /*allows for 7*/
height: 100%;
}
.thumbnails-bottom ul#nav_thumb li.activeSlide {
border-right: #ddd solid 1px;
border-left: #ddd solid 1px;
background: #ddd url('img/light.png') repeat top;
}
.thumbnails-bottom ul#nav_thumb li.clear {
clear: both;
width: 100%;
height: 0;
}
.thumbnails-bottom ul#nav_thumb li a {
clear: both;
display: block;
float: left;
width: 100%;
height: 100%;
border-width: 0;
}
.thumbnails-bottom ul#nav_thumb li a:focus {
outline: none;
background-color:#ddd;
}
.thumbnails-bottom ul#nav_thumb li a img {
border: 1px solid #ccc;
background-color: #fff;
display: block;
margin: 10px auto 0;
padding: 2px;
width: 50px;
height: 50px;
}
.thumbnails-bottom ul#nav_thumb li a h6 {
clear: both;
display: block;
font: normal 10px/14px Tahoma, Arial, Helvetica, sans-serif;
margin: 2px 0 0 0;
padding: 0;
text-align: center;
width: 100%;
}