Yahoo! Messenger Pink .xml file Print E-mail
Tag it:
Delicious
YahooMyWeb
Reddit
Digg
Stumble
Furl it!
Technorati
NewsVine
Spurl
BlinkList
Thursday, 10 May 2007
Yahoo! Messenger "Pink" Skin .xml file and version 8+

Yahoo! Messenger Skins
At the time of doing this article an awful lot of work needs to be done to make Yahoo's additional skins (Celadon, Bronze, Pink, Gray / Orange) compatible with Yahoo! Messenger v8 and considering v8 was released (in beta) on 21 June 06 and it's now May 07 it doesn't look like the issue will be addressed any time soon... but fingers crossed it will be at some stage :)

There are a lot of quirks with the Yahoo! skins, the range from minor to major, in both time to correct, and how it impacts on the look and feel of Yahoo! Messenger itself. Personally I don't feel it's worth the time, effort and frustration involved to manually correct all the issues yourself but some of the changes are relatively simply to do and will make a big difference.

The Plugin buttons
Perhaps the most noticeable issue with the downloadable skins is the missing Plugins button on the IM window toolbar. If this quirk also annoys you then there is a super quick and easy fix which will correct the issue.
Head to your default Indigo v8 skin
C:\Program Files\Yahoo!\Shared\Graphics\Indigo
copy (not cut) the following .bmp files:
icons_tbar_disabled.bmp
icons_tbar_hot.bmp
icons_tbar_normal.bmp

now head to
C:\Program Files\Yahoo!\Shared\Graphics\Pink
and paste to the directory overwriting the exiting ones. If you already have the Pink skin selected you will need to select another skin from the list, apply, then reselect Pink, then apply for the changes to be visible.

Calling Icon
When you start to look at the other quirks, like the call button, then you might as well throw yourself in the deep end of a rather large coffee pot.

To correct this issue you need to get the missing .bmp file (triangletray.bmp) and also make an addition:
<imgfile src="triangletray.bmp" border="5" width="88" height="44" transcolor="ff00ff">
<img name="voice_triangletray_normal" width="22"/>
<img name="voice_triangletray_hover" xoff="22" width="22"/>
<img name="voice_triangletray_press" xoff="44" width="22"/>
<img name="voice_triangletray_disabled" xoff="66" width="22"/>
</imgfile>

to the pink.xml file (located at C:\Program Files\Yahoo!\Shared\Graphics\Pink\pink.xml).

Grabbie
While you're already editing your .xml file you might consider correcting the "grabbie" issue at the same time. In v6 through v7.5 our grabbie image, which sits at the base of the main IM window (directly below your friends list) was a .bmp file that consisted of 3 dots, this allowed us to mouse over "grabbie", then click and drag to alter the space allocation of our friends list, or tab selection. Grabbie is visible and fully functional in v7.5 (and below), even with the Yahoo! Skins (in this case Pink) applied, but with v8 grabbie changed from a .bmp file, to a .png and the image itself changed also.

grabbie.bmp grabbie.png

With the default v8 skin (Indigo) you can clearly see grabbie (two centered gray lines) happily in place, but if you apply "Pink" or any of the other Yahoo! downloadable skins things go astray. Grabbie itself is still funtional but you have to apply a bit of guess work when it comes to working out exactly what to grab as the image is not visible.

In the pink.xml file you will notice that grabbie is referenced:
<imgfile src="grabbie" transcolor="ff00ff">
<img name="grabbie" width="36" height="8" />
</imgfile>

and grabbie.bmp is also included as a graphic, along with grabbie.png but to get this working in v8 you need to add the following to your pink.xml file for it show up.
<imgfile src="grabbie.png">
<img name="grabbie" border="0" width="66" height="4"/>
</imgfile>

In the Deep end
At the bottom your friends list you may also notice that there are no clearly defined buttons for your Plugins, the text is there but there is no surrounds for them...

If you are going to venture into the territory required to correct this you might as well throw yourself right into the deep end as you need to do a fair bit of copying and updating of the .xml file which is a pretty thankless task, but if you feel inclined then knock yourself out ;)

Detailed below is the information (in part) from the current available pink.xml file that will help you correct the button problem, and others that haven't been mention, you will also see that the settings for colours, fonts, sizes etc have also been highlighted, just in case you wish to make further changes while you are at it :)

Unless you are looking to discover where it all went wrong and why, my recommendation would be scrapping the text from (and including):
<imgfile src="border_top" width="97" height="28" left="48" right="23" transcolor="ff00ff">
<img name="frame_top" />
<img name="frame_top_d" yoff="28" />
</imgfile>

through to the end of the pink.xml file and then replacing it with the data from indigo.xml, then just copy and paste the missing .bmp and .png files (detailed in the table below) and copying them across to your Pink directory.

If you download and install the current Yahoo! Pink Skin you can locate all the files and graphics at
C:\Program Files\Yahoo!\Shared\Graphics\Pink
your .xml file is at
C:\Program Files\Yahoo!\Shared\Graphics\Pink\pink.xml
you will also need to access (for copying) your default version 8 graphics, you can find these at
C:\Program Files\Yahoo!\Shared\Graphics\Indigo

If you make any changes to your .xml file or graphics don't forget you need to delete all 8 .rng files
border_bot.rgn border_right.rgn tool_border_bot.rgn tool_border_right.rgn
border_left.rgn border_top.rgn tool_border_left.rgn tool_border_top.rgn
located at C:\Program Files\Yahoo!\Shared\Graphics\Pink, these will automatically be recreated once you load the skin. You must also reselect the Skin from within Yahoo! Messenger itself, so if you have currently applied Yahoo! Pink you will need to select and apply a different skin, then go back and select "Pink" and apply it. It's quite time consuming and a tad frustrating, but it's just how it is :)

Pink XML File and Images
below you will find the relevant information for editing the pink.xml file, we have included the images as a quick reference so that you can quickly and easily see what image is being defined. You will also see there are Notes which provide basic information with regard to how the file should be corrected.

skinname="Pink"
previewimage="preview_pink.jpg"

<color name="back" value="f5eae5"/>
<color name="frame_h" value="ffffff"/> (white)
<color name="frame_shadow" value="d3a8b7"/>
<color name="text" value="0"/>
<color name="groupbox_border" value="0xb3b6b0"/>
<color name="groupbox" value="f5eae5"/>(off white)
<color name="button_h" value="0x001d71"/>
<color name="button_dh" value="ffffff"/>(white)
<color name="button_ds" value="d3a8b7"/>
<color name="button" value="48585f"/>
<color name="menuitem_b" value="d3a8b7"/>
<color name="menuitem" value="0"/>
<color name="menuitem_h" value="ffffff"/> (white)
<color name="menuitem_d" value="c07e9b"/>
<color name="menuitem_dh" value="d3a8b7"/>
<color name="menubar" value="000000"/>
<color name="menubar_h" value="000000"/>
<color name="menubar_p" value="000000"/>
<color name="statusbar" value="0"/>
<color name="tab" value="48585f"/>
<color name="tab_h" value="0x001d71"/>
<color name="tab_p" value="0x001d71"/>
<color name="toolbar_h" value="0x001d71"/>
<color name="toolbar_ds" value="d3a8b7"/>
<color name="toolbar_dh" value="ffffff"/> (white)
<color name="toolbar" value="48585f"/>
<color name="toolbar_border" value="f5eae5"/> (off white)
<color name="header" value="0"/>
<color name="header_h" value="001d71"/>
<color name="header_ph" value="ffffff"/> (white)
<color name="header_dh" value="ffffff"/> (white)
<color name="header_ds" value="d3a8b7"/>
<color name="control_hb" value="f5eae5"/> (off white)
<color name="control_ht" value="000000"/>
<color name="control_fb" value="b3b6b0"/>
<color name="control_ft" value="ffffff"/> (white)
<color name="control_nb" value="ffffff"/> (white)
<color name="control_nt" value=""/>
<color name="control_db" value="ffffff"/> (white)
<color name="control_dt" value="666666"/>
<font name="caption" face="tahoma" height="8" weight="700" quality="c" textcolor="ffffff"/> (white)
<font name="caption_inactive" face="tahoma" height="8" weight="700" quality="c" textcolor="c07e9b"/>
<font name="caption_s" face="tahoma" height="7" weight="300" textcolor="ffffff"/> (white)
<font name="caption_inactive_s" face="tahoma" height="7" weight="300" textcolor="c07e9b"/>
<font name="caption_t" face="tahoma" height="7" weight="700" textcolor="ffffff"/> (white)
<font name="caption_inactive_t" face="tahoma" height="7" weight="700" textcolor="c07e9b"/>
<font name="groupbox_header" face="tahoma" height="8" weight="300" textcolor="0"/>
<font name="menubar" face="tahoma" height="8" weight="400"/>
<font name="menubar_h" face="tahoma" height="8" weight="400"/>
<font name="menubar_p" face="tahoma" height="8" weight="400"/>
<font name="menuitem" face="tahoma" height="8" weight="400" textcolor="0"/>
<font name="menuitem_d" face="tahoma" height="8" weight="400" textcolor="666666" edgeeffect="disabled" edgecolor="ffffff"/>
<font name="statusbar" face="tahoma" height="8" weight="400"/>

*** NOTE: references showng below are not included in .xml file, following instructions to for v8 compatibility***
directy below <color name="control_dt" value="666666"/>
add the following:
<color name="billing_bkgnd" value="FFFFCC"/>
<color name="dnd_bkgnd" value="FFFFCC"/>
<color name="slot-caption-border" value="9a90cf"/>
<color name="slot-caption-divider" value="b8b1e2"/>
<color name="slot-border-gap" value="ececef"/>
<color name="slot-caption-font-color" value="47368e"/>
<color name="slot-caption-shadow-font-color" value="fbfbf9"/>


<imgfile src="border_top" width="97" height="28" left="48" right="23" transcolor="ff00ff">
<img name="frame_top" />
<img name="frame_top_d" yoff="28" />
</imgfile>
<imgfile src="border_bot" width="79" height="6" left="3" right="3">
<img name="frame_bottom" />
<img name="frame_bottom_d" yoff="6" />
</imgfile>
<imgfile src="border_right" transcolor="ff00ff" width="6" height="76" top="1" bottom="3">
<img name="frame_right" />
<img name="frame_right_d" xoff="6" />
</imgfile>
<imgfile src="border_left" transcolor="ff00ff" width="6" height="76" top="1" bottom="8">
<img name="frame_left" />
<img name="frame_left_d" xoff="6" />
</imgfile>
<imgfile src="tool_border_top" height="17" width="97" left="48" right="23" transcolor="ff00ff">
<img name="frame_tooltop" />
<img name="frame_tooltop_d" />
</imgfile>
<imgfile src="tool_border_bot" width="79" height="3" left="3" right="3">
<img name="frame_toolbottom" />
<img name="frame_toolbottom_d" />
</imgfile>
<imgfile src="tool_border_right" width="2" height="20" top="1" bottom="3" transcolor="ff00ff">
<img name="frame_toolright" />
<img name="frame_toolright_d" />
</imgfile>
<imgfile src="tool_border_left" width="2" height="20" top="1" bottom="11" transcolor="ff00ff">
<img name="frame_toolleft" />
<img name="frame_toolleft_d" />
</imgfile>
<imgfile src="capbuttons" transcolor="ff00ff" width="19" height="20">
<img name="close" xoff="1" yoff="1" />
<img name="close_h" xoff="23" yoff="1" />
<img name="close_p" xoff="45" yoff="1" />
<img name="close_d" xoff="89" yoff="1" />
<img name="close_d2" xoff="67" yoff="1" />
<img name="help" xoff="1" yoff="22" />
<img name="help_h" xoff="23" yoff="22" />
<img name="help_p" xoff="45" yoff="22" />
<img name="help_d" xoff="89" yoff="22" />
<img name="help_d2" xoff="67" yoff="22" />
<img name="max" xoff="1" yoff="43" />
<img name="max_h" xoff="23" yoff="43" />
<img name="max_p" xoff="45" yoff="43" />
<img name="max_d" xoff="89" yoff="43" />
<img name="max_d2" xoff="67" yoff="43" />
<img name="restore" xoff="1" yoff="64" />
<img name="restore_h" xoff="23" yoff="64" />
<img name="restore_p" xoff="45" yoff="64" />
<img name="restore_d" xoff="89" yoff="64" />
<img name="restore_d2" xoff="67" yoff="64" />
<img name="min" xoff="1" yoff="85" />
<img name="min_h" xoff="23" yoff="85" />
<img name="min_p" xoff="45" yoff="85" />
<img name="min_d" xoff="89" yoff="85" />
<img name="min_d2" xoff="67" yoff="85" />
</imgfile>
<imgfile src="tool_capbuttons" transcolor="ff00ff" width="17" height="15">
<img name="close_t" />
<img name="close_th" xoff="18" />
<img name="close_tp" xoff="36" />
<img name="close_td" xoff="54" />
<img name="close_td2" xoff="72" />
</imgfile>
<imgfile src="sys_menu" border="0" transcolor="ff00ff" width="16" height="15">
<img name="close_m" />
<img name="max_m" xoff="17" />
<img name="min_m" xoff="34" />
<img name="restore_m" xoff="51" />
</imgfile>
<imgfile src="statusgrabber" transcolor="ff00ff" width="20" height="20">
<img name="grabber" />
<img name="scroll_grabber" xoff="4" width="16" yoff="4" height="16" />
</imgfile>
<imgfile src="statusbar" width="160" height="12" left="150" right="2">
<img name="status" />
</imgfile>
<imgfile src="combo" border="2" width="16" height="21">
<img name="combo" />
<img name="combo_h" xoff="17" />
<img name="combo_p" xoff="34" />
<img name="combo_d" xoff="51" />
</imgfile>
<imgfile src="combo_arrow" border="0" transcolor="ff00ff" width="9" height="5">
<img name="combo_arrow_down" />
<img name="combo_arrow_down_h" xoff="10" />
<img name="combo_arrow_down_p" xoff="20" />
<img name="combo_arrow_down_d" xoff="30" />
</imgfile>
<imgfile src="scroll_buttons" width="17" height="17">
<img name="scroll_l" yoff="34" />
<img name="scroll_ld" xoff="17" yoff="34" />
<img name="scroll_lh" xoff="34" yoff="34" />
<img name="scroll_lp" xoff="68" yoff="34" />
<img name="scroll_r" yoff="51" />
<img name="scroll_rd" xoff="17" yoff="51" />
<img name="scroll_rh" xoff="34" yoff="51" />
<img name="scroll_rp" xoff="68" yoff="51" />
<img name="scroll_u" />
<img name="scroll_ud" xoff="17" />
<img name="scroll_uh" xoff="34" />
<img name="scroll_up" xoff="68" />
<img name="scroll_d" yoff="17" />
<img name="scroll_dd" xoff="17" yoff="17" />
<img name="scroll_dh" xoff="34" yoff="17" />
<img name="scroll_dp" xoff="68" yoff="17" />
</imgfile>
<imgfile src="scroll_hhandle" border="2" width="25" height="16">
<img name="scroll_thumb_h" />
<img name="scroll_thumb_hp" yoff="64" />
<img name="scroll_thumb_hh" yoff="32" />
</imgfile>
<imgfile src="scroll_vhandle" border="2" width="16" height="25">
<img name="scroll_thumb_v" />
<img name="scroll_thumb_vp" xoff="64" />
<img name="scroll_thumb_vh" xoff="32" />
</imgfile>
<imgfile src="scroll_hbg">
<img name="scrollbar_h" border="0" width="17" height="16" />
</imgfile>
<imgfile src="scroll_vbg">
<img name="scrollbar_v" border="0" width="16" height="17" />
</imgfile>
<imgfile src="scroll_gripv" border="1" width="16" height="15">
<img name="scroll_grip_v" />
<img name="scroll_grip_vd" xoff="16" />
<img name="scroll_grip_vh" xoff="32" />
<img name="scroll_grip_vp" xoff="64" />
</imgfile>
<imgfile src="scroll_griph" border="1" width="15" height="16">
<img name="scroll_grip_h" />
<img name="scroll_grip_hd" yoff="16" />
<img name="scroll_grip_hh" yoff="32" />
<img name="scroll_grip_hp" yoff="64" />
</imgfile>
<imgfile src="up_down" border="2" width="17" height="11">
<img name="updown_up" />
<img name="updown_up_h" xoff="18" />
<img name="updown_up_p" xoff="36" />
<img name="updown_up_d" xoff="54" />
<img name="updown_down" yoff="12" />
<img name="updown_down_h" xoff="18" yoff="12" />
<img name="updown_down_p" xoff="36" yoff="12" />
<img name="updown_down_d" xoff="54" yoff="12" />
<img name="updown_separator" yoff="11" height="1" />
</imgfile>
<imgfile src="up_down_h" border="2" width="11" height="17">
<img name="updown_right" />
<img name="updown_right_h" yoff="18" />
<img name="updown_right_p" yoff="36" />
<img name="updown_right_d" yoff="54" />
<img name="updown_left" xoff="12" />
<img name="updown_left_h" yoff="18" xoff="12" />
<img name="updown_left_p" yoff="36" xoff="12" />
<img name="updown_left_d" yoff="54" xoff="12" />
<img name="updown_separator_h" xoff="11" width="1" />
</imgfile>
<imgfile src="up_down_arrow" border="0" width="8" height="4" transcolor="ff00ff">
<img name="updown_arrow_up" />
<img name="updown_arrow_up_h" xoff="8" />
<img name="updown_arrow_up_p" xoff="16" />
<img name="updown_arrow_up_d" xoff="24" />
<img name="updown_arrow_down" yoff="4" />
<img name="updown_arrow_down_h" xoff="8" yoff="4" />
<img name="updown_arrow_down_p" xoff="16" yoff="4" />
<img name="updown_arrow_down_d" xoff="24" yoff="4" />
</imgfile>
<imgfile src="up_down_h_arrow" border="0" width="4" height="8" transcolor="ff00ff">
<img name="updown_arrow_left" />
<img name="updown_arrow_left_h" yoff="8" />
<img name="updown_arrow_left_p" yoff="16" />
<img name="updown_arrow_left_d" yoff="24" />
<img name="updown_arrow_right" xoff="4" />
<img name="updown_arrow_right_h" yoff="8" xoff="4" />
<img name="updown_arrow_right_p" yoff="16" xoff="4" />
<img name="updown_arrow_right_d" yoff="24" xoff="4" />
</imgfile>
<imgfile src="pushbuttons" border="5" width="20" height="22">
<img name="button" />
<img name="button_d" xoff="20" />
<img name="button_h" xoff="40" />
<img name="button_p" xoff="60" />
<img name="button_ph" xoff="80" />
<img name="button_def" xoff="100" />
</imgfile>
<imgfile src="checkbox" width="13" height="13">
<img name="checkbox" />
<img name="checkbox_c" xoff="14" />
<img name="checkbox_3" xoff="28" />
<img name="checkbox_h" xoff="42" />
<img name="checkbox_hc" xoff="56" />
<img name="checkbox_h3" xoff="70" />
<img name="checkbox_p" xoff="84" />
<img name="checkbox_pc" xoff="98" />
<img name="checkbox_p3" xoff="112" />
<img name="checkbox_d" xoff="126" />
<img name="checkbox_dc" xoff="140" />
</imgfile>
<imgfile src="radio" width="12" height="12">
<img name="radio" />
<img name="radio_c" xoff="13" />
<img name="radio_h" xoff="26" />
<img name="radio_hc" xoff="39" />
<img name="radio_p" xoff="52" />
<img name="radio_pc" xoff="65" />
<img name="radio_d" xoff="78" />
<img name="radio_dc" xoff="91" />
</imgfile>
<imgfile src="menubar" width="135" height="20" left="40" right="87">
<img name="menubar" />
<img name="menubar_d" />
<img name="menubar_separator" left="40" right="87" yoff="20" />
<img name="menubar_separator_d" left="40" right="87" yoff="20" />
</imgfile>
<imgfile src="menusearchbar" width="135" height="20" left="40" right="87">
<img name="menusearchbar" />
</imgfile>
*** NOTE: file not included in graphics pack, taken from v8 skin ***
<imgfile src="menubar_states" width="20" height="20" left="1" right="1">
<img name="menubar_state_h" />
<img name="menubar_state_p" xoff="20" />
</imgfile>
<imgfile src="menu_bg">
<img name="menu_back" border="0" xoff="2" yoff="2" width="121" height="82" />
<img name="menu_border" tileedge="t" width="125" height="86" />
</imgfile>
<imgfile src="menuitem" border="0" width="90" height="20">
<img name="menuitem_h" />
<img name="menu_separator" yoff="21" height="2" />
</imgfile>
<imgfile src="menu_scroll" border="0" width="9" height="5" transcolor="ff00ff">
<img name="menu_scroll_u" />
<img name="menu_scroll_uh" xoff="9" />
<img name="menu_scroll_ud" xoff="18" />
<img name="menu_scroll_d" yoff="6" />
<img name="menu_scroll_dh" xoff="9" yoff="6" />
<img name="menu_scroll_dd" xoff="18" yoff="6" />
</imgfile>
<imgfile src="trackbar_v" width="4" height="24">
<img name="trackbar_back_v" />
</imgfile>
<imgfile src="trackbar_h" width="24" height="4">
<img name="trackbar_back_h" />
</imgfile>
<imgfile src="trackbar_thumb_vert" width="19" height="11">
<img name="trackbar_thumb_v" />
<img name="trackbar_thumb_vh" xoff="20" />
<img name="trackbar_thumb_vd" xoff="40" />
<img name="trackbar_thumb_vf" xoff="60" />
</imgfile>
<imgfile src="trackbar_thumb_left" transcolor="ff00ff" width="21" height="11">
<img name="trackbar_thumb_l" />
<img name="trackbar_thumb_lh" xoff="22" />
<img name="trackbar_thumb_ld" xoff="44" />
<img name="trackbar_thumb_lf" xoff="66" />
</imgfile>
<imgfile src="trackbar_thumb_right" transcolor="ff00ff" width="21" height="11">
<img name="trackbar_thumb_r" />
<img name="trackbar_thumb_rh" xoff="22" />
<img name="trackbar_thumb_rd" xoff="44" />
<img name="trackbar_thumb_rf" xoff="66" />
</imgfile>
<imgfile src="trackbar_thumb_horz" width="11" height="19">
<img name="trackbar_thumb_h" />
<img name="trackbar_thumb_hh" xoff="12" />
<img name="trackbar_thumb_hd" xoff="24" />
<img name="trackbar_thumb_hf" xoff="36" />
</imgfile>
<imgfile src="trackbar_thumb_up" transcolor="ff00ff" width="11" height="21">
<img name="trackbar_thumb_u" />
<img name="trackbar_thumb_uh" xoff="12" />
<img name="trackbar_thumb_ud" xoff="24" />
<img name="trackbar_thumb_uf" xoff="36" />
</imgfile>
<imgfile src="trackbar_thumb_down" transcolor="ff00ff" width="11" height="21">
<img name="trackbar_thumb_d" />
<img name="trackbar_thumb_dh" xoff="12" />
<img name="trackbar_thumb_dd" xoff="24" />
<img name="trackbar_thumb_df" xoff="36" />
</imgfile>
<imgfile src="tab_border" border="4" width="58" height="49">
<img name="tab_border" />
</imgfile>
<imgfile src="tabs_standard" border="5" width="40" height="27">
<img name="tab_button_p" />
<img name="tab_button_ph" xoff="41" />
<img name="tab_button" yoff="27" height="26" />
<img name="tab_button_h" xoff="41" yoff="27" height="26" />
</imgfile>
<imgfile src="progressbar" width="48" height="16">
<img name="progressbar_frame" left="8" right="8" />
<img name="progressbar" xoff="48" left="2" right="2" transcolor="ff00ff" />
</imgfile>
<imgfile src="toolbarbuttons" border="4" width="44" height="45" transcolor="ff00ff">
<img name="toolbar_button" />
<img name="toolbar_button_d" />
<img name="toolbar_button_h" xoff="45" />
<img name="toolbar_button_ph" xoff="90" />
<img name="toolbar_button_p" xoff="135" />
</imgfile>
<imgfile src="tbar_sep" border="0" width="1" height="20" transcolor="ff00ff">
<img name="toolbar_separator" />
</imgfile>
<imgfile src="columnheads" border="2" width="30" height="16">
<img name="header_n" />
<img name="header_h" xoff="31" />
<img name="header_ph" xoff="62" />
<img name="header_p" xoff="31" />
<img name="header_d" xoff="" />
</imgfile>
<imgfile src="groupboxedge" border="2" tileedge="t" width="33" height="39">
<img name="groupbox_border" />
<img name="groupbox_plain" xoff="33" />
</imgfile>
<imgfile src="tabs" height="30" width="41">

<img name="tab_first_on" xoff="0" width="50" left="16" right="11" />
<img name="tab_first_partial" xoff="51" width="50" left="15" right="10" />
<img name="tab_first_off" xoff="102" width="50" left="15" right="10" />
<img name="tab_mid_on" xoff="153" left="7" right="11" />
<img name="tab_mid_partial" xoff="195" left="5" right="11" />
<img name="tab_mid_off" xoff="237" left="5" right="11" />
<img name="tab_last_on" xoff="279" left="6" right="11" />
<img name="tab_last_off" xoff="321" left="5" right="11" />
<img name="tab_fill" xoff="363" width="8" />
<img name="tab_single_on" xoff="373" width="50" left="16" right="11" />
<img name="tab_single_off" xoff="424" width="50" left="16" right="11" />
</imgfile>
<imgfile src="search_bang" width="32" height="20" border="0" transcolor="ff00ff">
<img name="ym_search_button" yoff="0" />
<img name="ym_search_button_h" yoff="20" />
</imgfile>
<imgfile src="button_chevron_down" width="14" height="16" transcolor="ff00ff">
<img name="button_chevron_down" xoff="1" />
<img name="button_chevron_down_h" xoff="18" />
<img name="button_chevron_down_p" xoff="35" />
<img name="button_chevron_down_d" xoff="52" />
</imgfile>
<imgfile src="button_chevron_up" width="14" height="16" transcolor="ff00ff">
<img name="button_chevron_up" xoff="1" />
<img name="button_chevron_up_h" xoff="18" />
<img name="button_chevron_up_p" xoff="35" />
<img name="button_chevron_up_d" xoff="52" />
</imgfile>
<imgfile src="grabbie" transcolor="ff00ff">
<img name="grabbie" width="36" height="8" />
</imgfile>
*** v8 grabbie (.png file) ***
v8 grabbie
<imgfile src="grabbie.png">
<img name="grabbie" border="0" width="66" height="4"/>
</imgfile>
<imgfile src="games_close" width="21" height="21" transcolor="ff00ff">
<img name="ym_games_close" />
</imgfile>
<imgfile src="pushbuttons" width="10" height="12" yoff="5">
<img name="ym_back" xoff="5" />
<img name="ym_back_d" xoff="25" />
<img name="ym_back_h" xoff="45" />
<img name="ym_back_p" xoff="65" />
<img name="ym_back_ph" xoff="85" />
</imgfile>
<imgfile src="photoshare_slider_tray" height="16">
<img name="photoshare_slider_tray" />
</imgfile>
***NOTE: rename included photo_sliderbg.bmp to photoshare_slider_tray.bmp ***
<imgfile src="photoshare_slider" height="14">
<img name="photoshare_slider_box" xoff="0" width="28" />
<img name="photoshare_slider_grip" xoff="28" width="24" />
<img name="photoshare_slider_box_h" xoff="0" yoff="14" width="28" />
<img name="photoshare_slider_grip_h" xoff="28" yoff="14" width="24" />
</imgfile>
***NOTE: rename included photo_slider.bmp to photoshare_slider.bmp ***
<imgfile src="voice_callbtn.bmp" border="5" width="32" height="32" transcolor="ff00ff">

<img name="normal_callbtn" />
<img name="hover_callbtn" xoff="32" />
<img name="enabled_callbtn" xoff="64" />
<img name="muted_callbtn" xoff="96" />
<img name="disabled_callbtn" xoff="128" />
<img name="background_callbtn" xoff="160" />
</imgfile>
<imgfile src="voice_tbar.bmp" border="5" width="64" height="44">
<img name="voice_toolbar" />
<img name="voice_toolbar_middle" xoff="16" width="32" />
<img name="voice_toolbar_left_cap" width="16" />
<img name="voice_toolbar_right_cap" xoff="48" width="16" />
<img name="voice_toolbar_left_cap_call_button" xoff="2" yoff="6" width="32" height="32" />
</imgfile>
<imgfile src="voice_tbar_incoming.bmp" border="5" width="64" height="44">
<img name="voice_toolbar_incoming" />
<img name="voice_toolbar_middle_incoming" xoff="16" width="32" />
<img name="voice_toolbar_left_cap_incoming" width="16" />
<img name="voice_toolbar_right_cap_incoming" xoff="48" width="16" />
<img name="voice_toolbar_left_cap_call_button_incoming" xoff="2" yoff="6" width="32" height="32" />
</imgfile>
<imgfile src="voice_ctrls.bmp" border="5" width="24" height="16" transcolor="ff00ff">
<img name="no_mic_audio" yoff="1" />
<img name="mic_audio" yoff="17" />
<img name="mute_mic_audio" yoff="33" />
<img name="mic_audio_lowest" yoff="49" />
<img name="mic_audio_lower" yoff="65" />
<img name="mic_audio_low" yoff="81" />
<img name="no_speaker_audio" xoff="24" yoff="1" />
<img name="speaker_audio" xoff="24" yoff="17" />
<img name="mute_speaker_audio" xoff="24" yoff="33" />
<img name="speaker_audio_lowest" xoff="24" yoff="49" />
<img name="speaker_audio_lower" xoff="24" yoff="65" />
<img name="speaker_audio_low" xoff="24" yoff="81" />
</imgfile>
<imgfile src="voice_ringer.bmp" border="5" width="24" height="16" transcolor="ff00ff">
<img name="voice_ringer_normal_ringing" yoff="1" />
<img name="voice_ringer_normal_ringing_hover" yoff="17" />
<img name="voice_ringer_normal_no_ringing" xoff="24" yoff="1" />
<img name="voice_ringer_normal_no_ringing_hover" xoff="24" yoff="17" />
</imgfile>
<imgfile src="voice_lights.bmp" border="5" width="12" height="16" transcolor="ff00ff">
<img name="voice_lights_No_Audio" />
<img name="voice_lights_Audio" xoff="12" />
<img name="voice_lights_Mute" xoff="24" />
</imgfile>
***NOTE: not included in graphics pack, taken from v8 default***
<imgfile src="icons_tbar_normal" transcolor="ff00ff" width="32" height="24">
** incorrect toolbar supplied in graphics pack**

**correct toolbar taken from v8.1 Indigo (default) graphics pack**

<img name="mt0" xoff="4" />
<img name="mt1" xoff="44" />
<img name="mt2" xoff="84" />
<img name="mt3" xoff="124" />
<img name="mt4" xoff="164" />
<img name="mt5" xoff="204" />
<img name="mt6" xoff="244" />
<img name="mt7" xoff="284" />
<img name="mt8" xoff="324" />
<img name="mt9" xoff="364" />
<img name="mt10" xoff="404" />
<img name="mt11" xoff="444" />
<img name="mt12" xoff="484" />
<img name="mt13" xoff="524" />
<img name="mt14" xoff="564" />
<img name="mt15" xoff="604" />
<img name="mt16" xoff="644" />
</imgfile>
<imgfile src="icons_tbar_hot" transcolor="ff00ff" width="32" height="24">
** incorrect toolbar supplied in graphics pack**

**correct toolbar taken from v8.1 Indigo (default) graphics pack**

<img name="mth0" xoff="4" />
<img name="mth1" xoff="44" />
<img name="mth2" xoff="84" />
<img name="mth3" xoff="124" />
<img name="mth4" xoff="164" />
<img name="mth5" xoff="204" />
<img name="mth6" xoff="244" />
<img name="mth7" xoff="284" />
<img name="mth8" xoff="324" />
<img name="mth9" xoff="364" />
<img name="mth10" xoff="404" />
<img name="mth11" xoff="444" />
<img name="mth12" xoff="484" />
<img name="mth13" xoff="524" />
<img name="mth14" xoff="564" />
<img name="mth15" xoff="604" />
<img name="mth16" xoff="644" />
</imgfile>
<imgfile src="icons_tbar_disabled" transcolor="ff00ff" width="32" height="24">
** incorrect toolbar supplied in graphics pack**

**correct toolbar taken from v8.1 Indigo (default) graphics pack**

<img name="mtd0" xoff="4" />
<img name="mtd1" xoff="44" />
<img name="mtd2" xoff="84" />
<img name="mtd3" xoff="124" />
<img name="mtd4" xoff="164" />
<img name="mtd5" xoff="204" />
<img name="mtd6" xoff="244" />
<img name="mtd7" xoff="284" />
<img name="mtd8" xoff="324" />
<img name="mtd9" xoff="364" />
<img name="mtd10" xoff="404" />
<img name="mtd11" xoff="444" />
<img name="mtd12" xoff="484" />
<img name="mtd13" xoff="524" />
<img name="mtd14" xoff="564" />
<img name="mtd15" xoff="604" />
<img name="mtd16" xoff="644" />
</imgfile>


*** All the below needs to be added to graphics folder and .xml file to make Yahoo's Pink Skin compatible with Yahoo! Messenger v8 ***

dialbtn_pad.bmp
<imgfile src="dialbtn_pad.bmp" border="5" width="96" height="24" transcolor="ff00ff">
<img name="voice_dialbtn_pad_normal" width="24"/>
<img name="voice_dialbtn_pad_hover" xoff="24" width="24"/>
<img name="voice_dialbtn_pad_press" xoff="48" width="24"/>
<img name="voice_dialbtn_pad_disable" xoff="72" width="24"/>
</imgfile>

donotdisturb.bmp
<imgfile src="donotdisturb" width="16" height="16" transcolor="ff00ff">
<img name="donotdisturb"/>
</imgfile>

headerbg.png
<imgfile src="headerbg.png" border="0" width="5" height="31" >
<img name="slot-border_nw" xoff="0"/>
<img name="slot-border_n" xoff="5"/>
<img name="slot-border_ne" xoff="10"/>
</imgfile>
<imgfile src="headerbg.png" border="0" width="5" height="24" >
<img name="slot-border-btn-bkgnd" xoff="5" yoff="4"/>
</imgfile>

itabs.bmp

<imgfile src="itabs" height="30" width="41">
<img name="itab_first_on" xoff="0" width="50" left="16" right="11"/>
<img name="itab_first_partial" xoff="51" width="50" left="15" right="10"/>
<img name="itab_first_off" xoff="102" width="50" left="15" right="10"/>
<img name="itab_mid_on" xoff="153" left="7" right="11"/>
<img name="itab_mid_partial" xoff="195" left="5" right="11"/>
<img name="itab_mid_off" xoff="237" left="5" right="11"/>
<img name="itab_last_on" xoff="279" left="6" right="11"/>
<img name="itab_last_off" xoff="321" left="5" right="11"/>
<img name="itab_fill" xoff="363" width="8"/>
<img name="itab_single_on" xoff="373" width="50" left="16" right="11"/>
<img name="itab_single_off" xoff="424" width="50" left="16" right="11"/>
</imgfile>

pab_abook_off.bmp
<imgfile src="pab_abook_off.bmp" border="5" width="128" height="27" transcolor="ff00ff">
<img name="clickie_addressbook_normal" width="32" />
<img name="clickie_addressbook_hover" width="32" xoff="32"/>
<img name="clickie_addressbook_pressed" width="32" xoff="64"/>
<img name="clickie_addressbook_disabled" width="32" xoff="96"/>
</imgfile>

pab_abook_on.bmp
<imgfile src="pab_abook_on.bmp" border="5" width="128" height="27" transcolor="ff00ff">
<img name="clickie_addressbook_selected_normal" width="32"/>
<img name="clickie_addressbook_selected_hover" width="32" xoff="32"/>
<img name="clickie_addressbook_selected_pressed" width="32" xoff="64"/>
<img name="clickie_addressbook_selected_disabled" width="32" xoff="96"/>
</imgfile>

pab_add1.bmp
<imgfile src="pab_add1.bmp" border="5" width="172" height="27" transcolor="ff00ff">
<img name="clickie_addcontact_normal" width="43"/>
<img name="clickie_addcontact_hover" width="43" xoff="43"/>
<img name="clickie_addcontact_pressed" width="43" xoff="86"/>
<img name="clickie_addcontact_disabled" width="43" xoff="129"/>
</imgfile>

pab_mlist1_off.bmp
<imgfile src="pab_mlist1_off.bmp" border="5" width="136" height="27" transcolor="ff00ff">
<img name="clickie_friendlist_normal" width="34" />
<img name="clickie_friendlist_hover" width="34" xoff="34"/>
<img name="clickie_friendlist_pressed" width="34" xoff="68"/>
<img name="clickie_friendlist_disabled" width="34" xoff="102"/>
</imgfile>

pab_mlist1_on.bmp
<imgfile src="pab_mlist1_on.bmp" border="5" width="136" height="27" transcolor="ff00ff">
<img name="clickie_friendlist_selected_normal" width="34" />
<img name="clickie_friendlist_selected_hover" width="34" xoff="34"/>
<img name="clickie_friendlist_selected_pressed" width="34" xoff="68"/>
<img name="clickie_friendlist_selected_disabled" width="34" xoff="102"/>
</imgfile>

silver_bg.bmp
<imgfile src="silver_bg" border="5" width="20" height="22">
<img name="silver_bg"/>
</imgfile>

slot_empty_bg.png
<imgfile src="slot_empty_bg.png" border="0" width="7" height="7">
<img name="slot-empty-bg" xoff="0"/>
</imgfile>

slotborder.png
<imgfile src="slotborder.png" border="0" width="5" height="6" transcolor="ff00ff">
<img name="slot-border_sw" xoff="0"/>
<img name="slot-border_s" xoff="5"/>
<img name="slot-border_se" xoff="10"/>
</imgfile>

slotborder_we.png
<imgfile src="slotborder_we.png" border="0" width="5" height="1" transcolor="ff00ff">
<img name="slot-border_w" xoff="0"/>
<img name="slot-border_e" xoff="5"/>
</imgfile>

subhdrbg.png
<imgfile src="subhdrbg.png" border="0" width="20" height="20">
<img name="slot-caption_w" xoff="0"/>
<img name="slot-caption_mid" xoff="20"/>
<img name="slot-caption_e" xoff="40"/>
<img name="slot-caption-detach" xoff="20"/>
<img name="slot-caption-close" xoff="40"/>
</imgfile>

subhdrbg_hover.png
<imgfile src="subhdrbg_hover.png" border="0" width="20" height="20">
<img name="slot-caption_hover_w" xoff="0"/>
<img name="slot-caption_hover_mid" xoff="20"/>
<img name="slot-caption_hover_e" xoff="40"/>
<img name="slot-caption-detach_hover" xoff="20"/>
<img name="slot-caption-close_hover" xoff="40"/>
</imgfile>

subhdrbg_cls.png
<imgfile src="subhdrbg_hover.png" border="0" width="20" height="20">
<img name="slot-caption_hover_w" xoff="0"/>
<img name="slot-caption_hover_mid" xoff="20"/>
<img name="slot-caption_hover_e" xoff="40"/>
<img name="slot-caption-detach_hover" xoff="20"/>
<img name="slot-caption-close_hover" xoff="40"/>
</imgfile>

subhdrbg_cls_hover.png
<imgfile src="subhdrbg_cls_hover.png" border="0" width="20" height="20">
<img name="slot-caption_min_hover_w" xoff="0"/>
<img name="slot-caption_min_hover_mid" xoff="20"/>
<img name="slot-caption_min_hover_e" xoff="40"/>
<img name="slot-caption-detach_min_hover" xoff="20"/>
<img name="slot-caption-close_min_hover" xoff="40"/>
</imgfile>

title.png
<imgfile src="title.png" border="0" width="7" height="21" transcolor="ff00ff">
<img name="title_w" xoff="0"/>
<img name="title_mid" xoff="7"/>
<img name="title_e" xoff="14"/>
</imgfile>

title_down.png
<imgfile src="title_down.png" border="0" width="7" height="21" transcolor="ff00ff">
<img name="title_down_w" xoff="0"/>
<img name="title_down_mid" xoff="7"/>
<img name="title_down_e" xoff="14"/>
</imgfile>

title_hover.png
<imgfile src="title_hover.png" border="0" width="7" height="21" transcolor="ff00ff">
<img name="title_hover_w" xoff="0"/>
<img name="title_hover_mid" xoff="7"/>
<img name="title_hover_e" xoff="14"/>
</imgfile>

title_up.png
<imgfile src="title_up.png" border="0" width="7" height="21" transcolor="ff00ff">
<img name="title_up_w" xoff="0"/>
<img name="title_up_mid" xoff="7"/>
<img name="title_up_e" xoff="14"/>
</imgfile>

triangletray.bmp
<imgfile src="triangletray.bmp" border="5" width="88" height="44" transcolor="ff00ff">
<img name="voice_triangletray_normal" width="22"/>
<img name="voice_triangletray_hover" xoff="22" width="22"/>
<img name="voice_triangletray_press" xoff="44" width="22"/>
<img name="voice_triangletray_disabled" xoff="66" width="22"/>
</imgfile>

typedown.bmp
<imgfile src="typedown.bmp" border="6" width="60" height="30" transcolor="ff00ff">
<img name="typedown_normal_left" width="6"/>
<img name="typedown_normal_middle" xoff="6" width="48"/>
<img name="typedown_normal_right" xoff="54" width="6"/>
<img name="typedown_hover_left" yoff="30" width="6"/>
<img name="typedown_hover_middle" yoff="30" xoff="6" width="48"/>
<img name="typedown_hover_right" yoff="30" xoff="54" width="6"/>
<img name="typedown_focused_left" yoff="60" width="6"/>
<img name="typedown_focused_middle" yoff="60" xoff="6" width="48"/>
<img name="typedown_focused_right" yoff="60" xoff="54" width="6"/>
</imgfile>

voice_tbar_hold.bmp
<imgfile src="voice_tbar_hold.bmp" border="5" width="64" height="44">
<img name="voice_toolbar_hold" />
<img name="voice_toolbar_middle_hold" xoff="16" width="32"/>
<img name="voice_toolbar_left_cap_hold" width="16" />
<img name="voice_toolbar_right_cap_hold" xoff="42" width="22" />
<img name="voice_toolbar_left_cap_call_button_hold" xoff="2" yoff="6" width="32" height="32" />
</imgfile>

voice_dialpad_0.png through to voice_dialpad_11.png
<imgfile src="voice_dialpad_0.png" border="0" width="44" height="32" transcolor="ff00ff">
<img name="normal_voice_dialpad_0"/>
<img name="hover_voice_dialpad_0" xoff="44"/>
<img name="press_voice_dialpad_0" xoff="88"/>
<img name="disabled_voice_dialpad_0" xoff="132"/>
</imgfile>

remove:
<imgfile src="grabbie" transcolor="ff00ff">
<img name="grabbie" width="36" height="8" />
</imgfile>
replace with:
<imgfile src="grabbie.png">
<img name="grabbie" border="0" width="66" height="4"/>
</imgfile>

MORE ARTICLES FROM THIS SERIES:
- Yahoo! Messenger Skins
- Installing Yahoo! Messenger Skins
- Making Yahoo! Messenger Skins
- Skin Making Hints, Tips and Tricks
- Skin Problems & Issues with Yahoo! Messenger
- Yahoo! Messenger Skin History
- Yahoo! Messenger Skin Reference Table
- Yahoo! Messenger v8 .xml file
- Yahoo! Messenger Pink .xml file
- Our Yahoo! Messenger Skins (Downloads) <--Next

Last Updated ( Tuesday, 29 May 2007 )
 

want to comment? something to say? check out our forum

Most Downloaded

FileClear/Edit YahooMessenger Status History Downloads:51947
Some users have been looking for a way to clear out their Yahoo Messenger custom status history... So Andy...
Filebee's Yahoo! Messenger Skin Cupid Downloads:36518
I created this skin as part of our Yahoo! Messenger Skins series, you can read, in part, how this skin was...
FileYahooV8Multi.reg Downloads:30206
Yahoo Messenger version 8 supports running multiple versions with a simple registry change that we have av...
FileYahoo! Messenger v800683 Sound Files Downloads:21539
Don't like the sounds & alerts in v8 of Yahoo! Messenger? We have an easy solution for you, download the r...
FileYEmotePLUS (for Yahoo! Messenger v8 ONLY) Downloads:19522
YEmotePLUS gives you access to ALL the secret and hidden Emoticons / Smileys quickly nd easily, Multiple l...

Latest Downloads

FileFlickr Desktop SlideShow
WackyB's Flickr Desktop SlideShow is a new way to view your own and your friends latest flicker photos. Unlike a screen sa...
FileYahoo Messenger Twitter Sync
I've written articles about Twitter over at bee.geek, what am I doing? covered my introduction to Twitter, when I wrote...
FileSkin & Utilities Ultimate Pack!
NOTE: Clicking on the Download button will redirect you to the Skin and utilities pack purchase page, you will receive the...
FileYahoo! Messenger Skin bee's Knitting
The based skin Lilac, was made with YIM Skin Maker PLUS++, after that I edited a couple of the graphics that were generate...
Filebee's Shark
 The based skin Pool, was made with YIM Skin Maker PLUS++, after that I edited the 4 of the graphics generated by add...
in association with...
WackyB.com ~ the social side Instant Messenger .info for your Mac bee's non blogging blog the fun way to capture and broadcast Instant Messenger webcams