PDA

View Full Version : How to modify the quoted text frame?


sgrisole
03-05-2009, 10:48 PM
This is a simple question I guess :) I just want to modify the rectangle displayed around a quoted text block and make it a 1px solid line, without the 3D / shadow effect that is default for vBulletin. I'd like it to look like the attached example.
I already tried to edit the bbcode_quote template but obviously I don't know what to change. So, how do I get a simple 1px white (or any other color of my choice) frame ?
Thanks for your help.

sgrisole
03-07-2009, 09:10 AM
Can anybody please point me to a tutorial to learn how to modify the quote style?

Carlos-Sz
05-29-2009, 05:21 AM
I'd also like to know how to change frame color/style.

Thank you in advance.

--------------- Added 1243579787 at 1243579787 ---------------

OK. I've found after reading the topic below:

https://vborg.vbsupport.ru/showthread.php?t=204958

Go to Style Manager>Main CSS>Additional CSS Definitions and add the border width, style and color you'd like, e.g.:

.fieldset { margin-bottom: 6px; border-width: 1px; border-style: solid; border-color: #747480; }

The default .fieldset has just the margin-bottom value.

The code above change some of the forum frames but NOT the quote one.

Carlos-Sz
06-01-2009, 05:41 AM
I've found it: you can change quote color frame in "BB Code Layout Templates".