CNTT01
Snow Flower ✔
Mặc định các nút like, unlike hay reply của Xenforo chỉ là những dòng text trông khá nhạt nhẽo.
Hôm nay mình xin hướng dẫn các bạn cách biến nó thành các button đẹp mắt!
Demo online: http://forum.vietdesigner.net/threads/18580/
Demo ảnh:
Đầu tiên các bạn vào template message.css tìm đoạn sau:
Code:
Và thay thế nó bằng đoạn này:
Code:
Tiếp đến vào template EXTRA.css và add toàn bộ đoạn code dưới đây vào cuối template:
Code:
Các bạn có thể tùy chỉnh lại màu sắc, vị trí và hình ảnh các icon! Icon ở đây mình lấy y chang như Facebook nhé =D
Rất đơn giản, chúc các bạn thành công!
Hôm nay mình xin hướng dẫn các bạn cách biến nó thành các button đẹp mắt!
Demo online: http://forum.vietdesigner.net/threads/18580/
Demo ảnh:
Đầu tiên các bạn vào template message.css tìm đoạn sau:
Code:
Mã:
.message .messageMeta .control
{
@property "messageMetaControl";
@property "/messageMetaControl";
}
Code:
Mã:
.message .publicControls .item
{
margin-left: 10px;
float: left;
text-decoration: none;
background-color: #eeeeee;
padding: 0 10px;
margin-top: -5px;
margin-left: 3px;
border: 5px solid #eeeeee;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
line-height: 17px;
@property "messageMetaControl";
@property "/messageMetaControl";
}
Code:
Mã:
/* Button Like, Unlike, Reply like Việt Designer */
.publicControls .like:before,
.publicControls .unlike:before,
.publicControls .reply:before,
.publicControls .postComment:before{
content: "";
display: inline-block;
width: 16px;
height: 16px;
background: url('http://cdn.vietdesigner.net/styles/aurora/xenforo/like.png') no-repeat 50% 50%;
float: left;
margin: -1px 6px -5px -4px !important;
}
.publicControls .unlike:before{
background: url('http://cdn.vietdesigner.net/styles/aurora/xenforo/unlike.png') no-repeat 50% 50%;
}
.publicControls .postComment:before,
.publicControls .reply:before{
background: url('http://cdn.vietdesigner.net/styles/aurora/xenforo/quote.png') no-repeat 50% 50%;
}
Rất đơn giản, chúc các bạn thành công!
Bài viết liên quan
Được quan tâm
Bài viết mới