ICT

Welcome guest
Login : Register : Team list : Latest posts : Help

» Home » Discussion Forums » Reading Topic
» Skins and Hacks » ICT Skins! » Changing Post Color << Older Newer >>
Only one page to show.
Kathleen March 05th, 2007 21:59 GMT Print this post
Offline


Topics: 5
Replies: 11
Member


Post: #11282
PT: #1/3


When someone makes a post, and the board color by the avatar and the color of the post are the same, it becomes hard to read.

I notice on here, the color where peoples avatars is darker the that of the post.

<< darker

      lighter>>>

How was that done, and how was the vertical boarder to sepparate Avatar/Post done please.

Thanks
PM: Kathleen
Camil March 10th, 2007 14:57 GMT Print this post
Offline


Topics: 155
Replies: 3414
Development


Post: #11285
PT: #2/3


The colors are set in the CSS of the skin. You will notice css tags in all the relevant sections. Look in the skin editor, the messages module in the message_row_each section. You will find this part:
Code
<table width='100%' cellpadding='3' cellspacing='0' border='3' class='box''>
      <tr><td valign='top' id='signature' width='15%' rowspan='2'>
$gender $online
<br>
{$arr['AVATAR']}
<br>
<i>{$arr['MEM_TITLE']}</i>
<br>
$team_icon
<br>
{$this->lang['mem_topics']} {$arr['TOTAL_TOPICS']}
<br>
{$this->lang['mem_replies']} {$arr['TOTAL_POSTS']}
<br> <a href='{$this->base_addr}threadid={$this->get['t']}&page={$this->get['page']}#post_{$arr['ID']}' >Post: #{$arr['ID']}</a>
<br>
<a href='javascript:JSQuote($in_thread, "{$arr['MEMBER_NAME']}", "{$arr['DATE_POSTED']['short']}", "{$this->base_addr}threadid={$this->get['t']}&page={$this->get['page']}#post_{$arr['ID']}")'>PT: #$in_thread/$tot_posts</a>
<br>
$warn_lvl
<br>
$ip
</td>
        <td id='messages' width='100%' valign='top'>

          <!-- edited message start -->$edited_message <br><br><!-- edited message ends -->
          <!-- message start  -->{$arr['MESSAGE']}$edit_limit$attach<!-- message ends -->

        </td>
      </tr>
<tr>
<td valign='bottom'>
$signature
</td>
</tr>
    </table>

This takes care of all that. 2 sections of the css take care of the colors. The box section and the messages section.
PM: Camil
Kathleen March 11th, 2007 19:23 GMT Print this post
Offline


Topics: 5
Replies: 11
Member


Post: #11287
PT: #3/3


That did it!

I now have definition to the forum. The standard layout has  a feel of posts running into the avatars when there isn't a boarder, or two differant colors, much better now, thanks.
PM: Kathleen
Only one page to show. Posts in this thread ( 3 )

[ Subscriptions disabled ] [ Print Topic :: Print page]

» Home » Discussion Forums » Reading Topic

© ICT - Infinite Core Technologies 2002-2006 All Rights Reserved
Driven by ICT - Infinite Core Technologies
Privacy Policy