1 |
296 |
ahitrov |
#shadow { |
2 |
|
|
display: none; |
3 |
|
|
position: absolute; |
4 |
|
|
top: 0; |
5 |
|
|
left: 0; |
6 |
|
|
width: 100%; |
7 |
|
|
height: 100%; |
8 |
|
|
z-index: 100; |
9 |
|
|
background-image: url(/i/thumb-trans.png); |
10 |
|
|
text-align: center; |
11 |
|
|
} |
12 |
|
|
* html #shadow { |
13 |
|
|
/* hack for IE < 7 opacity */ |
14 |
|
|
background-color: #333; |
15 |
|
|
back\ground-color: transparent; |
16 |
|
|
background-image: none; |
17 |
|
|
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/i/thumb-trans.png", sizingMethod="scale"); |
18 |
|
|
} |
19 |
|
|
#shadow.on { |
20 |
|
|
display: block; |
21 |
|
|
} |
22 |
|
|
#loading { |
23 |
|
|
background: url(/i/thumb-preload.gif) no-repeat; |
24 |
|
|
position: absolute; |
25 |
|
|
left: 48%; |
26 |
|
|
top: 50px; |
27 |
|
|
width: 55px; |
28 |
|
|
height: 55px; |
29 |
|
|
margin: 0 auto; |
30 |
|
|
cursor: pointer; |
31 |
|
|
} |
32 |
|
|
#litebox { |
33 |
|
|
background: #fff; |
34 |
|
|
padding: 5px 0; |
35 |
|
|
margin: 0 auto; |
36 |
|
|
} |
37 |
|
|
#litebox img { |
38 |
|
|
cursor: pointer; |
39 |
|
|
} |
40 |
|
|
#litebox p { |
41 |
|
|
margin: 0; |
42 |
|
|
padding: 10px 0; |
43 |
|
|
color: #333; |
44 |
|
|
} |
45 |
|
|
#litebox em { |
46 |
|
|
color: #999; |
47 |
|
|
display: block; |
48 |
|
|
font-size: 85%; |
49 |
|
|
} |
50 |
|
|
#litebox a { |
51 |
|
|
border: none; |
52 |
|
|
width: 21px; |
53 |
|
|
height: 21px; |
54 |
|
|
} |
55 |
|
|
#litebox a.prev { |
56 |
|
|
float: left; |
57 |
|
|
background: url(/i/thumb-prev.gif) no-repeat 0 50% |
58 |
|
|
} |
59 |
|
|
#litebox a.next { |
60 |
|
|
float: right; |
61 |
|
|
background: url(/i/thumb-next.gif) no-repeat 0 50% |
62 |
|
|
} |
63 |
|
|
|
64 |
|
|
.litebox-caption { font:11px Arial, Helvetica, sans-serif; } |