Açıklama: phpbb3 sistemlerde okunmamış başlıkları, okunmuş başlıklardan arka plan rengi olarak ayırmayı anlatan yararlı bir makale.
Makalenin orijinali: www.phpbb.com/kb/article/change-the-background-color-of-unread-topics/"]Change the background color of unread topics
Aç: styles/prosilver/theme/colours.css
Bul:
Kod:
.bg3 { background-color: #cadceb; }
Kod:
.bg4 { background-color: #bbd3e5; }
Bul:
Kod:
<li class="row<!-- IF topicrow.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topicrow.S_POST_ANNOUNCE --> announce<!-- ENDIF --><!-- IF topicrow.S_POST_STICKY --> sticky<!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ENDIF -->">
Kod:
<li class="row<!-- IF topicrow.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topicrow.S_UNREAD_TOPIC --><!-- IF topicrow.S_ROW_COUNT is even --> bg3<!-- ELSE --> bg4<!-- ENDIF --><!-- ENDIF --><!-- IF topicrow.S_POST_ANNOUNCE --> announce<!-- ENDIF --><!-- IF topicrow.S_POST_STICKY --> sticky<!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ENDIF -->">
Cache yenilemesi yapmayı unutmayın ;




0 yorum: