Konuyu Oyla:
  • Toplam: 0 Oy - Ortalama: 0
  • 1
  • 2
  • 3
  • 4
  • 5
Css Efetkli Butonlar
#1
qhz44.jpg


süper css buton paylasıyorum ömden istekler geldi paylaştım
life is beatiful temasınnın css
butonları

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

PHP 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;
    
padding5px 10px;
    
border1px solid #262626;
        
-moz-border-radius2px;
        -
webkit-border-radius2px;
        -
khtml-border-radius2px;
        
border-radius2px;
    
color#fff;
    
font-weightbold;
   
moz-box-shadowinset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadowinset 0 1px 0 0 #5C5C5C, 0px 2px 3px rgba(0, 0, 0, 0.2);
box-shadowinset 0 1px 0 0 #5C5C5C, 0px 2px 3px rgba(0, 0, 0, 0.2);
text-shadow-1px 0 #191919;
    
-webkit-transitionall 250ms ease-in-out;
       -
moz-transitionall 250ms ease-in-out;
       -
o-transitionall 250ms ease-in-out;
       
transitionall 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;
    
padding5px 10px;
    
border1px solid #282828;
       
-moz-border-radius2px;
        -
webkit-border-radius2px;
        -
khtml-border-radius2px;
        
border-radius2px;
border1px solid #275C9D;
text-shadow: -1px -1px #295995;
text-decorationnone!important;
box-shadow1px 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-shadow1px 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-shadow1px 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-weightbold;
  
cursorpointer;


Sonra
şablonlar&temalar postbit şablonlar girin

Sırasıyla düzenliyicez şimdi

postbit_delete_pm acın
hepsini silin bunları ekleyin
PHP 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:
<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:
<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:
<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:
<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:
<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:
<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:
<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:
<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

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:
<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:
<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:
{$lang->postbit_reputation} {$post['userreputation']} 

postbit_warn içindekileri sil bunları ekle

PHP 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:
<a href="{$post['website']}"><input type="submit" class="button" value="WWW" /></a

forumdisplay_newthread içindekileri sil bunları ekle

PHP Kod:
<a href="newthread.php?fid={$fid}"><input type="submit" class="button" value="Yeni Konu" /></

Konu gösterimi şablonlarına girin.

showthread_newreply içindekileri sil bunları ekle

PHP 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:
<a href="newreply.php?tid={$tid}"><input type="submit" class="button" value="Kilitli" /></a

showthread_newthread içindekileri sil bunları ekle

PHP Kod:
<a href="newthread.php?fid={$fid}"><input type="submit" class="button" value="Yeni Konu" /></a
Ara
Cevapla


Hızlı Menü:


Şu anda bu konuyu okuyanlar: 1 Ziyaretçi


10tl.net Destek Forumu -

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