Alıntı,Php,Html ve Code Tablolarınızı Modifiyeleme By 29 Nisan 2009 at 15:48 and have

Yapımcı: ScReaM_ in alıntı tablosunu modifiye kodlarını kullanarak html php ve code şablonlarıyla değiştirdim

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 ;

PHP- Kodu:


/* ***** scr new quote style ***** */
.bbcquote{
    background: #FFFFFF;
    border: 1px solid #C2CFDF;
    border-top: 4px solid #C2CFDF;
    color: #333366;
    padding: 5px;
    font-size: 12px;
}

.bbcquotetitle{
    font-weight: bold;
    font-size: 10px;
    border: 0px;
    border-bottom: 1px dashed #003366;
    color: #003366;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.bbcphp{
    background: #FFFFFF;
    border: 1px solid #FFCC33;
    border-top: 4px solid #FFCC33;
    color: #333366;
    padding: 5px;
    font-size: 12px;
}

.bbcphptitle{
    font-weight: bold;
    font-size: 10px;
    border: 0px;
    border-bottom: 1px dashed #FF9900;
    color: #FF9900;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.bbchtml{
    background: #FFFFFF;
    border: 1px solid #339900;
    border-top: 4px solid #339900;
    color: #000000;
    padding: 5px;
    font-size: 12px;
}

.bbchtmltitle{
    font-weight: bold;
    font-size: 10px;
    border: 0px;
    border-bottom: 1px dashed #006600;
    color: #006600;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.bbccode{
    background: #FFFFFF;
    border: 1px solid #FF3300;
    border-top: 4px solid #FF3300;
    color: #000000;
    padding: 5px;
    font-size: 12px;
}

.bbccodetitle{
    font-weight: bold;
    font-size: 10px;
    border: 0px;
    border-bottom: 1px dashed #CC0000;
    color: #CC0000;
    padding-bottom: 3px;
    margin-bottom: 5px;


"bbcode_quote" Templatesini Tamamen Deistirin ;

PHP- Kodu:


<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> 


"bbcode_php" Templatesini Tamamen Deistirin ;

PHP- Kodu:


<div style="margin:20px; margin-top:5px">
    <div class=”bbcphp”>

<div class=”smallfont” style=”margin-bottom:2px”>
<div class=”bbcphptitle”>
$vbphrase[php_code]:</div>
 
<div style=”font-style:bold”>
        width: $stylevar[codeblockwidth];
        height: {$blockheight}px;
<code style=”white-space:nowrap”>
<!– php buffer start –>$code<!– php buffer end –>
        </code></div>
    </div></div>
</div></div> 


"bbcode_html" Templatesini Tamamen Deistirin ;

PHP- Kodu:


<div style="margin:20px; margin-top:5px">

    <div class=”bbchtml”>

<div class=”smallfont” style=”margin-bottom:2px”>

<div class=”bbchtmltitle”>$vbphrase[html_code]:</div>
    
<div style=”font-style:bold”>
        width: $stylevar[codeblockwidth];
        height: {$blockheight}px;
        $code

</div></div></div></div> 


Son Olarak "bbcode_code" Templatesini Tamamen Deistirin ;

PHP- Kodu:


<div style="margin:20px; margin-top:5px">

    <div class=”bbccode”>

<div class=”smallfont” style=”margin-bottom:2px”>

<div class=”bbccodetitle”>$vbphrase[code]:</div>
    
<div style=”font-style:bold”>
        width: $stylevar[codeblockwidth];
        height: {$blockheight}px;
        $code

</div></div></div></div> 


Örnek Resim:

Bu Konuya Yorum Yapin