Subpage Styles

Overview

Look for the page called "Style Guide" to see all the styles available for your site.

The content editor allows you to add different formats to your page content: headings, paragraphs, blockquotes, etc. Some of these styles can be added via the Format drop down in the content editor, while others used the special snippets editor.

Header Styles

The heading styles are available in the content editor under Formats > Headings. You can also access the heading styles under the Paragraph dropdown

Buttons

To insert a button select the "Insert/Edit Button" green icon and choose your button settings.  You can choose the style, size, text, and icon.

Blockquote

Formats > Blocks > Blockquote

Tabs

To insert a tab snippet into a page or section, select the "Insert/Edit Snippets" icon and select the "Tabs" option.  You can update the content from the code view below the preview or use the page source view once the code has been inserted.

Example HTML:

<div class="tabs desktop">

<ul>

<li><a href="#">Tab 1 Title</a></li>

<li><a href="#">Tab 2 Title</a></li>

<li><a href="#">Tab 3 Title</a></li>

</ul>

<div class="tab-content" id="">

<p>Tab 1 Content.</p>

</div>

<div class="tab-content" id="">

<p>Tab 2 Content.</p>

</div>

<div class="tab-content" id="">

<p>Tab 3 Content.</p>

</div>

</div>

Accordions

To insert a tab snippet into a page or section select the "Insert/Edit Snippets" icon and select the "Accordion" option.  You can update the content from the code view below the preview or use the page source view once the code has been inserted.

Example HTML:

<div class="accordion">

<h4>Section 1</h4>

<div>

<p>Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.</p>

</div>

<h4>Section 2</h4>

<div>

<p>Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In suscipit faucibus urna.</p>

</div>

<h4>Section 3</h4>

<div>

<p>Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.</p>

</div>

<h4>Section 4</h4>

<div>

<p>Cras dictum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia mauris vel est.</p>

</div>

</div>

Call To Action Box

To insert a special call-to-action box into a page or section select, the "Insert/Edit Snippets" icon and select the "Callout" option. You can update the content from the code view below the preview or use the page source view once the code has been inserted.

Call to Action Monklet

You can also insert a callout via monklet, which allows you to use a link list to display a callout box in a page or section. Within the link list, the following field are used for each item:

  • "Name" is the heading
  • "Link" is for the button link
  • "Image" is for the background image
  • "Description" is the description text
  • "Button Text" is required with the url (link) for the button to show

To add this monklet to page/section, go to Insert > Monklet and select the "Call to Action Page Monklet". Within the monklet, you'll need to specify which link list to display:

{{call-to-action-monklet|find="link-list-name"}}

For your Style Guide page, there is an example link list setup titled "Call to Action Example", so the monklet setup looks like this: {{call-to-action-monklet|find="call-to-action-example"}}

Linked Image

The "Linked Image" style will add an arrow to the bottom right of your image that changes color on hover. To use this option, select the "Insert/Edit Snippets" icon and click "Linked Image". After selecting OK, you can change out the placeholder image and link with your own.

Audio Player

To manually insert an audio player into a page or section, select the "Insert/Edit Snippets" icon and choose the "Audio Player" option. The default setup will include a sample MP3, so this will need to be updated in the code view to the desired MP3 file, which can be copied from the file details in the Media module.

Foonote Text

Displays text in a smaller font and italicized. To use this option, select the "Insert/Edit Snippets" icon and click "Footnote Text".

Horizontal Rules (HR)

There are 5 horizontal rule styles thay can be used with your page content and sections. To add a horizontal rule, select the "Insert/Edit Snippets" icon and click one of the "HR" options.

Centered H1 Heading

The default H1 heading style is left aligned, so using this option will center both the H1 heading text and underline. To insert a centered H1 header into a page or section select the "Insert/Edit Snippets" icon and select the "Centered H1 Heading" option