Font Color, Link Color, Blockquotes

Feb 16, 2007 09:34

Hey guys, I have searched this community high and low and I'm not finding the answers to the questions I desperately need answered! (Ok, not desperately, but you know...) I am using the DJ Girl Expressive theme, and I wanted to do the following things:

- Center my user pic on the sidebar
- Change the links to bold
- Make the body text smaller
- ( Read more... )

entries:blockquotes, sidebar:profile, comments, entries:divider

Leave a comment

Comments 13

av8rmike February 16 2007, 19:14:27 UTC
The blockquote CSS wasn't working? It worked for me. For the comments part, you have a comma in the selector that shouldn't be there. For entry separator, you can either put some HTML in the Custom Options->Entry Footer HTML box, or style .asset-footer{}.
.asset-body { text-align: justify; } for the last one.
The user-pic centering could be tricky, because IE and FF have differing methods of interpreting the CSS. So far nothing I've tried has worked in IE.

Reply

doitalone February 16 2007, 19:16:23 UTC
I don't know why the blockquote isn't working except maybe the little quotes it puts is a background, and how would I remove that?>

Reply

av8rmike February 16 2007, 19:53:25 UTC
Ah, OK. I couldn't see any of your locked entries with a blockquote to know. Also, this theme uses a weird selector for the . Try this:
.post-asset .asset-body blockquote {
padding: 10px;
font-size: 11px;
background-image: none;
background-color:#CDC1C5;
}

Reply

doitalone February 16 2007, 19:58:02 UTC
Ohhhhh, that kinda worked. But it made the background the width of the post. (You can view my entries now)

You are my hero for helping me with this. I could buy you a drink if you wanted! :P

Reply


Leave a comment

Up