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

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

adding 2 types of category

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