source: ether_megapoli/trunk/web/resources/css/slimbox-1.8/css/slimbox-rtl.css @ 200

Last change on this file since 200 was 200, checked in by vmipsl, 13 years ago

Livraison _ confs + extrations path /resources + visualisation images/bouton

File size: 1.2 KB
Line 
1/* SLIMBOX */
2
3#lbOverlay {
4        position: fixed;
5        z-index: 9999;
6        left: 0;
7        top: 0;
8        width: 100%;
9        height: 100%;
10        background-color: #000;
11        cursor: pointer;
12}
13
14#lbCenter, #lbBottomContainer {
15        position: absolute;
16        z-index: 9999;
17        overflow: hidden;
18        background-color: #fff;
19}
20
21.lbLoading {
22        background: #fff url(loading.gif) no-repeat center;
23}
24
25#lbImage {
26        position: absolute;
27        left: 0;
28        top: 0;
29        border: 10px solid #fff;
30        background-repeat: no-repeat;
31}
32
33#lbPrevLink, #lbNextLink {
34        display: block;
35        position: absolute;
36        top: 0;
37        width: 50%;
38        outline: none;
39}
40
41#lbPrevLink {
42        right: 0;
43}
44
45#lbPrevLink:hover {
46        background: transparent url(prevlabel.gif) no-repeat 100% 15%;
47}
48
49#lbNextLink {
50        left: 0;
51}
52
53#lbNextLink:hover {
54        background: transparent url(nextlabel.gif) no-repeat 0 15%;
55}
56
57#lbBottom {
58        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
59        font-size: 10px;
60        color: #666;
61        line-height: 1.4em;
62        text-align: right;
63        border: 10px solid #fff;
64        border-top-style: none;
65        direction: rtl;
66}
67
68#lbCloseLink {
69        display: block;
70        float: left;
71        width: 66px;
72        height: 22px;
73        background: transparent url(closelabel.gif) no-repeat center;
74        margin: 5px 0;
75        outline: none;
76}
77
78#lbCaption, #lbNumber {
79        margin-left: 71px;
80}
81
82#lbCaption {
83        font-weight: bold;
84}
Note: See TracBrowser for help on using the repository browser.