突出新内容发布的论坛

突出显示新内容发布的论坛

Lv.12
Moderating
Bronze Member
Iron Member
Donor Member
已加入
2020/06/28
消息
4,515
回应得分
1,416
Credits
$12,419
TheHighlight the forums where new content is posted已提交,现在可免费下载。感谢贡献成员的付出。 @axtona!
通过定制你可以突出显示收到新消息的论坛。
CSS:
.structItem.is-unread .structItem-title a:not(.labelLink):after {
    content: "NEW";
    display: inline-block;
    padding: 1px 4px;
    font-size: 11px;
    color: #ffffff;
    border-radius: 3px;
    margin-left: 5px;
    position: relative;
    top: -2px;
    background: linear-gradient(45deg, #0f578a, #0f578a, #0f578a, transparent);
}
查看附件 116080
Read more about this resource...

 
顶部