Source: dist/css/acc_uc.css, line 16723
4 Interaction
Interactions can be enhanced with toggle icons or loading graphics to show the system is responding to user input. Often this classes are tirggerd by .active
Source: dist/css/acc_uc.css, line 16723
Interactions can be enhanced with toggle icons or loading graphics to show the system is responding to user input. Often this classes are tirggerd by .active
Source: dist/css/acc_uc.css, line 16530
Modify how the user gets feed back of changes from hover effects to active states and how things animate or select.
Source: dist/css/acc_uc.css, line 16984
Prefixed before class rules the h: for hover or a: for active class allows for some dynamics with very little efforts.
Source: dist/css/acc_uc.css, line 14121
Decorate containers and text to show user interaction with simple hover, and focus effects.
Source: dist/css/acc_uc.css, line 15642
Hovers can easily be added to change the text color by adding h: in front of the text color utility like h:primary
text color modified light to dark
text color modified light to dark
text color modified light to dark
text color success color
text color modified light to dark
text color modified light to dark
text color modified light to dark
<div class="flex m_5">
<div class="h:[modifier class]-5 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1">5</div>
<div class="h:[modifier class]-4 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1">4</div>
<div class="h:[modifier class]-3 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1">3</div>
<div class="h:[modifier class]-2 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1">2</div>
<div class="h:[modifier class]-1 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1">1</div>
<div class="h:[modifier class]-0 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1">0</div>
<div class="h:[modifier class]-n1 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1 ">n1</div>
<div class="h:[modifier class]-n2 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1 ">n2</div>
<div class="h:[modifier class]-n3 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1 ">n3</div>
<div class="h:[modifier class]-n4 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1 ">n4</div>
<div class="h:[modifier class]-n5 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1 ">n5</div>
</div>
Source: dist/css/acc_uc.css, line 15712
Sometimes is is needed to add an underline on a piece of text when it hovers adding h: in front of the type of underline you would like gives that type of underline to the text when hovered.
classic anchor text
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Tenetur, similique. Sapiente facilis ipsam unde, dolorem illo ullam, tempore quos maiores quaerat quibusdam voluptatibus laboriosam. Nisi harum magni adipisicing elit aut nulla et.
great for popups or hint text
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Tenetur, similique. Sapiente facilis ipsam unde, dolorem illo ullam, tempore quos maiores quaerat quibusdam voluptatibus laboriosam. Nisi harum magni adipisicing elit aut nulla et.
extra loud underlines for the really important links or modals
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Tenetur, similique. Sapiente facilis ipsam unde, dolorem illo ullam, tempore quos maiores quaerat quibusdam voluptatibus laboriosam. Nisi harum magni adipisicing elit aut nulla et.
extra loud dots for info and hint texts reveals.
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Tenetur, similique. Sapiente facilis ipsam unde, dolorem illo ullam, tempore quos maiores quaerat quibusdam voluptatibus laboriosam. Nisi harum magni adipisicing elit aut nulla et.
<p class="font_1">
Lorem ipsum dolor sit amet,
<span class="h:[modifier class] h:c_primary-n3">consectetur</span>
adipisicing elit.
<span class="h:[modifier class] h:c_primary-n3">Tenetur, similique</span>.
Sapiente facilis ipsam unde, dolorem illo ullam, tempore quos maiores quaerat quibusdam voluptatibus laboriosam. Nisi
<span class="h:[modifier class] h:c_primary-n3">harum magni</span>
adipisicing elit aut nulla et.
</p>
Source: dist/css/acc_uc.css, line 14132
hovers can easily be added to objects by adding h: in front of the background color utility like h:bg_primary
background color modified light to dark
background color modified light to dark
background color modified light to dark
background color modified light to dark
background color success color
background color modified light to dark
background color modified light to dark
<div class="flex m_5">
<div class="h:[modifier class]-5 flex_auto text_center br_1 br_solid br_shade-4 p_2">5</div>
<div class="h:[modifier class]-4 flex_auto text_center br_1 br_solid br_shade-4 p_2">4</div>
<div class="h:[modifier class]-3 flex_auto text_center br_1 br_solid br_shade-4 p_2">3</div>
<div class="h:[modifier class]-2 flex_auto text_center br_1 br_solid br_shade-4 p_2">2</div>
<div class="h:[modifier class]-1 flex_auto text_center br_1 br_solid br_shade-4 p_2">1</div>
<div class="h:[modifier class]-0 flex_auto text_center br_1 br_solid br_shade-4 p_2">0</div>
<div class="h:[modifier class]-n1 flex_auto text_center br_1 br_solid br_shade-4 p_2 h:c_white">n1</div>
<div class="h:[modifier class]-n2 flex_auto text_center br_1 br_solid br_shade-4 p_2 h:c_white">n2</div>
<div class="h:[modifier class]-n3 flex_auto text_center br_1 br_solid br_shade-4 p_2 h:c_white">n3</div>
<div class="h:[modifier class]-n4 flex_auto text_center br_1 br_solid br_shade-4 p_2 h:c_white">n4</div>
<div class="h:[modifier class]-n5 flex_auto text_center br_1 br_solid br_shade-4 p_2 h:c_white">n5</div>
</div>
Source: dist/css/acc_uc.css, line 15914
hovers can easily effect the border style to toggle between styles. Very useful fo toggling from a border type to none or vice versa.
| Class | Effect |
|---|---|
| br_none | Border is None on Hover |
| br_dotted | Border is Dotted on Hover |
| br_dashed | Border is Dashed on Hover |
| br_solid | Border is Solid on Hover |
| br_transparent | Sometimes shifting to transparent is better so as to not cause the UI to flicker and resize |
<div class="">
<div class="h:br_none br_3 br_solid br_primary-2 p_2 m_2 bg_shade-5">None</div>
<div class="h:br_transparent br_3 br_solid br_primary-2 p_2 m_2 bg_shade-5">Transparent</div>
<div class="h:br_solid br_3 br_dotted br_primary-2 p_2 m_2 bg_shade-5">Solid</div>
<div class="h:br_dashed br_3 br_solid br_primary-2 p_2 m_2 bg_shade-5">Dashed</div>
<div class="h:br_dotted br_3 br_solid br_primary-2 p_2 m_2 bg_shade-5">Dotted</div>
</div>
Source: dist/css/acc_uc.css, line 15883
Set the Opacity of an object to 100% while hovered.
<div class="flex m_5 bg_primary m_5">
<div class="h:opacity opacity-0 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">0</div>
<div class="h:opacity opacity-1 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">1</div>
<div class="h:opacity opacity-2 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">2</div>
<div class="h:opacity opacity-3 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">3</div>
<div class="h:opacity opacity-4 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">4</div>
<div class="h:opacity opacity-5 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">5</div>
<div class="h:opacity opacity-6 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">6</div>
<div class="h:opacity opacity-7 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">7</div>
<div class="h:opacity opacity-8 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">8</div>
<div class="h:opacity opacity-9 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">9</div>
</div>
Source: dist/css/acc_uc.css, line 15855
black and white overlays can be added to hovers easily by adding h: in front of black or white with the level of opacity needed.
text color modified light to dark
text color modified light to dark
<div class="flex m_5 bg_primary m_5">
<div class="h:[modifier class]-0 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">0</div>
<div class="h:[modifier class]-1 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">1</div>
<div class="h:[modifier class]-2 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">2</div>
<div class="h:[modifier class]-3 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">3</div>
<div class="h:[modifier class]-4 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">4</div>
<div class="h:[modifier class]-5 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">5</div>
<div class="h:[modifier class]-6 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">6</div>
<div class="h:[modifier class]-7 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">7</div>
<div class="h:[modifier class]-8 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">8</div>
<div class="h:[modifier class]-9 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">9</div>
<div class="h:[modifier class] p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">default</div>
</div>
Source: dist/css/acc_uc.css, line 17057
hovers can easily effect the border style to toggle between styles. Very useful fo toggling from a border type to none or vice versa.
| Class | Effect |
|---|---|
| cursor_pointer | pointer |
| cursor_not-allowed | no touch |
| cursor_grab | open hand |
| cursor_grabbing | closed hand |
| cursor_wait | spinning ball |
Source: dist/css/acc_uc.css, line 12689
A common class name given to the parent container can effect the color, background and opacity of the children. The active class is different depending if you are using Bootstrap or Foundation.
Source: dist/css/acc_uc.css, line 12784
text color modified light to dark
text color modified light to dark
text color modified light to dark
text color success color
text color modified light to dark
text color modified light to dark
text color modified light to dark
<div class="flex p_5 is-active_toggle-function">
<div class="flex_auto a:[modifier class]-5 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">5</div>
<div class="flex_auto a:[modifier class]-4 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">4</div>
<div class="flex_auto a:[modifier class]-3 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">3</div>
<div class="flex_auto a:[modifier class]-2 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">2</div>
<div class="flex_auto a:[modifier class]-1 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">1</div>
<div class="flex_auto a:[modifier class]-0 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">0</div>
<div class="flex_auto a:[modifier class]-n1 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">n1</div>
<div class="flex_auto a:[modifier class]-n2 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">n2</div>
<div class="flex_auto a:[modifier class]-n3 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">n3</div>
<div class="flex_auto a:[modifier class]-n4 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">n4</div>
<div class="flex_auto a:[modifier class]-n5 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">n5</div>
</div>
Source: dist/css/acc_uc.css, line 14099
make the display none when parent is-active
make the display inline when parent is-active
make the display inline-block when parent is-active
make the display block when parent is-active
<div class="p_5 is-active_toggle-function">
<span class="a:bg_accent bg_shade-2 font_4 text_center br_1 br_solid br_shade-4 p_4">Click to Toggle parent is-active</span>
<span class="a:[modifier class] a:bg_accent bg_shade-2 font_4 text_center br_1 br_solid br_shade-4 p_4">Span with display:[modifier class] when parent is active</span>
</div>
Source: dist/css/acc_uc.css, line 12817
toggle the award icon
toggle the bell icon
toggle the bell slash icon
toggle the bug icon
<div class="flex is-active_toggle-function">
<div class="flex_auto a:bg_accent bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_3"><i class="fas font_4 [modifier class] a:icon-show"></i> Show When Active</div>
<div class="flex_auto a:bg_accent bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_3"><i class="fas font_4 [modifier class] a:icon-hide"></i> Hide when Active</div>
</div>
Source: dist/css/acc_uc.css, line 12751
text color modified light to dark
text color modified light to dark
text color modified light to dark
text color success color
text color modified light to dark
text color modified light to dark
text color modified light to dark
<div class="flex p_5 is-active_toggle-function c_white">
<div class="flex_auto a:[modifier class]-5 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">5</div>
<div class="flex_auto a:[modifier class]-4 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">4</div>
<div class="flex_auto a:[modifier class]-3 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">3</div>
<div class="flex_auto a:[modifier class]-2 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">2</div>
<div class="flex_auto a:[modifier class]-1 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">1</div>
<div class="flex_auto a:[modifier class]-0 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">0</div>
<div class="flex_auto a:[modifier class]-n1 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">n1</div>
<div class="flex_auto a:[modifier class]-n2 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">n2</div>
<div class="flex_auto a:[modifier class]-n3 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">n3</div>
<div class="flex_auto a:[modifier class]-n4 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">n4</div>
<div class="flex_auto a:[modifier class]-n5 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">n5</div>
</div>
Source: dist/css/acc_uc.css, line 12723
text color modified light to dark
text color modified light to dark
<div class="flex p_5 bg_primary m_5 is-active_toggle-function">
<div class="flex_auto a:[modifier class] bg_[modifier class]-0 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4">0</div>
<div class="flex_auto a:[modifier class] bg_[modifier class]-1 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4">1</div>
<div class="flex_auto a:[modifier class] bg_[modifier class]-2 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4">2</div>
<div class="flex_auto a:[modifier class] bg_[modifier class]-3 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4">3</div>
<div class="flex_auto a:[modifier class] bg_[modifier class]-4 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4">4</div>
<div class="flex_auto a:[modifier class] bg_[modifier class]-5 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4">5</div>
<div class="flex_auto a:[modifier class] bg_[modifier class]-6 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4 ">6</div>
<div class="flex_auto a:[modifier class] bg_[modifier class]-7 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4 ">7</div>
<div class="flex_auto a:[modifier class] bg_[modifier class]-8 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4 ">8</div>
<div class="flex_auto a:[modifier class] bg_[modifier class]-9 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4 ">9</div>
<div class="flex_auto a:[modifier class] bg_[modifier class]-0 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4 ">default</div>
</div>
Source: dist/css/acc_uc.css, line 12699
<div class="flex p_4 bg_primary is-active_toggle-function ">
<div class="flex_auto opacity_0 a:opacity br_1 br_solid br_white p_2 bg_warning c_white"> 0 </div>
<div class="flex_auto opacity_1 a:opacity br_1 br_solid br_white p_2 bg_warning c_white"> 1 </div>
<div class="flex_auto opacity_2 a:opacity br_1 br_solid br_white p_2 bg_warning c_white"> 2 </div>
<div class="flex_auto opacity_3 a:opacity br_1 br_solid br_white p_2 bg_warning c_white"> 3 </div>
<div class="flex_auto opacity_4 a:opacity br_1 br_solid br_white p_2 bg_warning c_white"> 4 </div>
<div class="flex_auto opacity_5 a:opacity br_1 br_solid br_white p_2 bg_warning c_white"> 5 </div>
<div class="flex_auto opacity_6 a:opacity br_1 br_solid br_white p_2 bg_warning c_white"> 6 </div>
<div class="flex_auto opacity_7 a:opacity br_1 br_solid br_white p_2 bg_warning c_white"> 7 </div>
<div class="flex_auto opacity_8 a:opacity br_1 br_solid br_white p_2 bg_warning c_white"> 8 </div>
<div class="flex_auto opacity_9 a:opacity br_1 br_solid br_white p_2 bg_warning c_white"> 9 </div>
</div>
Source: dist/css/acc_uc.css, line 16539
allows for a relative container to be clickable by the link.
It has an easy to override visual style, and is appropriately subdued.
I am so clickable<div class="card shadow_2 cell small-6 large-4 max-w_40" data-style="" >
<div class=" font_accent: border-top-left-square c_white font_3 p_4 texture_dust card-divider bg_primary card-header">
This is a header
</div>
<img src="https://picsum.photos/400/300">
<div class="card-section card-body">
<h4>This is a card.</h4>
<p>It has an easy to override visual style, and is appropriately subdued.</p>
<a href="#" class="expanded-click-area button btn btn-primary">I am so clickable</a>
</div>
</div>
Source: dist/css/acc_uc.css, line 16688
Links with the .link will auto decorate with an icon of the corresponding file type. In each brand there the the variable $usingFontAwesome to control if the classes should even render for the brand. $usingFontAwesome's defualt is true.| File | Effect |
| --------------- | ---------------------------------------------- |
| .pdf | Portable Document Format |
| .doc | Word Document |
| .txt | Text Document |
| .ppt | Power Point |
| mailto: | Email |
| tel: | Telephone |
| fax: | Fax |
| target=_blank | External Link icons will appear after any link |
<div class="p_4">
<a class="link" href="abc.pdf">A link that is a Pdf Document</a><br/>
<a class="link" href="abc.doc">A link that is a Word Document</a><br/>
<a class="link" target="_blank" href="https://www.abc.ppt">An External link that is a Power Point Document</a><br/>
<a class="link" href="tel:1-555-555-5555">1-555-555-5555</a><br/>
<a class="link" href="mailto:test@abc.org">test@abc.org</a><br/>
<a class="link" href="xyz.zip">A link that is a Zip Document</a><br/></div>
<div class="bg_shade-n3 p_4">
<a class="link-light" href="abc.pdf">A link that is a Pdf Document</a><br/>
<a class="link-light" href="abc.doc">A link that is a Word Document</a><br/>
<a class="link-light" target="_blank" href="https://www.abc.ppt">An External link that is a Power Point Document</a><br/>
<a class="link-light" href="tel:1-555-555-5555">1-555-555-5555</a><br/>
<a class="link-light" href="mailto:test@abc.org">test@abc.org</a><br/>
<a class="link-light" href="xyz.zip">A link that is a Zip Document</a><br/>
</div>
Source: dist/css/acc_uc.css, line 16818
To create an image placeholder use the lorem-loader plus an aspect of the intended image on th parent container while waiting for the image.The placeholder will be a 100% of the container so size the container properly.
lock image to a 8 to 10 ratio
lock image to a 1 to 1 ratio
lock image to a 2 to 1 ratio
lock image to a 3 to 2 ratio
lock image to a 4 to 3 ratio
lock image to a 16 to 9 ratio
lock image to a 21 to 9 ratio
lock image to a 4 to 1 ratio
<div class="grid-w_2 max-w_20" data-style="[modifier class]" >
<div class="m-y_2 lorem-loader [modifier class] "> </div>
</div>
Source: dist/css/acc_uc.css, line 16730
Give a mini scroll bar to a content area.
<div class="card shadow_2 cell small-6 large-4 max-w_30" >
<div class=" font_accent: border-top-left-square c_white font_3 p_4 texture_dust card-divider bg_primary card-header">
This is a header
</div>
<div class="card-section card-body p_4 scrollbar-mini overflow_auto" style="max-height:300px;">
<h4>This is a card.</h4>
<p class="font_1">It has an easy to override visual style, and is appropriately subdued.</p>
<img src="https://picsum.photos/400/300">
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Sequi dolorem et maxime, officiis nulla vel? Numquam quas voluptatibus, voluptatem fuga saepe animi nemo voluptatum repellendus in natus libero, nobis illum!</p>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Sequi dolorem et maxime, officiis nulla vel? Numquam quas voluptatibus, voluptatem fuga saepe animi nemo voluptatum repellendus in natus libero, nobis illum!</p>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Sequi dolorem et maxime, officiis nulla vel? Numquam quas voluptatibus, voluptatem fuga saepe animi nemo voluptatum repellendus in natus libero, nobis illum!</p>
</div>
<div class="card-divider card-footer br_0 br_solid br-t_1 br_primary"> <a href="#" class="button btn btn-primary">I am so clickable</a></div>
</div>
Source: dist/css/acc_uc.css, line 16783
Star ratings should be build throughout arches in a more dynamic way but this is an easy level of adding stars.
.rating-5 - 5 stars .rating-4 - 4 stars .rating-3 - 3 stars .rating-2 - 2 stars .rating-1 - 1 stars
<ul class="ul_none flex flex_inline star-rating">
<li class="flex_shrink"> <i class="fas fa-star"></i></li>
<li class="flex_shrink"> <i class="fas fa-star"></i></li>
<li class="flex_shrink"> <i class="fas fa-star"></i></li>
<li class="flex_shrink"> <i class="fas fa-star"></i></li>
<li class="flex_shrink"> <i class="fas fa-star"></i></li>
</ul>
Source: dist/css/acc_uc.css, line 16871
Many momment there are needs for toggles of icon when the parent is in the state of active. Used in tree navs, dropdowns, and collapsing areas.
Toggle between plus and minus square
Toggle a chevron pointing up and then down.
Toggle the double chevron to point up when active
Toggle chevron left and right
Toggle caret right and down
Toggle the arrow to have a circle when active.
Toggle between bars and times
Check Marks toggle on and off
Check Marks toggle on and off
Check Marks toggle on and off
<ul data-style="[modifier class]" class="ul_none m_0 p_0">
<li class="m-t_1 is-active_toggle-function c_black a:c_white flex p-x_3 p-y_2 a:bg_primary font_1 bg_shade-2 ">
<i class="flex_none m-r_5 font_3 fa-solid fa-fw [modifier class]"></i>
<span class="flex_auto ">FA Solid [modifier class]</span>
<span class="flex_shrink m-l_auto w_20 self_end a:_block display_none"> active </span>
</li>
<li class="m-t_1 is-active_toggle-function c_black a:c_white flex p-x_3 p-y_2 a:bg_primary font_1 bg_shade-2 ">
<i class="flex_none m-r_5 font_3 fa-regular fa-fw [modifier class]"></i>
<span class="flex_auto ">FA Regular [modifier class]</span>
<span class="flex_shrink m-l_auto w_20 self_end a:_block display_none"> active </span>
</li>
<li class="m-t_1 is-active_toggle-function c_black a:c_white flex p-x_3 p-y_2 a:bg_primary font_1 bg_shade-2 ">
<i class="flex_none m-r_5 font_3 fa-light fa-fw [modifier class]"></i>
<span class="flex_auto">FA Light [modifier class]</span>
<span class="flex_shrink m-l_auto w_20 self_end a:_block display_none"> active </span>
</li>
</ul>
Source: dist/css/acc_uc.css, line 15998
Transitions Eases and Transforms.Create simple toggleable animations with a combination of classes.
Source: dist/css/acc_uc.css, line 16069
Dynamic adjustment of transition with easing.
ease timing
ease-out timing
ease-in timing
ease-in-out timing
linear timing
<div class="flex m_5 bg_primary m_5">
<div class="transition_3 ease_[modifier class] h:bg_black-0 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">0</div>
<div class="transition_3 ease_[modifier class] h:bg_black-1 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">1</div>
<div class="transition_3 ease_[modifier class] h:bg_black-2 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">2</div>
<div class="transition_3 ease_[modifier class] h:bg_black-3 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">3</div>
<div class="transition_3 ease_[modifier class] h:bg_black-4 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">4</div>
<div class="transition_3 ease_[modifier class] h:bg_black-5 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">5</div>
<div class="transition_3 ease_[modifier class] h:bg_black-6 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">6</div>
<div class="transition_3 ease_[modifier class] h:bg_black-7 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">7</div>
<div class="transition_3 ease_[modifier class] h:bg_black-8 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">8</div>
<div class="transition_3 ease_[modifier class] h:bg_black-9 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">9</div>
<div class="transition_3 ease_[modifier class] h:bg_black p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">default</div>
</div>
Source: dist/css/acc_uc.css, line 16120
Dynamic adjustment of objects scale for toggling between
Scale to 0%
Scale to 100%
Scale the X to 0%
Scale the X to 100%
Scale the X to 0%
Scale the X to 100%
<div class="flex m_5 bg_primary m_5">
<div class="scale_[modifier class] w-10 p-y_3 p-x_4 font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">This is content that will be scaled.</div>
</div>
Source: dist/css/acc_uc.css, line 16009
Soften the harshness of the switch of the style by adding transitions to the change the speed of transition from decorators.
0 second transition
.1 second transition
.25 second transition
.3 second transition
.5 second transition
1 second transition
<div class="flex m_5 bg_primary m_5">
<div class="transition_[modifier class] h:bg_black-0 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">0</div>
<div class="transition_[modifier class] h:bg_black-1 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">1</div>
<div class="transition_[modifier class] h:bg_black-2 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">2</div>
<div class="transition_[modifier class] h:bg_black-3 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">3</div>
<div class="transition_[modifier class] h:bg_black-4 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">4</div>
<div class="transition_[modifier class] h:bg_black-5 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">5</div>
<div class="transition_[modifier class] h:bg_black-6 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">6</div>
<div class="transition_[modifier class] h:bg_black-7 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">7</div>
<div class="transition_[modifier class] h:bg_black-8 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">8</div>
<div class="transition_[modifier class] h:bg_black-9 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">9</div>
<div class="transition_[modifier class] h:bg_black p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">default</div>
</div>
Source: dist/css/acc_uc.css, line 16257
Rotation through transform. Transform doesn't modify the displacement of the flow. This also have an active class modifier
Rotate by 45 degrees
Rotate by 90 degrees
Rotate by 135 degrees
Rotate by 180 degrees
Rotate by 225 degrees
Rotate by 270 degrees
Rotate by 315 degrees
<i class="font_10 fas fa fa-user [modifier class]"></i>
Source: dist/css/acc_uc.css, line 16280
Add in the a: in front of these classes gives you the rotation only when the item is active.
active state.Rotate by 45 degrees
Rotate by 90 degrees
Rotate by 135 degrees
Rotate by 180 degrees
Rotate by 225 degrees
Rotate by 270 degrees
Rotate by 315 degrees
<span><i class="font_10 fas fa fa-user a:[modifier class]"></i> Not Active </span>
<span><i class="active font_10 fas fa fa-user a:[modifier class]"></i> Active </span>
Source: dist/css/acc_uc.css, line 24772
Extras include user modification and other classes that modify the user interactions and experiences
Source: dist/css/acc_uc.css, line 17018
User interaction classes that define how the user can interact with the text of the element.
User on click will select All
.user-select_all
User on click will select Nothing
.user-select_none
User on click will select Browser Default
.user-select_auto
User on click will select Only the text
.user-select_text