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)
-   -   Stylevar for Visitor's Message (https://vborg.vbsupport.ru/showthread.php?t=231265)

Zaiaku 12-26-2009 10:08 PM

Stylevar for Visitor's Message
 
Has anyone figured out what stylevar is used to changed the baccground on the wysiwyg editors box when on a members profile page and sending a visitors messenger. So far its the only thing I haven't been able to edit that I need to.

For some reason only the body_baccground can be used but that changes way too much.

So I either need to change the color of the wysiwyg editor baccround of the color of the text that is typed in that box.

Lynne 12-26-2009 10:59 PM

{vb:stylevar body_background.backgroundColor}

Zaiaku 12-31-2009 06:29 PM

That changes the baccground for too much o the site.

Is there any css I could add so that the text inputted into the editor becomes white or another color.?

Lynne 12-31-2009 07:53 PM

Use firebug to get the class and then you can just add some css to change it to whatever you want - HOW TO Find what Stylevar you need to edit

Zaiaku 01-02-2010 04:59 PM

Well I was able to cahnge the baccgroun but it didn't help since there's a layer above it. I tried just changed the text color when typing in it but nothing is working for that. Do you know of a css code I can input to change the text that is type in it?

Lynne 01-02-2010 05:22 PM

Did you try just adding some css:

Code:

.profile_content .editor_textbox iframe {
background: white;
}


Zaiaku 01-02-2010 06:46 PM

Yeah I tried all of that. the probles is that _body_baccground overlaps it so it doesn't show. That's why now I just trying to chang the color of the text that is being type in but nothing is changing it.

Lynne 01-02-2010 07:50 PM

You must not be applying it in the correct place (I put it in a custom css template that is called right before the </head>) because when I use that css, it does what I want.

Zaiaku 01-02-2010 09:08 PM

OK adding a new css and manually putting it into the template itself didn't work but you definitely pointed me into another way to get it to work.

Much thanks!

Epic Mike 01-02-2010 10:36 PM

Quote:

Originally Posted by Zaiaku (Post 1945327)
OK adding a new css and manually putting it into the template itself didn't work but you definitely pointed me into another way to get it to work.

Much thanks!

Could you please post what you did to get it working. It would help others following your post.

Thanks,

Mike

darren1981 02-16-2010 07:44 AM

Try this...

In "vbulletin-formcontrols.css"

Add this:

input, textarea, .textbox, .wysiwyg {
color:{vb:stylevar shade_color};

then change "control_focus_background" in style vars to a different color

this is working for me


All times are GMT. The time now is 05:15 PM.

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.02399 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (11)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