Konuyu Oyla:
  • Toplam: 0 Oy - Ortalama: 0
  • 1
  • 2
  • 3
  • 4
  • 5
TeknoGroup v2 Postbit
#1
Tekno Group tarafından oluşturulan 2. postbittir.

Admin KP » Temalar » Temanız » Css ekle

Dosya Adı: Teknogroupv2.css
Kendi içeriğimi yaz diyip Şu kodları yazın

Kod:
.shanex {
background-image: url(http://st.10tl.net/tema/teknology/images/cerceve.png);
width: 94px;
height: 94px;
background-position: center center;
background-repeat: no-repeat;
padding: 15px;
}

.avatarcıgım {
position:relative
}

.avatarcıgım img {
border:1px solid rgba(0,0,0,0.25);
border-radius:5px 5px 5px 5px;
box-shadow:0 1px 3px rgba(0,0,0,0.15);
background:transparent;
}
.avatarcıgım:hover {
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}

.helpci {
cursor: help;
}

.postbt {
    color: black;
    border: 1px solid   #a9a9a9;
    border-radius: 4px;
    padding: 6px;
    display: block;
    margin-right: 1px;
    font-family: 'Jolly Lodger', cursive;
    font-size: 10px;
    border: #09f dotted 2px;;
    font-family: 'Leckerli One', cursive;
}

.postbt:hover {
border: #09f solid 2px;
}

.adminyazı {
text-shadow: 0px 0px 8px red;
color: red; **// Ekstra olarak eklenmiştir siz eklemesenizde olur//**
}

.edcix1 {
    color: black;
    border: #00F7FF dotted 2px;;
    border-radius: 4px;
    padding: 6px;
    display: block;
    margin-right: 1px;
    font-size: 9px;
    
}


.myButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0f0f0), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #f0f0f0 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#dfdfdf');
    background-color:#f0f0f0;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:arial;
width: 108px;
    font-weight:bold;
    padding:6px 10px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}.myButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #f0f0f0) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #f0f0f0 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#f0f0f0');
    background-color:#dfdfdf;
}.myButton:active {
    position:relative;
    top:1px;
}

.pbbutton {
   background-color: #E5E5E5;
   background-image: -moz-linear-gradient(#F2F2F2, #E5E5E5);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#E5E5E5));
   background-image: -webkit-linear-gradient(#F2F2F2, #E5E5E5);
   background-image: -o-linear-gradient(#F2F2F2, #E5E5E5);
   background-image: -ms-linear-gradient(#F2F2F2, #E5E5E5);
   background-image: linear-gradient(#F2F2F2, #E5E5E5);
        text-decoration: none;
        text-shadow: 0 1px 0 white;
        -moz-box-shadow: inset 0 0 1px #fff;
        -ms-box-shadow: inset 0 0 1px #fff;
        -webkit-box-shadow: inset 0 0 1px white;
        box-shadow: inset 0 0 1px white;
    border: 1px solid #d2d2d2;
        border-bottom-color: #B1B1B1;
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
        padding: 3px 3px;
        margin: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        display: inline-block;
}

.pbbutton:hover {
        border: 1px dashed #AAA;
        border-bottom-color: #999;
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
        -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25),inset 0 0 3px white;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25),inset 0 0 3px white;
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff0f0f0,EndColorStr=#ffe6e6e6);
        background-image: -moz-linear-gradient(top,#F0F0F0 0,#E6E6E6 100%);
        background-image: -ms-linear-gradient(top,#F0F0F0 0,#E6E6E6 100%);
        background-image: -o-linear-gradient(top,#F0F0F0 0,#E6E6E6 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#F0F0F0),color-stop(100%,#E6E6E6));
        background-image: -webkit-linear-gradient(top,#F0F0F0 0,#E6E6E6 100%);
        background-image: linear-gradient(to bottom,#F0F0F0 0,#E6E6E6 100%);
        text-decoration: none;
}

.pbbutton:active {
       background: #DADADA;
       -webkit-box-shadow: inset 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
       box-shadow: inset 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}

.pbb {
    background: -moz-linear-gradient( center top, #f0f0f0 5%, #dfdfdf 100% );
    width: 80px;
    color: #777777;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#dfdfdf');
    background-color: #f0f0f0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    padding: 5px 5px;
    text-shadow: 1px 1px 0px #ffffff;
    text-decoration: none;
    font-family: arial;
    font-weight: bold;
}

.pbb:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #f0f0f0) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #f0f0f0 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#f0f0f0');
    background-color:#dfdfdf;
}

.pbb:active {
    position:relative;
    top:1px;
}

.adam {
border-radius: 4px;
box-shadow: 0 0 4px 1px rgba(0,0,0,.2);
border-radius: 4px;
-webkit-transition: .5s ease;
-moz-transition: .5s ease;
-ms-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
padding: 3px;
font-family: 'Leckerli One', cursive;
}

.adam:hover {
box-shadow: 0 0 6px 6px #035273;
}

.isimcix {
border-radius: 4px;
box-shadow: 0 0 4px 1px rgba(0,0,0,.2);
border-radius: 4px;
-webkit-transition: .5s ease;
-moz-transition: .5s ease;
-ms-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
padding: 3px;
}

/* Sıfırlamalar */
xbody {background-image:url(http://o1310.hizliresim.com/1g/2/t6rl2.png) }
a,li { text-decoration: none; list-style: none; }
input:focus { outline: none;}

/* Footer */
#Footer { background-image: url(http://o1310.hizliresim.com/1g/2/t6s78.png); width: 974; height:  88px; }

/* Bir Not */
#birnot {position:absolute; bottom:505px; left:980px;}

/* Bir Not Yazı */
#birnotyazi a { font: 11px Arial; display: block; color:#fff; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); }
#birnotyazi a { position:absolute; bottom:510px; left:955px; }

/* Bir Not Yazı İçeriği */
#birnotyaziicerik a { font: 10px Arial; display: block; color:#fff; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); }
#birnotyaziicerik a { position:absolute; bottom:510px; left:1000px; }

/* Header Menü */
#menu {float: right; padding: 30px;}
#menu li {float: left; padding-top:3px; text-align:center; /*padding: 0px 20px 0px 20px;*/ width:76px; height:28px; }
#menu a {font: 14px Arial; color: #fff;  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); }
#menu li:hover{float: left; padding-top:3px; text-align:center; /*padding: 0px 20px 0px 20px;*/ width:75px; height:21px; background-image:url(http://n1310.hizliresim.com/1g/2/t6srq.png) }
#menu { position:absolute; bottom:465px; left:370px; }

Admin KP » Temalar& Şablonlar » Şablonlar » Tema » Konu Gösterimi Şablonlar » showthread_classic_header

Kod:
<tr>
<td class="tcat"><span class="smalltext"><strong>{$lang->message}</strong></span></td>
<td class="tcat" width="18.3%"><span class="smalltext"><strong>{$lang->author}</strong></span></td>
</tr>

Admin KP » Temalar& Şablonlar » Şablonlar » Tema » Post Bit Şablonlar » postbit

Admin KP » Temalar& Şablonlar » Şablonlar » Tema » Post Bit Şablonlar » postbit_classic

Bu kodlarla değiştirin ;

Kod:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tr>


<td class="{$altbg}" valign="top">
        <table width="100%">
            <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
            <br />
            <div id="pid_{$post['pid']}" class="post_body">
                <div class="postbt">{$post['message']}</div>
            </div>
            {$post['attachments']}
            {$post['signature']}
            <div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
                {$post['iplogged']}
            </div>
        </td></tr>
    </table>
</td>

<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
        <strong><span class="largetext"><div class="adam">{$post['profilelink']}</div></span></strong><br />
        <span class="smalltext">
            <div class="pbbutton">{$post['usertitle']}</div><br />
            <div class="pbbutton">{$post['userstars']}</div>
            {$post['groupimage']}<br />
            {$post['useravatar']}<br />
            {$post['user_details']}
        </span>
</td>

</tr>
<tr>
    <td class="{$altbg}" style="vertical-align: middle;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr valign="bottom">
                <td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
                <td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </tr>
        </table>
    </td>
    <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>

</tr>
</table>

Admin KP » Temalar& Şablonlar » Şablonlar » Tema » Post Bit Şablonlar » postbit_author_user

Kod:
<br /><strong><div class="adam"><font color="green">Yorum Sayısı:</font> <font color="red">{$post['postnum']}</font>
    <font color="blue">{$post['replink']}</font><font color="red">{$post['warninglevel']}</font></strong></div>

Admin KP » Temalar& Şablonlar » Şablonlar » Tema » Post Bit Şablonlar » postbit_avatar

Kod:
<div class="avatarcıgım"><a href="{$post['profilelink_plain']}"><img class="shanex" src="{$post['avatar']}" alt="{username}{$avatar_width_height} /></a></div>

Admin KP » Temalar& Şablonlar » Şablonlar » Tema » Post Bit Şablonlar » postbit_signature

Kod:
<center><img src="http://st.10tl.net/tema/teknology/images/imza.gif"></center><br />
{$post['signature']}

Tamamen TeknoGroup Eseridir.

Canlı Demo ; http://forumcandy.10tl.net/showthread.php?tid=1

r385pfd.png
Okyanusta batan gemidir yalnızlık,
Çok derinlerdedir gücün yetmez onu oradan çıkarmaya.
Kaybolup gider daha sonra.
Kendi kendine konuşmaktır yalnızlık...
Belkide en iyi tarafıdır bu
Kendini sorgularsın, bir kez olsun çekersin köşeye nefsini hayatı anlamaya çalışırsın.

Cevapla


Hızlı Menü:


Şu anda bu konuyu okuyanlar: 2 Ziyaretçi

Online Shopping App
Online Shopping - E-Commerce Platform
Online Shopping - E-Commerce Platform
Feinunze Schmuck Jewelery Online Shopping