=> Temalar & Şablonlar => Şablonlar => Temaniz => [postbit] Şablonlar => postbit_attachments_attachment
Kod:
<div class="attachment-box">
<div class="attachment-url">
<a href="attachment.php?aid={$attachment['aid']}" target="_blank" title="{$attachment['filename']}"></a> <a href="attachment.php?aid={$attachment['aid']}" target="_blank" title="File NAme :P"><strong>{$attachment['filename']}</strong></a>
</div>
<span class="attachment-button">
<a href="attachment.php?aid={$attachment['aid']}" target="_blank" title="Download">Download</a>
</span>
<div class="attachment-meta">
<strong>Size :</strong> {$attachment['filesize']} <strong>Downloads :</strong> {$attachment['downloads']}
</div>
</div>
Kod:
[color=#666666][size=large][font='Source Sans Pro', Arial, sans-serif]#attach_wrap li.attachment{
[/font][/size][/color]
display:block;
}
.attachment-box{
margin:0auto;
max-width:300px;
border:4pxsolid#9acfea;
background:#fff;
text-align:center;
}
.attachment-button a {
display: inline-block;
margin:5px0;
padding:4px;
border:1pxsolid#9acfea;
border-radius:2px;
background-color:#d9edf7;
background-image: -webkit-linear-gradient(top,#d9edf70,#b9def0100%);
background-image: linear-gradient(to bottom,#d9edf70,#b9def0100%);
color:#31708f;
text-transform:uppercase;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
}
.attachment-button a:hover {
background-color:#b9def0;
background-image: -webkit-linear-gradient(top,#b9def00,#d9edf7100%);
background-image: linear-gradient(to bottom,#b9def00,#d9edf7100%);
}
.attachment-url{
padding:5px0;
background:#d9edf7;
}
.attachment-meta{
padding:5px0;
background:#d9edf7;
color:#3F4249;
font-size:11px;
[color=#666666][size=large][font='Source Sans Pro', Arial, sans-serif]} [/font][/size][/color]
css kodu global cs ekleyin