Hi ...
suche in der subSilver.css
Code: Alles auswählen
.forumline { background-color: #ffffff; border: 2px #b79067 solid; }
danach einfügen:
Code: Alles auswählen
/* This is the Header */
.headerline { background-color: #B79067; border: 0px #transparent; }
.headerbig { text-decoration: none; font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFFF}
a.headerbig { text-decoration: none; color : #FFFFFF; }
a.headerbig:visited { text-decoration: none; color : #FFFFFF; }
a.headerbig:hover { text-decoration: underline; color : #000000; }
.headersmall { text-decoration: none; font-size: 10px ; letter-spacing: 0px; color : #B79067}
a.headersmall { text-decoration: none; color : #B79067; }
a.headersmall:visited { text-decoration: none; color : #B79067; }
a.headersmall:hover { text-decoration: underline; color : #000000; }
suche in der overall_header.tpl
Code: Alles auswählen
<!-- End Banners -->
<!-- End add - Complete banner MOD -->
alles was danach kommt mit dem hier ersetzen ...
Code: Alles auswählen
<div align="center">
<table width="100%" cellspacing="0" cellpadding="10" border="0">
<tr>
<td align="center">
<table width="100%" cellspacing="1" cellpadding="0" border="0" class="headerline">
<tr>
<td bgcolor="#FFFFFF">
<table border="0" width="100%" cellspacing="0" cellpadding="5">
<tr>
<td width="281"><img src="images/logo_klein.jpg" width="100" height="100" title="Muskelbody.de - Bodybuilding & Fitness"></td>
<!-- TemplateBeginEditable name="banner" -->
<td> {BANNER_2_IMG} </td>
<!-- TemplateEndEditable -->
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#C7BEB2">
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<td width="281"><span class="headerbig">
<a href="http://www.muskelbody.info"><img src="images/startseite.gif" alt="zurück zur Startseite" width="14" height="14" border="0" title="Klicken Sie hier, um die Startseite aufzurufen..."></a>
<a href="javascript:window.print()"><img border="0" src="images/drucken.gif" alt="Seite drucken" width="15" height="15"></a>
<a href="javascript:window.external.AddFavorite('http://www.muskelbody.info/phpBB2/','muskelbody.de - alles über bodybuilding & fitness')" title="Bookmarken von Muskelbody - Bodybuilding & Fitness" class="headerbig">Bookmark me !</a></span>
</td>
<td align="center"><span class="headerbig">
| <a href="http://www.muskelbody.info" title="Zürück zur Muskelbody Startseite" class="headerbig">START</a>
| <a href="http://www.muskelbody.info/phpBB2/" title="Bodybuilding & Fitness Forum" class="headerbig">FORUM</a>
| <a href="http://www.muskelbody-shop.de" title="Nahrungsergänzungen, Proteine, Creatin .. kaufen" class="headerbig">SHOP</a>
| <a href="http://www.muskelbody.de/amazon/" title="Bodybuilding Bücher und Videos" class="headerbig">BÜCHER & VIDEO</a>
| <a href="http://www.toplist.muskelbody.info/toplist/" title="Tragt euere Bodybuilding Seiten hier ein" class="headerbig">TOP 100</a>
| <a href="http://www.muskelbody.info/phpBB2/search.php" title="Bodybuilding-Forum durchsuchen" class="headerbig">SUCHE</a>
| <a href="http://www.muskelbody.info/phpBB2/chat.php" title="Muskelbody IRC-Chat" class="headerbig">CHAT</a> |</span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="F9EFE2">
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<td align="center"><span class="headersmall">
<a href="{U_ALBUM}" class="headersmall">{L_ALBUM}</a> |
<a href="{U_FAQ}" class="headersmall">{L_FAQ}</a> |
<a href="search.php" class="headersmall">{L_SEARCH}</a> |
<!-- BEGIN switch_user_logged_in -->
<a href="{U_MEMBERLIST}" class="headersmall">{L_MEMBERLIST}</a> |
<a href="{U_GROUP_CP}" class="headersmall">{L_USERGROUPS}</a> |
<a href="statistics.php" class="headersmall">Statistiken</a> |
<a href="javascript:void(0);" onClick="window.open('{S_JOIN_CHAT}','{CHATBOX_NAME}','scrollbars=no,width=540,height=450')" class="headersmall">Kurz-Chat</a>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
| <a href="{U_REGISTER}" class="headersmall">{L_REGISTER}</a> |
<!-- END switch_user_logged_out -->
<a href="{U_PROFILE}" class="headersmall">{L_PROFILE}</a> |
<a href="{U_PRIVATEMSGS}" class="headersmall">{PRIVATE_MESSAGE_INFO}</a> |
<a href="{U_LOGIN_LOGOUT}" class="headersmall">{L_LOGIN_LOGOUT}</a> |
<a href="{U_CHAT}" class="headersmall">{L_CHAT}</a> |
<a href="{U_KB}" class="headersmall">{L_KB}</a> |
<a href="http://www.muskelbody.info/phpBB2/glossar.php" class="headersmall">Lexikon</a></span>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<td align="center" valign="top" nowrap="nowrap"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}</span>
</tr>
</table>
<br />
Markus