Help with changing Orange bar colors |
Help with changing Orange bar colors |
Nov 6 2008, 04:30 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Oct 2008 Member No: 688,516 |
I'm trying to get my orange bars to be lightblue with white text centered inside. heres what i got so far.
http://i199.photobucket.com/albums/aa304/d...d/Untitleda.jpg If possible i'd like to get rid of that orange bar behind the blue one. this is the code im using CODE <style> .blurbs td.text {background-color:lightblue;} .blurbs td.text .orangetext15 {color:white;} .blurbs td .orangetext15 {color:lightblue;} .friendSpace .orangetext15 {background-color:lightblue; display:block; padding:2px; color:white;}</style> |
|
|
|
![]() |
Nov 6 2008, 04:41 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
I couldn't find a quick solution so I just moved it up and added some more padding to cover the orange bar. I tested it and it works fine. Here:
CODE <style>
.blurbs td.text {background-color:lightblue;} .blurbs td.text .orangetext15 {color:white;} .blurbs td .orangetext15 {color:lightblue;} .friendSpace .orangetext15 {background-color:lightblue; display:block; margin-top:-14px; padding:2px; padding-top:3px; padding-bottom:3px; color:white;} </style> |
|
|
|
Nov 6 2008, 04:43 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Oct 2008 Member No: 688,516 |
ah thats perfect! thanks! you wouldnt happen to know how to resize the text size inside them too would you? :)
|
|
|
|
Nov 6 2008, 04:51 AM
Post
#4
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Add this before the closing <style> tag:
CODE .friendSpace .orangetext15 {font-family:Arial; font-size:8pt; font-weight:normal;} Just edit the attributes to your liking. |
|
|
|
Nov 6 2008, 04:52 AM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Oct 2008 Member No: 688,516 |
awesome! thanks alot man!
|
|
|
|
Nov 6 2008, 04:56 AM
Post
#6
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
No problem. Topic closed & moved.
|
|
|
|
![]() ![]() |