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.

Chatbox color and preview/send button color

2 posters

Go down

Chatbox color and preview/send button color Empty Chatbox color and preview/send button color

Post by Dustfire August 19th 2013, 7:16 pm

Hey everyone, being a dummy again.
Someone cleaned up the CSS but she accidently removed some things.
I had the whole CSS in notepad but my computer crashed this morning, and I forgot to save the file x.x

So my problem is that the background of the chatbox is white and the background/text color of the preview/send buttons are too light to read. Does anyone have the codes for these?

~ Dust
Dustfire
Dustfire
Forumember

Female Posts : 36
Reputation : 1
Language : Dutch
Location : The Netherlands

http://perished.actieforum.com

Back to top Go down

Chatbox color and preview/send button color Empty Re: Chatbox color and preview/send button color

Post by Ange Tuteur August 19th 2013, 10:47 pm

Hello Dustfire,

This should change the background color:
Code:
body.chatbox{
background-color:#333;
}
This should make the message rows transparent if you don't want them:
Code:
.chatbox_row_1, .chatbox_row_2{
background-color:transparent;
}
For the preview and send button try this:
Code:
#message, #submit_button{
color:#fff;
background-color:#333;
}
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Chatbox color and preview/send button color Empty Re: Chatbox color and preview/send button color

Post by Dustfire August 19th 2013, 11:01 pm

Thanks a lot! They all worked!
For the preview and send buttons, I ment the preview and send buttons that appear when you post a reply. (but being able to change the ones of the chat is a nice bonus!) Do you know the codes for these too? <3

Another question; How do I edit the colors of this box? (light grey)
Chatbox color and preview/send button color 2urqutd
Dustfire
Dustfire
Forumember

Female Posts : 36
Reputation : 1
Language : Dutch
Location : The Netherlands

http://perished.actieforum.com

Back to top Go down

Chatbox color and preview/send button color Empty Re: Chatbox color and preview/send button color

Post by Ange Tuteur August 19th 2013, 11:33 pm

For the chatbox memberlist header try this:
Code:
#chatbox_members .member-title{
color:#fff;
background-color:#666;
}
Sorry lol I didn't realize what you meant, but for the submit/preview buttons try this code:
Code:
input.mainoption, input.liteoption{
color:#fff;
background-color:#666;
}
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top


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