Slide Deck Styles
A slide deck styles object is a set of
- named CSS (Cascading Style Sheets) styles used in the HTML editor.
- named HTML templates used in the HTML editor
- slide/panel themes that can be used display a slide or panel in a particular way (borders, colors etc)
When a slide deck is first created a default slide deck styles is also created which includes the following objects:
CSS styles
- Editable software Component -- the style used for software Components that can be modified by the current user
- Header/Footer Tables -- the style used for the tables in the common header and footer panels
- Centered Borderless Table -- a simple table for formatting content
- Horizontal Rule -- the line used in both the common header and footer panels
- Blue Table -- an example of a table with all the trimmings (as an example of what can be done)
HTML templates
- Simple title and paragraph
- Basic Table
- Blue Table (using the Blue Table style above)
- Bullet list
- Title panel
Slide/panel themes
- Borderless theme -- no border or background color on a panel
- Simplicity theme -- a simple border, background color and animation
Slide/panel Themes
A slide/panel theme consists of properties and CSS styles that determine the look of a slide or panel. Each theme can be applied to either an entire slide and all it's panels, or it can be applied to a single panel of a slide. The theme properties are
- Type -- whether the theme can be applied to both slides and panels, or just panels
- Include Title Bar -- whether a panel should have a title bar
- Panel border thickness -- thickness of the panel border in pixels
- Panel Border Style -- here you can specify the background-color of the border (the border of a panel is not a CSS border and consists of separate segments to allow resizing and dragging)
- Panel Content Style -- the style of the content of the panel (specifying background-color or padding)
- Panel Outer Style -- the style of the outside part of a panel typically a margin allowance
- Panel Title Bar Thickness (only if there is a title bar) -- thickness in pixels of the title bar
- Panel Title Style (only if there is a title bar) -- the style of the title bar
- Slide Background Style (only if applicable to a slide) -- the style of the entire slide, useful for background colors, margins, padding, optional border style
- Display Area Panel (only if applicable to a slide) -- the style of the display area, useful for optional borders or centering of content (by using margin-left:auto; margin-right:auto;)