Manual

Ignore this page.

Shortcuts

Wordpress Dashboard
Write New Post
Write New Page

YouTube

CSS

CSS styles and structures.

Uncompressed Main Stylesheet
Stylesheets used by theme were compressed with CSS Drive’s Compressor

General Styles

Basic text and standard object styling.

Headers

Headers 1 through 6 defined.

Basic Text

Styled base tags: p, a, ul, ol, table, hr

Blockquote

Remember to use a p inside the blockquote.

Images

  • Apply class .nostyle to all hyperlinks of all image links
  • .left – force cleared left image
  • .right – force cleared right image
  • .center – center image
  • .nostyle – no padding or anything
  • .top – add padding to top of image in addition to bottom
  • .full – left floated image that pushes everything else past it

Object

For things like YouTube videos and audio players, the object tag is styled.
.center – center the object

Structures

Specific styles and combinations of classes for style-objects.

Showcase

  • .showcase300 – use this class (div) around showcases (300 pixel-width gallery image with right-side description)
  • .image – use this class (div) around the image link
  • .text – use this class (div) around the description

Two Columns

  • .twoColumns – div class that surrounds the two column divs
  • .leftColumn – for the left div
  • .rightColumn – for the right div

Other

  • .e – very light blue background applied to even tr tags in tables intended to have row backgrounds
  • .clear – forces clearing, use with br or div
  • .indent – arbitrarily indents the contained elements by 2em, uses div
  • .anchor – use on div surrounding anchor links to make them 0 height
Last Updated: January 22, 2010