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