Add Indicator after node title

uydudoktoru

Tanınmış Üye
Yönetici
Yönetici
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.

new-indicator.png

jVGzhJ2.png

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.
 
Geri
Yukarı