Página 1 de 1

Tutorial para Alterar a Côr dos Tópicos não lidos ainda

PostagemEnviado: 24 Maio 2008, 09:20
por Master Portugas
Change the background color of unread topics


Written By: FabryDesign
Written On: Wed Sep 12, 2007 1:01 am
Description: Change background color of unread topics in viewforum - for prosilver and subsilver2.

Open: styles/prosilver/theme/colours.css
FIND:
Código: Seleccionar todos
.bg3   { background-color: #cadceb; }


AFTER, ADD:
Código: Seleccionar todos
.bg4   { background-color: #bbd3e5; }



Open: styles/prosilver/template/viewforum_body.html
FIND:
Código: Seleccionar todos
<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 -->">


REPLACE, WITH:
Código: Seleccionar todos
        <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 -->">



Instructions Navigate to ACP -> Styles -> Themes -> Prosilver, and click Refresh