The time color is set in your:
Admin CP -> Styles & Templates -> Style Manager -> Main CSS (in the menu) -> Time Color
The rows of forums in the forum list are represented by these four templates:
Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Home Templates -> forumhome_forumbit_*
When editing these templates you can use a conditional like this to show specific HTML code for forumid X:
Code:
<if condition="$forum[forumid] == X">
</if>
To add that break to the forumdisplay page, editing this template:
Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Display Templates -> FORUMDISPLAY
Add the red code:
Code:
</td>
</tr>
</tbody>
<!-- end show no threads message -->
</if>
</table>
<br />
<!-- controls below thread list -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px">
<tr valign="top">
<td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else /> </if></td>
<if condition="$show['pagenav'] OR $show['inlinemod']">
<td align="$stylevar[right]">$pagenav
<if condition="$show['inlinemod']">
To edit the layout around the title image you need to edit this template:
Admin CP -> Styles & Templates -> Style Manager -> Common Templates (in the menu) -> header
Bookmarks