MyBB Depo Forum
CSS İle Forum İconlarını Döndürün - Baskı Önizleme

+- MyBB Depo Forum (https://mybbdepo.com)
+-- Forum: MyBBDepo (https://mybbdepo.com/mybbdepo-forumu)
+--- Forum: Çöp Deposu (https://mybbdepo.com/cop-deposu-forumu)
+--- Konu Başlığı: CSS İle Forum İconlarını Döndürün (/css-ile-forum-iconlarini-dondurun-konusu.html)



CSS İle Forum İconlarını Döndürün - #Poseidon - 17-05-2013

merhaba arkadaşlar

bu uygukama ile temamızda bulunan on off forum iconlarını döndürp güzel bir görünüm elde edicaz

öncelikle tamamızda bulanun global.css içine giriyoruz verdiğim kodlar en alta atıyoruz

PHP Kod:
#fbn-donen-icon img {
 /* 3rd set of icons. Rotate them -360deg onmouseover ONLY. Note where the "transition prop is added */
}

#fbn-donen-icon img:hover {
 
-moz-transitionall 0.5s ease-in-out;
-
webkit-transitionall 0.5s ease-in-out;
-
o-transitionall 0.5s ease-in-out;
-
ms-transitionall 0.5s ease-in-out;
transitionall 0.5s ease-in-out;
-
moz-transformrotate(360deg);
-
webkit-transformrotate(360deg);
-
o-transformrotate(360deg);
-
ms-transformrotate(360deg);
transformrotate(360deg);
opacity0.5;


bu işlem den sonra gelelim şablon düzenlemesine

Forum bit şablonları - forumbit_depth2_cat

Bul:
PHP Kod:
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}title="{$lightbulb['altonoff']}class="ajax_mark_read" id="mark_read_{$forum['fid']}/></td
Bu kodal değiştir:
PHP Kod:
<div id="fbn-donen-icon"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}title="{$lightbulb['altonoff']}class="ajax_mark_read" id="mark_read_{$forum['fid']}/></div></td

Aynı uygulamayı Forum bit şablonları - forumbit_depth2_forum için de yap

Böylece on off forum iconlarımız döndürmüş olduk


Cvp: CSS İle Forum İconlarını Döndürün - ßyßurak - 17-05-2013

Kod:
http://mybbdepo.com/mybb-donen-forum-ikonlari-on-off-offlock-konusu.html

Paylaşıldı...

Kilit + Çöp