How do I change the color of the font in the words "Welcome?" John
Page 1 of 1
Change font color on Login Screen
#2
Posted 14 January 2006 - 11:56 PM
need to edit ui file with hex editor. Don't know where the setting is though. will post if found.
check out where is says welcome. do search for in ui file. play with "padding" row to get the right color.
<style resid=leftpanelss>
element
{
background: argb(0,0,0,0);
fontface: rcstr(1);
}
element [id=atom(product)]
{
animation: alpha | s | mediumslow;
}
element [id=atom(leftpanel)]
{
foreground: rgb(239,247,255);
}
element [id=atom(welcome)]
{
fontstyle: italic;
fontsize: rcint(44) pt;
fontweight: bold;
padding: rect(0rp,0rp,22rp,0);
contentalign: topright;
}
element [id=atom(welcomeshadow)]
{
foreground: rgb(49,81,181);
fontstyle: italic;
fontsize: rcint(44) pt;
fontweight: bold;
padding: rect(2rp,3rp,20rp,0);
contentalign: topright;
}
check out where is says welcome. do search for in ui file. play with "padding" row to get the right color.
This post has been edited by Power350: 14 January 2006 - 11:59 PM
Share this topic:
Page 1 of 1



Help

Back to top








