Instant Message
Send Message
|
Posted:
July 10, 2007 2:05 AM
Here's how to change all the colors for the orange header bars. You can use this as a template and change all the colors to whatever you want:
<style>
.blurbs td.text {background-color:red;}
.blurbs td.text .orangetext15 {color:black;}
.blurbs td .orangetext15 {color:6699cc;}
.friendSpace .orangetext15 {background-color:purple; display:block; padding:3px; color:lightblue;}
.friendSpace table {background-color:transparent;}
.friendsComments td {background-color:green;}
.friendsComments .orangetext15 {color:white;}
.redtext {color:yellow;}
.friendsComments td b {background-color:pink; display:block; color:yellow;}
.friendsComments td td td {background-color:dodgerblue;}
</style>
|