I want to put 'white' like font color for news connected and the others who have not color by default for the chat because my background is dark.
I see in the input.php3 file but it's dont' work.
Can you help me please ?
Thank's
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm wonder the same thing. I've been able to change the other colours easily enough, but I need to be able to change the default colour away from black, because I'm using a black background.
TIA,
Sean
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The file /input.php3 is the one you need to modify.
Here is a copy of mine which is only slightly modified:
// ** Define the default color for different user levels **
if ((isset($status) && ($status == "u"))) $C = "#999999"; // un-registered user
if ((isset($status) && ($status == "r"))) $C = "blue"; // registered user
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, I'm sure that has nothing to do with the default font color. To change that, open config/style.css.php and change the value #000000 to #ffffff for "color:" in BODY.mainframe, TABLE, TR, TD, TH, A.sender, A.sender:active, .table, .time
Of course, you can play with the values and the places where you want different colors. Just be careful: this is only for the standard version of chat (0.14 - 0.15_dev). For the Plus version, things are a bit different...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, I'm sure that has nothing to do with the default font color. To change that, open config/style.css.php3 and change the value #000000 to #ffffff for "color:" in BODY.mainframe, TABLE, TR, TD, TH, A.sender, A.sender:active, .table, .time
Of course, you can play with the values and the places where you want different colors. Just be careful: this is only for the standard version of chat (0.14 - 0.15_dev). For the Plus version, things are a bit different...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
Excuses for my bad english, I am french...
I want to put 'white' like font color for news connected and the others who have not color by default for the chat because my background is dark.
I see in the input.php3 file but it's dont' work.
Can you help me please ?
Thank's
I'm wonder the same thing. I've been able to change the other colours easily enough, but I need to be able to change the default colour away from black, because I'm using a black background.
TIA,
Sean
The file /input.php3 is the one you need to modify.
Here is a copy of mine which is only slightly modified:
// ** Define the default color for different user levels **
if ((isset($status) && ($status == "u"))) $C = "#999999"; // un-registered user
if ((isset($status) && ($status == "r"))) $C = "blue"; // registered user
Well, I'm sure that has nothing to do with the default font color. To change that, open config/style.css.php and change the value #000000 to #ffffff for "color:" in BODY.mainframe, TABLE, TR, TD, TH, A.sender, A.sender:active, .table, .time
Of course, you can play with the values and the places where you want different colors. Just be careful: this is only for the standard version of chat (0.14 - 0.15_dev). For the Plus version, things are a bit different...
Well, I'm sure that has nothing to do with the default font color. To change that, open config/style.css.php3 and change the value #000000 to #ffffff for "color:" in BODY.mainframe, TABLE, TR, TD, TH, A.sender, A.sender:active, .table, .time
Of course, you can play with the values and the places where you want different colors. Just be careful: this is only for the standard version of chat (0.14 - 0.15_dev). For the Plus version, things are a bit different...