Foruma hoş geldin 👋, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.

Kaynak ikonu

XF 2.1 Eklenti Kategorilere Yakınlaşma Efekti Ekleme

Bu eklenti, add-ons XenForo 2.1.X ile uyumlu ve stabil olarak çalışmaktadır.
Uyumlu XF 2 Sürümleri
Arkadaşlar Şu Kodu Extra.less E Ekleyin

CSS:
///Katogori Yakınlaştırma Efekt///
.stickySeparator{
height:12px;
background-color:#ececec;
border-style:solid;
margin:0px
}


.block-body .node--forum,.structItemContainer
.structItem--thread,.structItemContainer-group
.structItem--thread,.block-container
.message-inner{
-webkit-transition:all .4s ease-in;
-moz-transition:all .4s ease-in;
-ms-transition:all .4s ease-in;
-o-transition:all .4s ease-in;
transition:all .4s ease-in
}

.block-body .node--forum:hover,.structItemContainer
.structItem--thread:hover,.structItemContainer-group
.structItem--thread:hover,.block-container
.message-inner:hover{
-moz-transform:scale(1.015);
-webkit-transform:scale(1.015);
-o-transform:scale(1.015);
-ms-transform:scale(1.015);
transform:scale(1.015)
}

.block-body .block-row{
-webkit-transition:all .4s ease-in;
-moz-transition:all .4s ease-in;
-ms-transition:all .4s ease-in;
-o-transition:all .4s ease-in;
transition:all .4s ease-in}
.block-body .block-row:hover{
-moz-transform:scale(1.05);
-webkit-transform:scale(1.05);
-o-transform:scale(1.05);
-ms-transform:scale(1.05);
transform:scale(1.05)
}
///Kategori Yakınlaştırma Efekt Son///

Sonuç:

Foruma hoş geldin 👋, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.