wb-archiv283/trunk/wb/templates/wb_theme/fancybox.css @ 1117
1 |
div#fancy_overlay { |
---|---|
2 |
position:absolute; |
3 |
top: 0; |
4 |
left: 0; |
5 |
z-index: 90; |
6 |
width: 100%; |
7 |
background-color: #333; |
8 |
}
|
9 |
|
10 |
div#fancy_loading { |
11 |
position: absolute; |
12 |
height: 40px; |
13 |
width: 40px; |
14 |
cursor: pointer; |
15 |
display: none; |
16 |
overflow: hidden; |
17 |
background: transparent; |
18 |
z-index: 100; |
19 |
}
|
20 |
|
21 |
div#fancy_loading div { |
22 |
position: absolute; |
23 |
top: 0; |
24 |
left: 0; |
25 |
width: 40px; |
26 |
height: 480px; |
27 |
background: transparent url(images/fancy_progress.png) no-repeat; |
28 |
}
|
29 |
|
30 |
div#fancy_close { |
31 |
/*
|
32 |
position: absolute;
|
33 |
top: -12px;
|
34 |
right: -12px;
|
35 |
height: 30px;
|
36 |
width: 30px;
|
37 |
background: transparent url(fancy_closebox.png) ;
|
38 |
cursor: pointer;
|
39 |
z-index: 100;
|
40 |
display: none;
|
41 |
*/
|
42 |
}
|
43 |
|
44 |
div#fancy_content { |
45 |
position: absolute; |
46 |
top: 0; |
47 |
left: 0; |
48 |
width: 100%; |
49 |
height: 100%; |
50 |
padding: 0; |
51 |
margin: 0; |
52 |
z-index: 96; |
53 |
}
|
54 |
|
55 |
#fancy_frame { |
56 |
position: relative; |
57 |
width: 100%; |
58 |
height: 100%; |
59 |
display: none; |
60 |
}
|
61 |
|
62 |
img#fancy_img { |
63 |
position: absolute; |
64 |
top: 0; |
65 |
left: 0; |
66 |
width: 100%; |
67 |
height: 100%; |
68 |
border:0; |
69 |
padding: 0; |
70 |
margin: 0; |
71 |
z-index: 92; |
72 |
}
|
73 |
|
74 |
div#fancy_outer { |
75 |
position: absolute; |
76 |
top: 0; |
77 |
left: 0; |
78 |
z-index: 90; |
79 |
padding: 18px 18px 58px 18px; |
80 |
margin: 0; |
81 |
overflow: hidden; |
82 |
background: transparent; |
83 |
display: none; |
84 |
}
|
85 |
|
86 |
div#fancy_inner { |
87 |
position: relative; |
88 |
width:100%; |
89 |
height:100%; |
90 |
border: 1px solid #444; |
91 |
background: #FFF; |
92 |
}
|