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.
Tabs
To insert a tab snippet into a page or section, select the "Insert/Edit Snippets" icon and select the "Tabs" option. You have three preset options available to choose from, based on the number of tabs you want to use in the page/section.
Once the placeholder tabs are added to the content editor, you can then add your own content in the standard editor or the source code.
Example HTML:
<div class="tabs">
<ul>
<li><a href="#">Tab One</a></li>
<li><a href="#">Tab Two</a></li>
<li><a href="#">Tab Three</a></li>
</ul>
<div id="" class="tab-content">
<p>Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus.</p>
</div>
<div id="" class="tab-content">
<p>Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc.</p>
</div>
<div id="" class="tab-content">
<p>Mauris eleifend est et turpis.</p>
<p>Duis cursus. Maecenas ligula eros, blandit nec, pharetra at, semper at, magna. Nullam ac lacus.</p>
</div>
</div>
Accordions
To insert accordions into a page or section select the "Insert/Edit Snippets" icon and select the "Accordion" option. Once the placeholder accordions are added to the content editor, you can then add your own content in the standard editor or the source code.
Example HTML:
<div class="accordion">
<h5>Section 1</h5>
<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>
<h5>Section 2</h5>
<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>
<h5>Section 3</h5>
<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>
<ul>
<li>List item one</li>
<li>List item two</li>
<li>List item three</li>
</ul>
</div>
<h5>Section 4</h5>
<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>
<p>Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p>
</div>
</div>
Call to Action Box
To insert a special alert box into a page or section select, the "Insert/Edit Snippets" icon and select the "Call to Action" option. Once the alert example is added to the content editor, you can then edit the placeholder info.
Call to Action Monklet
You can also insert an alert box via a 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
- "Description" is the description text
- "Button Text" is required with the url (link) for the button to show
- "Subtitle" displays as smaller title above the name
To add this monklet to page/section, go to Insert > Monklet and select "Section Monklet - Callout". Within the monklet tag, you'll need to specify which link list to display:
{{section-monklet-callout|find="link-list-name"}}
For your Style Guide page, there is an example link list setup titled "Callout Example", so the monklet setup looks like this: {{section-monklet-callout|find="callout-example"}}