What: Pretty Quotes
Description: Makes the quote box a little better-looking in my opinion, giving it a style you might see more in blogs.
Example:
http://www.praisecafe.org/forum/ubbthreads.php/ubb/showflat/Number/54418Instructions: The colors below are basically from the default threads 7 stylesheet, adjust to your taste

This is the css code for your ubbcode properties (toward the bottom of your style).
In the .ubbcode-block box change it to this:
margin: 5px 2em;
background: #FFF;
padding: 0px;
border-spacing: 0px;
border: 1px dotted #AAAA11;
In the .ubbcode-header box change it to this:
display: block;
font-weight: bold;
padding: 4px;
color: #666666;
background: #EEEECC;
border-bottom: 1px solid #AAAA11;
font-size: 8pt;
In the .ubbcode-body box change it to this:
font-size: 10pt;
display: block;
background: #F1F0D1 url(/img/quote.gif) 10px 10px no-repeat;
font-style: italic;
line-height: 1.5em;
padding: 10px 1.5em .25em 45px;
Adjust the url to the image in the above box to suit your site. You can use the image below if you like
