Very Basically this is how it works. Every font class that myspace uses is identified on this page. The color of each has been changed to show you which class effects which text. For example:
everything that is part of the class .blacktext10 will be this color.
notice that you can use either the name given to the color ( red , blue , green ) or the hex value of the color ( FF0000 , 0000FF , 00FF00 ).
td,p,a,body,table
color:red
hex:FF0000
blacktext10
color:dodgerblue
hex:1E90FF
blacktext12
color:silver
hex:C0C0C0
btext
color:white
hex:FFFFFF
lightbluetext8
color:deeppink
hex:FF1493
nametext
color:orange
hex:FFA500
orangetext15
color:yellow
hex:FFFF00
redbtext
color:green
hex:00ff00
redbtext12
color:violet
hex:EE82EE
redtext
color:saddlebrown
hex:8B4513
redtext8
color:darkslategray
hex:24F4F4
text
color:greenyellow
hex:ADFF2F
whitetext12
color:khaki
hex:F0E68C
redlink
color:teal
hex:008080
The following is used to change the color of the links. :link refers to the color that the link appears on the page. :hover refers to the color of the link when you place the cursor over the link.
A:Link
A:Hover
Link color:lightpink
Hover color:purple
Link hex:FFB6C1
Hover hex:800080
a.navbar:link
a.navbar:hover
link color:blue
hover color:hotpink
link hex:0000FF
hover hex:FF69B4
a.redlink:link
a.redlink:hover
link color:Turquoise
hover color:Indigo
link hex:40E0E0
hover hex:4B0082
a.searchlinksmall:link
a.searchlinksmall:hover
link color:lightblue
hover color:Goldenrod
link hex:ADD8E6
hover hex:DAA520
When completed, you should have something that looks like this to put into your About Me section. In Fact you can cut and paste the code below and just change the colors I used, to the colors you want!
<style type="text/css"
td, a, body, table,p {font-family:Tahoma;
font-size:10pt;
color:red;}
.blacktext10{color:Dodgerblue;}
.blacktext12{color:green}
.btext{color:white}
.lightbluetext8{color:pink}
.nametext{color:orange}
.orangetext15{color:yellow}
.redbtext{color:silver;}
.redbtext12{color:violet;}
.redtext{color:saddlebrown;}
.redtext8{color:darkslategray;}
.text{color:greenyellow;}
.whitetext12{color:Khaki;}
.redlink{color:teal;}
a:link{color:FFDAB9}
a:hover{color:purple}
a.navbar{color:blue;}
a.navbar:link{color:blue}
a.navbar:hover{color:hotpink}
a.redlink:link{color:40e0d0}
a.redlink:hover{color:4B0082}
a.searchlinksmall{color:FF4500}
a.searchlinksmall:link{color:ADD8E6}
a.searchlinksmall:hover{color:DAA520}
</style
Need More Help? Search help topics below!!!
Click here for the BBZ Group And big thanks to all the help this group has provided including the search above.