how to make sense of editing text colors in profile.. |
how to make sense of editing text colors in profile.. |
Aug 28 2006, 10:34 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 56 Joined: Aug 2006 Member No: 454,246 |
i've been using the try and check method of changing colors but im having trouble changing the text that reads "blurbs, about me, who i'd like to meet"
here is my code so far..i havent edited the parts of the color codes that i have highlighted in bold .redtext { font-family:tahoma; color:FFFF00 is it imp to change these? b/c ffff00 is yellow and the description obviously reads red text...here is the rest of my code (note the colors i intended show as the html color code in each line) table table table td { background-color:000000; filter:alpha(opacity=90); -moz-opacity:100; opacity:100; -khtml-opacity:100; } table table table table td {filter:none;} table, tr, td, li, p, div { font-family:tahoma; color:FF3900; font-size:11px;text-transform: uppercase; font-weight:bold; } .btext { font-family:tahoma; color:FF3900; font-size:15px; text-transform: uppercase; font-weight:bold; } .yellowtext11 { font-family:tahoma; color:ff0000; font-size:11px; text-transform: uppercase; font-weight:bold; } .blacktext12 { font-family:tahoma; color:FF3900; font-size:11px; text-transform: uppercase; font-weight:bold; } .lightbluetext8 { font-family:tahoma; color:FFFF00; font-size:11px; text-transform: uppercase; font-weight:bold; } .yellowtext15 { font-family:tahoma; color:FFFF00; font-size:10px; text-transform: uppercase; font-weight:bold; } .redtext { font-family:tahoma; color:FFFF00; font-size:12px; text-transform: uppercase; } .redbtext { font-family:tahoma; color:FFFF00; font-size:10px; text-transform: uppercase; } .text { font-family:tahoma; color:FFFF00; font-size:11px; font-weight:bold; text-transform: uppercase; } .whitetext12 { font-family:tahoma; color:FFFF00; font-size:11px; font-weight:bold; text-transform: uppercase; } a:active, a:visited, a:link { font-family:tahoma; color:FFFF00; font-size:10px; text-transform: uppercase; } a:hover { font-family:tahoma; color:FFFF00; font-size:10px; text-transform: uppercase; background-color:FFFF00; } a.navbar:active, a.navbar:visited, a.navbar:link { font-family:tahoma; color:FFFF00; font-size:11px; font-weight:bold; text-transform: uppercase; } a.navbar:hover { font-family:tahoma; color:FF3900; font-size:10px; background-color:FFFF00; } a.redlink:active, a.redlink:visited, a.redlink:link { font-family:tahoma; color:FFFF00; font-size:11px; text-transform: uppercase; } a.redlink:hover { font-family:tahoma; color:000000; font-size:10px; text-transform: uppercase; background-color:FFFF00; } .nametext { font-family:tahoma; color:FFFF00; font-size:10px; text-transform: uppercase; } |
|
|
|
rubicon how to make sense of editing text colors in profile.. Aug 28 2006, 10:34 AM
mona lisa I often get confused with the span classes as well... Aug 28 2006, 11:21 AM
toyo loco Redtext is the # of comments you have. Redbtext is... Aug 28 2006, 12:24 PM![]() ![]() |