Make Friends Black & White & Change Font color, I need a lil help on this one... |
Make Friends Black & White & Change Font color, I need a lil help on this one... |
Apr 16 2006, 04:32 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 30 Joined: Mar 2006 Member No: 390,159 |
Ok. I'm working on my boyfriends myspace and everything is good except the red and blue font is still red and blue and I want the red to be a lighter grey and the blue to be a darker grey. And I want the friends to me in black and white
Here is the code: CODE <style type="text/css"> table, tr, td { background-color:transparent; border:none; border-width:0;} body { background-color:FFFFFF; background-image:url('http://i16.photobucket.com/albums/b7/mark41185/carmen/c9background.jpg'); background-attachment: fixed; background-position:center center; background-repeat:no-repeat; </style> <style type="text/css">.contactTable {width:300px!important; height:150px!important; padding:0px!important; background-image:url(http://www.123mycodes.com/tempcontact/cont_2133490700.gif); background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:transparent;} .contactTable table, table.contactTable td {padding:0px !important; border:0px; background-color:transparent; background-image:none;} .contactTable a img {visibility:hidden; border:0px!important;} .contactTable a {display:block; height:28px; width:115px;} .contactTable .text .contactTable .text, .contactTable a, .contactTable img</style> <style> a .text { font-weight: bold; font-family: Arial, Helvetica, sans-serif; } </style> and here is his MYSPACE I would really appreciate some help! thank you! |
|
|
|
![]() |
Apr 16 2006, 04:59 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Add these between style tags and edit:
CODE style for the number of comments you have. The actual ..}
.redtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; } {style for the number of friends you have.} .redbtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; } {”Blurbs”, “About Me”, “Who I’d like to Meet”, “Friend Space”, and “Friend’s Comments” style} .orangetext15{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px;} {”General”, “Music”, “Movies”, “Television”, “Books”, “Heros”, “Status”, “Here for”, “Hometown”, “Body Type”, “Ethnicity”, “Religion”, “Sign”, “Smoke/Drink”, “Children”, “Education”, “Occupation”, and “Income” title style} .lightbluetext8{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; } {”Contacting”, “Interests”, “Details”, and “Schools” title styling} .whitetext12{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;} |
|
|
|
Apr 16 2006, 05:17 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 30 Joined: Mar 2006 Member No: 390,159 |
gracias, but what about the friends?
|
|
|
|
Apr 16 2006, 08:16 PM
Post
#4
|
|
![]() There Are Strange Things Afoot At The Cirlce K ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,130 Joined: Oct 2005 Member No: 253,395 |
you can only make it so that all link images are black and white:
<style> a:link img{filter:gray;} a:hover img{filter:gray;} </style> |
|
|
|
![]() ![]() |