Shoutbox

change colors of e-mail and password fields - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Skinning (/forumdisplay.php?fid=41)
+----- Thread: change colors of e-mail and password fields (/showthread.php?tid=81353)

change colors of e-mail and password fields by TheSourcE on 01-31-2008 at 06:55 PM

Hello i want to now how to change the color of the e-mail and password fields

This is how it is now:


RE: change colors of e-mail and password fields by TheSourcE on 01-31-2008 at 06:56 PM

And i wanted like this:


RE: change colors of e-mail and password fields by Basilis on 01-31-2008 at 07:17 PM

You have to go to the 947 style file and find the element PasswordInput. Put there this in the background (0,0,0) and it will be black. Also, do the same in the E-mailInputContainer


RE: change colors of e-mail and password fields by warmth on 01-31-2008 at 09:56 PM

Eminem1992 next time please use a image free hosting or merge the 2 images together... I don't see the point of double posting to attach to different but related files... is an advice as a friend...


RE: change colors of e-mail and password fields by TheSourcE on 02-01-2008 at 09:58 AM

thanx a lot Basilis. ;)

And Warmth next time i will merge the 2 images together.


RE: change colors of e-mail and password fields by TheSourcE on 02-24-2008 at 02:14 PM

Basilis how do now witch code is the color??

example:

Black color = 51,51,51   White color = 255,255,255

I want to now where you can see whitch code you need to use a color.


RE: change colors of e-mail and password fields by Nagamasa on 02-24-2008 at 02:31 PM

quote:
Originally posted by Eminem1992
I want to now where you can see whitch code you need to use a color.
http://www.pitt.edu/~nisg/cis/web/cgi/rgb.html

Quick search on Google give me that.

And btw. Black is "officially" 0,0,0. 51,51,51 would be a dark gray.
RE: change colors of e-mail and password fields by TheSourcE on 02-24-2008 at 02:35 PM

ok thanks for your reply Nagamasa;)


RE: change colors of e-mail and password fields by blessedguy on 02-27-2008 at 06:57 PM

quote:
Originally posted by Eminem1992
Basilis how do now witch code is the color??

example:

Black color = 51,51,51   White color = 255,255,255

I want to now where you can see whitch code you need to use a color.

Well... shouldn`t it be rbg=(0,0,0) (for black, for example) or rcclr=(20016) (for black i guess...)?