Statistics Boxes


There is list of colors available in template (variables.scss): red, orange, lime, green, teal, blue, brown, and dark red. Any .box may be colored directly via css adding color class to it. For example:

<div class="box red"></div>

Progress Bars


Progress bar behaviour is achieved through Bootstrap's progress bar component.

There are two more styles in Light Blue template: .progress-small - to make progress bar look thin and .progress-inverse - to make it gray.

Stats Overview Widgets


Overview widget is a simple widget styled with .tiny class. Inner content is wrapped by

<section class="overview"></section>