vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   where to find in stylevar... (https://vborg.vbsupport.ru/showthread.php?t=264996)

williamrcmt 06-10-2011 02:21 PM

where to find in stylevar...
 
I need to fix the stylevar, when you type the text is white in searchbox just like it's background/entry area

thank you for any help

https://vborg.vbsupport.ru/external/2011/06/65.jpg

RobbieZ 06-10-2011 02:42 PM

What board are you running?

And what do you want fixing? The search box background or the colour of your text font?

williamrcmt 06-10-2011 05:53 PM

4.1.3 and color of the text font would seem best option I think?

williamrcmt 06-11-2011 07:49 PM

anyone, any ideas?

TheLastSuperman 06-12-2011 12:44 AM

Hmm try editing the shade color {vb:stylevar shade_color}

However you have a dark style so more than likely you have the shade set to black or a color to make it seem like a glow either way you might need to edit the css, edit the templates and find the css template popupmenu.css

Code:

.popupbody li input.searchbox {
        width:180px;
        padding:{vb:stylevar popup_padding}px;
        font-size:10pt;
        font-style:italic;
        color:{vb:stylevar shade_color};
}

.popupbody li input.searchbox:focus {
        font-style:normal;
        color:{vb:stylevar body_color};
}

Change color:VALUE to suit your needs.

williamrcmt 06-14-2011 06:15 PM

thank you, I believe that did it, changed color to 000000


All times are GMT. The time now is 02:19 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.01030 seconds
  • Memory Usage 1,717KB
  • 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
  • (6)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