Jump to content

Channing Icon


flyalaska

Recommended Posts

	.ipsItemStatus.ipsItemStatus_large {
		background-image: url( {resource="f_icon.png" app="core" location="custom"});
		background-repeat: no-repeat;
		background-color: #D3E1E4;
		color: transparent;
		width: 40px;
		height: 39px;
		line-height: 44px;
		border: 2px solid: #D3E1E4;
		border-radius: 20px;
		display: inline-block;
		text-align: center;
		font-size: 18px;
		padding: 2px;
		{prefix="transition" value="0.15s all linear"}
	}

		.ipsItemStatus.ipsItemStatus_large.ipsItemStatus_read {
			background-image: url( {resource="f_icon_read.png" app="core" location="custom"});
			background-repeat: no-repeat;
			background-color: #D3E1E4;
			width: 40px;
			border-radius: 20px;
		}

	.ipsItemStatus.ipsItemStatus_read {
		opacity: 1;
	}

	.ipsItemStatus.ipsItemStatus_large.cForumIcon_password {
		background-image: url( {resource="f_protected.png" app="core" location="custom"});
        background-repeat: no-repeat;
	}

	.ipsItemStatus.ipsItemStatus_large.cForumIcon_redirect {
		background-image: url( {resource="f_redirect.png" app="core" location="custom"});
		background-repeat: no-repeat;
		width: 40px;
	}

You will find the forum Icons under badges

.ipsItemStatus.ipsItemStatus_large {  ---> Forum Unread - f_icon.png

.ipsItemStatus.ipsItemStatus_large.ipsItemStatus_read {   ---> Forum Read - f_icon_read.png

I hope this gave you what you need.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...