Editing MySpace texts
MySpace Website Tutorials | Submited Nov 16, 2007
Written by: 
A brief/basic tutorial on changing the fonts on a myspace profile, with a screenshot/graph/thingie.
First things first
[Screenshot]
This isn't a CSS tutorial, just a basic 'what's what' kind of thing. I'll go over it from top%u21D1 to bottom⇓.
All codes go inside the
[style tags].
.nametext
.nametext is your name, right above your default pic,
.nameText{
color:FFFFFF;
font-size:20px;
text-decoration:none;
font-weight:normal
}
.blacktext12
That's what has your extended network, or status. Whatever.
.blackText12{
color:FFFFFF;
font-size:20px;
text-decoration:none;
font-weight:normal
}
.whiteText12
.whitetext12 controls the titles of the left columns, school, details, interests, contact table, you know.
.whiteText12{
color:FFFFFF;
font-size:20px;
text-decoration:none;
font-weight:normal
}
.orangeText15
.orangetext15 is the blurbs titles, friend space title, and comments title, I think there's another one but I can't remember;
.orangeText15{
color:FFFFFF;
font-size:20px;
text-decoration:none;
font-weight:normal
}
.lightBlueText8
general, music, movies, books, heroes, and the left side of the details.
.lightBlueText8{
color:FFFFFF;
font-size:20px;
text-decoration:none;
font-weight:normal
}
.bText
You know the part inside the friend list that says Brandon has 37182 friends? yeah.
.bText{
color:FFFFFF;
font-size:20px;
text-decoration:none;
font-weight:normal
}
.redBtext
The red number in the middle of 'Brandon has _ friends;
.redbText{
color:FFFFFF;
font-size:20px;
text-decoration:none;
font-weight:normal
}
.redLink
[not on the screenshot]
.redLink is the links at the bottom of the friend list. You remember, the one that myspace didn't close off a few months ago and messed up everyone's profile for like 12 hours?
.redLink{
color:FFFFFF;
font-size:20px;
text-decoration:none;
font-weight:normal
}
.text
.text is the text INSIDE the about me/who I'd like to meet sections, and the info inside the part with your default picture, and the titles of your 5 newest blogs.
.text{
color:FFFFFF;
font-size:9px;
text-decoration:none;
font-weight:normal
}
[end]
I wonder how many I forgot. =/