Sorry, I have to write it.
I think all skins for CKEditor 3.x looks terrible! Especially, blue lines and shadows of buttons and useless space between lines in tools menu.
I would try to make my own at the end of September once I finish my current projects.
Please give me support. Tell me that you feel the same way.
I think all skins for CKEditor 3.x looks terrible! Especially, blue lines and shadows of buttons and useless space between lines in tools menu.
I would try to make my own at the end of September once I finish my current projects.
Please give me support. Tell me that you feel the same way.

Re: Skins look ugly!?
Re: Skins look ugly!?
Re: Skins look ugly!?
However, the rest of your new sites CKSource, CKEditor etc. look great. Well done.
Re: Skins look ugly!?
Anyone know if I can just replace the images with the ones in the previous version? Just by replacing the sprites.png file? Then it would be ok.
It works great, but the design really needs an overhaul...
/J
Re: Skins look ugly!?
Re: Skins look ugly!?
http://www.filedropper.com/icons_3
Re: Skins look ugly!?
I am very curious!
Re: Skins look ugly!?
I've only changed the icons, nothing else to do with the skin, most of the icons are the same they are just a bit nicer
Re: Skins look ugly!?
Re: Skins look ugly!?
Care to share it?
/J
Re: Skins look ugly!?
here
Re: Skins look ugly!?
Re: Skins look ugly!?
Fugue set icons.png replacement
Attachments:
Re: Skins look ugly!?
Re: Fugue set icons.png replacement
Thanks,
Rob
Attachments:
Re: Skins look ugly!?
here
Re: Skins look ugly!?
Re: Skins look ugly!?
Re: Skins look ugly!?
First you have found that the problem is only when zooming in IE, I think that no one else previously stated that.
And the the fact that the 2003 skin fails but v2 works it's also strange, as they are quite similar, but this should help to find the reason of the problem and a fix.
Re: Skins look ugly!?
http://www.ivanhalen.com/editor/fckeditor.png
http://www.ivanhalen.com/editor/ckeditor.png
Re: Skins look ugly!?
here
Re: Skins look ugly!?
PixieOxygen icons
img{max-width:640px;}Re: Skins look ugly!?
Re: Skins look ugly!?
Re: Skins look ugly!?
Re: Skins look ugly!?
In /skins/*skin name*/editor.css, put position:relative in the divs that contain icons.png.
The problem is that IE8 has a bug where setting a transparency filter can cause the transparency in an image to be lost when zoomed. There is no reason I can see to have a transparency filter in the div with the icons, but the div inherits the filter from parent elements. It's not enough to change the opacity, the filter itself needs to be reset, which we can do with position:relative.
Does this work for you? I guess I should file a bug report so they can fix it for everyone, but better wait for feedback.
Hope this helps,
Kirk