Jump to content
  • Подсвечиваем новый контент


    aLEX49566

    Для тех кому нужно посветить новый контент на форумах.

    По умолчанию:

      002.PNG.26d9e76482191c47c1d81129ffb1fcae.PNG

    После вставки кода:

    001.PNG.772ad07ba2e4b94849194eb0301bb4cd.PNG

    Добавляется подсвечивание нового контента "Новое".

    В  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;
    	}
    /*стиль сообщения НОВОЕ - новый контент*/

     


    User Feedback

    Recommended Comments

    There are no comments to display.



    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.

    Guest
    Add a comment...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Ваша ссылка была автоматически строена.   Отображать как обычную ссылку

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...