Line | |
---|
1 | |
---|
2 | #contextes #cadre-slideshow { |
---|
3 | clear: left; |
---|
4 | } |
---|
5 | |
---|
6 | |
---|
7 | .pagelinks { |
---|
8 | padding: 0 10px; |
---|
9 | } |
---|
10 | .pagelinks a { |
---|
11 | color:#333; |
---|
12 | font-weight: normal; |
---|
13 | font-size:10px; |
---|
14 | text-decoration:none; |
---|
15 | border-bottom:none; |
---|
16 | } |
---|
17 | .pagelinks a:hover { |
---|
18 | background-color:#ddd; |
---|
19 | } |
---|
20 | .slideCaption { |
---|
21 | padding: 4px; |
---|
22 | text-align: center; |
---|
23 | font-size: 10px; |
---|
24 | } |
---|
25 | .pagelinks a.activeSlide { |
---|
26 | color: #fff; |
---|
27 | background-color: #666; |
---|
28 | } |
---|
29 | |
---|
30 | /* this is for IE so the prev/next links can be hovered*/ |
---|
31 | .nextSlide,.prevSlide |
---|
32 | { |
---|
33 | background-color:transparent; |
---|
34 | background-image: url(images/spacer.gif); |
---|
35 | } |
---|
36 | .nextSlide:hover |
---|
37 | { |
---|
38 | background-color:transparent; |
---|
39 | background-image: url(images/nextslide.jpg); |
---|
40 | background-repeat: no-repeat; |
---|
41 | background-position: right bottom; |
---|
42 | } |
---|
43 | .prevSlide:hover |
---|
44 | { |
---|
45 | background-color:transparent; |
---|
46 | background-image: url(images/prevslide.jpg); |
---|
47 | background-repeat: no-repeat; |
---|
48 | background-position: left bottom; |
---|
49 | } |
---|
50 | .inputsTooltip |
---|
51 | { |
---|
52 | border: 1px solid #ccc; |
---|
53 | background-color: #eee; |
---|
54 | padding: 4px; |
---|
55 | color: #333; |
---|
56 | font-family: Arial, Helvetica, sans-serif; |
---|
57 | font-size: 11px; |
---|
58 | filter:alpha(opacity=70); |
---|
59 | -moz-opacity:.70; |
---|
60 | opacity:.70; |
---|
61 | } |
---|
62 | #tooltipURL |
---|
63 | { |
---|
64 | display: none; |
---|
65 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.