MyBB Community Forums

Full Version: Change editpost background, default letter color?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello,
I am asking for help! I am very thankful, if You will help me, atleast try!

I want to change the background of editing the post.
I dont want that background to be white, i need it darker, because my theme is dark, and can't see anything from dark letters, so I need the default letters to be white and background dark. Trying my best, to explain. English is not my language.
[Image: lCnMEzP.png]
Go to your SCEditor directory, I think its in /jscripts/, open the sceditor directory and you should find some CSS files there to change the style.

-Arne.
I've found the file, but do I have to change? Is there a name for that box?
(2015-08-19, 11:13 AM)MadnessGlobal Wrote: [ -> ]I've found the file, but do I have to change? Is there a name for that box?

Search for 'background-color', and you'll find it.

-Arne.
/*! SCEditor | © 2011-2013, Sam Clarke | sceditor.com/license */body,code:before,html,p,table{margin:0;padding:0;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px;color:#111}html{height:100%;overflow:auto;-webkit-overflow-scrolling:touch}body{position:relative;overflow:auto;min-height:100%;word-wrap:break-word}ol,ul{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}table,td{border:1px dotted #000;empty-cells:show}code:before{position:absolute;content:'Code:';top:-1.35em;left:0}code{margin-top:1.5em;position:relative;background:#eee;border:1px solid #aaa;white-space:pre;padding:.25em}.ie6 code,.ie7 code{margin-top:0}code,code:before{display:block;text-align:left}blockquote{position:relative;background:#fff6c7;margin:.25em 0;border:1px solid #aaa;padding:.25em}blockquote cite{font-weight:700;display:block;font-size:1em;border-bottom:1px solid #aaa}h1,h2,h3,h4,h5,h6{padding:0;margin:0}div,p{min-height:1.25em}


Is this the right one? 
I just really dont want to screw up, thats why I need to be 100% sure.

Found it here:
[Image: uVcC4Gt.png]
No, its in /jscripts/sceditor/textarea_styles, there you can edit jquery.sceditor.default.css

-Arne.
Didn't changed anything, can you please post some pictures/screenshots, what I have to change?
(2015-08-19, 12:04 PM)MadnessGlobal Wrote: [ -> ]Didn't changed anything, can you please post some pictures/screenshots, what I have to change?

Which editor are you using?

Go to ACP -> Templates & Style -> Select your theme, then Style properties, and look which editor you are using.

-Arne.
MyBB
[Image: 0AJPHKl.png]
Okay, than you can edit jquery.sceditor.mybb.css instead of the ...default.css

http://prntscr.com/86eqzu

-Arne.
Pages: 1 2