source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/samarcande/slightbox.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.7 KB
Line 
1/* SLIGHTBOX */
2/* variation on SLIMBOX */
3
4#lbOverlay {
5        position: absolute;
6        left: 0;
7        width: 100%;
8        background-color: #000;
9        cursor: pointer;
10        z-index: 15;
11}
12
13#lbCenter, #lbBottom {
14        position: absolute;
15        left: 50%;
16        overflow: hidden;
17        background-color: #000;
18        z-index: 20;
19        border: 1px solid #666;
20}
21
22#lbCenter {
23        padding: 10px;
24}
25
26.lbLoading {
27        background: #fff url('img/loading-bar-black.gif') no-repeat center;
28        border: 1px solid #666;
29}
30
31#lbImage {
32        z-index: 25;
33}
34
35#lbPrevLink, #lbNextLink {
36        display: block;
37        position: absolute;
38        top: 0;
39        width: 50%;
40        outline: none;
41        z-index: 26;
42}
43
44#lbPrevLink {
45        left: 0;
46}
47
48#lbPrevLink:hover {
49        background: transparent url('img/fleche1.png') no-repeat 0% 50%;
50}
51
52* html #lbPrevLink:hover { background: transparent url('img/fleche1.gif') no-repeat 0% 50%; }
53
54#lbNextLink {
55        right: 0;
56}
57
58#lbNextLink:hover {
59        background: transparent url('img/fleche2.png') no-repeat 100% 50%;
60}
61
62* html #lbNextLink:hover { background: transparent url('img/fleche2.gif') no-repeat 100% 50%; }
63
64#lbBottom {
65        font-family: Verdana, Helvetica, sans-serif;
66        font-size: 10px;
67        color: #666;
68        line-height: 1.4em;
69        text-align: left;
70        padding-left: 10px;
71        padding-right: 10px;
72        border-top-style: none;
73}
74
75#lbCloseLink {
76        display: block;
77        float: right;
78        width: 80px;
79        height: 30px;
80        background: transparent url('img/close9yj.gif') no-repeat center;
81        margin-bottom: 10px;
82}
83
84#lbNumber {
85        display: block;
86        float: left;
87}
88
89#lbNumber.gallery {
90        display: block;
91        float: left;
92        padding: 10px;
93}
94
95#lbCaption {
96        margin-left: 10px;
97        display: block;
98        float: left;
99}
100
101#lbDescription {
102        float: left;
103        padding-right: 10px;
104}
105
106#lbDescription #lbTitle {
107        float: left;
108        clear: both;
109        font-weight: bold;
110}
111
112#lbDescription #lbCaption {
113        margin-left: 0;
114}
115
Note: See TracBrowser for help on using the repository browser.