chimney: (Default)
a scarlet thing ([personal profile] chimney) wrote in [community profile] pastries2012-07-26 01:34 pm

layout 002

tested in chrome, firefox, and safari, and they all work fine. FIREFOX, however, might have some text rendering issues in the header, and there's some kind of padding/margin issue at the top and bottom, but nothing huge. this may be fixed later! FIXED IN EDIT 2

EDIT the search module wasn't completely eradicated. it is now!

EDITx2 if the top entry is being cut off, add the code provided here. (thanks, [personal profile] glitterbats!)

EDITx3 code updated yet again for more modifications to custom links list

EDITx4 pastebin updated for better/cleaner sidebar coding and to fix the issue of overlapping custom/nav links. AND EDITED AGAIN to be sure. if for the new code the links are too low down for your taste, ctrl+f #secondary and change the top value to match the length of your journal title.

EDITx5 7/15/14 added code to remove 'jump to modules' link, fix clipped entry height, and reposition 'top of page' link.

neopolitan rose

full size



code. ovurr here
instructions. 1. apply one of the crisped themes, two column layout, sidebar on left.
2. go to customize css.
3. apply whichever code you wish. no need to disable modules or anything!
4. profitt????
5. comment pages are NOT stylized. do turn them off u_u
6. don't switch the page style light/dark either, it's screws up the code.
credit. please credit [community profile] pastries somewhere and/or leave credit in the css!
glitterbats: (Emilie Autumn ♠ the devil's work/minion)

[personal profile] glitterbats 2012-08-03 08:18 pm (UTC)(link)
I just wanted to post saying that if anyone had the problem with the top of the most recent entry being cut off, to find this code:

#primary {
float: left;
width:750px;
margin-right:-800px;
margin-left: 0;
]

and add this to the end:

margin-top:32px;