Summary: A simple enhancement that will display a "New" marker after the node title of unread posts. You could enhance this further by using imagery which is your choice, basically adjust and style to your preference.
Install: Simply paste the following into the EXTRA.CSS template
I wish you success.
Install: Simply paste the following into the EXTRA.CSS template
Kod:
.nodeInfo.unread .nodeTitle:after
{
background-color: #ac1212;
content: "NEW";
color: white;
border-radius: 2px;
margin-left: 5px;
padding: 1px 5px;
font-size: 9px; }
I wish you success.