Post Editor background in WYSIWYG and NORMAL mode

reinforcez at 08h10
13
Dec
2011
I Have some proble with Post Editor.
The main problem is my forum theme was black , but the user didn't like the black post editor.
because they say it's make him sick.

i have alrady search and found nothing for phpbb2.
i tried this code in CSS
Code:
#message-box textarea{
        background-color: white;
        color: black;}

but still didn't work.

Can u please give me some kode to make a post editor like in this forum ? (cyan and white)
or can u make me a grey and white post editor ?

and is it possible to make it different when user change to WYSIWYG and Normal mode.(the WYSIWYG is default post editor and the Normal mode is White post editor like i mention above)
cz when in WYSIWYG mode and the text is black, i think it's just add more problem.

im sorry if my english is bad.
thank you.
1 Guest, on 13/12/2011 at 14h55
Can you please provide your forum url?
2 reinforcez, on 13/12/2011 at 19h20
yeah sure. im sorry , i forget about it

my forum is
http://lostsagaforum.indonesianforum.net/forum

3 Guest, on 13/12/2011 at 19h24
Try this code:
Code:
input, select, textarea{
background: #FFF !important;
color: #000 !important;
}
4 reinforcez, on 14/12/2011 at 05h57
yeah it's work, thank you very much Gassy.

the wysiwyg mode and normal mode have a different background now.

since this is solved.
they should lock this soon.
5 Sanket, on 14/12/2011 at 09h56
Topic Solved & Locked
Similar topics
My Post editor is Black ! but just on Opera Browser. in Firefox, and Chorme it's normal i make a thread before about how to change post editor background , and it's work in Firefox and
How do I change the background color in the editor? Presently it is a light gray with white lettering and very hard to see. I would like it to be the normal black lettering on a white background. I am using PHPBB 3 with a modified skin. I tried searching
UPDATE : New WYSIWYG editor, new widgets, and more! Hello, In order to continuously improve our services and to bring you the best in the world of forums, we offer you today a new update some fresh new features. Without making you wait any
See also
more_less
Informations

5 Replies For the topic :
"Post Editor background in WYSIWYG and NORMAL mode"

This topic has been viewed 1090 times.

Last message :
13/12/2011 at 08h10 by "reinforcez"