[King-Game]
New Member
Styles & Templates -> Style Manager -> Chọn Style -> MainCSS -> Additional CSS Definitions -> Thêm vào đoạn code sau:
Code:
.svit { border-left: 1px #5c95ab solid; border-right: 1px #5c95absolid; border-top: 1px #5c95ab dotted; border-bottom: 1px#5c95ab dotted; padding: 2px; margin-bottom: 4px;margin-left:6px;margin-right: 6.5px; } Save lại!
Bây giờ mở temp postbit or temp postbit legacy lên .
Muốn đóng khung chỗ nào thì thay
Code:
<div class="smallfont"> ...</div> Thành:
Code:
<div class="svit"> ...</div> Là ok
Ví dụ nhá:
Đóng khung phần Tham gia ngày:
Code:
<if condition="$post['joindate']"><div>$vbphrase[join_date]:$post[joindate]</div></if> Tại thẻ div ta thêm thành:
Code:
<if condition="$post['joindate']"><div class="svit">$vbphrase[join_date]: $post[joindate]</div></if> Là xong.
Tương tự vs mấy cái khác.
Cuối cùng là demo :
Code:
.svit { border-left: 1px #5c95ab solid; border-right: 1px #5c95absolid; border-top: 1px #5c95ab dotted; border-bottom: 1px#5c95ab dotted; padding: 2px; margin-bottom: 4px;margin-left:6px;margin-right: 6.5px; } Save lại!
Bây giờ mở temp postbit or temp postbit legacy lên .
Muốn đóng khung chỗ nào thì thay
Code:
<div class="smallfont"> ...</div> Thành:
Code:
<div class="svit"> ...</div> Là ok
Ví dụ nhá:
Đóng khung phần Tham gia ngày:
Code:
<if condition="$post['joindate']"><div>$vbphrase[join_date]:$post[joindate]</div></if> Tại thẻ div ta thêm thành:
Code:
<if condition="$post['joindate']"><div class="svit">$vbphrase[join_date]: $post[joindate]</div></if> Là xong.
Tương tự vs mấy cái khác.
Cuối cùng là demo :