Built-In Styles

SiteLinker uses certain built-in styles, referenced in the slLayout.css and slStyle.css stylesheets, when building web sites. In general, they are prefixed with "-sl-" to minimize the possibility of collisions with style classes you may define. Go to the Style tab and select a stylesheet to view the details.

You can override the built-in styles by redefining them in your own stylesheet to change their behavior, if desired. Here are some of the ones you will be more likely to want to use or modify:

Selector Notes
.-sl-bg The background. This can either be a solid color, or an image using url(imagePath). This is applied to the body background and the selected tab.
body.-sl-body General body parameters such as font-family and font-size. This should not include the background color.
.-sl-link Used for the clickable topics on the navigation panel. If you link to a topic from another page, you may want to use this in your <a> tags for consistency.
SiteLinker Basics Editors Creating Web Pages Site Map
Styles