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

Last change on this file since 12673 was 12673, checked in by flop25, 12 years ago

jPolaroid : js issue corrected
medium_cat.css : minor css change about the size

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        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        text-align: center;
62        background-image:none;
63  border-color: #CCCCCC #777777 #777777 #CCCCCC;
64  border-radius: 4px 4px 4px 4px;
65  border-style: solid;
66  border-width: 2px;
67}
68#content div.thumbnailCategory * {
69        vertical-align: middle;
70}
71
72#content div.thumbnailCategory div.description h3 {
73        text-align:center;
74}
75#content div.thumbnailCategory div.illustration img {
76        height: 96px;
77}
Note: See TracBrowser for help on using the repository browser.