source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/underground/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.4 KB
Line 
1#corps #cadre-slideshow {
2padding: 5px 0 0 1px;
3clear: left;
4}
5
6#cadre-slideshow a {
7border: 0;
8}
9
10#contextes #cadre-slideshow {
11padding: 0;
12clear: left;
13}
14
15#slideShow {
16        width: 250px;
17        background-color: #fff;
18border-left: 5px solid #fff;
19border-right: 15px solid #fff;
20border-bottom: 10px solid #fff;
21}
22
23.pagelinks {
24padding: 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 {
36background-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;
48background-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.