vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   How to modify the quoted text frame? (https://vborg.vbsupport.ru/showthread.php?t=207475)

sgrisole 03-05-2009 10:48 PM

How to modify the quoted text frame?
 
1 Attachment(s)
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 [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 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".


All times are GMT. The time now is 10:08 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01427 seconds
  • Memory Usage 1,713KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete