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

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

captify and polaroid fully functional

File size: 1.9 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/* --------------Hack-------------*/
85#content div.thumbnailCategory {
86        display: table-cell;
87        text-align: center;
88        vertical-align: middle;
89        width:160px;
90        height:205px;
91}
92#content div.thumbnailCategory * {
93        vertical-align: middle;
94}
95/*\*//*/
96.wraptocenter {
97    display: block;
98}
99.wraptocenter span {
100    display: inline-block;
101    height: 100%;
102    width: 1px;
103}
104/**/
105/* --------------fin Hack-------------*/
106
107#content div.thumbnailCategory div.description h3 {
108text-align:center;
109}
Note: See TracBrowser for help on using the repository browser.