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