|
CSS filesThe main cascading style sheet files for the whole application are located in /jcr:system/nodes/css folder, i.e. main.css for the content of HTML and virtual pages and faces.css for the default view. In addition to that, it is possible to add CSS files anywhere in the repository. They will be used in addition to the application wide CSS files for all files inheriting from the parent page of the CSS node, similar to Access control. This allows to display branches of the repository in a different way, e.g. using a user specific style for files of a given user, if there are user data folders in the repository. In addition, it is possible to add specific style sheet files to node type specific templates, allowing a different style for a given node type. Both the template editor and the HTML editor support adding class and id styles to an HTML element in the editor. |