source: extensions/flop_style/mainpage_categories/captify_mini.css @ 9850

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

no more hack ie with /*\**/
so ie6 and 7 don't display centered medium_cat

File size: 1.7 KB
Line 
1/* caption styling */
2
3.caption-top, .caption-bottom {
4        color: #ffffff; 
5        padding: 1.2em; 
6        font-weight: bold;
7        font-size: 13px;       
8        font-family: arial;     
9        cursor: default;
10        background: #000;
11        text-shadow: 1px 1px 0 #202020;
12}
13.caption-top {
14}
15.caption-bottom {
16}
17.caption a, .caption a {
18        border: 0 none;
19        text-decoration: none;
20        background: #000000;
21        padding: 0.3em;
22}
23.caption a:hover, .caption a:hover {
24        background: #202020;
25}
26.caption-wrapper {
27        float: left;
28}
29br.c { clear: both; }
30
31
32/*catégories*/
33.content .thumbnailCategories li, .content .thumbnailCategories li:hover {    background: none;
34}
35.wrap1 {
36        display: inline-block;
37        margin: 0 7px 5px;
38        text-align: center;
39        vertical-align: top;
40}
41#content .thumbnailCategories {
42        padding-left:auto;
43        padding-right:auto;
44        padding: 5px;
45        list-style: none outside none;
46        text-align: center;
47}
48#content .thumbnailCategories li {
49        width: auto;
50        float: none;
51        display:inline;
52        text-align:center;
53        margin-left:10px;
54}
55
56#content div.thumbnailCategory {
57        text-align:center;
58        width:100%;
59        height:100%;
60        margin: 0;
61        padding: 0;
62        vertical-align:middle;
63}
64
65#content div.thumbnailCategory div.illustration  {
66        width:auto;
67        height:auto;
68/*height:135px;*/
69        text-align:center;
70        overflow: inherit;
71        float:none;
72        margin: 0;
73        padding: 0;
74}
75#content div.thumbnailCategory div.description {
76        width:auto;
77        height:auto;
78        text-align:center;
79        overflow:inherit;
80    float:none;
81    overflow: auto;
82
83}
84#content div.thumbnailCategory {
85        display: table-cell;
86        text-align: center;
87        vertical-align: middle;
88        width:160px;
89        height:205px;
90}
91#content div.thumbnailCategory * {
92        vertical-align: middle;
93}
94
95#content div.thumbnailCategory div.description h3 {
96text-align:center;
97}
Note: See TracBrowser for help on using the repository browser.