Menu

Default font color

Help
Anonymous
2004-03-06
2012-09-14
  • Anonymous

    Anonymous - 2004-03-06

    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

     
    • Sean Slater

      Sean Slater - 2006-10-02

      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

       
    • Richard Costa

      Richard Costa - 2006-10-24

      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

       
      • Ciprian Murariu

        Ciprian Murariu - 2007-01-07

        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...

         
      • Ciprian Murariu

        Ciprian Murariu - 2007-01-07

        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...

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.