Seite 1 von 1

Wo ist die Linkfarbe für...drin?

Verfasst: 22.11.2002 11:33
von anabolnet_de
Hallo suche schon fiberhaft die Farbe für diese Links:

habe da irgendwie beidesmal (für link und vvisited und den text daneben) blau drin und dann sieht man den link ja gar nicht...

Information

Deine Nachricht wurde gesendet.

Klick hier um zum Posteingang zurückzukehren

Klick hier um zum Index zurückzukehren


also mir gehts um das "hier"

wo sit die farbe drin???? :-? :-?

Verfasst: 22.11.2002 19:39
von Mister_X
overall_header.tpl
suche nach

Code: Alles auswählen

a:link,a:active,a:visited { color : {T_BODY_LINK}; }
und ändere es so ab:

Code: Alles auswählen

a:link,a:active,a:visited { color : #000000; }
Achtung da ändern sich auch einige andere Linkfarben mit.

Verfasst: 22.11.2002 21:23
von anabolnet_de
Danke!!! :)

Verfasst: 22.11.2002 22:36
von anabolnet_de
Hab Da kein Code wie Du Ihn gepostet hast ich habe dir mal meine haeader reingepostet:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">

<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/BMan1Blue/BMan1Blue.css" type="text/css" />

<style type="text/css">
<!--
body { background-color: #FFFFFF; }
th {
background-image: url(templates/BMan1Blue/images/cellpic3.gif);
background : center;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-image: url(templates/BMan1Blue/images/cellpic1.gif); }
.topictitle,h1,h2 { font-weight: bold; font-size: 11px; color: #800000; }
a.topictitle:link { text-decoration: none; color: #800000; }
a.topictitle:visited { text-decoration: none; color: #22558E; }
a.topictitle:hover { text-decoration: none; color: #22558E; }
@import url("templates/BMan1Blue/formIE.css");
-->
</style>
</head>


<body text="#000000">

<a name="top"></a>

<table width="100%" cellspacign="0" cellpadding="0" border="0">
<tr>
<td align="center"><a href="http://www.anabolnet.de"><img src="http://www.anabolnet.de/logo2.jpg" border="0" /></td>
</tr>
<br>
</table>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
<tr> <br>
<td class="bodyline">

<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" width="100%" valign="middle"><table class="menuline" width="100%" cellpadding="2" cellspacing="1" border="0">
<tr>
<td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='{U_FAQ}'"><a href="http://www.anabolNet.de" class="mainmenu">Zum Portal</a></td>
<td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='{U_SEARCH}'"><a href="{U_SEARCH}" class="mainmenu">Beitrag Suchen</a></td>
<td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='{U_MEMBERLIST}'"><a href="{U_MEMBERLIST}" class="mainmenu">Mitglieder</a></td>
<td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='{U_GROUP_CP}'"><a href="{U_GROUP_CP}" class="mainmenu">Gruppen</a></td>
<td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='{U_PROFILE}'"><a href="{U_PROFILE}" class="mainmenu">Dein Profil</a></td>
<td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='{U_PRIVATEMSGS}'"><a href="{U_PRIVATEMSGS}" class="mainmenu">{PRIVATE_MESSAGE_INFO}</a></td>
<!-- BEGIN switch_user_logged_out -->
<td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='{U_REGISTER}'"><a href="{U_REGISTER}" class="mainmenu">Registrieren</a></td>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<td class="mainmenu" align="center" width="12.5%"><span class="mainmenu">Dein Status: Eingeloggt</span></td>
<!-- END switch_user_logged_in -->
<td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='{U_LOGIN_LOGOUT}'"><a href="{U_LOGIN_LOGOUT}" class="mainmenu">
<!-- BEGIN switch_user_logged_out -->
Login</a></td>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
Logout</a></td>
<!-- END switch_user_logged_in -->
</tr>
</table></td>
</tr>
</table>

<br />

<script language="Javascript" type="text/javascript">
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
</script>

Hast Du noch ne Idee ?

Ach ja, eventuell auch wegen dem nicht vorhanden POPUP bei PMs...?

Verfasst: 22.11.2002 22:49
von Mister_X
ich wußte nicht, dass du ein anderes Template hast, du findest das in der phpBB2/templates/BMan1Blue/BMan1Blue.css
a:link,a:active,a:visited {
text-decoration: none;
color : #22558E; }
einfach das fette anpassen.


wegen POPUP:
versuche mal

Code: Alles auswählen

<script language="Javascript" type="text/javascript"> 
if ( {PRIVATE_MESSAGE_NEW_FLAG} ) 
{ 
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');; 
} 
</script>
mit

Code: Alles auswählen

<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript"> 
if ( {PRIVATE_MESSAGE_NEW_FLAG} ) 
{ 
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');; 
} 
</script>
<!-- END switch_enable_pm_popup -->
zu ersetzen

Verfasst: 23.11.2002 14:46
von anabolnet_de
Nochmals Danke, diesmal hats geklappt!