{ALPHA}

(1) General Page Layout | (2) Alpha classes | (3) Beta classes
.stream-header

description: A container that holds the previous/next navigation
location: inside #alpha
p.prevnext

description: Paragraph inside the .stream-header that holds the previous/next navigation
location: #alpha -> .stream-header
a.prev, a.next

description:Previous and Next links, respectively.
location: inside p.prevnext
.asset

description:The container that holds the entry.
location: inside #alpha
.asset-inner

description:A second container inside of .asset. Used mostly for margins and padding.
location: inside #alpha
.asset-header

description:The container that holds the entry subject and the date/time.
location: inside .asset - > .asset-inner
.asset-header-inner

description:Container inside of the .asset-header used for margins and padding.
location: inside .asset-header
h2.asset-name.page-header2
(can be shortened to h2.asset-name or .asset-header h2)

description:Entry Subject
location: inside .asset-header
.asset-meta

description:Used twice - on the date/time and the comment links
location: varies
note: you can isolate this to the date/time by specifying .asset-header .asset-meta{}
.datetime

description:Entry date and time
location: inside .asset-header -> .asset-meta
.asset-content

description:container inside of the entry that holds the entry text , userpic, currents and tags.
location: inside .asset
.asset-body

description:Text of the entry
location: inside .asset-container
.user-icon

description:Userpic
location: inside .asset-body
.lj-currents

description:Mood, music, location
location: inside .asset-body
.entryMetadata-label

description:labels for mood, music, location
location: inside .lj-currents
.asset-tags

description:container for the entry tags
location: inside .asset-body
h4.asset-tags-header

description:label for the entry tags
location: inside .asset-tags
.asset-tags-list

description:unordered list that holds the entry tags.
location: inside .asset-tags
.asset-tags-list li.item

description:List item in the above unordered list.
location: inside .asset-tags-list
.asset-meta

description:Used twice - on the date/time and the comment links
location: varies
.asset-meta-comments

description:items in the .asset-meta list that hold the comment links.
location: inside .asset-meta-list
note: use instead of .asset-meta to specify only comment links.
.asset-footer

description:Empty container at the foot of the entry.
location: inside .asset
note:You can specify text for this section in the customization wizard.
You can also use this to put an entry divider image. You will need to define a height for this.
(1) General Page Layout | (2) Alpha classes | (3) Beta classes