Yapımcı: ScReaM_
------------------------------------------------------------------------
AcıkLama: Alıntı Tablosunu Modifiyelemenize Yarar

------------------------------------------------------------------------
Admincp => Stiller & Temalar => Stil Yöneticisi => Kullandıgınız Tema => Ana CSS => Ek CSS Tanımları Bölümünün En Sonuna EkLeyin ;
Kod:
/* ***** scr new quote style ***** */
.bbcquote{
background: #FFFFFF;
border: 1px solid #C2CFDF;
border-top: 4px solid #C2CFDF;
color: #333366;
padding: 5px;
font-size: 9px;
}
.bbcquotetitle{
font-weight: bold;
font-size: 10px;
border: 0px;
border-bottom: 1px dashed #003366;
color: #003366;
padding-bottom: 3px;
margin-bottom: 5px;
}
Son Olarak
"bbcode_quote" Templatesini Tamamen Deistirin ;
Kod:
<div style="margin:20px; margin-top:5px; <if condition="$show['iewidthfix']">width: 100%;</if>">
<div class="bbcquote">
<if condition="$show['username']">
<div class="bbcquotetitle">
<phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase>
<if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/viewpost.gif" border="0" alt="$vbphrase[view_post]" /></a></if>
</div>
<div style="font-style:italic">$message</div>
<else />
$message
</if>
</div>