MSFN Forum: Change font color on Login Screen - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Change font color on Login Screen Rate Topic: -----

#1 User is offline   RBCC 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 634
  • Joined: 09-July 04

Posted 06 January 2006 - 12:41 AM

How do I change the color of the font in the words "Welcome?" John


#2 User is offline   Power350 

  • AfterthematH
  • Pip
  • Group: Members
  • Posts: 58
  • Joined: 02-October 04

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.

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

This post has been edited by Power350: 14 January 2006 - 11:59 PM


#3 User is offline   RBCC 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 634
  • Joined: 09-July 04

Posted 17 June 2011 - 11:41 PM

Does this work for Windows 7? John :thumbup

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy