Profile Block Enhancement - Cải tiến block hồ sơ v1

PVS

Super Moderator
Thành viên BQT
Code hoặc hướng dẫn này được sử dụng trên phiên bản Xenforo cũ đã quá hạn sử dụng. Bạn hãy click để tìm bản mới hơn
Profile Block Enhancement - Cải tiến block hồ sơ v1

Tóm tắt: Thay đổi này sẽ điều chỉnh các block hồ sơ duy nhất không có block bên kia khắp diễn đàn. Chủ yếu, đó là chi tiết của một hướng dẫn cho những người muốn điều chỉnh block của họ và làm cho họ khác nhau từ các block khác trong cả style.

profile-blocks.png

Cài đặt: Tải tập tin sidebar-gradient.png vào thư mục /gradients và dán đoạn mã sau vào template EXTRA.CSS của bạn.
Mã:
/*PROFILE ONLY BLOCK ENHANCEMENTS*/
.profilePage .mast .secondaryContent{
    background: url("@imagePath/xenforo/gradients/sidebar-gradient.png") repeat-x scroll center bottom #535353;
    border: 1px solid #161616 !important;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 rgba(209, 209, 209, 0.4) inset, 0 0 0 1px rgba(209, 209, 209, 0.2) inset, 0 0px 0 rgba(209, 209, 209, 0.5);
    padding: 10px;
}
.profilePage .infoBlock dt {
    color: #ffffff;
    text-shadow: 0 -1px 0 #2d2d2d;
}
.profilePage .infoBlock dd {
    color: #bcbcbc;
}
.profilePage .infoBlock dd a {
    color: #ffe5ad;
}
.profilePage .sharePage h3 {
    color: #dcdcdc !important;
    font: bold 12px/14px Arial,sans-serif;
    text-shadow: 0 0 0 transparent, 0 -1px 0 #2d2d2d ;
    border-bottom: 1px solid #2d2d2d !important;
    box-shadow: 0 1px 0 0 #7d7d7d;
}
.profilePage .subHeading{
    background: url("") repeat-x scroll center top #535353;
    border-bottom: 1px solid #161616;
    border-top: 1px solid #161616;
    border-right: 1px solid #161616;
    border-left: 1px solid #161616;
    color: #dcdcdc !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.profilePage .textWithCount.subHeading .count {
    background-color: #5f5f5f;
    border: 1px solid #2d2d2d;
    border-radius: 3px 3px 3px 3px;
    color: #FFE5AD;
}
.profilePage .text {
    color: #dcdcdc !important;
}
.profilePage .mast .followBlocks .primaryContent.avatarHeap {
    border-color: #161616 !important;
    border-style: solid;
    border-width: 0px 1px 1px 1px !important;
    background: url("@imagePath/xenforo/gradients/sidebar-gradient.png") repeat-x scroll center bottom #535353;;
    box-shadow: 0 1px 0 rgba(209, 209, 209, 0.4) inset, 0 0 0 1px rgba(209, 209, 209, 0.2) inset, 0 0px 0 rgba(209, 209, 209, 0.5);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.profilePage .mast  .avatar .img {
    border: 1px solid #161616;
}
.profilePage .mast .section.infoBlock {
    border: 0px solid #D7EDFC !important;
}
/*PROFILE ONLY BLOCK ENHANCEMENTS*/

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


Nguồn: xenforo.com​
 

Đính kèm

  • sidebar-gradient.png
    sidebar-gradient.png
    151 bytes · Lượt xem: 5
Back
Top