tuanvu1091
Private
share css đi bạn
Mình nhớ đã có một bạn hỏi và đã share CSS rồi.share css đi bạn
Ví dụ tên người dùng ở nhóm style2 (số 2 là id nhóm thành viên của bạn) thì thêm CSS như sau:
.username .style2 {
- background-image: linear-gradient(270deg, #d83b3b, #e3ed20, #20ed2d, #2082ed, #cd20ed, #20edbe) !important;
- background-size: 1200% 1200% !important;
- animation: hacobi1102 30s ease infinite !important;
- color: transparent;
- -webkit-background-clip: text;
- font-weight: 900;
Bạn thử theo bài viết này xem sao: https://vnxf.vn/threads/tao-user-name-xen-1-nhap-nhay-kieu-cau-vong.17811/
Chỉ cần thay lại thành class của Xen2 là được.
Chỉ cần thay lại thành class của Xen2 là được.
QuangAnh
Corporal
Bạn thêm đoạn này vào extra.less nha:
Mã:
/*** Màu càu vồng cho username ***/
@-webkit-keyframes hacobi1102 {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
@-moz-keyframes hacobi1102 {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
@keyframes hacobi1102 {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
Bạn thêm CSS ko đúng chỗ rồi, bạn thêm vào file extra.less không phải là thêm vào chỗ CSS thành viên nhé!
tuanvu1091
Private
Đã làm dc, thank mọi ng
QuangAnh
Corporal
Phan Than
Private
khong ra luon ad oiBạn thêm đoạn này vào extra.less nha:
Mã:/*** Màu càu vồng cho username ***/ @-webkit-keyframes hacobi1102 { 0% { background-position: 0% 50% } 50% { background-position: 100% 50% } 100% { background-position: 0% 50% } } @-moz-keyframes hacobi1102 { 0% { background-position: 0% 50% } 50% { background-position: 100% 50% } 100% { background-position: 0% 50% } } @keyframes hacobi1102 { 0% { background-position: 0% 50% } 50% { background-position: 100% 50% } 100% { background-position: 0% 50% } }
Jkads
Private
add vao cai CSS thi no khong cho ong oikhong ra luon ad oi
Hướng dẫn sử dụng
| XenForo 1 | XenForo 2 |
| Translate by PVS | |
| Xenforo là gì? | |
| Xây dựng MXH bằng Xenforo | |


