source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/neoclassic/addfiles/diaporama.css @ 756

Last change on this file since 756 was 756, checked in by guillermoacedo@…, 14 years ago

se agrego la correccion de magusine para 2.1 basica

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1
2#contextes #cadre-slideshow {
3clear: left;
4}
5
6
7.pagelinks {
8padding: 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 {
18background-color:#ddd;
19}
20.slideCaption {
21padding: 4px;
22text-align: center;
23font-size: 10px;
24}
25.pagelinks a.activeSlide {
26color: #fff;
27background-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.