3.1 DesignBase.Colors
Source: dist/css/acc_uc.css, line 28
3.1.1 Link Colors
Link colors in plain html and in reading-typography in all of its states, default, hover, visited.
Source: dist/css/acc_uc.css, line 55
3.1.1.1 Link Colors: Dark Background
Description: Link colors of a lighter shade in all of its states, default, hover, visited. Typically used to enhance visibility on dark backgrounds.
-
#E8FBF8; Link Color light--hover
$link-color-light--hover -
#8CEBDA; Link Color light
$link-color-light -
#84AFA7; Link Color light--visited
$link-color-light--visited
Source: dist/css/acc_uc.css, line 38
3.1.1.2 Link Colors: Light Background
Description: Link colors of a lighter shade in all of its states, default, hover, visited. Typically used to enhance visibility on light backgrounds.
-
#051F1A; Link Color dark--hover
$link-color-dark--hover -
#126657; Link Color dark
$link-color-dark -
#42665F; Link Color dark--visited
$link-color-dark--visited
Source: dist/css/acc_uc.css, line 11177
3.2 Logos
Logos in the design come in 4 variations the primary logo, the condensed logo, and alte version which are the reverse of primary and reversed. All logos are controled by the width and will maintain there aspect ratios to respond to the container they are in. For 508 compliance please place the brand name in the logo.
Example s
.logo_primary
Primary Logo great for desktop displays best used for when the logo can be taller then 80px.
.logo_primary-alt
Primary Logo reversed for dark background situations.
.logo_condensed.max-w_15
Smaller Mobile Friendly Logo these logos and be readable between 40px to 80px in height.
.logo_primary-alt.max-w_15
Smaller Logo Reversed.
<div class="[modifier class]" data-style="[modifier class]" >
<span class="alt">[modifier class]</span>
</div>
Code Sample
Source: dist/css/acc_uc.css, line 11266
3.3 Seals
Seals in the design come in 3 variations the default, small, and tiny. All Seals will maintain their aspect ratios and will respond to the container, but seals have a max width. For 508 compliance, please place the brand name in the seal.
Example s
.seal_normal
Full size seal great for desktop displays best used for when the seal can be taller then 100px.
.seal_small
Condensed size seal great for Tablet displays best used for when the seal is between 100px to 40px.
.seal_tiny
Smallest of the seals best used for icons when seal is 40px and bellow
<div class="[modifier class] m_auto" data-style="[modifier class]">
<span class="alt-text">[modifier class]</span>
</div>