Meine tabellenfarbe ist: #DEE3E7
Meine Hintergrundfarbe ist: #5889a5
Bei der Hintergrundfarbe fällt das bei den Postingsbutton schon besser auf

Code: Alles auswählen
'FORUM_IMG' => $images['forum'],
'FORUM_NEW_IMG' => $images['forum_new'],
'FORUM_LOCKED_IMG' => $images['forum_locked'],
Code: Alles auswählen
'FORUM_IMG2' => $images['forum2'],
'FORUM_NEW_IMG2' => $images['forum_new2'],
'FORUM_LOCKED_IMG2' => $images['forum_locked2'],
Code: Alles auswählen
'FOLDER_IMG' => $images['folder'],
'FOLDER_NEW_IMG' => $images['folder_new'],
'FOLDER_HOT_IMG' => $images['folder_hot'],
'FOLDER_HOT_NEW_IMG' => $images['folder_hot_new'],
'FOLDER_LOCKED_IMG' => $images['folder_locked'],
'FOLDER_LOCKED_NEW_IMG' => $images['folder_locked_new'],
'FOLDER_STICKY_IMG' => $images['folder_sticky'],
'FOLDER_STICKY_NEW_IMG' => $images['folder_sticky_new'],
'FOLDER_ANNOUNCE_IMG' => $images['folder_announce'],
'FOLDER_ANNOUNCE_NEW_IMG' => $images['folder_announce_new'],
Code: Alles auswählen
'FOLDER_IMG2' => $images['folder2'],
'FOLDER_NEW_IMG2' => $images['folder_new2'],
'FOLDER_HOT_IMG2' => $images['folder_hot2'],
'FOLDER_HOT_NEW_IMG2' => $images['folder_hot_new2'],
'FOLDER_LOCKED_IMG2' => $images['folder_locked2'],
'FOLDER_LOCKED_NEW_IMG2' => $images['folder_locked_new2'],
'FOLDER_STICKY_IMG2' => $images['folder_sticky2'],
'FOLDER_STICKY_NEW_IMG2' => $images['folder_sticky_new2'],
'FOLDER_ANNOUNCE_IMG2' => $images['folder_announce2'],
'FOLDER_ANNOUNCE_NEW_IMG2' => $images['folder_announce_new2'],
Code: Alles auswählen
$images['forum'] = "$current_template_images/folder_big.gif";
$images['forum_new'] = "$current_template_images/folder_new_big.gif";
$images['forum_locked'] = "$current_template_images/folder_locked_big.gif";
$images['folder'] = "$current_template_images/folder.gif";
$images['folder_new'] = "$current_template_images/folder_new.gif";
$images['folder_hot'] = "$current_template_images/folder_hot.gif";
$images['folder_hot_new'] = "$current_template_images/folder_new_hot.gif";
$images['folder_locked'] = "$current_template_images/folder_lock.gif";
$images['folder_locked_new'] = "$current_template_images/folder_lock_new.gif";
$images['folder_sticky'] = "$current_template_images/folder_sticky.gif";
$images['folder_sticky_new'] = "$current_template_images/folder_sticky_new.gif";
$images['folder_announce'] = "$current_template_images/folder_announce.gif";
$images['folder_announce_new'] = "$current_template_images/folder_announce_new.gif";
Code: Alles auswählen
$images['forum2'] = "$current_template_images/folder_big2.gif";
$images['forum_new2'] = "$current_template_images/folder_new_big2.gif";
$images['forum_locked2'] = "$current_template_images/folder_locked_big2.gif";
$images['folder2'] = "$current_template_images/folder2.gif";
$images['folder_new2'] = "$current_template_images/folder_new2.gif";
$images['folder_hot2'] = "$current_template_images/folder_hot2.gif";
$images['folder_hot_new2'] = "$current_template_images/folder_new_hot2.gif";
$images['folder_locked2'] = "$current_template_images/folder_lock2.gif";
$images['folder_locked_new2'] = "$current_template_images/folder_lock_new2.gif";
$images['folder_sticky2'] = "$current_template_images/folder_sticky2.gif";
$images['folder_sticky_new2'] = "$current_template_images/folder_sticky_new2.gif";
$images['folder_announce2'] = "$current_template_images/folder_announce2.gif";
$images['folder_announce_new2'] = "$current_template_images/folder_announce_new2.gif";
Code: Alles auswählen
<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td class="boxline">
<table cellspacing="3" border="0" align="center" cellpadding="0">
<tr>
<td width="20" align="center"><img src="templates/eislande/images/folder_new_big.gif" alt="{L_NEW_POSTS}"/></td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center"><img src="templates/eislande/images/folder_big.gif" alt="{L_NO_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center"><img src="templates/eislande/images/folder_locked_big.gif" alt="{L_FORUM_LOCKED}" /></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>
</td>
</tr>
</table>
Code: Alles auswählen
<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td class="boxline">
<table cellspacing="3" border="0" align="center" cellpadding="0">
<tr>
<td width="20" align="center"><img src="{FORUM_NEW_IMG2}" alt="{L_NEW_POSTS}"/></td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center"><img src="{FORUM_IMG2}" alt="{L_NO_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center"><img src="{FORUM_LOCKED_IMG2}" alt="{L_FORUM_LOCKED}" /></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>
</td>
</tr>
</table>
Code: Alles auswählen
<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td class="boxline">
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="0">
<tr>
<td align="center" valign="top"><table cellspacing="3" cellpadding="0" border="0">
<tr>
<td width="20" align="left"><img src="{FOLDER_NEW_IMG}" alt="{L_NEW_POSTS}" width="19" height="18" /></td>
<td class="gensmall">{L_NEW_POSTS}</td>
<td> </td>
<td width="20" align="center"><img src="{FOLDER_IMG}" alt="{L_NO_NEW_POSTS}" width="19" height="18" /></td>
<td class="gensmall">{L_NO_NEW_POSTS}</td>
<td> </td>
<td width="20" align="center"><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_ANNOUNCEMENT}" width="19" height="18" /></td>
<td class="gensmall">{L_ANNOUNCEMENT}</td>
</tr>
<tr>
<td width="20" align="center"><img src="{FOLDER_HOT_NEW_IMG}" alt="{L_NEW_POSTS_HOT}" width="19" height="18" /></td>
<td class="gensmall">{L_NEW_POSTS_HOT}</td>
<td> </td>
<td width="20" align="center"><img src="{FOLDER_HOT_IMG}" alt="{L_NO_NEW_POSTS_HOT}" width="19" height="18" /></td>
<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
<td> </td>
<td width="20" align="center"><img src="{FOLDER_STICKY_IMG}" alt="{L_STICKY}" width="19" height="18" /></td>
<td class="gensmall">{L_STICKY}</td>
</tr>
<tr>
<td class="gensmall"><img src="{FOLDER_LOCKED_NEW_IMG}" alt="{L_NEW_POSTS_LOCKED}" width="19" height="18" /></td>
<td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
<td> </td>
<td class="gensmall"><img src="{FOLDER_LOCKED_IMG}" alt="{L_NO_NEW_POSTS_LOCKED}" width="19" height="18" /></td>
<td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table>
Code: Alles auswählen
<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td class="boxline">
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="0">
<tr>
<td align="center" valign="top"><table cellspacing="3" cellpadding="0" border="0">
<tr>
<td width="20" align="left"><img src="{FOLDER_NEW_IMG2}" alt="{L_NEW_POSTS}" width="19" height="18" /></td>
<td class="gensmall">{L_NEW_POSTS}</td>
<td> </td>
<td width="20" align="center"><img src="{FOLDER_IMG2}" alt="{L_NO_NEW_POSTS}" width="19" height="18" /></td>
<td class="gensmall">{L_NO_NEW_POSTS}</td>
<td> </td>
<td width="20" align="center"><img src="{FOLDER_ANNOUNCE_IMG2}" alt="{L_ANNOUNCEMENT}" width="19" height="18" /></td>
<td class="gensmall">{L_ANNOUNCEMENT}</td>
</tr>
<tr>
<td width="20" align="center"><img src="{FOLDER_HOT_NEW_IMG2}" alt="{L_NEW_POSTS_HOT}" width="19" height="18" /></td>
<td class="gensmall">{L_NEW_POSTS_HOT}</td>
<td> </td>
<td width="20" align="center"><img src="{FOLDER_HOT_IMG2}" alt="{L_NO_NEW_POSTS_HOT}" width="19" height="18" /></td>
<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
<td> </td>
<td width="20" align="center"><img src="{FOLDER_STICKY_IMG2}" alt="{L_STICKY}" width="19" height="18" /></td>
<td class="gensmall">{L_STICKY}</td>
</tr>
<tr>
<td class="gensmall"><img src="{FOLDER_LOCKED_NEW_IMG2}" alt="{L_NEW_POSTS_LOCKED}" width="19" height="18" /></td>
<td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
<td> </td>
<td class="gensmall"><img src="{FOLDER_LOCKED_IMG2}" alt="{L_NO_NEW_POSTS_LOCKED}" width="19" height="18" /></td>
<td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table>