Two-Up Online Style Guide

Site Home Page

Two-Up Online Style Guide

Site Home Page

Primary

Aqua
#00F5EE
Dodger
#00A6FB
Midnight
#00183D

Secondary

Beam
#FAFF00

Accents

Aqua-Dark
#00CCC6
Dodger-Dark
#008AD1
Beam-Dark
#DDE000

Shades

White
#ffffff
White-24
#ffffff 24%

Gradient

Two-Up Gradient
Aqua - Dodger

Display

Display Large - 8.25 REM

Display

Display Medium - 3 REM

Display

Display Small - 2 REM

Heading 1

H1 - 3.5 REM

Heading 2

H2 - 2.5 REM

Heading 3

H3 - 2 REM

Heading 4

H4 - 1.75 REM
Heading 5
H5 - 1.4 REM
Heading 6
H6 - 1 REM

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Paragraph XL - 3 REM

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat.

Paragraph - 1 REM

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat.

Small Paragraph - 0.875 REM

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat.

Tiny Paragraph - 0.75 REM
Lorem ipsum dolor sit amet
Block Quote - 1.25 REM

Rich Text Block

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

Heading 3

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

Heading 4

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

Heading 5

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

Heading 6

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

Block quote's are great aren't they?

A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!

How to customize formatting for each rich text

Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the "When inside of" nested selector system.

  • Unordered List tem
  • Unordered List tem
  • Unordered List tem
  1. Ordered List Item
  2. Ordered List Item
  3. Ordered List Item
Rich Text Block

Primary

Button Text
Primary Large
Button Text
Primary Medium
Button Text
Primary Small

secondary

Button Text
Secondary Large
Button Text
Secondary Medium
Button Text
Secondary Small

Text Links

Text Link
Text Link
Text Link Icon Right
Text Link Icon Left

Icons

Button text
Primary Large Icon Right
Button text
Primary Large Icon Left
Icon Button
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Input Field
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Text Area
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Custom Select (code in page settings)
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Custom Checkbox
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Custom Radio Buttons (work only on published site)
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Switch
Cookie Consent Form
<!-- START: Mobile Autoplay Video -->
<script>
var mobilevideo = document.getElementsByTagName("video")[0];
mobilevideo.setAttribute("playsinline", "");
mobilevideo.setAttribute("muted", "");
</script>
<!-- END: Mobile Autoplay Video -->
Mobile Autoplay Video
<!-- No Scroll When Menu Open -->
<script>
// when DOM is ready
document.addEventListener('DOMContentLoaded', () => {
// on .mobile-menu-button click
document.querySelectorAll('.mobile-menu-button').forEach(trigger => {
 trigger.addEventListener('click', function(){
 // on every click
   document.querySelectorAll('body').forEach(target => target.classList.add('no-scroll'));
 });
}); // on .mobile-menu--close-button click
document.querySelectorAll('.mobile-menu--close-button').forEach(trigger => {
 trigger.addEventListener('click', function(){
 // on every click
   document.querySelectorAll('body').forEach(target => target.classList.remove('no-scroll'));
 });
}); // on .mobile-nav--nav-link click
document.querySelectorAll('.mobile-nav--nav-link').forEach(trigger => {
 trigger.addEventListener('click', function(){
 // on every click
   document.querySelectorAll('body').forEach(target => target.classList.remove('no-scroll'));
 });
});
});
</script>
No Scroll When Menu Open
<!-- TIPPY -->
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="https://unpkg.com/tippy.js@6"></script>
   <script>
     // With the above scripts loaded, you can call `tippy()` with a CSS
     // selector and a `content` prop:
     tippy('#clubhouse', {
       content: '@karolinapelc',
     });
</script>
Tippy (Tooltips)
<!-- TIPPY -->
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="https://unpkg.com/tippy.js@6"></script>
   <script>
     // With the above scripts loaded, you can call `tippy()` with a CSS
     // selector and a `content` prop:
     tippy('#clubhouse', {
       content: '@karolinapelc',
     });
</script>
Tippy (Tooltips)