vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   This colour change is prooving impossible (https://vborg.vbsupport.ru/showthread.php?t=88917)

b6gm6n 04-11-2004 08:47 PM

This colour change is prooving impossible
 
Hi...

Check the attached, i've found this 'default' color border again on posting and again around the quick reply box... just cannot seem to change it...

I'm sure it's a 'fieldset' css element, but it's not in the extra css defs and i've tried altering them but with no effect on this border...

check this thread at vb.org for the attachments (cannot upload here)

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

please advise

cheers

-b6

Elmer 04-11-2004 10:52 PM

Yo can edit that border by editing the file vbulletin_editor.css located in the clientscript folder.

Look for
HTML Code:

#vBulletin_editor
{
border: 2px groove;
}

and just change the border 'groove' by 'solid' or whatever you want.

note that you can not change the color to a groove border so instead of a groove border use solid borders like

border-bottom: solid 1px white;
border-right: solid 1px white;
border-top: solid 1px silver;
border-left: solid 1px silver;

to create an inset or outset border playing with it

or just

border: solid 2px yourcolor;

;)

Tony G 04-12-2004 02:46 AM

Moving to design/code help, support questions do not belong in the modification submission forums. :)

b6gm6n 04-12-2004 11:30 AM

THANKYOU DEXTER! :) i was just on the trail of the vBulletin_editor css, thought hmmm now where is that? cheers bud, i'm sorted

-b6


All times are GMT. The time now is 08:38 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.02127 seconds
  • Memory Usage 1,711KB
  • 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_html_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