source: tags/2.0.1/template-extension/distributed/samples/my-thumbnails2.css @ 21658

Last change on this file since 21658 was 2825, checked in by vdigital, 16 years ago

Neuronal correction... {html_head} in error related to template-extension/distributed/samples/my-thumbnails2.tpl
(=> A new function to build).

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 664 bytes
Line 
1/* $Id: my-thumbnails2.css 2825 2008-11-05 13:54:28Z vdigital $ */
2.thumbLegend { padding: 0 6px; color: #666; font-style:italic; font-size: 7px; }
3.fld1 { width: 96px; min-width: 96px; padding: 0; 
4margin: 5px; display: inline;}
5.lap2 { display: block; padding: 4px 15px 10px 15px; border: 0;}
6.fld1:hover { background-color: #000; }
7.fld1 a:hover { border:0; }
8.thumbnail { margin: 2px auto; }
9/* Advanced hacks for IE 7 */
10*+html .thumbnail { display: inline; margin: 0 auto; }
11*+html .lap2 span { position: relative; top: 50%; margin: 0 auto; }
12*+html .lap2 { display: inline; position: relative; top: 0%; }
13*+html .fld1 { width: auto; padding: 6px 0 6px 0; margin-top: 0px;}
14*+html .thumbLegend { font-size: 10px; }
Note: See TracBrowser for help on using the repository browser.