• Web sitemizin içeriğine ve tüm hizmetlerimize erişim sağlamak için Web sitemize kayıt olmalı ya da giriş yapmalısınız. Web sitemize üye olmak tamamen ücretsizdir.
  • Sohbetokey.com ile canlı okey oynamaya ne dersin? Hem sohbet et, hem mobil okey oyna!
  • Soru mu? Sorun mu? ''Bir Sorum Var?'' sistemimiz aktiftir. Paylaşın beraber çözüm üretelim.

Yeni Güvenlik Kodu Alanı

The Punisher

MFC Üyesi
Üyelik Tarihi
6 Haz 2015
Konular
785
Mesajlar
930
MFC Puanı
230
Bu eklenti ile güvenlik kodu alanını daha düzgün bir hale sokabilirsiniz. Kodu güncellemek için kullanıcının sadece resime tıklaması gerekiyor. Böylece daha az yer kaplıyor.

Kurulum:

1. engine.css dosyasını aç ve en altına ekle:

Kod:
span#dle-captcha {
        display: inline-block;
        position: relative;
        z-index: 9;
    }
    span#dle-captcha br {
        display: none !important;
    }
    
    span#dle-captcha img {
        position: relative;
        z-index: 1;
    }
    span#dle-captcha a {
        position: absolute;
        background: rgba(0, 0, 0, 0);
        top: 0px;
        left: 0px;
        z-index: 11;
        right: 0px;
        bottom: 0px;
        height: 100%;
        width: 100%;
        font-size: 0px !important;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    span#dle-captcha a:hover {
        background: rgba(255, 255, 255, 0.1);
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    span#dle-captcha a:active {
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        background: rgba(0, 0, 0, 0.1);
        
        }

Eklenti kurulumu tamamlandı, kolay gelsin...

1392211888_1390411141_1390398414_1364402368_refresh-capcha21.png
 
Üst