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)
-   -   Background of textbox in Profile (https://vborg.vbsupport.ru/showthread.php?t=232020)

dd365media 01-03-2010 11:03 AM

Background of textbox in Profile
 
Hello,

I can't figure out how to change background of textbox in Profile (visitor messages). Through body_background it will change background of forum too.

Any ideas?

Lynne 01-03-2010 02:43 PM

I just answered this recently....

PHP Code:

.profile_content .editor_textbox iframe {
backgroundxxxxxx;



dd365media 01-03-2010 02:58 PM

Thanks. I tried it but it didn't changed anything so I deleted

PHP Code:

.profile_content .editor_textbox textarea, .profile_content .editor_textbox iframe {
    
background: {vb:stylevar body_background.backgroundColor};
    
font-size: {vb:stylevar small_fontSize};
    
height100px;


And now it's okay.

You helped me a lot. So thank you again.

Lynne 01-03-2010 03:12 PM

If you tried the code I posted, my guess it you put it in the wrong place. You need to put it somewhere *after* vbulletin defines it or it won't overwrite the vbulletin property.

allenewood 01-03-2010 08:13 PM

I'm trying to change that as well. I added that line to the bottom of member.css, but it didn't do anything. Did I add it to the wrong .css

Lynne 01-03-2010 08:25 PM

What template was it originally defined in? You can put it at the end of that template.

tSS 01-31-2010 01:26 AM

worked for me, THANK YOU!
Now I need to fix the already sent profile messages background - that's white/white too. :(

Attitude5ire 01-31-2010 02:03 PM

Just gonna edit your code Lynne hope u dont mind, So that ppl dont have to worry where the CSS is added.

Code:

.profile_content .editor_textbox iframe {
background: #xxxxxx !important ;
}


tSS 01-31-2010 02:10 PM

1 Attachment(s)
any tips on fixing this white on white "already sent profile messages"?
I had to highlight it so we could read it :(
Attachment 111418

or this on the forums page?
Attachment 111419

Attitude5ire 01-31-2010 02:14 PM

The class used is this
.postbit-lite .posttext {
color:#coloruwant;
}
Try it but it might change some other text too..

daveaite 01-31-2010 06:39 PM

Go into stylevars > and change "textedit_background"

reference:
http://stylevars.com/reply.htm

tSS 02-01-2010 01:40 AM

Dave - tried yours first since it's easier - didn't work, I changed it to red just to check and it didn't affect it at all.

^^Attitude, Will try that in my css . . .

--------------- Added [DATE]1265002536[/DATE] at [TIME]1265002536[/TIME] ---------------

didn't work :(

JohnnieOO 03-01-2010 01:03 AM

Quote:

Originally Posted by Lynne (Post 1946009)
I just answered this recently....

PHP Code:

.profile_content .editor_textbox iframe {
backgroundxxxxxx;



Lynne can you explain this for a dummy like me?
My profile page and the blog page both have a transparent background so that the page background shows through. Like others, I just want to change those blocks to white. I've used firebug and quite simply, it doesn't help in this matter.

So what to I look for, the profile template? and then add your code to the bottom and replace xxxxxx with the color I want?

Thanks,

Johnnie

Lynne 03-01-2010 02:47 AM

I always just add CSS to additional.css instead of changing it in the default css files.

JohnnieOO 03-01-2010 11:46 AM

OK, I'm not as smart as Lynne thinks I am, can I get the dumb guy step by step?

Lynne 03-02-2010 03:14 AM

Styles & Templates > STyle Manager > find your style > select Edit Templates from the dropdown > double click on CSS Templates > click on additional.css to edit > add CSS > Save.


All times are GMT. The time now is 05:02 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.01135 seconds
  • Memory Usage 1,748KB
  • 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
  • (3)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (16)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