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

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

update for 2.4 : really amazing !

File size: 1.6 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: 8px 4px;
38  text-align: center;
39        vertical-align: top;
40}
41#content .thumbnailCategories {
42        padding-left:auto;
43        padding-right:auto;
44        margin-top: 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}
54
55#content div.thumbnailCategory {
56        text-align:center;
57        width:100%;
58        height:100%;
59        margin: 0;
60        padding: 0;
61        vertical-align:middle;
62}
63
64#content div.thumbnailCategory div.illustration  {
65        width:auto;
66        height:auto;
67/*height:135px;*/
68        text-align:center;
69        overflow: inherit;
70        float:none;
71        margin: 0;
72        padding: 0;
73}
74#content div.thumbnailCategory div.description {
75        width:auto;
76        height:auto;
77        text-align:center;
78        overflow:inherit;
79    float:none;
80    overflow: auto;
81
82}
83#content div.thumbnailCategory {
84        display: table-cell;
85        text-align: center;
86        vertical-align: middle;
87        width:160px;
88        height:205px;
89}
90#content div.thumbnailCategory * {
91        vertical-align: middle;
92}
93
94#content div.thumbnailCategory div.description h3 {
95text-align:center;
96}
Note: See TracBrowser for help on using the repository browser.