The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to modify the quoted text frame?
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. |
#2
|
|||
|
|||
Can anybody please point me to a tutorial to learn how to modify the quote style?
|
#3
|
|||
|
|||
I'd also like to know how to change frame color/style.
Thank you in advance. --------------- Added [DATE]1243579787[/DATE] at [TIME]1243579787[/TIME] --------------- 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.: Code:
.fieldset { margin-bottom: 6px; border-width: 1px; border-style: solid; border-color: #747480; } The code above change some of the forum frames but NOT the quote one. |
#4
|
|||
|
|||
I've found it: you can change quote color frame in "BB Code Layout Templates".
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|