This style will add a small arrow on the side of any block element, with automatic color inheritance. Here are some examples:
There are 4 position classes available: top, right, bottom and left. If no position class is set, the arrow is set at bottom. Here is the markup for a top arrow:
<span class="block-arrow top"> <span></span> </span>
This style is designed to display a small count bubble on top of any element:
The count style is not stuck to the right because it was originally created for button groups:
If required, it may be aligned on the right, on the left or even inset:
This style adds a close button on top of any element, and clicking on it automatically removes the parent element with a fade out effect:
The close style works fine with the utility class show-on-parent-hover, which reveals it only when the mouse hover the parent element (but remain visibile on touch devices):
If required, it may be aligned on the left or be inset:
Hey! Default ribbon
Hey! Color classes red-gradient and glossy (apply to ribbon-inner)
Hey! Size classe tiny (apply to ribbon)
Here is the default markup to create a ribbon:
<span class="ribbon"> <span class="ribbon-inner">Text</span> </span>
Here is a customized markup:
<span class="ribbon tiny"> <span class="ribbon-inner red-gradient glossy">Text</span> </span>
<span class="loader"></span> <span class="loader waiting"></span> <span class="loader working"></span> <span class="loader refreshing"></span>
<span class="loader big"></span> <span class="loader big waiting"></span> <span class="loader big working"></span> <span class="loader big refreshing"></span>
<span class="loader huge"></span> <span class="loader huge waiting"></span> <span class="loader huge working"></span> <span class="loader huge refreshing"></span>
This is a real simple style to create meter bars like phone signal level or volume:
<span class="meter orange-gradient"></span> <span class="meter orange-gradient"></span> <span class="meter"></span> <span class="meter"></span>
Play with colors to create infinite styles: