There are two skins shipped by default, Classic and Pattern, but only one available set of pointer to CSS files (TWIKILAYOUTURL etc). This means that there is no simple way to have a different CSS for different skins.
Example of where this is a problem; in
edit.kupu.tmpl
I include the CSS files using
@import url("%TWIKILAYOUTURL%");
@import url("%TWIKISTYLEURL%");
@import url("%USERLAYOUTURL%");
@import url("%USERSTYLEURL%");
which gives the Wysiwyg editor a "pattern" look and feel. This is fine when the editor is invoked from Pattern skin, but when it is is invoked from Classic skin i would like it to pick up the look and feel from there instead.
Ideas?
CC
Undeferred, post Dakar
CC
But
TWIKILAYOUTURL
etc is pattern skin only. So when you have your skin set to Classic the variables are not used (they should not) -
css.classic.tmpl
does not use the variables.
AC