The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Member List background stylevar
Can anyone help me to identify the name of the stylevar that responsible for the background color when I look at a profile in the Member List?
The stylevar I'm looking for is the one in VB4.1.0pl2 see below: Code:
body_wrapper { background-color: #FFFFFF; <<<<- this one background-repeat: repeat; |
#2
|
|||
|
|||
That might be this...
Code:
.body_wrapper { padding: {vb:stylevar body_padding}; background: {vb:stylevar body_background}; -moz-border-radius: {vb:stylevar border_radius}; -webkit-border-radius: {vb:stylevar border_radius}; } |
#3
|
|||
|
|||
Nope. The background on my site is showing #BBBBBB, but the body_background stylevar is filled with no background color and an background image.
Found it!!! I think it's a bug in userprofile.css Code:
.body_wrapper{ background-color: {vb:raw page_background_color}; background-image: {vb:raw page_background_image}; background-repeat: {vb:raw page_background_repeat}; |
#4
|
|||
|
|||
Try adding this to the additional.css template and see if it changes that background for you:
Code:
.body_wrapper { background-color: #CC0000; } |
#5
|
|||
|
|||
@calorie: The addition.css doesn't change the background color in the members list. It stays at the #BBBBBB. The background from the main page and all the forum pages is changed, so no typo in the additional.css
@ calorie: Could you check if you have the three page_background_* stylevars? Maybe my upgrade to VB4.1.0pl2 went wrong? Edit: I have created an bug report @VBulletin bug tracker. |
#6
|
||||
|
||||
Put this at the bottom of headinclude
Code:
<vb:if condition="THIS_SCRIPT == 'member'"> <style type="text/css"> .body_wrapper { background-color:#ff0000!important; } </style> </vb:if> |
#7
|
|||
|
|||
@TheWindows7Site: Thanks. I did already a fix in userprofile.css because the VB bug report was dismissed. It is designed to work like it works
|
#8
|
||||
|
||||
Are you asking a question?
|
#9
|
|||
|
|||
Nope, just thanking you.
|
#10
|
||||
|
||||
Glad it works for you
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|