The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
background color of just the currently active users area
i have searched through all kinds of stuff on in the forumhome template, and i cannot figure out how to change the color of the currently active users area. i know that it is alt1, but i'm still not sure what to change.
i am adding a dark style on our site, and putting it together myself from a duplicate default theme. we have the html markup mod for our users, and when you put together different username colors with a dark background, you get unreadable text. any ideas? i figure maybe this is something that can be done in the stylesheet, but i'm clueless as to what to do. |
#2
|
||||
|
||||
add style="background-color: yellow" into the td tag (change yellow to whatever color you want).
|
#3
|
|||
|
|||
put it in there?
PHP Code:
|
#4
|
||||
|
||||
I thought you wanted to change the background where the usernames are listed?
HTML Code:
<td class="alt1" style="background-color: yellow" width="100%"> <div class="smallfont"> <div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div> <div>$activeusers</div> </div> </td> |
#5
|
|||
|
|||
i did
im still learning. that did it. thanks lynne --------------- Added [DATE]1232914676[/DATE] at [TIME]1232914676[/TIME] --------------- one more thing i noticed. how would i change the text color of "Most users ever online..."? |
#6
|
||||
|
||||
You can probably put the css inline in the div tag:
HTML Code:
<div style="white-space: nowrap; color: yellow">
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|