Tạo nền cho tiêu đề

Tạo nền cho tiêu đề

MetaVerified member

Administrative

Staff member
Reputation: 100%
Last seen
Viewing forum eMagazine
Joined
Dec 14, 2024
Messages
6,504
Kara
82,004K
Points
3,440
1735980207848.webp


để tạo nền tiêu đề hoặc mục thì ta thêm code sau vào extra.less

CSS:
[data-template="forum_view"] {
    .p-body-header {
        background: #261e00;
        color: #F6D55C;
        padding: 10px;
        border-radius: 4px;
        border-left: 20px solid #EEB400;
    }
    .p-title-value:before {
        .m-faBase();
        .m-faContent(@fa-var-user-circle);
        padding-right: 5px;
    }
    .p-description { /* Forum açıklama metini */
        color: #d2d2d2;
    }
    .p-description a { /* Forum açıklama bağlantıları */
        color: #60b2ec;
    }
}
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads Most view View more
Back
Top Bottom