source: extensions/flop_style/mainpage_categories/medium_cat.css @ 9825

Last change on this file since 9825 was 9825, checked in by flop25, 13 years ago

adding jPolaroid
medium_cat.css improved

File size: 1.5 KB
Line 
1/*catégories*/
2#content .thumbnailCategories {
3        padding-left:auto;
4        padding-right:auto;
5        list-style: none outside none;
6        text-align: center;
7        background-image:none;
8}
9#content .thumbnailCategories li {
10        width: auto;
11        float: none;
12        display:inline;
13        text-align:center;
14        margin-left:10px;
15        margin: 5px;
16        padding: 5px;
17        background-image:none;
18}
19#content .thumbnailCategories li:hover {
20        background-image:none;
21}
22#content div.thumbnailCategory div.illustration {
23        width:auto;
24        height:auto;
25        /*height:135px;*/
26        text-align:center;
27        overflow: inherit;
28        float:none;
29        margin: 0;
30        padding: 0;
31        background-image:none;
32}
33#content div.thumbnailCategory div.description {
34        width:auto;
35        height:auto;
36        text-align:center;
37        overflow:inherit;
38        float:none;
39        overflow: auto;
40        background-image:none;
41}
42.description img {
43        float:right;
44}
45#content div.thumbnailCategory div.description p {
46        text-align: center;
47}
48/* --------------Hack-------------*/
49#content div.thumbnailCategory {
50        display: inline-block;
51        margin: 5px auto;
52        padding:5px;
53        vertical-align: middle;
54        width:160px;
55        height:205px;
56        text-align: center;
57        background-image:none;
58}
59#content div.thumbnailCategory * {
60        vertical-align: middle;
61}
62/*\*//*/
63#content div.thumbnailCategory {
64    display: block;
65}
66#content div.thumbnailCategory span {
67    display: inline-block;
68    height: 100%;
69    width: 1px;
70}
71/**/
72/* --------------fin Hack-------------*/
73
74#content div.thumbnailCategory div.description h3 {
75        text-align:center;
76}
77#content div.thumbnailCategory div.illustration img {
78        height: 96px;
79}
Note: See TracBrowser for help on using the repository browser.