About Primary Elements

Primary Elements are generally considered to be the basic building blocks of the site. Combining these elements results in components. These elements are typically tags, like buttons, fonts, and images. In addition, we extend these to include colors. A critical piece of the style guide, these are good indicators that the way markup is being written, follows the rules laid out by the style guide.


About Text

Typography has one plain duty before it and that is to convey information in writing. No argument or consideration can absolve typography from this duty. A printed work which cannot be read becomes a product without purpose.
- Emil Ruder, Typographie

Fonts
  • Heading Font Family


    ABCDEFGHIJKLMNOPQRSTUVWXYZ
    abcdefghijklmnopqrstuvwxyz
    0123456789
    (.,;:’”$#@!&*)

  • Base Font Family


    ABCDEFGHIJKLMNOPQRSTUVWXYZ
    abcdefghijklmnopqrstuvwxyz
    0123456789
    (.,;:’”$#@!&*)

Headings
  • The H1 is the main page heading

    Page Title / Section Title
  • The H2 is the page level or section heading

    Page Title / Section Title

    The secondary header above is an h2 element, which may be used for any form of important page-level header. More than one may be used per page. Consider using an h2 unless you need a header level of less importance, or as a sub-header to an existing h2 element.

  • The H3 is a third-level heading

    Section Header / Banner Title / Section Subhead

    The header above is an h3 element, which may be used for any form of page-level header which falls below the h2 header in a document hierarchy.

  • The H4 is the fourth-level heading

    Sub Header

    Typically used for article title or call-to-action elements.

  • The H5 is the fifth-level heading
    Sub Header
  • The H6 is the sixth-level heading and the lowest
    Sub Header

    Each heading has an accompanying class that can be used for styling any element without the need or restriction of SEO impact.

Body Text
.lede (Feature Intro) - Arial 17px / 24px #333

A lede, or lead, paragraph in literature is the opening paragraph of an article, essay, news story or book chapter. It usually occurs together with the headline or title. It precedes the main body of the article, and it gives the reader the main idea of the story. In both spellings, the word rhymes with the word need.



.banner-text - Arial 15px / 21px #cfcfcf

.body-text - Arial 13px / 18px #333

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.



.slider-text (Slider Module) - Arial 13px / 15px #333

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.


.small-body-text - Arial 12px / 15px #333

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.



.disclaimer-text - Arial 11px / 13px #333

The disclaimer is always 11px.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum id molestie nunc. Suspendisse eu lorem ipsum, in luctus nunc. Etiam in sapien ut nunc cursus tempus non lacus.


Link Text - Arial Bold #3376B2

Line text appear in a paragraph will be the same font size and line spacing as the other text (unless otherwise specified).

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Ut justo. Suspendisse potenti.

Inline
  • <a> - This is a text link
  • <a> - This is an external text link
  • <a href="mailto"> -
  • <a href="tel"> - 1-800-851-9530
  • <strong> - Strong is used to indicate strong importance
  • <em> - This text has added emphasis
  • <b> - The b element is stylistically different text from normal text, without any special importance
  • <i> - The i element is text that is set off from the normal text
  • <u> - The u element is text with an unarticulated, though explicitly rendered, non-textual annotation
  • <del> & <ins> - This text is deleted and This text is inserted
  • <s> - This text has a strikethrough
  • <sup> - Superscript®
  • <sub> - Subscript for things like H2O
  • <abbr> - Abbreviation: HTML
  • <kbd> - Keybord input: Cmd
  • <q> - This text is a short inline quotation
  • <cite> - This is a citation
  • <dfn> - The dfn element indicates a definition.
  • <mark> - The mark element indicates a highlight
  • <var> - The var element defines a variable
  • <address>
    Address Name
    1234 Main St.
    Anywhere, US 12345
  • <tel> - 1-800-851-9530
  • <blockquote>
    One small step for man, one giant leap for mankind.
  • .text-info - This text is informative
  • .text-error - This text is an error
  • .text-success - This text is a success

About Lists

Unordered and ordered lists are composed virtually the same. The <ul> is used for non-sequential orderingm while the <ol> is for specific ordering and are preceeded by numbers by default. I start out by stripping all styling from any lists, including padding and margin. Bulleted lists are then classed as <ul class="bulleted>, etc. Lists also get classes added to the first and last item in each (.js-first / .js-last), this gets used for removing any border that we don't want to appear at the top or bottom in particular. Examples below.

Unordered Lists
A Basic Unordered List
  • This is a list item in an unordered list
  • An unordered list is a list in which the sequence of items is not important. Sometimes, an unordered list is a bulleted list. And this is a long list item in an unordered list that can wrap onto a new line.
  • Lists can be nested inside of each other
    • This is a nested list item
    • This is another nested list item in an unordered list
  • This is the last list item

A Vertical Bulleted Unordered List
  • This is a list item in an unordered list
  • An unordered list is a list in which the sequence of items is not important. Sometimes, an unordered list is a bulleted list. And this is a long list item in an unordered list that can wrap onto a new line.
  • Lists can be nested inside of each other
    • This is a nested list item
    • This is another nested list item in an unordered list
  • This is the last list item

<ul>
  <li>This is a list item in an unordered list</li>
  <li>An unordered list is a list in which the sequence of items is not important. Sometimes, an unordered list is a bulleted list. And this is a long list item in an unordered list that can wrap onto a new line. </li>
  <li>
  Lists can be nested inside of each other
  <ul>
    <li>This is a nested list item>/li>
    <li>This is another nested list item in an unordered list</li>
  </ul>
  </li>
  <li>This is the last list item</li>
</ul>

Notes

Bundle network services support frequently asked questions resources tv, tv internet access security for tv do have phone. Resources FAQs wifipasspoint advanced frequently asked questions, private business medium private PerkZone. Need PerkZone enable advanced services to, I actionable for what cloud.

Budget medium market, send and receive is I for have with Time Warner Cable. Design industry awardwinning FAQs enable tv resources. Industry cloud additional security small account billing FAQs actionable email. Medium budget howto small different scalable actionable. Frequently asked questions howto hotspot FAQs additional additional, and management technology howto phone can.

Ordered Lists
  1. This is a list item in an ordered list
  2. An ordered list is a list in which the sequence of items is important. An ordered list does not necessarily contain sequence characters.
  3. Lists can be nested inside of each other
    1. This is a nested list item
    2. This is another nested list item in an ordered list
  4. This is the last list item
Horizontal Lists
Horizontal List - No Separators
  • Lorem
  • Ipsum
  • Dolor

Horizontal List w/Slashes
  • Lorem
  • Ipsum
  • Dolor

Horizontal List w/Pipes
  • Lorem
  • Ipsum
  • Dolor
Vertical Lists
Vertical List
  • Lorem
  • Ipsum
  • Dolor

Vertical Lined - adds some visuals breaks between li's
  • Lorem
  • Ipsum
  • Dolor

Vertical Striped - adds some visuals breaks between li's
  • Lorem
  • Ipsum
  • Dolor

Vertical Lined & Striped - well, you get it!
  • Lorem
  • Ipsum
  • Dolor
Definition Lists
Definition List
A number of connected items or names written or printed consecutively, typically one below the other.
This is a term.
This is the definition of that term, which both live in a dl.
Here is another term.
And it gets a definition too, which is this line.
Here is term that shares a definition with the term below.
And it gets a definition too, which is this line.

About Buttons

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci quisquam ipsum odio officia, aut quo nostrum laudantium. Repellendus, facilis libero asperiores alias dolorem iure, labore ducimus at excepturi cupiditate facere similique, maxime ipsam ex.

Disabled Buttons Checkbox Buttons
Radio Buttons

About Images

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci quisquam ipsum odio officia, aut quo nostrum laudantium. Repellendus, facilis libero asperiores alias dolorem iure, labore ducimus at excepturi cupiditate facere similique, maxime ipsam ex.

Figure & Figcaption
Bill Murray Y'all
I'm a figcaption - I tell a bit about the image
Image Art Direction
Responsive Image Art Direction
image-focus-1

image-focus-2

image-focus-3

image-focus-4

image-focus-5
Icons
  • icon-music ('\f001')
  • icon-envelope ('\f003')
  • icon-heart ('\f004')
  • icon-star ('\f005')
  • icon-star-empty ('\f006')
  • icon-user ('\f007')
  • icon-film ('\f008')
  • icon-th-list ('\f00b')
  • icon-ok ('\f00c')
  • icon-remove ('\f00d')
  • icon-off ('\f011')
  • icon-signal ('\f012')
  • icon-cog ('\f013')
  • icon-trash ('\f014')
  • icon-home ('\f015')
  • icon-file ('\f016')
  • icon-time ('\f017')
  • icon-download-alt ('\f019')
  • icon-download ('\f01a')
  • icon-upload ('\f01b')
  • icon-inbox ('\f01c')
  • icon-play-circle ('\f01d')
  • icon-repeat ('\f01e')
  • icon-refresh ('\f021')
  • icon-lock ('\f023')
  • icon-flag ('\f024')
  • icon-bookmark ('\f02e')
  • icon-print ('\f02f')
  • icon-camera ('\f030')
  • icon-font ('\f031')
  • icon-bold ('\f032')
  • icon-italic ('\f033')
  • icon-list ('\f03a')
  • icon-indent-left ('\f03b')
  • icon-indent-right ('\f03c')
  • icon-facetime-video ('\f03d')
  • icon-picture ('\f03e')
  • icon-pencil ('\f040')
  • icon-map-marker ('\f041')
  • icon-adjust ('\f042')
  • icon-edit ('\f044')
  • icon-share ('\f045')
  • icon-check ('\f046')
  • icon-move ('\f047')
  • icon-step-backward ('\f048')
  • icon-fast-backward ('\f049')
  • icon-backward ('\f04a')
  • icon-play ('\f04b')
  • icon-pause ('\f04c')
  • icon-stop ('\f04d')
  • icon-forward ('\f04e')
  • icon-fast-forward ('\f050')
  • icon-step-forward ('\f051')
  • icon-eject ('\f052')
  • icon-chevron-left ('\f053')
  • icon-chevron-right ('\f054')
  • icon-plus-sign ('\f055')
  • icon-minus-sign ('\f056')
  • icon-remove-sign ('\f057')
  • icon-ok-sign ('\f058')
  • icon-question-sign ('\f059')
  • icon-info-sign ('\f05a')
  • icon-screenshot ('\f05b')
  • icon-remove-circle ('\f05c')
  • icon-ok-circle ('\f05d')
  • icon-ban-circle ('\f05e')
  • icon-arrow-left ('\f060')
  • icon-arrow-right ('\f061')
  • icon-arrow-up ('\f062')
  • icon-arrow-down ('\f063')
  • icon-share-alt ('\f064')
  • icon-plus ('\f067')
  • icon-minus ('\f068')
  • icon-asterisk ('\f069')
  • icon-exclamation-sign ('\f06a')
  • icon-warning-sign ('\f071')
  • icon-calendar ('\f073')
  • icon-comment ('\f075')
  • icon-chevron-up ('\f077')
  • icon-chevron-down ('\f078')
  • icon-retweet ('\f079')
  • icon-shopping-cart ('\f07a')
  • icon-folder-close ('\f07b')
  • icon-folder-open ('\f07c')
  • icon-twitter-sign ('\f081')
  • icon-facebook-sign ('\f082')
  • icon-camera-retro ('\f083')
  • icon-cogs ('\f085')
  • icon-comments ('\f086')
  • icon-star-half ('\f089')
  • icon-heart-empty ('\f08a')
  • icon-signout ('\f08b')
  • icon-linkedin-sign ('\f08c')
  • icon-upload-alt ('\f093')
  • icon-phone ('\f095')
  • icon-check-empty ('\f096')
  • icon-bookmark-empty ('\f097')
  • icon-phone-sign ('\f098')
  • icon-twitter ('\f099')
  • icon-facebook ('\f09a')
  • icon-unlock ('\f09c')
  • icon-credit-card ('\f09d')
  • icon-rss ('\f09e')
  • icon-circle-arrow-left ('\f0a8')
  • icon-circle-arrow-right ('\f0a9')
  • icon-circle-arrow-up ('\f0aa')
  • icon-circle-arrow-down ('\f0ab')
  • icon-globe ('\f0ac')
  • icon-wrench ('\f0ad')
  • icon-tasks ('\f0ae')
  • icon-filter ('\f0b0')
  • icon-fullscreen ('\f0b2')
  • icon-group ('\f0c0')
  • icon-cloud ('\f0c2')
  • icon-cut ('\f0c4')
  • icon-copy ('\f0c5')
  • icon-paper-clip ('\f0c6')
  • icon-save ('\f0c7')
  • icon-sign-blank ('\f0c8')
  • icon-reorder ('\f0c9')
  • icon-strikethrough ('\f0cc')
  • icon-underline ('\f0cd')
  • icon-table ('\f0ce')
  • icon-magic ('\f0d0')
  • icon-truck ('\f0d1')
  • icon-pinterest ('\f0d2')
  • icon-pinterest-sign ('\f0d3')
  • icon-google-plus-sign ('\f0d4')
  • icon-google-plus ('\f0d5')
  • icon-money ('\f0d6')
  • icon-caret-down ('\f0d7')
  • icon-caret-up ('\f0d8')
  • icon-caret-left ('\f0d9')
  • icon-caret-right ('\f0da')
  • icon-sort ('\f0dc')
  • icon-sort-down ('\f0dd')
  • icon-sort-up ('\f0de')
  • icon-envelope-alt ('\f0e0')
  • icon-linkedin ('\f0e1')
  • icon-undo ('\f0e2')
  • icon-comment-alt ('\f0e5')
  • icon-comments-alt ('\f0e6')
  • icon-paste ('\f0ea')
  • icon-lightbulb ('\f0eb')
  • icon-cloud-download ('\f0ed')
  • icon-cloud-upload ('\f0ee')
  • icon-suitcase ('\f0f2')
  • icon-building ('\f0f7')
  • icon-plus-sign-alt ('\f0fe')
  • icon-double-angle-left ('\f100')
  • icon-double-angle-right ('\f101')
  • icon-double-angle-up ('\f102')
  • icon-double-angle-down ('\f103')
  • icon-angle-left ('\f104')
  • icon-angle-right ('\f105')
  • icon-angle-up ('\f106')
  • icon-angle-down ('\f107')
  • icon-desktop ('\f108')
  • icon-laptop ('\f109')
  • icon-tablet ('\f10a')
  • icon-mobile-phone ('\f10b')
  • icon-circle-blank ('\f10c')
  • icon-quote-left ('\f10d')
  • icon-quote-right ('\f10e')
  • icon-spinner ('\f110')
  • icon-circle ('\f111')
  • icon-reply ('\f112')
  • icon-folder-close-alt ('\f114')
  • icon-folder-open-alt ('\f115')
  • icon-expand-alt ('\f116')
  • icon-collapse-alt ('\f117')
  • icon-gamepad ('\f11b')
  • icon-flag-alt ('\f11d')
  • icon-code ('\f121')
  • icon-reply-all ('\f122')
  • icon-mail-reply-all ('\f122')
  • icon-star-half-empty ('\f123')
  • icon-location-arrow ('\f124')
  • icon-crop ('\f125')
  • icon-question ('\f128')
  • icon-info ('\f129')
  • icon-exclamation ('\f12a')
  • icon-eraser ('\f12d')
  • icon-calendar-empty ('\f133')
  • icon-chevron-sign-left ('\f137')
  • icon-chevron-sign-right ('\f138')
  • icon-chevron-sign-down ('\f13a')
  • icon-unlock-alt ('\f13e')
  • icon-ellipsis-horizontal ('\f141')
  • icon-ellipsis-vertical ('\f142')
  • icon-play-sign ('\f144')
  • icon-ticket ('\f145')
  • icon-minus-sign-alt ('\f146')
  • icon-check-minus ('\f147')
  • icon-check-sign ('\f14a')
  • icon-edit-sign ('\f14b')
  • icon-share-sign ('\f14d')

About Links

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci quisquam ipsum odio officia, aut quo nostrum laudantium. Repellendus, facilis libero asperiores alias dolorem iure, labore ducimus at excepturi cupiditate facere similique, maxime ipsam ex.

Anchor Links Email Links
<a href="mailto"> -
Telephone Links
<a href="tel"> - 1-800-851-9530

About Colors

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci quisquam ipsum odio officia, aut quo nostrum laudantium. Repellendus, facilis libero asperiores alias dolorem iure, labore ducimus at excepturi cupiditate facere similique, maxime ipsam ex.

Color Palettes
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Architecto quas reprehenderit officiis dolore quae, consequatur quo quasi, nostrum expedita corrupti, sed non.
Color Tints
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Architecto quas reprehenderit officiis dolore quae, consequatur quo quasi, nostrum expedita corrupti, sed non.
Colors - Acceptable Use
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Architecto quas reprehenderit officiis dolore quae, consequatur quo quasi, nostrum expedita corrupti, sed non.

Horizontal Rule