PDA

View Full Version : Custom Editor area + buttons


metalguy639
07-28-2012, 01:35 AM
I have been looking for about a week using Firefly in Firefox to try and find the code to change a few things in the editor. I did find THIS post and it was helpful and I implemented it, however I still have a couple of little annoying things that I have to fix.

http://img543.imageshack.us/img543/9438/screen1de.jpg

In the first shot obviously its a dark skin so I cannot for the life of me find the css code to change the outside border, the border in the drop down, and the shading of the drop down menus which you can actually see better on the next screen shot. I have searched using firefly to no avail.

http://img69.imageshack.us/img69/4302/screen2rk.jpg

Also my other issue is how do I make the editor buttons a light color instead of black? I've tried uploading new images but for some reason they did not show up as I had edited them to be lighter.

metalguy639
07-31-2012, 12:44 AM
Anyone??? I'm using vb 4.2 P1.

For the ring around the editor this is the code that shows in firefly in firefox:

<span id="cke_vB_Editor_001_editor" class="cke_skin_kama cke_1 cke_editor_vB_Editor_001_editor" lang="en" aria-labelledby="cke_vB_Editor_001_editor_arialbl" role="application" title=" " dir="ltr">
<span id="cke_vB_Editor_001_editor_arialbl" class="cke_voice_label">Rich Text Editor</span>

The css code that needs to be changed that does not seem to exist is:

span.cke_skin_kama {
border: 1px solid #D3D3D3;
border-radius: 5px 5px 5px 5px;
padding: 5px;
}

I cannot find this code in the css HELP!!!!! I have used the built in search feature to no avail.

ForumExcellence
08-01-2012, 01:24 PM
You won't find that code in any of the CSS templates available from within the AdminCP, nor from the Style Variable Manager.

You have to edit the physical file, located at:

forumroot/clientscript/ckeditor/skins/kama/editor.css

metalguy639
08-01-2012, 08:14 PM
You won't find that code in any of the CSS templates available from within the AdminCP, nor from the Style Variable Manager.

You have to edit the physical file, located at:

forumroot/clientscript/ckeditor/skins/kama/editor.css


AH! Thanks! I got it all fixed up now :)