CHINH PHỤC
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.
Đăng nhập

Ghi nhớ
Latest topics
» Tôi sẽ đỗ đại học!
by nightWalker 9/2/2024, 7:00 pm

» Kỷ niệm xưa của chúng ta
by nightWalker 9/2/2024, 6:49 pm

» Bị lệch khung cần người giúp đỡ
by webhuy28 7/10/2021, 10:34 pm

» [HỎI ĐÁP] Danh sách bạn bè không thể hiển thị
by anhdaodaica1 2/10/2021, 10:04 pm

» [HỎI ĐÁP] Thông tin tài khoản không thể lưu thay đổi
by anhdaodaica1 2/10/2021, 6:05 am

» Phim bố già full
by huy.pc52 24/8/2021, 12:20 am

» Xin code Box HTML cho Forumvi
by Larva 1/7/2021, 12:57 pm

» Hello Anh Em Chinh phục
by HoàngTửNaivip5p 28/5/2021, 5:03 am

» Trang chủ tin tức cập nhật HOT 2016
by kenbi05 1/1/2020, 11:02 pm

» Không Dang9 bài viết = hình ảnh được
by huy.pc52 30/11/2019, 10:52 am

» CHÚC ANH EM NĂM MỚI VUI VẺ TRÀNG ĐẦY HẠNH PHÚC
by sps.kủn 12/2/2019, 1:16 pm

» Skin CNTT-K3 2015 (Full Mod)[✔]
by kenbi05 6/7/2018, 12:30 am

» baivong, handsome,....
by sps.kủn 29/6/2018, 1:54 pm

» [SHARE] SKIN ĐHFM.V7 @PUNBB
by tonyhoaivu 2/5/2018, 2:37 pm

» Share Skin Xanh Dương Cùi Bắp
by tonyhoaivu 28/4/2018, 5:57 pm

» Xin Skin http://v1.hotrofm.net/
by tonyhoaivu 28/4/2018, 5:45 pm

» Xin Skin Rao Vặt
by tonyhoaivu 15/4/2018, 12:07 pm

» Làm Sao Để Xóa Khung Này
by tonyhoaivu 14/4/2018, 7:18 pm

» [Lập nhóm]Lập nhóm fm
by vietkanpy 31/3/2018, 11:53 am

» [Help] về server úp ảnh của phutu [✔]
by baivong 17/3/2018, 10:18 pm

» Đừng khóc cho “tôi – Chinh Phục!”…
by AnHung 27/2/2018, 5:33 pm

» [Share] Skin Diendandaihoc.com [ Punbb ] [✔]
by Lu Mờ 13/2/2018, 7:28 pm

» Mời mấy thím vào groups Forumotion Việt Nam.
by dang02315 13/2/2018, 12:40 am

» Có thể làm các kiểu giao diện được không?
by Lu Mờ 9/2/2018, 3:40 pm

» ltns chinhphuc.info
by Shinichi Kudo 27/1/2018, 2:27 am

Top posting users this week
No user


Code Hiệu ứng avatar xoay tròn index_box

+3
Minion
Lùn Lì Lợm
fcelf
7 posters

Go down

Code Hiệu ứng avatar xoay tròn index_box  Empty Code Hiệu ứng avatar xoay tròn index_box

Bài gửi by fcelf 2/8/2013, 4:49 pm

DEMO OL : smilehappy.ace.st

Demo ảnh
Code Hiệu ứng avatar xoay tròn index_box  119


Bước 1 : Vào css thêm đoạn này vào
Code:

/*---FCELF.ACE.ST---*/
  
.lastpost-avatar a.inx img {
  float: left;
  width: 40px;
  height: 40px;
}
.lastpost-avatar{margin-left:5px;margin-top:4px;float:left; margin-right:3px}
.lastpost-avatar img {margin-top: -2px;margin-right:5px; border: 2px solid #fff;-webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out; }
.lastpost-avatar img:hover {-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);}
Bước 2 : Vào Index_box tìm

Code:
 <span>
      <!-- BEGIN switch_topic_title -->
 
     <a href="{catrow.forumrow.U_LATEST_TOPIC}"
title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br
 />
      <!-- END switch_topic_title -->
      {catrow.forumrow.USER_LAST_POST}
      </span>


Thay bằng


Code:
        <div class="lastpost-avatar"> <span>
      <!-- BEGIN switch_topic_title -->
 
     <a href="{catrow.forumrow.U_LATEST_TOPIC}"
title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br
 />
      <!-- END switch_topic_title -->
      {catrow.forumrow.USER_LAST_POST}
      </span></div>
Bước 3 : Vào MODULES >>HTML & JAVASCRIPT >>Javascript codes management >>> Change a Javascript Code


Title * : Avatar index ver 3
Placement : In the home page
Javascript Code * :


Code:
$(document).on('ready', function() {
        $('.lastpost-avatar').each(function () {
            var touser = $(this).children('span').children('strong').children('a').attr('href');
            $(this).prepend('<a href="' + touser + '" class="inx"></a>');
            $(this).children('a').load(touser + ' div.main-content.clearfix.center img:eq(0)');
        });
    });

Chúc các bạn thành công

Vui lòng xin ghi lại nguồn smilehappy.ace.st khi copy


Được sửa bởi fcelf ngày 2/8/2013, 8:34 pm; sửa lần 1.
fcelf
fcelf
CPMember
CPMember

Firefox PunBB
Ngày đăng ký : 07/07/2013
Số bài : 31
CPP : 40
Châm ngôn sống : FC ELF

http://auditionvn.clubme.net/

Về Đầu Trang Go down

Code Hiệu ứng avatar xoay tròn index_box  Empty Re: Code Hiệu ứng avatar xoay tròn index_box

Bài gửi by Lùn Lì Lợm 2/8/2013, 4:53 pm

like cho bạn hehe Vui
Lùn Lì Lợm
Lùn Lì Lợm
CPPurpleMember
CPPurpleMember

Chrome PunBB
Ngày đăng ký : 19/11/2011
Số bài : 904
CPP : 310
Châm ngôn sống : Chán như con gián bị xe cán

http://www.cntt-k3.com/

Về Đầu Trang Go down

Code Hiệu ứng avatar xoay tròn index_box  Empty Re: Code Hiệu ứng avatar xoay tròn index_box

Bài gửi by Minion 2/8/2013, 5:00 pm

được
Minion
Minion
CPMember
CPMember

Chrome PunBB
Ngày đăng ký : 01/01/2013
Số bài : 396
CPP : 165
Châm ngôn sống : Xin xin hẳn cho cho hẳn :D

http://4rg2cool.us.to/

Về Đầu Trang Go down

Code Hiệu ứng avatar xoay tròn index_box  Empty Re: Code Hiệu ứng avatar xoay tròn index_box

Bài gửi by Minion 2/8/2013, 5:02 pm

Minion
Minion
CPMember
CPMember

Chrome PunBB
Ngày đăng ký : 01/01/2013
Số bài : 396
CPP : 165
Châm ngôn sống : Xin xin hẳn cho cho hẳn :D

http://4rg2cool.us.to/

Về Đầu Trang Go down

Code Hiệu ứng avatar xoay tròn index_box  Empty Re: Code Hiệu ứng avatar xoay tròn index_box

Bài gửi by Lùn Lì Lợm 2/8/2013, 5:10 pm

Lùn Lì Lợm
Lùn Lì Lợm
CPPurpleMember
CPPurpleMember

Chrome PunBB
Ngày đăng ký : 19/11/2011
Số bài : 904
CPP : 310
Châm ngôn sống : Chán như con gián bị xe cán

http://www.cntt-k3.com/

Về Đầu Trang Go down

Code Hiệu ứng avatar xoay tròn index_box  Empty Re: Code Hiệu ứng avatar xoay tròn index_box

Bài gửi by jaymiz8a 2/8/2013, 5:15 pm

Cộng đồng Mod Ola free sao mà lại là ELF nhỉ Nghi ngờ
jaymiz8a
jaymiz8a
CPMember
CPMember

Chrome PhpBB3
Ngày đăng ký : 27/08/2012
Số bài : 54
CPP : 9
Châm ngôn sống : ...

http://gummob.forumvi.com/

Về Đầu Trang Go down

Code Hiệu ứng avatar xoay tròn index_box  Empty Re: Code Hiệu ứng avatar xoay tròn index_box

Bài gửi by fcelf 2/8/2013, 5:16 pm

^^~ lúc trc là mod ola h chuyển ùi
fcelf
fcelf
CPMember
CPMember

Firefox PunBB
Ngày đăng ký : 07/07/2013
Số bài : 31
CPP : 40
Châm ngôn sống : FC ELF

http://auditionvn.clubme.net/

Về Đầu Trang Go down

Code Hiệu ứng avatar xoay tròn index_box  Empty Re: Code Hiệu ứng avatar xoay tròn index_box

Bài gửi by fcelf 2/8/2013, 5:25 pm

Gà Từ Bé ^^ đk chưa
fcelf
fcelf
CPMember
CPMember

Firefox PunBB
Ngày đăng ký : 07/07/2013
Số bài : 31
CPP : 40
Châm ngôn sống : FC ELF

http://auditionvn.clubme.net/

Về Đầu Trang Go down

Code Hiệu ứng avatar xoay tròn index_box  Empty Re: Code Hiệu ứng avatar xoay tròn index_box

Bài gửi by Lowie 2/8/2013, 5:31 pm

Gà Từ Bé đã viết:Mà mình đề nghị bạn xem lại dòng bản quyền[b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"][b style="font-weight: bold; text-align: center; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; margin: 0px 0px 0px 10px; padding: 10px 14px 0px; text-decoration: none; height: 25px; z-index: 10; display: inline !important; color: rgb(255, 255, 255) !important;"]Hệ[/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b][/b]
Code:
Themes Design By Npsupermen

xem kĩ nhé

 Chuyên đi soi mói bản quyền


Được sửa bởi truongchun ngày 2/8/2013, 6:05 pm; sửa lần 2.
Lowie
Lowie
CPPurpleMember
CPPurpleMember

No choice PhpBB2
Ngày đăng ký : 24/06/2011
Số bài : 1345
CPP : 231
Châm ngôn sống : Dẫu hiên ngang giữa đất trời, VỢ DÂM BẠN ĐỂU thì đời cũng xong!

Về Đầu Trang Go down

Code Hiệu ứng avatar xoay tròn index_box  Empty Re: Code Hiệu ứng avatar xoay tròn index_box

Bài gửi by Minion 2/8/2013, 5:55 pm

ý là nói cái skin
Minion
Minion
CPMember
CPMember

Chrome PunBB
Ngày đăng ký : 01/01/2013
Số bài : 396
CPP : 165
Châm ngôn sống : Xin xin hẳn cho cho hẳn :D

http://4rg2cool.us.to/

Về Đầu Trang Go down

Code Hiệu ứng avatar xoay tròn index_box  Empty Re: Code Hiệu ứng avatar xoay tròn index_box

Bài gửi by Lùn Lì Lợm 2/8/2013, 6:11 pm

Gà Từ Bé đã viết:ý là nói cái skin
nhưng đây là topic share code đâu có liên quan đến skin ?
Lùn Lì Lợm
Lùn Lì Lợm
CPPurpleMember
CPPurpleMember

Chrome PunBB
Ngày đăng ký : 19/11/2011
Số bài : 904
CPP : 310
Châm ngôn sống : Chán như con gián bị xe cán

http://www.cntt-k3.com/

Về Đầu Trang Go down

Code Hiệu ứng avatar xoay tròn index_box  Empty Re: Code Hiệu ứng avatar xoay tròn index_box

Bài gửi by nhokgau_mjka 3/8/2013, 8:10 pm

ơ sao tìm trong index box ko có đoạn đó nhỉ
nhokgau_mjka
nhokgau_mjka
CPMember
CPMember

Chrome PhpBB2
Ngày đăng ký : 31/07/2013
Số bài : 10
CPP : -2
Châm ngôn sống : Eating~~

http://eclassradiorebel.forumvi.com/

Về Đầu Trang Go down

Code Hiệu ứng avatar xoay tròn index_box  Empty Re: Code Hiệu ứng avatar xoay tròn index_box

Bài gửi by Kid Knight 3/8/2013, 8:58 pm

áp dùng cái avatar xoay

chỉ thay id vs class thôi mà Không phải tôi 
Kid Knight
Kid Knight
CPModerator
CPModerator

Chrome PhpBB2
Ngày đăng ký : 01/02/2013
Số bài : 860
CPP : 651
Châm ngôn sống : nhìn cái gì ?

http://tsubasa.yourme.net

Về Đầu Trang Go down

Code Hiệu ứng avatar xoay tròn index_box  Empty Re: Code Hiệu ứng avatar xoay tròn index_box

Bài gửi by Sponsored content


Sponsored content


Về Đầu Trang Go down

Về Đầu Trang

- Similar topics

 
Permissions in this forum:
Bạn không có quyền trả lời bài viết