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

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

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

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