web/wp-content/plugins/slideshow-jquery-image-gallery/style/SlideshowPlugin/style-transparent.css
equal
deleted
inserted
replaced
|
1 .slideshow_container { } |
|
2 |
|
3 .slideshow { |
|
4 overflow: hidden; |
|
5 } |
|
6 |
|
7 .slideshow .slideshow_div { |
|
8 width: 0; |
|
9 overflow: hidden; |
|
10 float: left; |
|
11 } |
|
12 |
|
13 .slideshow_container .button { |
|
14 visibility: hidden; |
|
15 width: 24px; |
|
16 height: 100px; |
|
17 cursor: pointer; |
|
18 |
|
19 position: relative; |
|
20 z-index: 2; |
|
21 } |
|
22 |
|
23 .slideshow_container .next { |
|
24 float: right; |
|
25 background: url('../../images/button-next.png'); |
|
26 margin-right: 10px; |
|
27 } |
|
28 |
|
29 .slideshow_container .previous { |
|
30 float: left; |
|
31 background: url('../../images/button-previous.png'); |
|
32 margin-left: 10px; |
|
33 } |
|
34 |
|
35 .slideshow_container .transparent { |
|
36 zoom: 1; |
|
37 filter: alpha(opacity = 50); |
|
38 opacity: 0.5; |
|
39 } |
|
40 |
|
41 .slideshow_container .transparent:hover { |
|
42 zoom: 1; |
|
43 filter: alpha(opacity = 80); |
|
44 opacity: 0.8; |
|
45 } |
|
46 |
|
47 .slideshow_container .descriptionbox { |
|
48 background: #000; |
|
49 color: #fff; |
|
50 float: right; |
|
51 margin-top: 0; |
|
52 margin-right: 44px; |
|
53 height: 0; |
|
54 width: 300px; |
|
55 overflow: hidden; |
|
56 |
|
57 position: relative; |
|
58 z-index: 1; |
|
59 } |
|
60 |
|
61 .slideshow_container .descriptionbox h2, |
|
62 .slideshow_container .descriptionbox p { |
|
63 padding: 10px; |
|
64 } |