The following warnings occurred: | ||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
REQ: Tips on CSS styling of editor buttons (img, samples) - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8) +--- Thread: REQ: Tips on CSS styling of editor buttons (img, samples) (/showthread.php?tid=2360) |
REQ: Tips on CSS styling of editor buttons (img, samples) - mrmut - 2011-11-10 Hello, I have created a custom editor menu for my needs, however the method was quite quick'n dirty, so I would like to do it properly. The menu I made yesterday is attached. Where is the main CSS for styling classes? I really digged in hard to format the "Format" selector. It is nasty how they designed it. Also, when I turn on certain options, like full screen, or blocks, the buttons are grayed out. I was searching for a way to style them properly, but couldn't do it well. Any hep appreciated, CSS code for formatting is here: To CSS format "Format" dropdown list (the same is limited by options in "config.js"), in "editor.css": Code: .cke_skin_getsimple .cke_format_panel and Quote:.cke_skin_getsimple .cke_rcombo a,.cke_skin_getsimple .cke_rcombo a:active,.cke_skin_getsimple .cke_rcombo a:hover Custom menu (in "edit.php"): Quote:elseif ($EDTOOL == 'custom') { $toolbar = "['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'Format', 'Link', 'Unlink', 'Image', 'RemoveFormat', 'Source']"; REQ: Tips on CSS styling of editor buttons (img, samples) - mrmut - 2011-11-11 mrmut Wrote:Also, when I turn on certain options, like full screen, or blocks, the buttons are grayed out. I was searching for a way to style them properly, but couldn't do it well. Got this part. Icons set is grayed out! Does anyone have icon set that is not grayed? I have downloaded FCK default icon sets, but they are ugly. *** I have attached my quick'n ditry icon solution. |