Hi Girls. Since I am still working on the tutorial for PimPing out profiles, I thought I would AT LEAST show you all my CSS code that effect
my profile here. You can kinda see what does what from my code. What I did was do a
search for "myspace backgrounds" in google
Remember, to EDIT your CSS portion of your profile,
click here and scroll down.
Code:
/*
=================================================================
Tony's Template Profile Skin
=================================================================
coded by: Tony(admin)
date: November 10, 2006
=================================================================
Read-Me
=================================================================
Be sure to use HEX codes, i.e. the hex code for black is #000000
=================================================================
*/
body
{color: #FFFFFF; font: 10pt verdana; cursor:crosshair}
/*///// Table Headers /////*/
.tfoot A:link { color: white; text-decoration: underline }
.tfoot A:active { color: white; text-decoration: underline }
.tfoot A:visited { color: white; text-decoration: underline }
.tfoot A:hover { color: white; text-decoration: underline ; color: #FF4400; background-color: white }
.tfoot { background-image: url(http://www.athlens.com/myspace-backgrounds/camo/thumb_miscellaneous_483.jpg) }
.tfoot {font-family: verdana; color: white; Font-weight : normal; font-size : 12pt;}
/*///// Table Fillers-1 /////*/
.alt1, .alt1Active {background-image: url(http://img01.doobix.com/backgrounds/pictures/backgrounds_army-usa_03.jpg)}
.alt1, .alt1Active {font-family: verdana; color: #339933; Font-weight : normal; font-size : 12pt;}
/*///// Table Fillers-2 /////*/
.alt2, .alt2Active {background-image: url(http://img01.doobix.com/backgrounds/pictures/backgrounds_army-usa_05.jpg)}
.alt2, .alt2Active {font-family: verdana; color: #339933; Font-weight : normal; font-size : 12pt;}
/*///// Most of the Smaller Font /////*/
.smallfont {font-family: verdana; color: #339933; Font-weight : normal; font-size : 10pt;}
/*///// Top Large Name /////*/
.bigusername {font-family: verdana; color: white; Font-weight : normal; font-size : 25pt;}
/*///// Borders around everywhere /////*/
.tborder {border: 10px solid #333300;}