vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Changing the color of part of the style... can't find it (https://vborg.vbsupport.ru/showthread.php?t=293312)

Revenga 12-27-2012 12:27 AM

Changing the color of part of the style... can't find it
 
I've looked and looked and looked again to try to find where to edit the white-ish border where I drew arrows by. Where do I edit the colors of this?

Misc. Info: I don't know if it matters, but I edited this style from the default vB3 style if that makes any difference in where it would be found.

Thanks!

- Revenga

christon26 12-30-2012 07:41 PM

It's either the panel or panel surround declarations which are found in your Style Manager - All Style Options or the vBulletin Editor declaration which is in a css file, clientscript\vbulletin_editor.css:

.vBulletin_editor
{
border: 2px groove;
}

Change to suit.

It's hard to tell exactly which one it is without looking at your site lol if you use Firefox, Firebug is really good to see what css you need to change :)

CAG CheechDogg 12-30-2012 11:25 PM

Post a link so that we can tell you exactly what it is if you haven't yet figured it out.

But it looks like the following is what you need to modify. Add this to your additional.css and just change the border to your desired color and width.

By the way, never edit your default files through ftp, there is no need for that and you will lose any changes you make. Always add your changes or modifications using the additional.css

PHP Code:

.formcontrols {
    
border-bottom1px solid #FFFFFF;
    
border-left1px solid #FFFFFF;
    
border-right1px solid #FFFFFF;



Revenga 12-31-2012 02:09 AM

Thanks.

- Revenga


All times are GMT. The time now is 08:21 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.02206 seconds
  • Memory Usage 1,715KB
  • 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_php_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