PDA

View Full Version : VB4 style color problem ?!!


Shorbagy
11-29-2009, 01:03 PM
Hi ,

I have changed all skins and background ., but i have small problem , i will attach the picture here .

i have to problems and i need to fix it .

please help me .
thx

106905

Charlie98902
11-29-2009, 01:06 PM
For the white:

In threadlist.css, you have these lines:

.threadbit .alt {
background: #f2f6f8 {vb:stylevar threadbit_background.backgroundImage} {vb:stylevar threadbit_background.backgroundRepeat} {vb:stylevar threadbit_background.backgroundPositionX}{vb:style var threadbit_background.backgroundPositionUnits} {vb:stylevar threadbit_background.backgroundPositionY}{vb:style var threadbit_background.backgroundPositionUnits};
}

It's hardcoded right now. Change this to what you want. #f2f6f8

Shorbagy
11-29-2009, 01:12 PM
For the white:

In threadlist.css, you have these lines:

.threadbit .alt {
background: #f2f6f8 {vb:stylevar threadbit_background.backgroundImage} {vb:stylevar threadbit_background.backgroundRepeat} {vb:stylevar threadbit_background.backgroundPositionX}{vb:style var threadbit_background.backgroundPositionUnits} {vb:stylevar threadbit_background.backgroundPositionY}{vb:style var threadbit_background.backgroundPositionUnits};
}

It's hardcoded right now. Change this to what you want. #f2f6f8


Thank you , it done .
but please look at picture i have other problem .
thank you again .

Charlie98902
11-29-2009, 01:20 PM
I am unsure on the other to be honest.

Lynne
11-29-2009, 02:16 PM
The other problem will probably get fixed in a future beta/rc release. You could modify the css for it right now and set a width for that div, but that's all I can think of.