PDA

View Full Version : Style Variable


Michael.A
12-01-2009, 05:39 AM
where in the Style Variable setting do i change the background for "Replies" and "Last Post By"
see the attachment for more understanding...

Lynne
12-01-2009, 02:37 PM
Do a search in templates for ".threadbit .alt {" and you should see there what stylevar is used there (or see if it is still hardcoded).

Please read this - Installation Issues / Questions or bug reports regarding default vBulletin 4.0 (https://vborg.vbsupport.ru/showthread.php?t=228035)

Michael.A
12-01-2009, 11:46 PM
thanks lynne,

i read that but i think vbulletin.org is more fun posting on it then .com..lol
i well try to do it less often...

--------------- Added 1259718913 at 1259718913 ---------------

ok this is what i get i change the color but no luck?

.threadbit .alt {
background: #834500 {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};
}

Charlie98902
12-01-2009, 11:59 PM
In the threadlist.css about halfway down find this:

.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};

Change #f2f6f8 to your desires.

Michael.A
12-02-2009, 12:11 AM
thanks is was the history but ya

Michael.A
12-02-2009, 12:45 AM
where in the Style Variable do i change the color for those 3?