vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How to change border color ? (https://vborg.vbsupport.ru/showthread.php?t=159658)

ltd 10-07-2007 01:45 AM

How to change border color ?
 
https://vborg.vbsupport.ru/external/2007/10/20.gif

Look the image above, I made it easy for you to understand. lol

Opserty 10-07-2007 09:44 AM

Look in the Style Manager -> Main CSS for the .panel and .panelsurround classes. They should have a border property with a hex code for the border color. Just change that.

ltd 10-07-2007 05:22 PM

Quote:

Originally Posted by Opserty (Post 1354678)
Look in the Style Manager -> Main CSS for the .panel and .panelsurround classes. They should have a border property with a hex code for the border color. Just change that.

Thanx, that fixed it, any idea how to change the border color of the box inside ?

Opserty 10-07-2007 06:45 PM

Try the .fieldset class.

ltd 10-07-2007 07:23 PM

Can't find any border in that , here is the code

Code:

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }


Dismounted 10-09-2007 09:43 AM

That's because vBulletin by default uses the standard fieldset formatting. Simply add a border declaration.

ltd 10-09-2007 10:46 AM

Quote:

Originally Posted by Dismounted (Post 1356127)
That's because vBulletin by default uses the standard fieldset formatting. Simply add a border declaration.

Worked, Thank you :)


All times are GMT. The time now is 07:09 AM.

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.01070 seconds
  • Memory Usage 1,720KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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