What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » Modification of The Conversation Block...

Modification of The Conversation Block...
Author: Message:
terrill
Junior Member
**


Posts: 21
Reputation: 1
Joined: May 2005
RE: Modification of The Conversation Block...
Hi Guys,  I just noticed this thread and thought I might be able to help.
I was just working through this today for the Foton skin...

To change the background color of the conversation history:

In UI File 920 change this code from:

code:
    convhistory[class="DefaultWallpaper"]
    {
        background: window;
        alpha: 255;
    }

To this, where the RGB is any color value (##,##,##) I made it black (0,0,0) cause thats what you wanted. 
code:
    convhistory[class="DefaultWallpaper"]
    {
        background: ifhc(buttonshadow, rgb(0,0,0));
        alpha: 255;
    }


That will change the background color.   I wont go into the text (partly becuase I dont fully know how) and cause you seem to have a solution above.  If you really want default white text, i can look into it some more.
05-29-2005 03:13 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Modification of The Conversation Block... - by Derek Lee on 05-28-2005 at 03:29 AM
RE: Modification of The Conversation Block... - by Gin on 05-28-2005 at 04:28 PM
RE: Modification of The Conversation Block... - by Nathan on 05-28-2005 at 05:03 PM
RE: Modification of The Conversation Block... - by Derek Lee on 05-28-2005 at 05:29 PM
RE: Modification of The Conversation Block... - by Nathan on 05-28-2005 at 05:34 PM
RE: Modification of The Conversation Block... - by haydos on 05-28-2005 at 05:35 PM
RE: Modification of The Conversation Block... - by Derek Lee on 05-28-2005 at 05:52 PM
RE: Modification of The Conversation Block... - by terrill on 05-29-2005 at 03:13 AM
RE: Modification of The Conversation Block... - by Derek Lee on 05-29-2005 at 10:50 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On