6/12/2012, 05:37
1. ACP> Display> Templates> Index_box
- F3 tìm và thay:
2. ACP> Display> Colors & Pics> Colors> CSS
Nhét code này vào cuối css
Bấm tks cho admin
- F3 tìm và thay:
- Code:
{catrow.forumrow.FORUM_NAME}
- Code:
<div class="box4rum"><dl>{catrow.forumrow.FORUM_NAME}</dl></div>
2. ACP> Display> Colors & Pics> Colors> CSS
Nhét code này vào cuối css
- Code:
/* Box troi noi */
.box4rum {
transition: all 15s ease; -webkit-transition: all 15s ease; -moz-transition: all 15s ease;
transition-delay: 5s; -webkit-transition-delay: 5s; -moz-transition-delay: 5s;
padding-bottom:9px;
background:transparent url(http://i43.servimg.com/u/f43/16/03/04/56/box_sh10.gif) no-repeat bottom left;
font-size:.9em;
margin:1px 3px 2px 1px;
position:relative;
left:-25px;
transform:rotate(-2deg); -moz-transform:rotate(-2deg); -webkit-transform:rotate(-2deg);
}.box4rum:hover {
transition: all 3s ease; -webkit-transition: all 3s ease; -moz-transition: all 3s ease;
transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg);
position:relative;
left:10px;
}
Bấm tks cho admin