Comment #2 Saturday, August 6, 2005 10:58 PM
Comment #3 Sunday, August 7, 2005 2:02 AM
skinz2nice- to make this part (Bitmap_112) transparent, you have to set the colour to #RRGGBB then apply it to the logon. here is a good explanation of the uifile, by tweaking this file you can do a lot of things:
Link
Comment #4 Sunday, August 7, 2005 9:37 PM
Comment #5 Monday, August 8, 2005 1:10 AM
Comment #6 Monday, August 8, 2005 10:19 PM
Comment #8 Tuesday, August 23, 2005 8:06 AM
Comment #9 Tuesday, August 23, 2005 1:05 PM
Shut down button text:
element [id=atom(options)]
{
padding: rect(-10rp,-10rp,0rp,0rp);
}
button
{
fontface: "Tahoma";
fontsize: 10 pt;
fontweight: bold;
foreground: rgb(45,215,125);
--------------------
Rest of text and in order up to down in the uifile:
button [mousefocused]
{
foreground: rgb(45,215,125);
-----------------
element [id=atom(username)]
{
foreground: rgb(45,215,125);
------------------
button [class="status"]
{
background: argb(0,0,0,0);
foreground: rgb(45,215,125);
-------------------
button [class="status"][mousefocused]
{
foreground: rgb(45,215,125);
-------------------
button [class="status"][keyfocused]
{
foreground: rgb(45,215,125);
-------------------
button [class="status"][selected]
{
foreground: rgb(45,215,125);
--------------------
element [id=atom(username)]
{
foreground: rgb(45,215,125);
--------------------
button [class="status"]
{
background: argb(0,0,0,0);
foreground: rgb(45,215,125);
---------------------
button [class="status"][selected]
{
foreground: rgb(45,215,125);
---------------------
element [id=atom(instruct)]
{
fontface: rcstr(48);
fontsize: rcint(47) pt;
foreground: rgb(45,215,125);
----------------------
I hope I'm not missing any text. basically you should change the 45,215,125 (which is the color green that is on this logon to your the color you want and ofcourse save the uifile and then apply the logon. if you dont understand something just let me know and I'll try to explain better
Comment #10 Tuesday, August 23, 2005 1:38 PM
Comment #11 Tuesday, August 23, 2005 2:23 PM
As for the colors, I didnt quite get what you wanted, you mean whats the numbers the RGB numbers of each colour is?
if so, I just know by picking a colour I want in PaintShop Pro and it already tells me the RGB value. which graphic program do you use? I know there are also color picker programs just for this kind of things.
Comment #12 Tuesday, August 23, 2005 3:32 PM
Comment #13 Wednesday, August 24, 2005 12:40 AM
Comment #14 Wednesday, August 24, 2005 9:03 AM
And somewhere on there it will say Aim and then you can download Aim 5.9
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading files.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!
Comment #1 Saturday, August 6, 2005 8:42 PM