Color Guide profile picture

Color Guide

About Me

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.

My Interests

I'd like to meet:

Apparently I would like to meet n00b's looking to change the colors of the text in their profile.

Please visit the profiles below. They are all very important to me and will provide you with much entertainment

My Blog

Leaving Colorful Comments

Leaving your friend a colorful comment is very easy to do! First off, your friend can disable html comments in which case it doesn't work. Otherwise, all you have to do is this: <font color="color_...
Posted by on Sat, 13 Nov 2004 06:41:00 GMT

Windows Standard Fonts

to change a specific font without changing the color, select the class you want to change from the main page and use the following example as a model:.blacktext12 {font-family:verdana; size:12px;}to c...
Posted by on Wed, 10 Nov 2004 07:30:00 GMT

Changing Fonts and colors

To change the font itself is very similar to changing the color. In fact it should be done on the exact same line like this.<style type="text/css">td, a, body, table,p {font-family:Tahoma; font...
Posted by on Mon, 08 Nov 2004 07:05:00 GMT