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)
-   -   What is this stylevar?!? (https://vborg.vbsupport.ru/showthread.php?t=266147)

sleepymuse 07-02-2011 12:21 AM

What is this stylevar?!?
 
I can not figure out what stylevar to change to modify a color on the page.

I'm linking an image, so you can see which part I'm referring to. it is the part that has the "What is this?!?!" on it. It is the grey/blue box around the text input field. I also can't figure out the border around the text input field.

I've gone through every stylevar I think it might be related to, and then a lot that I don't think it is related to, and I just can't figure it out.

https://vborg.vbsupport.ru/external/2011/07/54.png

Since I'm making a thread, I'll just ask if you know the stylevar I need to change to change the background color of the "Title" text input as well.

Thanks!

setishock 07-02-2011 01:45 AM

Blockbody_background
As for the title text background I could use that information myself. I would imagen it's going to be a css edit somewhere.

sleepymuse 07-02-2011 04:50 AM

sigh, i'm not sure what is going on with my forum then. I'll have to do a bit more digging into the style or something. I've changed that stylevar, but it doesn't affect how that is displayed.

thank you for the reply ^_^

setishock 07-02-2011 09:50 AM

It's been either hard coded in the editor template or over ridden in the editor css.

sleepymuse 07-02-2011 02:40 PM

Quote:

Originally Posted by setishock (Post 2215707)
Blockbody_background
As for the title text background I could use that information myself. I would imagen it's going to be a css edit somewhere.

found it ^_^

it is: forms > input_background

setishock 07-02-2011 03:07 PM

Thanks for coming back and sharing that. Now I can fix mine.

sleepymuse 07-02-2011 07:58 PM

i've got another one, i'll try reusing my existing thread...

the forum tree up top, where it lists out where you're currently browsing in the forum, looks great until you try to use it.

https://vborg.vbsupport.ru/external/2011/07/50.png

when you mouse over "General Chatter" to navigate there, the background turns white, and the text in unreadable.

https://vborg.vbsupport.ru/external/2011/07/51.png

I can't find the stylevar so that i can make it stop/change the color. wondering if anyone can help.

Jeff Ledger 07-02-2011 08:02 PM

Code:

.breadcrumb .navbit a:hover {
    text-decoration: none;
    background-color: YOUR COLOR GOES HERE;
}

Add it to additional.css

sleepymuse 07-02-2011 09:01 PM

Quote:

Originally Posted by Jeff Ledger (Post 2216012)
Code:

.breadcrumb .navbit a:hover {
    text-decoration: none;
    background-color: YOUR COLOR GOES HERE;
}

Add it to additional.css

thank you much!


All times are GMT. The time now is 12:01 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.00978 seconds
  • Memory Usage 1,727KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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