chimney: (pic#2349777)
a scarlet thing ([personal profile] chimney) wrote in [community profile] pastries2012-07-28 11:11 am

layout 003

o-okay i think this will be the last one for a while I NEED TO STOP MAKING MORE....

edit: 8/03/14 added code to remove the 'modules' link under the title/page title

EDIT to fix the custom links list, follow instructions here. pastebins have been updated as well!
EDIT2 pastebins updated again for easier editing of entry width via #canvas, or follow these directions
EDIT3 pastebins updated for custom text (hopefully)
EDIT4 for those experiencing a missing journal title/subtitle and sidebar overlapping the navigation header, go into #canvas and edit the margin field to make the FIRST 0 into anything over 80px.

margarita

full size
also available in: lemon | blueberry | guava | orange | passionfruit
but feel free to enter your own color!


code. lime | lemon | blueberry | guava | orange | passionfruit
but feel free to enter your own color!
instructions. 1. apply one of the crisped themes. make sure the page layout is two column, sidebar on left!
2. go to customize css and turn off 'use layout stylesheet'.
3. apply whichever code you wish.
4. if you need or want to, ctrl+f the hex code of the accent color:
lime: #CF0
orange: #F90
lemon: #FF0
guava: #F99
blueberry: #6CF
passionfruit: #C36
and replace with whatever you like! just make sure it stands out against black.
5. profitt????
6. comment pages are not stylized!

NOTES to change the default userpic image to a hosted image, follow the instructions here!
credit. please credit [community profile] pastries somewhere and/or leave credit in the css!

(Anonymous) 2012-11-27 08:31 pm (UTC)(link)
I love this layout but I have a question. Directly underneath the left side text like "userinfo" and "profile" and etc, there is an extra bit of text showing the title of recent entries. Is there a way to change the text color of that? I'm not very good with code.
attend: (Default)

[personal profile] attend 2012-11-27 08:34 pm (UTC)(link)
Oops, I didn't mean to make this anonymous.
nightshades: (.if you'll just leave some day)

[personal profile] nightshades 2012-11-27 08:52 pm (UTC)(link)
this is chimney, just on this journal for ease of troubleshooting because it actually uses this layout

the page summary module should be disabled actually, if that's what you're talking about. if it isn't then i'd need to know what it is exactly to help with that. but if it is the pagesummary that you've activated, then...

.module-pagesummary {
padding: 0 5px 0 5px;
margin: 20px 0 0 0;
font-size: 10pt;
text-align: center;
letter-spacing: 0.2em;
list-style: none;
}


will format it to match the navigation list (if that isn't already done?), and

.module-pagesummary a {color:#hexadecimal;}

will change the color of the text/link itself. hope that helps! P:
attend: (Default)

[personal profile] attend 2012-11-27 09:38 pm (UTC)(link)
Oh, that worked, thank you!