Xenforo 2 header alanına kar efekti ekleyin

[XFB] Konu Bilgileri

Konu Hakkında Merhaba, tarihinde Xenforo kategorisinde root tarafından oluşturulan Xenforo 2 header alanına kar efekti ekleyin başlıklı konuyu okuyorsunuz. Bu konu şimdiye dek 46 kez görüntülenmiş, 0 yorum ve 0 tepki puanı almıştır...
Kategori Adı Xenforo
Konu Başlığı Xenforo 2 header alanına kar efekti ekleyin
Konbuyu başlatan root
Başlangıç tarihi
Cevaplar
Görüntüleme
İlk mesaj tepki puanı
Son Mesaj Yazan root
Kayıtlı
1 Yıl 4 Ay 16 Gün
Katılım
6 Şub 2024
Konular
35
Mesajlar
306
Rep
0
Tepkime puanı
1
Yaş
25
Konum
Kredi
bayram.moon
XenForo 2 Header Alanına Kar Efekti Ekleyin
Bu kod eklentisi sayesinde forumunuzun header kısmına kar efekti uygulayıp forumunuza güzel görünüm katabilirsiniz.
1707599234135.png

ardından admin kontrol paneli > kurulumlar > reklam yöneticisi > reklam ekle


Başlık: kar efekti
konumu: Container breadcrumb (top): Above ( üst breadcrumb (top): üstünde ) seçeneğini seçin.

HTML: alanına alttaki kodları ekleyin;
Kod:
<style>
#header{
    background-image: url('https://rs.coldfrm.org/images/2022/12/23/s1.png'), url('https://rs.coldfrm.org/images/2022/12/23/s2.png'), url('https://rs.coldfrm.org/images/2022/12/23/s3.png');
    width: 100%;
    z-index:1;
    -webkit-animation: snow 10s linear infinite;
    -moz-animation: snow 10s linear infinite;
    -ms-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
</style>
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Üst
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock    No Thanks