Last change
on this file since 397 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
1.4 KB
|
Line | |
---|
1 | #corps #cadre-slideshow { |
---|
2 | padding: 5px 0 0 1px; |
---|
3 | clear: left; |
---|
4 | } |
---|
5 | |
---|
6 | #cadre-slideshow a { |
---|
7 | border: 0; |
---|
8 | } |
---|
9 | |
---|
10 | #contextes #cadre-slideshow { |
---|
11 | padding: 0; |
---|
12 | clear: left; |
---|
13 | } |
---|
14 | |
---|
15 | #slideShow { |
---|
16 | width: 250px; |
---|
17 | background-color: #fff; |
---|
18 | border-left: 5px solid #fff; |
---|
19 | border-right: 15px solid #fff; |
---|
20 | border-bottom: 10px solid #fff; |
---|
21 | } |
---|
22 | |
---|
23 | .pagelinks { |
---|
24 | padding: 0 10px; |
---|
25 | } |
---|
26 | |
---|
27 | #corps .pagelinks a, #contextes .pagelinks a { |
---|
28 | color:#333; |
---|
29 | font-weight: normal; |
---|
30 | font-size:10px; |
---|
31 | border-bottom:none; |
---|
32 | text-decoration:none; |
---|
33 | } |
---|
34 | |
---|
35 | .pagelinks a:hover { |
---|
36 | background-color:#ddd; |
---|
37 | } |
---|
38 | .slideCaption |
---|
39 | { |
---|
40 | /*background-color: #FFFFCC;*/ |
---|
41 | padding: 4px; |
---|
42 | text-align: center; |
---|
43 | font-weight: bold; |
---|
44 | } |
---|
45 | .pagelinks a.activeSlide |
---|
46 | { |
---|
47 | color: #fff; |
---|
48 | background-color: #666; |
---|
49 | } |
---|
50 | /* this is for IE so the prev/next links can be hovered*/ |
---|
51 | .nextSlide,.prevSlide |
---|
52 | { |
---|
53 | background-color:transparent; |
---|
54 | background-image: url(images/spacer.gif); |
---|
55 | text-decoration:none; |
---|
56 | } |
---|
57 | .nextSlide:hover |
---|
58 | { |
---|
59 | background-color:transparent; |
---|
60 | background-image: url(images/nextslide.jpg); |
---|
61 | background-repeat: no-repeat; |
---|
62 | background-position: right bottom; |
---|
63 | } |
---|
64 | .prevSlide:hover |
---|
65 | { |
---|
66 | background-color:transparent; |
---|
67 | background-image: url(images/prevslide.jpg); |
---|
68 | background-repeat: no-repeat; |
---|
69 | background-position: left bottom; |
---|
70 | } |
---|
71 | |
---|
72 | .inputsTooltip |
---|
73 | { |
---|
74 | border: 1px solid #ccc; |
---|
75 | background-color: #eee; |
---|
76 | padding: 4px; |
---|
77 | color: #333; |
---|
78 | font-family: Arial, Helvetica, sans-serif; |
---|
79 | font-size: 11px; |
---|
80 | filter:alpha(opacity=70); |
---|
81 | -moz-opacity:.70; |
---|
82 | opacity:.70; |
---|
83 | } |
---|
84 | #tooltipURL |
---|
85 | { |
---|
86 | display: none; |
---|
87 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.