LT_CSS.
Workspace, section and panel are optional, sometimes the resource can be deducted without them. If they are present, the categoryId parameter acts as a default value in case the category cannot be deducted from them:
////skin/windows_xp/DEFAULT_CSS
is valid, and will attempt to retrieve the default css for the windows_xp skin in the system. If the categoryId parameter is not specified, it will be determined by the workspace, section and panel parameters. Examples:
/workspace0/1/23/skin/windows_xp/DEFAULT_CSS -> Take the default.css for panel 23 in section 1 in workspace0. If this panel has no skin, then use the windows_xp skin. /workspace0/1/23/skin//DEFAULT_CSS -> Take the default.css for panel 23 in section 1 in workspace0. If this panel has no skin, then use the system default skin. ////skin/windows_xp/DEFAULT_CSS -> Take the default.css for windows_xp skin. ////skin//DEFAULT_CSS -> Take the default.css for the default skin in the system. ///3/skin//DEFAULT_CSS -> Wrong name.