The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to change only CSS color in "Users Browsing Forum Section"
Hi there,
Our main forum link color is a dark red. I would like to be able to change that only in the What's Going On section, where all the user names are displayed so that our various team colors for moderators and admins etc, would show up better? Would anyone know where I would do that in the CSS code? Thanks so much. http://i29.tinypic.com/xljaf4.gif |
#2
|
||||
|
||||
you can edit the cell background color in the forumhome template by adding inline style to the table/row/cells - (it's up to you)
you can do so in the form HTML Code:
style="background-color:gold" HTML Code:
<div>$activeusers</div> HTML Code:
<div class="newlinkcolor">$activeusers</div> HTML Code:
.newlinkcolor { background: transparent; color: gold; font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .newlinkcolor a:link { color: gold } .newlinkcolor a:visited { color: gold } .newlinkcolor a:hover, .newlinkcolor a:active { color: black; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|