#content
{ background: #XXXXXX }
This section determines the background color of your profile. This is the space
between the section boxes. Replace the XXXXXX with the color code you want.
Don't know color codes? Click on this link for an easy listing:
Hex Hub--------------------------------------------------------------------------------
#profile, #details, #wishlist, #about, #friends, #journal, #multimedia, #comments, #signature
{ border-color: #XXXXXX; border: thin #XXXXXX;}
This section changes the border color of each section in your profile. Replace the XXXXXX with the color code you want. (use the same code)
--------------------------------------------------------------------------------
#profile, #details, #wishlist, #about, #friends, #journal, #multimedia, #comments, #signature
{ background: #XXXXXX; }
This section changes the background color of the sections in your profile. Replace the XXXXXX with the color code you want.
--------------------------------------------------------------------------------
#extendedProfileBody #header h1
{ background: url(http://BLAHBLAH) }
This section replaces the main header of your profile. Replace the BLAHBLAH with the url of your header picture.
The dimensions for the header is 760 x 150 pixels. Or you can use the template provided in the next post.
--------------------------------------------------------------------------------
#wishlist .questing
{
background: url(http://BLAHBLAH) top right no-repeat;
}
#wishlist .donated
{
background: url(http://BLAHBLAH) top right no-repeat;
}
#wishlist .bought
{
background: url(http://BLAHBLAH) top right no-repeat;
}
This section replaces your wishlist images for questing, donated, and bought items. Replace the BLAHBLAH with the url for each image.
--------------------------------------------------------------------------------
#comments dl dt.avatar img
{
background: url(http://BLAHBLAH) no-repeat;
}
#comments dl dt.avatar2 img
{
filter: fliph;
background: url(http://BLAHBLAH) no-repeat;
}
This section replaces the image you see behind the avis who comment on your profile. Replace the BLAHBLAH with the url of the image you want to use.
--------------------------------------------------------------------------------
#profile h2
{ background: url(http://BLAHBLAH) top left no-repeat; font-size:0px; }
#details h2
{ background: url(http://BLAHBLAH) top left no-repeat; font-size:0px; }
#wishlist h2
{ background: url(http://BLAHBLAH) top left no-repeat; font-size:0px; }
#about h2
{ background: url(http://BLAHBLAH) top left no-repeat; font-size:0px; }
#friends h2
{ background: url(http://BLAHBLAH) top left no-repeat; font-size:0px; }
#journal h2
{ background: url(http://BLAHBLAH) top left no-repeat; font-size:0px; }
#comments h2
{ background: url(http://BLAHBLAH) top left no-repeat; font-size:0px; }
#signature h2
{ background: url(http://BLAHBLAH) top left no-repeat; font-size:0px; }
#multimedia h2
{ background: url(http://BLAHBLAH) top left no-repeat; font-size:0px; }
This section replaces the header for the various sections in your profile. (note: #profile h2 is the header that your username should be on). Replace the BLAHBLAHs with the url for each header.
The short headers measure at 230 x 40 pixels.
The long headers measure at 500 x 40 pixels.
Or you can use the templates I provided in the next post.
3nodding