1. Backup your template. recomended
2. Go to layout tab "Edit HTML".
3. Search:
blockquote {or
bla
bla
bla }
.post-body blockquote {4. Replace it with following:
margin: 1em 3em;
padding: .5em;
background-color: #f6ebc1;
}
.post-body blockquote {You can change its value to customize the looks.
font: 12px/20px italic Times, arial;
padding: 8px;
background-color: #e5e5e5;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
margin: 0px;
background-image: url(http://img151.imageshack.us/img151/5882/bulletp.gif);
background-position: top left;
background-repeat: no-repeat;
text-indent: 0px;
}
Ps : This effect only appear in your blog posts, not in preview or compose mode.
0 comments: