The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How can I make the text color invert?

4 posters

Go down

Solved How can I make the text color invert?

Post by ieatfireworks June 25th 2009, 10:34 pm

How can I make the text color invert? Dhcwm9

When I quote a message once it displays fine, but when I quote something that has already been quoted it gives me a white box for the original post and the text is whited out as well.

Is there a way to get the text color to invert to black in this case or to change the white box to a different color to make it display better?

Thanks
ieatfireworks
ieatfireworks
Forumember

Male Posts : 49
Reputation : 0
Language : English
Location : Texas

http://www.thegamerboards.com

Back to top Go down

Solved Re: How can I make the text color invert?

Post by TanMan77777777 June 25th 2009, 10:40 pm

Code:
.quote{ font-family: YOU CHOOSE; font-size: 11px; color:#ffffff; line-height: 125%;background-color: #000000; border: #ffffff; border-style: solid;border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px}
That should set all of your quotes to be black like the second one. Wink You just need to choose the font.
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

Solved Re: How can I make the text color invert?

Post by ieatfireworks June 25th 2009, 11:03 pm

Sorry, but still no change.

Does it matter where I put it in the script?
ieatfireworks
ieatfireworks
Forumember

Male Posts : 49
Reputation : 0
Language : English
Location : Texas

http://www.thegamerboards.com

Back to top Go down

Solved Re: How can I make the text color invert?

Post by TanMan77777777 June 26th 2009, 1:13 am

ieatfireworks wrote:Sorry, but still no change.

Does it matter where I put it in the script?
Oh.. sorry. In the admin panel, put it in your CSS.

>Admin panel >Display >Colors >CSS Stylesheet
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

Solved Re: How can I make the text color invert?

Post by ankillien June 26th 2009, 4:18 am

If you want to change font coloe of the inner quote box...

Code:
blockquote div blockquote div {
color : COLOR-NAME;
}

And if the background..

Code:
blockquote div blockquote {
background-color : COLOR-NAME;
}

thumright
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: How can I make the text color invert?

Post by ieatfireworks June 26th 2009, 6:12 pm

Awesome! That did it, thanks alot!
ieatfireworks
ieatfireworks
Forumember

Male Posts : 49
Reputation : 0
Language : English
Location : Texas

http://www.thegamerboards.com

Back to top Go down

Solved Re: How can I make the text color invert?

Post by Sanket June 26th 2009, 6:14 pm

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Sanket
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum