IRCForumcu.Net

IRCForumcu.Net (https://www.ircforumcu.net/)
-   Xenforo (https://www.ircforumcu.net/xenforo/)
-   -   XenForo Linklere Efekt Verme (https://www.ircforumcu.net/xenforo/5554-xenforo-linklere-efekt-verme.html)

Linux 16 Mayıs 2022 18:57

XenForo Linklere Efekt Verme
 
XenForo Linklere Efekt Vermek istiyorsanız doğru konudasınız.

Aşağıda ki kodları extra.less şablonuna eklemeniz yeterli olacaktır.

Kod:

/*Forumlar, Alt Forumlar & Neler Yeni*/
.block-body .node--forum, .structItemContainer .structItem--thread, .structItemContainer-group .structItem--thread, .block-container .message-inner {
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.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);
}
/*Widgetler*/
.block-body .block-row  {
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.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);
}



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 13:00.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.

User Alert System provided by Advanced User Tagging v3.3.0 (Lite) - vBulletin Mods & Addons Copyright © 2026 DragonByte Technologies Ltd.Navbar with Avatar by Motorradforum