layout; audacity makes queens (original) (raw)
Layout: Audacity Makes Queens
Style: Flexible Squares
Account: Basic, Paid
Browsers: Firefox, Safari
Features: Tiny Icons, Custom Comment Pages, Contextual Popups
dark code:
light code:
Installation instructions:
Go to Select Journal Style and pick a Flexible Squares theme.
Choose 'Customize Selected Theme'
Set all drop-down boxes to 'NO'
Click 'Custom css' and paste the code in the text area
Click save changes
Adding a header:
Find .headerimage in the css
Add this code
.headerimage {
position: relative;
margin: 0 auto 0 auto;
width: #px;
height: #px;
background-repeat: no-repeat;
background-image: url(insert link to header);
}
Resources:
Contextual popup code: cartonage
Tiny icons: damnicons
Credit:
Please add the following to your profile/journal/community
layout by <lj-user="enamors"/>
Comments are much appreciated! This is my first try at coding from scratch.