2006-06-24 09:09:17 +00:00
|
|
|
/* $Id$ */
|
2006-06-24 08:56:59 +00:00
|
|
|
|
|
|
|
/* Thumbnails customization */
|
2008-05-20 00:27:26 +00:00
|
|
|
.content UL.thumbnails SPAN.thumbLegend {
|
2008-09-26 01:21:37 +00:00
|
|
|
font-size: 80%; /* font size */
|
|
|
|
overflow: hidden;/* oversized legend is clipped */
|
2006-06-24 08:56:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Thumbnail "elastic" layout */
|
2008-05-20 00:27:26 +00:00
|
|
|
.content UL.thumbnails {
|
2008-09-26 01:21:37 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
text-align: center; /* to center the whole collection in .content */
|
2006-06-24 08:56:59 +00:00
|
|
|
}
|
2008-05-20 00:27:26 +00:00
|
|
|
.content UL.thumbnails LI { display: inline }
|
2006-06-24 08:56:59 +00:00
|
|
|
|
2008-05-20 00:27:26 +00:00
|
|
|
.content UL.thumbnails SPAN.wrap1 {
|
2008-09-26 01:21:37 +00:00
|
|
|
margin: 0 5px 5px 5px;
|
|
|
|
display: table-cell; display: inline-table;
|
|
|
|
display: inline-block;/* Why 3 display option ??? */
|
|
|
|
vertical-align: top; /* OK with Opera and IE6 not Geko */
|
|
|
|
text-align: center; /* to center the thumbnail and legend in Geko/Opera */
|
2006-06-24 08:56:59 +00:00
|
|
|
}
|
2008-05-20 00:27:26 +00:00
|
|
|
.content UL.thumbnails SPAN.wrap2 {
|
2008-09-26 01:21:37 +00:00
|
|
|
margin: 0; /* important reset the margins */
|
|
|
|
display: table-cell;/* block prevents vertical-align here */
|
|
|
|
vertical-align: middle;/* Ok with Opera and Geko not IE6 */
|
2006-06-24 08:56:59 +00:00
|
|
|
}
|
2008-05-20 00:27:26 +00:00
|
|
|
.content UL.thumbnails SPAN.wrap2 A,
|
|
|
|
.content UL.thumbnails LABEL {
|
2008-09-26 01:21:37 +00:00
|
|
|
display: block;
|
|
|
|
border-bottom: none;
|
2006-06-24 08:56:59 +00:00
|
|
|
}
|
2008-05-20 00:27:26 +00:00
|
|
|
.content UL.thumbnails IMG {
|
2008-09-26 01:21:37 +00:00
|
|
|
margin-bottom: -4px; /* why ??? something wrong with Geko and Opera ignored by IE6*/
|
2006-06-24 08:56:59 +00:00
|
|
|
}
|