git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/tags/3.7.0.2_original@1 eb19766c-00d9-a042-a3a0-45cb8ec72764
32 lines
710 B
Plaintext
32 lines
710 B
Plaintext
{literal}
|
|
<style>
|
|
.thumb-shadow {
|
|
float:left;
|
|
background: url(plugins/thumbnails/templates/shadowAlpha.png) no-repeat bottom right !important;
|
|
background: url(plugins/thumbnails/templates/shadow.gif) no-repeat bottom right;
|
|
margin: 10px 0 0 10px !important;
|
|
margin: 10px 0 0 5px;
|
|
}
|
|
|
|
.thumb-shadow img {
|
|
display: block;
|
|
position: relative;
|
|
background-color: #fff;
|
|
border: 1px solid #a9a9a9;
|
|
margin: -6px 6px 6px -6px;
|
|
padding: 4px;
|
|
}
|
|
</style>
|
|
{/literal}
|
|
<div class="thumb-shadow">
|
|
<div>
|
|
{if $url}
|
|
<a href='{$url}' target='_blank'>
|
|
{/if}
|
|
<img src="{$thumbnail}" height="200px"/>
|
|
{if $url}
|
|
</a>
|
|
{/if}
|
|
</div>
|
|
</div>
|