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

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

update for 2.4 : really amazing !

File size: 1.5 KB
RevLine 
[9720]1/*catégories*/
[9821]2#content .thumbnailCategories {
3        padding-left:auto;
4        padding-right:auto;
5        list-style: none outside none;
6        text-align: center;
[9825]7        background-image:none;
[9821]8}
9#content .thumbnailCategories li {
10        width: auto;
11        float: none;
12        display:inline;
13        text-align:center;
14        margin-left:10px;
[9720]15        margin: 5px;
16        padding: 5px;
[9825]17        background-image:none;
[9720]18}
[9825]19#content .thumbnailCategories li:hover {
20        background-image:none;
[9832]21        background-color:transparent;
[9720]22}
[9825]23#content div.thumbnailCategory div.illustration {
[9720]24        text-align:center;
25        overflow: inherit;
26        float:none;
27        margin: 0;
28        padding: 0;
[9825]29        background-image:none;
[9720]30}
31#content div.thumbnailCategory div.description {
32        width:auto;
33        text-align:center;
34        overflow:inherit;
[9825]35        float:none;
36        overflow: auto;
37        background-image:none;
[9832]38        padding-left:0;
39        padding-right:0;
[9720]40}
[9832]41#content .thumbnailCategory div.illustration a {
42        padding-left: 0;
43        padding-right: 0;
44}
[9825]45.description img {
46        float:right;
47}
48#content div.thumbnailCategory div.description p {
49        text-align: center;
50}
[9720]51#content div.thumbnailCategory {
[9825]52        display: inline-block;
53        margin: 5px auto;
54        padding:5px;
[9720]55        vertical-align: middle;
[9825]56        text-align: center;
57        background-image:none;
[12673]58  border-color: #CCCCCC #777777 #777777 #CCCCCC;
59  border-radius: 4px 4px 4px 4px;
60  border-style: solid;
61  border-width: 2px;
[9720]62}
[16393]63#content div.thumbnailCategory:hover {
64  border-color: #777777 #CCCCCC #CCCCCC #777777;
65}
[9720]66#content div.thumbnailCategory * {
67        vertical-align: middle;
68}
69
70#content div.thumbnailCategory div.description h3 {
[9825]71        text-align:center;
[9720]72}
Note: See TracBrowser for help on using the repository browser.