lightbox_lite-rtl.css
970 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/* $Id: lightbox_lite-rtl.css,v 1.1.2.6 2010/06/07 14:54:30 snpower Exp $ */
#lightbox {
background-color: #eee;
padding: 10px;
border-bottom: 2px solid #666;
border-right: 2px solid #666;
min-width: 240px;
}
#lightboxDetails {
font-size: 1.2em;
padding-top: 0.6em;
min-width: 240px;
}
#lightboxCaption {
float: right;
font: 0.9em black;
}
#keyboardMsg {
float: left;
font: 0.9em black;
}
#closeButton {
top: 5px;
right: 5px;
width: 20px;
height: 20px;
position: absolute;
z-index: 200;
background: url(../images/close_lite.gif) no-repeat;
}
#loadingImage {
position: absolute;
top: 30%;
left: 45%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
background: url(../images/loading_lite.gif) no-repeat;
width: 126px;
height: 22px;
z-index: 150;
}
#lightbox img {
border: none;
clear: both;
}
#lightbox2-overlay {
background-color: #333;
opacity: 0.6;
filter:alpha(opacity=60);
}