source: extensions/stripped/fix-ie7.css @ 8025

Last change on this file since 8025 was 7989, checked in by Zaphod, 13 years ago

[extension] stripped - first release

File size: 1.0 KB
Line 
1/* Fix for IE < 8 */
2
3#subcontent {
4        width:auto;
5}
6
7.thumbnailCategories {
8        margin-bottom:5px;
9}
10
11.thumbnails SPAN.wrap2,
12#thumbnails SPAN.wrap2 {
13  display: block;
14  position: relative;
15  text-align: left;
16}
17
18.thumbnails SPAN.wrap2 A,
19.thumbnails SPAN.wrap2 SPAN,
20#thumbnails SPAN.wrap2 A,
21#thumbnails SPAN.wrap2 SPAN {
22  width:170px;
23  position: absolute;
24  top: 50%;
25  text-align: center;
26}
27
28.thumbnails SPAN.wrap2 img,
29#thumbnails IMG.thumbnail {
30  position: relative;
31  top: -49.5%;
32}
33
34.stuffs_block .personal_block  {
35        overflow:auto;
36}
37
38.stuffs_block .personal_block ul.thumbnailCategories {
39        float:left;
40}
41
42
43/* */
44
45.thumbnailCategory .illustration {
46  display: block;
47  position: relative;
48  text-align: left;
49}
50
51.thumbnailCategory .illustration A,
52.thumbnailCategory .illustration SPAN {
53  width:170px;
54  position: absolute;
55  top: 50%;
56  text-align: center;
57  overflow:visible;
58  height:auto;
59}
60
61.thumbnailCategory .illustration img {
62  position: relative;
63  top: -49.5%;
64}
Note: See TracBrowser for help on using the repository browser.