{BETA}

(1) General Page Layout | (2) Alpha classes | (3) Beta classes
.widget

description: Sidebar box.
location: inside #beta and/or #gamma
.widget-inner

description:container inside of widget used for margins and/or padding.
location: inside .widget
h3.widget-header

description:Title of widget
location: inside of .widget
note: can target specifically by naming the widget
example: using .customtext-widget h3.widget-header will target only the header in the custom text widget.
.widget-content

description:container that holds the contents of the widget
location: inside of widget
INDIVIDUAL WIDGETS
There are eight different widgets:
  1. About Me
  2. Calendar
  3. Typelist
  4. Categories
  5. Archive
  6. Syndicate
  7. Powered
  8. Customtext
The following section will break down each widget individually.
.about-me-widget

description:Profile widget
location: inside of #beta
.profile-list

description:List holding the contents of the about me widget.
.user-pic

description:Default icon in the .about-me widget.
.profile-username

description:Username in the .about-me widget.
.profile-name

description:Other list items in the .about-me widget.
.calendar-widget

description:Calendar widget (duh, lol!)
.calendar-widget table

description:Table that holds the actual calendar.
.calendar-widget .widget-footer

description:Link to "view all archives".
.typelist-widget

description:Link List: Manage yours.
.typelist-widget .widget-list

description:Unordered list that holds link list.
.typelist-widget li.item

description:List item in the .widget-list
.categories-widget

description:Tags widget
.categories-widget .tagcloud

description:Unordered list that holds tag list.
note: Can be changed from a cloud to a list in the customization wizard.
.categories-widget .tag

description:List item in the .tagcloud.
.categories-widget .widget-footer

description:Link to "View my tags page".
.archive-widget

description:Page Summary widget (archive? doesn't make sense to me...)
.archive-widget .widget-list

description:Unordered list that holds the summary items.
.archive-widget li.item

description:List item in above mentioned list.
.syndicate-widget

description: Syndicate Widget (obviously).
.syndicate-widget .widget-content

description: Content of the widget. Holds links to your feeds.
.customtext-widget

description: Custom text widget. You write your own in the customiztion wizard under "sidebars".
.customtext-widget .widget-content

description: Content of the widget.
.powered-widget

description: Widget that holds the "powered by" link.
.powered-widget .widget-content

description: Content of the widget.
(1) General Page Layout | (2) Alpha classes | (3) Beta classes