Skip to content

Components and Utilities

Jo Dickson edited this page Dec 6, 2018 · 2 revisions

In addition to having access to Athena Framework styles and styles made available in the UCF WordPress Theme, the components and utilities listed below are provided in the Online Child Theme:

Navigation


Gold bullet lists

Utility class for defining a basic bulleted list with gold bullets.

Classes

.list-bullets

The outer ul element for the list.

Usage

<ul class="list-bullets">
  <li>...</li>
  <li>...</li>
  <li>...</li>
</ul>

Extended background color options

The Online Child theme includes the following background color classes not included in the Athena Framework:

  • .bg-inverse-t-4 (brand-inverse color, 66% opacity)

Quotation blockquotes

This theme includes overrides for Athena's stylized quotation blockquote classes to match the desired look+feel for the site.

Classes

.blockquote-quotation

Class for the <blockquote> element.

Usage

<blockquote class="blockquote blockquote-quotation font-serif">
  <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
  <footer class="blockquote-footer text-uppercase">Someone famous in <cite title="Source Title">Source Title</cite></footer>
</blockquote>