228 |
kaklik |
1 |
/* IE Hacks */ |
|
|
2 |
body { |
|
|
3 |
text-align: center; |
|
|
4 |
} |
|
|
5 |
|
|
|
6 |
.sgAlbum, #sgContent, h3, .sgGallery p { |
|
|
7 |
height: 1%; |
|
|
8 |
} |
|
|
9 |
|
|
|
10 |
#sgContent div.sgImageWrapper { |
|
|
11 |
text-align: center; |
|
|
12 |
} |
|
|
13 |
|
|
|
14 |
p.sgTab { |
|
|
15 |
position: relative; |
|
|
16 |
margin-top: 0px; |
|
|
17 |
} |
|
|
18 |
|
|
|
19 |
#sgContainer { |
|
|
20 |
text-align: left; |
|
|
21 |
} |
|
|
22 |
|
|
|
23 |
.sgAlbum a { |
|
|
24 |
display: inline; |
|
|
25 |
margin: 0 18px 20px 19px; |
|
|
26 |
} |
|
|
27 |
|
|
|
28 |
.sgPreview a:hover img, a:hover img.sgThumbnailAlbum, a:hover img.sgThumbGallery { |
|
|
29 |
filter: alpha(opacity=100); |
|
|
30 |
} |
|
|
31 |
|
|
|
32 |
img.sgThumbnailPreviewCurrent { |
|
|
33 |
filter: alpha(opacity=60); |
|
|
34 |
} |
|
|
35 |
|
|
|
36 |
.sgImageBox a { |
|
|
37 |
filter: alpha(opacity=0); |
|
|
38 |
} |
|
|
39 |
|
|
|
40 |
.sgImageBox a:hover { |
|
|
41 |
filter: alpha(opacity=90); |
|
|
42 |
} |
|
|
43 |
|
|
|
44 |
.sgGalleryFloat { |
|
|
45 |
display: inline; |
|
|
46 |
} |