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.

Bổ xung một số kiểu đóng khung thông tin profile

Go down

Bổ xung một số kiểu đóng khung thông tin profile Empty Bổ xung một số kiểu đóng khung thông tin profile

Bài gửi by phovang Wed Nov 17, 2010 10:47 pm

Sau một vài giờ tò mò mình đã thực hiện được một số kiểu đóng khung khác so với loại anh HTT_itvn đã nói. Cụ thể như sau:
-Đầu tiên là kiểu dotted:
Code:
/* Edit by tieubavuong1404 */
.eti_postbit_merkezli {
padding-left: 4px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
background-color: #efefef;
border-top: 2px dotted #dddddd;
border-right: 2px dotted #dddddd;
border-left: 2px dotted #c4c4c4;
border-bottom: 2px dotted #c4c4c4;
margin-bottom: 4px;
text-align:center;
-moz-box-shadow: 0 2px 6px #b3b3b3;
-webkit-box-shadow: -1px 2px 2px #b3b3b3;
-moz-border-radius-bottom{vb:stylevar left}:6px;
-moz-border-radius-top{vb:stylevar right}:6px;
-webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar threadlisthead_top_corner_radius};
-webkit-border-bottom-{vb:stylevar left}-radius: {vb:stylevar
threadlisthead_top_corner_radius};}
.eti_postbit {
padding-left: 4px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
background-color: #efefef;
border-top: 2px dotted #dddddd;
border-right: 2px dotted #dddddd;
border-left: 2px dotted #c4c4c4;
border-bottom: 2px dotted #c4c4c4;
margin-bottom: 2px;
-moz-box-shadow: 0 2px 6px #b3b3b3;
-webkit-box-shadow: -1px 2px 2px #b3b3b3;
-moz-border-radius-bottom{vb:stylevar left}:6px;
-moz-border-radius-top{vb:stylevar right}:6px;
-webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar threadlisthead_top_corner_radius};
-webkit-border-bottom-{vb:stylevar left}-radius: {vb:stylevar threadlisthead_top_corner_radius};
}
.htt_postbit {
text-align:center;
}
Bổ xung một số kiểu đóng khung thông tin profile Demodotted
-Kiểu dashed:
Code:
margin-bottom: 4px;
text-align:center;
-moz-box-shadow: 0 2px 6px #b3b3b3;
-webkit-box-shadow: -1px 2px 2px #b3b3b3;
-moz-border-radius-bottom{vb:stylevar left}:6px;
-moz-border-radius-top{vb:stylevar right}:6px;
-webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar threadlisthead_top_corner_radius};
-webkit-border-bottom-{vb:stylevar left}-radius: {vb:stylevar
threadlisthead_top_corner_radius};}
.eti_postbit {
padding-left: 4px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
background-color: #efefef;
border-top: 2px dashed #dddddd;
border-right: 2px dashed #dddddd;
border-left: 2px dashed #c4c4c4;
border-bottom: 2px dashed #c4c4c4;
margin-bottom: 2px;
-moz-box-shadow: 0 2px 6px #b3b3b3;
-webkit-box-shadow: -1px 2px 2px #b3b3b3;
-moz-border-radius-bottom{vb:stylevar left}:6px;
-moz-border-radius-top{vb:stylevar right}:6px;
-webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar threadlisthead_top_corner_radius};
-webkit-border-bottom-{vb:stylevar left}-radius: {vb:stylevar threadlisthead_top_corner_radius};
}
.htt_postbit {
text-align:center;
}
Bổ xung một số kiểu đóng khung thông tin profile Demodashed
Kiểu double:
Code:
/* Edit by tieubavuong1404 */
.eti_postbit_merkezli {
padding-left: 4px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
background-color: #efefef;
border-top: 2px double #dddddd;
border-right: 2px double #dddddd;
border-left: 2px double #c4c4c4;
border-bottom: 2px double #c4c4c4;
margin-bottom: 4px;
text-align:center;
-moz-box-shadow: 0 2px 6px #b3b3b3;
-webkit-box-shadow: -1px 2px 2px #b3b3b3;
-moz-border-radius-bottom{vb:stylevar left}:6px;
-moz-border-radius-top{vb:stylevar right}:6px;
-webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar threadlisthead_top_corner_radius};
-webkit-border-bottom-{vb:stylevar left}-radius: {vb:stylevar
threadlisthead_top_corner_radius};}
.eti_postbit {
padding-left: 4px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
background-color: #efefef;
border-top: 2px double #dddddd;
border-right: 2px double #dddddd;
border-left: 2px double #c4c4c4;
border-bottom: 2px double #c4c4c4;
margin-bottom: 2px;
-moz-box-shadow: 0 2px 6px #b3b3b3;
-webkit-box-shadow: -1px 2px 2px #b3b3b3;
-moz-border-radius-bottom{vb:stylevar left}:6px;
-moz-border-radius-top{vb:stylevar right}:6px;
-webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar threadlisthead_top_corner_radius};
-webkit-border-bottom-{vb:stylevar left}-radius: {vb:stylevar threadlisthead_top_corner_radius};
}
.htt_postbit {
text-align:center;
}
Bổ xung một số kiểu đóng khung thông tin profile Demodouble
phovang
phovang
Mần non NIITTN
Mần non NIITTN

Giới tính Giới tính : Nam

Gemini Monkey
Tổng số bài gửi Tổng số bài gửi : 26
EXP EXP : 54
Thanks Thanks : 3
Tham gia Tham gia : 17/11/2010
Tuổi Tuổi : 32

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