The template provides a set of styling classes:
class="lite-box-shadow"
class="box-shadow"
class="strong-box-shadow"
class="large-box-shadow"
class="lite-text-shadow"
class="text-shadow"
class="strong-text-shadow"
class="large-text-shadow"
class="top-bevel-on-light"
class="top-bevel"
class="top-bevel-on-dark"
class="bottom-bevel-on-light"
class="bottom-bevel"
class="bottom-bevel-on-dark"
class="bevel-on-light"
class="bevel"
class="bevel-on-dark"
class="emboss"
class="emboss-on-dark"
class="bright-text-bevel"
class="bright-text-bevel-on-dark"
class="dark-text-bevel"
class="dark-text-bevel-on-dark"
class="with-border"
This class forces a border on an element which does not have one by default. Color is inherited from element's styling.
class="glow"
Add a subtle glow effect. Does not work on IE7 due to lack of proper styling support.
Stripes are created by adding an overlaying block, thus the parent element needs to have position:absolute or position:relative. If not, just add the class relative:
<div class="relative"> Block content <div class="stripes"></div> </div>
class="thin-stripes"
class="stripes"
class="big-stripes"
class="dark-thin-stripes"
class="dark-stripes"
class="dark-big-stripes"
Just add the class animated to get moving stripes. This work for all stripes sizes or color, but use it with caution as some slow computers have a hard time rendering them on large elements.
class="dark-stripes animated"