View Full Version : CKEditor StyleVars
ZERO <ibis>
06-12-2011, 02:30 AM
I updated to 4.1.4 not realizing that the editor was changed. Now I can not figure out any way to edit its style. The default colors clash with my forums style and thus the inability to fix this is a disaster.
Please let me know what I need to do in order to edit the colors for it.
Eq4bits
06-13-2011, 12:02 AM
StyleVars>Editor
ZERO <ibis>
06-13-2011, 12:44 AM
That only allows me to change some things. No options to control highlighting color over buttons, the color of the sides of the editor nor the new java popup boxes. To make matters worse I can not even test the effects of the changes without restarting my computer and or waiting a few hours.
Eq4bits
06-25-2011, 11:30 PM
find the ckeditor.css/editor.css template and hardcode the changes.
--------------- Added 25 Jun 2011 at 21:29 ---------------
found another thread that covered this
the easiest way is to add the following to your additional.css template
/* Background Color for CKEditor */
.cke_skin_kama .cke_wrapper {
background-color:#666666!important; }
/* Background Color for CKEditor - END */changing the hex code # above to whatever color you want
though with all you want to change it might be best for you to go to your server side cPanel>File Manager and edit the following file: root>clientscrip>ckeditor>skins>kama>mainui.css
and for the toolbar/tool icons same place but the toolbar.css
cellarius
06-27-2011, 03:10 PM
though with all you want to change it might be best for you to go to your server side cPanel>File Manager and edit the following file
...and have everything overwritten with the next upgrade. At least be aware that you need to keep a copy somewhere.
Eq4bits
06-27-2011, 08:39 PM
But of course!
I've been having to re-edit css files with every upgrade since this sucker went Gold =S
cellarius
06-28-2011, 02:57 AM
There have been not upgrades since first CKE integration in vB (4.1.4), so I'm not sure what you mean. If you're talking about CKE itself, it's perfectly possible to just create your own style and use that, but that's for CKE support.
Regarding vB, you may be interested in following and voting this tracker entry:
http://tracker.vbulletin.com/browse/VBIV-12413
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.