Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Text table color (Read 2316 times)
Yngwiedis
Full Member
***
Offline


Yngwie Rules !!!!!!

Posts: 202
Location: Athens
Joined: Feb 13th, 2002
Gender: Male
Text table color
Feb 15th, 2002 at 5:10am
Print Post  
In which file i have to search for the color of the text table ? (the table we wright the messages which is dark grey here)
  

I Learn Fast Smiley
Back to top
WWW  
IP Logged
 
Spam
Full Member
***
Offline


I love Spam's HTTP

Posts: 159
Joined: Sep 18th, 2001
Re: Text table color
Reply #1 - Feb 15th, 2002 at 6:42am
Print Post  
Hi Yngwiedis

Check the template.html for this:

Code
Select All
textarea	{background-color: #333333; font-family: Verdana; font-size: 10pt; color: #FFFFFF;}
 



There you could change the background-color...

Cheers
Spam Wink
  

I do not spam you... even when i'm Spam Wink

[glow=yellow,2,300]Spam's HTTP [/glow]
Back to top
WWW  
IP Logged
 
Yngwiedis
Full Member
***
Offline


Yngwie Rules !!!!!!

Posts: 202
Location: Athens
Joined: Feb 13th, 2002
Gender: Male
Re: Text table color
Reply #2 - Feb 15th, 2002 at 6:59am
Print Post  
my template has only this code :
Code
Select All
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title><yabb title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body		{font-size: 10px; font-family: Verdana, Arial, helvetica;
		     scrollbar-face-color: #2C5A8A;
		     scrollbar-shadow-color: #2C5A8A;
		     scrollbar-highlight-color: #5482B2;
		     scrollbar-3dlight-color: #5482B2;
		     scrollbar-darkshadow-color: #184676;
		     scrollbar-track-color: #1D4B7B;
		     scrollbar-arrow-color: #FFCC00; }
table	{border: 4 groove; border-color: #5482B2;}
td	{border: 1 outset; border-color: #5482B2;}
a	     {text-decoration: none;}
a:visited   {text-decoration: none;}
a:hover     {text-decoration: underline , overline;}
.windowbg	{background-color: #184675; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.windowbg2    {background-color: #0E3C6C; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.windowbg3     {background-color: #CCCC00; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.titlebg	{background-color: #225080; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.text1	   {font-size: 10px; font-family: Verdana, Arial, helvetica; color: #FFCC00}
.catbg	   {background-color: #366494; color: #FFCC00; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.bordercolor   {background-color: #083666;}
.quote	   {font-size: 10px; font-family: Verdana, Arial, helvetica; color: #AAAA00; background-color: #083666;}
.code	    {font-size: 10px; font-family: Verdana, Arial, helvetica; color: #CCCC00; background-color: #083666;}
-->
</style>
</head>

<body bgcolor="#225080" text="#FFCC00" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<div align="center">
  <table width="70%" border="0" cellspacing="1" cellpadding="1">
    <tr bgcolor="#214263">
	<td>
	  <div align="center"><font size="2"><yabb boardname> : <yabb title></font></div>
	</td>
    </tr>
    <tr>
	<td>
	  <div align="center"><font size="2"><yabb uname><yabb im></font><br>
	    <yabb menu> </div>
	</td>
    </tr>
  </table><br>
<p><yabb main></p>
  <p><yabb time></p>
  <p><yabb copyright></p>
</div>
</body>
</html> 



Where is the text area code ? ???
  

I Learn Fast Smiley
Back to top
WWW  
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: Text table color
Reply #3 - Feb 15th, 2002 at 3:07pm
Print Post  
looks like you got an old template...

anyway just put this code here right behind the .code {...} thing:

Code
Select All
textarea	{ background-color: #DEE7EF; font-family: Verdana, Helvetica, Arial; font-size: 9pt; color: #000000; } 



Then change the color and font in that code
  

The Administrator.
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint