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
- Make the links (Leave comment etc) smaller
- Make the blockquotes have a light grey background
- Make the comment text smaller
- Put a separator between entries
- Justify entry text
Should be pretty easy, but it's Friday, and I'm dumb. <3 Thanks guys!
/* resize entire layout-------------------------------------------------- */
#alpha { width: 510px;}
#container-inner, #header-inner { width: 700px;}
.layout-tw #alpha-inner { width: 430px;}
/* general formatting --------------------------------------------------- */
body {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color:#000000;
text-align:justify;
}
a {
font-weight: bold;
text-decoration: underline;
color: #e5729c;
}
a:hover {
text-decoration: none;
}
.asset-body blockquote {
padding: 10px;
font-size: 11px;
background-color:#CDC1C5;
}
/* links at bottom of post -------------------------------------------------- */
.asset-meta-list {
font-size: 11px;
}
.asset-meta-list,
.asset-meta-list a:link,
.asset-meta-list a:hover,
.asset-meta-list a:visited,
.asset-meta-list a:active {
color: #999;
font-weight: bold;
}
/* editable comments -------------------------------------------------------- */
.comment-body, {
font-size: 11px;
}