提交的新内容请以高亮形式显示

提交的新内容请以高亮形式显示

Lv.12
Moderating
Bronze Member
Iron Member
Donor Member
已加入
2020/06/28
消息
4,515
回应得分
1,416
Credits
$12,419
TheHighlight forms where new content is submitted已提交,现在可免费下载。感谢贡献成员的付出。 @axtona
通过定制你可以突出显示收到新消息的论坛。
查看附件 113283
CSS:
.structItem.is-unread .structItem-title a:not(.labelLink):after {
    content: "YENİ";
    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);
}
Read more about this resource...
 
顶部