Для тех кому нужно посветить новый контент на форумах.
По умолчанию:
После вставки кода:
Добавляется подсвечивание нового контента "Новое".
В Custom.css вставляем:
/*стиль сообщения НОВОЕ - новый контент*/
.cForumList .ipsDataItem_unread .ipsDataItem_title:before, .cForumGrid_unread .ipsPhotoPanel h3 a:before {
content: "Новое";
}
/* NEW badge (стиль для -новое-) */
.cForumList .ipsDataItem_unread .ipsDataItem_title:before,
.cForumGrid_unread .ipsPhotoPanel h3 a:before {
color: #fff;
background: #008000;
display: inline-block;
font-size: 0.6rem;
line-height: 2;
border-radius: 3px;
padding: 0 4px;
margin-right: 4px;
vertical-align: middle;
}
html[dir='rtl'] .cForumList .ipsDataItem_unread .ipsDataItem_title:before,
html[dir='rtl'] .cForumGrid_unread .ipsPhotoPanel h3 a:before{
margin-left: 4px;
margin-right: 0;
}
/*стиль сообщения НОВОЕ - новый контент*/
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.