ตัวแก้ไขธีม

กรุณาปิด โปรแกรมบล๊อกโฆษณา เพราะเราอยู่ได้ด้วยโฆษณาที่ท่านเห็น
Please close the adblock program. Because we can live with the ads you see


เพิ่ม effect hover ให้กับ username, thread

วิธีการทํา เพิ่ม effect hover ให้กับ username, thread

thxf.org 

Administrator

สมาชิกทีมงาน
Admin
เจ้าของกระทู้
2020-05-08_15-41-49 (1).webp


ทำได้โดยการเพิ่มโค๊ดด้านล่างลงใน extra.less ของ styles ที่ท่านใช้งาน

Less:
// Forum, Sub-Forum and What's new

.node--forum .structItemContainer .structItem--thread,
.structItemContainer-group .structItem--thread {
transition: all 0.4s ease-in;
&:hover{
transform: scale(1.015);
}
}


// Widgets

.block-body .block-row {
transition: all 0.4s ease-in;
&:hover{
transform: scale(1.05);
}
}

// Category nodes

.block-container .block-header {
transition: all 0.4s ease-in;
&:hover{
transform: scale(1.02, 1.05);
}
}

...
 

ไฟล์แนบ

  • 2020-05-08_15-41-49 (1).webp
    2020-05-08_15-41-49 (1).webp
    550 กิโลไบต์ · จำนวนการดู: 294
แก้ไขล่าสุด:


กลับ
ยอดนิยม ด้านล่าง