1 .slideshow_container { |
|
2 background: #000; |
|
3 } |
|
4 |
|
5 .slideshow_container .slideshow { } |
|
6 |
|
7 .slideshow_container img { } |
|
8 |
|
9 .slideshow_container .slide { |
|
10 margin-right: 2px; |
|
11 } |
|
12 |
|
13 .slideshow_container .transparent { |
|
14 filter: alpha(opacity = 50); |
|
15 opacity: 0.5; |
|
16 } |
|
17 |
|
18 .slideshow_container .transparent:hover { |
|
19 filter: alpha(opacity = 80); |
|
20 opacity: 0.8; |
|
21 } |
|
22 |
|
23 .slideshow_container .description { |
|
24 background: #000; |
|
25 } |
|
26 |
|
27 .slideshow_container .controlPanel { |
|
28 width: 20px; |
|
29 height: 20px; |
|
30 } |
|
31 |
|
32 .slideshow_container .controlPanel ul { } |
|
33 |
|
34 .slideshow_container .controlPanel ul li { |
|
35 margin: 3px; |
|
36 width: 20px; |
|
37 height: 20px; |
|
38 } |
|
39 |
|
40 .slideshow_container .controlPanel ul li:hover { } |
|
41 |
|
42 .slideshow_container .play { |
|
43 background: url('%plugin-url%/images/SlideshowPlugin/dark-controlpanel.png') 0 0 no-repeat; |
|
44 } |
|
45 |
|
46 .slideshow_container .pause { |
|
47 background: url('%plugin-url%/images/SlideshowPlugin/dark-controlpanel.png') -20px 0 no-repeat; |
|
48 } |
|
49 |
|
50 .slideshow_container .button { |
|
51 margin-top: -50px; |
|
52 height: 100px; |
|
53 width: 24px; |
|
54 background: url('%plugin-url%/images/SlideshowPlugin/dark-arrows.png') no-repeat; |
|
55 } |
|
56 |
|
57 .slideshow_container .previous { } |
|
58 |
|
59 .slideshow_container .next { |
|
60 background-position: -24px 0; |
|
61 } |
|
62 |
|
63 .slideshow_container a { |
|
64 text-decoration: none; |
|
65 color: #fff; |
|
66 text-align: center; |
|
67 } |
|
68 |
|
69 .slideshow_container .description h2, |
|
70 .slideshow_container .description p { |
|
71 color: #fff; |
|
72 } |
|
73 |
|
74 .slideshow_container h2 { |
|
75 margin: 5px; |
|
76 font-size: 25px; |
|
77 } |
|
78 |
|
79 .slideshow_container p { |
|
80 margin: 7px; |
|
81 font-size: 15px; |
|
82 } |
|