Hoşgeldin Ziyaretçi



Konuyu Oyla:
  • Toplam: 0 Oy - Ortalama: 0
  • 1
  • 2
  • 3
  • 4
  • 5
Forumunuza Süper Css Efetkli Butonlar Katın -CSS
#1
qhz44.jpg

Global.cssyi açın ve bunları ekleyin.

PHP Kod:
Kod:
input.button, .buttons, .srbutton .postbit-button {
    background: #212121 url(http://st.10tl.net/tema/l34dri/images/maviware/naber/but.png) top left repeat-x;
    padding: 5px 10px;
    border: 1px solid #262626;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
    color: #fff;
    font-weight: bold;
   moz-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 1px 0 0 #5C5C5C, 0px 2px 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 0 #5C5C5C, 0px 2px 3px rgba(0, 0, 0, 0.2);
text-shadow: 0 -1px 0 #191919;
    -webkit-transition: all 250ms ease-in-out;
       -moz-transition: all 250ms ease-in-out;
       -o-transition: all 250ms ease-in-out;
       transition: all 250ms ease-in-out;
}

input.button:hover, .buttons:hover, .srbutton:hover .postbit-button:hover {
    background: #262626 url(http://st.10tl.net/tema/l34dri/images/maviware/naber/buthov.png) top left repeat-x;
    padding: 5px 10px;
    border: 1px solid #282828;
       -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
border: 1px solid #275C9D;
text-shadow: -1px -1px #295995;
text-decoration: none!important;
box-shadow: 1px 0 0 0 #64A4F2 inset,0 1px 0 0 #87B4EB inset,0 0 0 0 #87B4EB inset,0 0 0 0 #87B4EB inset;
-moz-box-shadow: 1px 0 0 0 #64a4f2 inset,0 1px 0 0 #87B4EB inset,0 0 0 0 #87B4EB inset,0 0 0 0 #87B4EB inset;
-webkit-box-shadow: 1px 0 0 0 #64A4F2 inset,0 1px 0 0 #87B4EB inset,0 0 0 0 #87B4EB inset,0 0 0 0 #87B4EB inset;  
  color: #fff;
  font-weight: bold;
  cursor: pointer;


Sonra
şablonlar&temalar postbit şablonlar girin

Sırasıyla düzenliyicez şimdi

postbit_delete_pm acın
hepsini silin bunları ekleyin
PHP Kod:
PHP Kod:
Kod:
<a href="private.php?action=delete&amp;pmid={$id}&amp;my_post_key={$mybb->post_code}"><input type="submit" class="button" value="Sil" /></a> 


postbit_edit hepsini silin bunları ekleyin.
PHP Kod:
PHP Kod:
Kod:
<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}"><input type="submit" class="button" value="Düzenle" /></a>
<div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" onclick="Thread.quickEdit({$post['pid']});" class="popup_item">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div>
<script type="text/javascript">
// <!--
    if(use_xmlhttprequest == "1")
    {
        new PopupMenu("edit_post_{$post['pid']}");
    }
// -->
</script> 


postbit_email hepsini silin bunları ekleyin.
PHP Kod:
PHP Kod:
Kod:
<a href="member.php?action=emailuser&amp;uid={$post['uid']}"><input type="submit" class="button" value="Email" /></a> 



postbit_find içindekileri sil bunları ekle
PHP Kod:
PHP Kod:
Kod:
<a href="search.php?action=finduser&amp;uid={$post['uid']}"><input type="submit" class="button" value="Bul" /></a> 



postbit_forward_pm icindkleri sil bunları ekle
PHP Kod:
PHP Kod:
Kod:
<a href="private.php?action=send&amp;pmid={$id}&amp;do=forward"><input type="submit" class="button" value="İlet" /></a> 


postbit_multiquote içindekileri sil bunları ekle
PHP Kod:
PHP Kod:
Kod:
<a href="javascript:Thread.multiQuote({$post['pid']});" style="display: none;" id="multiquote_link_{$post['pid']}"><input type="submit" class="button" value="Çoklu Alıntı" /></a>
<script type="text/javascript">
//<!--
    $('multiquote_link_{$post['pid']}').style.display = '';
// -->
</script> 


postbit_pm içindekileri sil bunları ekle
PHP Kod:
PHP Kod:
Kod:
<a href="private.php?action=send&amp;uid={$post['uid']}"><input type="submit" class="button" value="Ö.M" /></a> 



postbit_quickelete içindekileri sil bunları ekle
PHP Kod:
PHP Kod:
Kod:
<a href="editpost.php?pid={$post['pid']}" onclick="Thread.deletePost({$post['pid']}); return false;" style="display: none;" id="quick_delete_{$post['pid']}"><input type="submit" class="button" value="Sil" /></a>
<script type="text/javascript">
// <!--
    $('quick_delete_{$post['pid']}').style.display = '';
// -->
</script 



postbit_quote içindekileri sil bunları ekle
PHP Kod:
PHP Kod:
Kod:
<a href="newreply.php?tid={$tid}&amp;pid={$post['pid']}"><input type="submit" class="button" value="Alıntı" /></a> 


postbit_rep_button içindekileri sil bunları ekle
PHP Kod:
PHP Kod:
Kod:
<a href="javascript:MyBB.reputation({$post['uid']},{$post['pid']});"><input type="submit" class="button" value="+Rep" /></a> 


postbit_reply_pm içindekileri sil bunları ekle
PHP Kod:
PHP Kod:
Kod:
<a href="private.php?action=send&amp;pmid={$id}&amp;do=reply"><input type="submit" class="button" value="Cevapla" /></a> 


postbit_report içindekileri sil bunları ekle
PHP Kod:
PHP Kod:
Kod:
<a href="javascript:Thread.reportPost({$post['pid']});"><input type="submit" class="button" value="Rapor et" /></a> 


postbit_reputation içindekileri sil bunları ekle
PHP Kod:
PHP Kod:
Kod:
{$lang->postbit_reputation} {$post['userreputation']} 


postbit_warn içindekileri sil bunları ekle
PHP Kod:
PHP Kod:
Kod:
<a href="warnings.php?action=warn&amp;uid={$post['uid']}&amp;pid={$post['pid']}"><input type="submit" class="button" value="Uyar" /></a> 


postbit_www içindekileri sil bunları ekle
PHP Kod:
PHP Kod:
Kod:
<a href="{$post['website']}"><input type="submit" class="button" value="WWW" /></a> 


----------
Şimdi yeni konu,yeni cevap,konu kilitlilere geçtik

forum görüntüleme şablonlara girin

forumdisplay_newthread içindekileri sil bunları ekle
PHP Kod:
PHP Kod:
Kod:
<a href="newthread.php?fid={$fid}"><input type="submit" class="button" value="Yeni Konu" /></a> 



Konu gösterimi şablonlarına girin.

showthread_newreply içindekileri sil bunları ekle
PHP Kod:
PHP Kod:
Kod:
<a href="newreply.php?tid={$tid}"><input type="submit" class="button" value="Yeni Cevap" /></a> 

showthread_newreply_closed içindekileri silin bunları ekle
PHP Kod:
PHP Kod:
Kod:
<a href="newreply.php?tid={$tid}"><input type="submit" class="button" value="Kilitli" /></a> 


showthread_newthread içindekileri sil bunları ekle

PHP Kod:
Kod:
<a href="newthread.php?fid={$fid}"><input type="submit" class="button" value="Yeni Konu" /></a> 
Cevapla
Teşekkür verenler:


Hızlı Menü:


Şu anda bu konuyu okuyanlar: 13 Ziyaretçi


10tl.net Destek Forumu -

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