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

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

no more hack ie with /*\**/
so ie6 and 7 don't display centered medium_cat

File size: 1.4 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        background-color:transparent;
22}
23#content div.thumbnailCategory div.illustration {
24        width:auto;
25        height:auto;
26        /*height:135px;*/
27        text-align:center;
28        overflow: inherit;
29        float:none;
30        margin: 0;
31        padding: 0;
32        background-image:none;
33}
34#content div.thumbnailCategory div.description {
35        width:auto;
36        height:auto;
37        text-align:center;
38        overflow:inherit;
39        float:none;
40        overflow: auto;
41        background-image:none;
42        padding-left:0;
43        padding-right:0;
44        height:auto;
45}
46#content .thumbnailCategory div.illustration a {
47        padding-left: 0;
48        padding-right: 0;
49}
50.description img {
51        float:right;
52}
53#content div.thumbnailCategory div.description p {
54        text-align: center;
55}
56#content div.thumbnailCategory {
57        display: inline-block;
58        margin: 5px auto;
59        padding:5px;
60        vertical-align: middle;
61        width:160px;
62        height:180px;
63        text-align: center;
64        background-image:none;
65}
66#content div.thumbnailCategory * {
67        vertical-align: middle;
68}
69
70#content div.thumbnailCategory div.description h3 {
71        text-align:center;
72}
73#content div.thumbnailCategory div.illustration img {
74        height: 96px;
75}
Note: See TracBrowser for help on using the repository browser.