In 2 Boxen bleiben die links aber gelb, obwohl sie die gleichen Tabellen darstellen wie die anderen Boxen und im css so definiert sind.
Was habe ich übersehen, bzw was muss ich ni der .css ergänzen um auch diese Linkschriftfarbe zu ändern ?
Hier die Auszüge..
..aus der chronicles.css:
...../* General text */
.gen {
font-size : 12px;
font-family: Verdana, , Arial, Helvetica, sans-serif;
}
.genmed { font-size : 12px; font-family: Verdana, , Arial, Helvetica, sans-serif; }
.gensmall { font-size : 11px; font-family: Verdana, , Arial, Helvetica, sans-serif; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #000000; text-decoration: underline; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #FFE081; text-decoration: none; }
/* General text inside table*/
.gentbl { font-size : 12px; font-family: Verdana, , Arial, Helvetica, sans-serif;}
.gentblmed { font-size : 11px; font-family: Verdana, , Arial, Helvetica, sans-serif;}
.gentblsmall { font-size : 10px; font-family: Verdana, , Arial, Helvetica, sans-serif;}
.gentbl,.gentblmed,.gentblsmall { color : #000000; }
a.gentbl,a.gentblmed,a.gentblsmall {
color: #6A3921;
text-decoration: none;
}
a.gentbl:hover,a.gentblmed:hover,a.gentblsmall:hover {
color: #000000;
text-decoration: underline;
ich habe schon ausprobiert und die Farben jeweils geändert -> kein Effekt/* Forum category titles */
.cattitle { font-weight: bold; font-size: 14px ; letter-spacing: 1px; color : #FFE081}
a.cattitle { text-decoration: none; color : #FFE081; }
a.cattitle:hover{ text-decoration: underline; }
...und aus der portalbody.tpl:
und die 2. box mit den Partnerseiten:<!-- ##### NAVIGATION START ##### -->
<!-- BEGIN switch_navigation_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>{IntroPortaltext13}:</b></center></span></td>
</tr>
<tr>
<td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<!-- END switch_navigation_active -->
<!-- BEGIN row -->
<tr>
<!-- BEGIN cat -->
<td class="row1" valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr><td>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<!--<tr>
<td align="left" width="100%">
<span class="gen"><b>{row.cat.CAT_NAME}</b></span>
</td>
</tr> -->
<!-- BEGIN sub -->
<tr>
<td align="left" width="100%">
<span class="gen"><b>{row.cat.sub.SUB_NAME}:</b></span>
</td>
</tr>
<!-- BEGIN link -->
<tr>
<td class="{row.cat.sub.link.ROW_CLASS}" align="left" width="100%">
<span class="catHead"><a href="{row.cat.sub.link.LINK_URL}">{row.cat.sub.link.LINK_NAME}</a></span>
</td>
</tr>
<!-- END link -->
<!-- END sub -->
</td></tr></table>
</table>
</td></tr>
<!-- END cat -->
<!-- END row -->
<!-- BEGIN switch_navigation_active -->
</table>
</span></td>
</tr>
</table> <br>
<!-- END switch_navigation_active -->
<!-- ##### NAVIGATION END ##### -->
Danke schonmal vorab und bitte NAchsicht, wenn ich total auf dem Holzweg bin<!-- ##### PARTNERSITES START ##### -->
<!-- BEGIN switch_partners_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>{IntroPortaltext24}:</b></center></span></td>
</tr>
<tr>
<td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
</tr>
<tr>
<td align="center" nowrap="nowrap" class="row1"><span class="genmed">
{PORTAL_PARTNERLINKS}
</span></td>
</tr>
</table>
<br>
<!-- END switch_partners_active -->
<!-- ##### PARTNERSITES END ##### -->
