GTQuotes - Custom Quote Box hack request

Just thought I might provide additional quote images.

Attached are .png versions of the quote image. These can be used on any background and you won't see any white bits hanging off them.

All you need to do is change

PHP:
.quote{
  margin:15px 10px;
  background: url(forums/images/misc/q.gif) 0 0 no-repeat;
  padding-left:25px}
blockquote.bq{
  font: italic 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  border-left:3px solid #ccc; 
  margin:0px;
  padding:0 5px}


To

PHP:
.quote{
  margin:15px 10px;
  background: url(forums/images/misc/b-q.png) 0 0 no-repeat;
  padding-left:25px}
blockquote.bq{
  font: italic 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  border-left:3px solid #ccc; 
  margin:0px;
  padding:0 5px}

Before placing it in additional css. If you want to use the white quote image change the file name to "w-q.png". Oh, and don't forget to upload the images, hehehe.
 
Back
Top