The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Forum contains! Background colour control
Could someone please point me to the location in the css for the background colour to the forum icons display.
Attached image shows the unfortunate current "black" background Thanks |
#2
|
||||
|
||||
that's a custom code - you will have to look at it and determined this yourself
it can be found in FORUMHOME template |
#3
|
|||
|
|||
Not sure what I am looking for in FORUMHOME, doesn't appear to be anything specifying colour background
This appears to be the code section Code:
<!-- icons and login code --> <table cellpadding="0" cellspacing="2" border="0" width="100%"> <tr valign="bottom" align="center"> <td> <table cellpadding="2" width="70%" class="tborder" cellspacing="0"> <tr> <td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td> <td class="smallfont"> $vbphrase[forum_contains_new_posts]</td> <td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td> <td class="smallfont"> $vbphrase[forum_contains_no_new_posts]</td> <td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td> <td class="smallfont"> $vbphrase[forum_is_closed_for_posting]</td> </tr> |
#4
|
|||
|
|||
i think you need to change the "tborder" in the css editor
|
#5
|
|||
|
|||
Yes, that changes it. Unfortunately I dont want to change the tborder colour for the whole style. alternatives? |
#6
|
||||
|
||||
you can change it via inline style
HTML Code:
style="background-color:red" |
#7
|
|||
|
|||
Sorry I don't understand, how?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|