Last change
on this file since 31022 was
16501,
checked in by flop25, 12 years ago
|
adding a gif loader (introduced in 2.4.2)
fixing the height of medium_cat.tpl
adding a custom size for spotlight.tpl
|
File size:
1.9 KB
|
Line | |
---|
1 | .content .thumbnailCategories li, .content .thumbnailCategories li:hover { background: none; |
---|
2 | } |
---|
3 | .thumbnailCategories { |
---|
4 | list-style: none outside none; |
---|
5 | text-align: center; |
---|
6 | } |
---|
7 | .thumbnailCategories li { |
---|
8 | width: auto; |
---|
9 | float: none; |
---|
10 | display:inline; |
---|
11 | text-align:center; |
---|
12 | } |
---|
13 | .wrap1 { |
---|
14 | display: inline-block; |
---|
15 | margin: 0 7px 5px; |
---|
16 | text-align: center; |
---|
17 | vertical-align: top; |
---|
18 | } |
---|
19 | .albumHolder { |
---|
20 | float: left; |
---|
21 | margin: 15px 22px 15px 0; |
---|
22 | position: relative; |
---|
23 | width: 170px; |
---|
24 | } |
---|
25 | .picRotated { |
---|
26 | background: url("picpile_cat/album_front_bg.png") no-repeat scroll 0 0 transparent; |
---|
27 | height: 138px; |
---|
28 | left: -4px; |
---|
29 | position: absolute; |
---|
30 | top: -4px; |
---|
31 | width: 178px; |
---|
32 | z-index: 1; |
---|
33 | margin: 0; |
---|
34 | padding: 0; |
---|
35 | } |
---|
36 | .album { |
---|
37 | -moz-box-shadow: 0 0 2px black; |
---|
38 | background-color: #F5F5F5; |
---|
39 | border: 1px solid white; |
---|
40 | padding: 4px; |
---|
41 | position: relative; |
---|
42 | text-decoration: none; |
---|
43 | z-index: 10; |
---|
44 | margin: 0; |
---|
45 | } |
---|
46 | .albumTitle { |
---|
47 | -moz-border-radius: 10px 10px 10px 10px; |
---|
48 | border-bottom-left-radius:10px 10px; |
---|
49 | border-bottom-right-radius:10px 10px; |
---|
50 | border-top-left-radius:10px 10px; |
---|
51 | border-top-right-radius:10px 10px; |
---|
52 | } |
---|
53 | .albumTitle { |
---|
54 | -webkit-box-shadow:black 0 0 4px; |
---|
55 | background-color:#3C3C3C; |
---|
56 | box-shadow:black 0 0 4px; |
---|
57 | color: #DDDDDD; |
---|
58 | font-size: 0.825em; |
---|
59 | margin: 10px auto 0; |
---|
60 | overflow: hidden; |
---|
61 | padding: 4px 6px; |
---|
62 | text-align: center; |
---|
63 | text-shadow: 0 0 1px black; |
---|
64 | white-space: nowrap; |
---|
65 | width: 120px; |
---|
66 | } |
---|
67 | .highlight { |
---|
68 | background: url("picpile_cat/pic_highlight.png") no-repeat scroll left top transparent; |
---|
69 | display: block; |
---|
70 | height: 100px; |
---|
71 | left: 0; |
---|
72 | position: absolute; |
---|
73 | top: 0; |
---|
74 | width: 100px; |
---|
75 | z-index: 10; |
---|
76 | margin: 0; |
---|
77 | padding: 0; |
---|
78 | } |
---|
79 | .album img { |
---|
80 | position: relative; |
---|
81 | z-index: 1; |
---|
82 | } |
---|
83 | .album img, .pic img { |
---|
84 | display: block; |
---|
85 | } |
---|
86 | a img { |
---|
87 | border: medium none; |
---|
88 | } |
---|
89 | .albumCnt { |
---|
90 | -moz-border-radius: 5px 5px 5px 5px; |
---|
91 | background-color: #F5F5F5; |
---|
92 | color: #808080; |
---|
93 | font-size: 10px; |
---|
94 | line-height: 1.25em; |
---|
95 | padding: 5px 10px 3px; |
---|
96 | position: absolute; |
---|
97 | right: 10px; |
---|
98 | top: 0; |
---|
99 | z-index: 20; |
---|
100 | } |
---|
101 | .clear { |
---|
102 | clear: both; |
---|
103 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.