The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Changing link color in postbit only
Heya guys, how do i change just the posbit bit link colour so when people post any links that are posted are a different colour. since when i change the link colours in the MAIN CSS bit they change the whole forums links to the same color. i only want the links in a post to be different.
any idea's? |
#2
|
||||
|
||||
in postbit find this:
Code:
<div id="post_message_$post[postid]">$post[message]</div> Code:
<div id="post_message_$post[postid]" class="message">$post[message]</div> Code:
div.message a, div.message a:visited { color: whatever; } div.message a:hover, div.message a:active { color:whatever; } |
#3
|
||||
|
||||
thanks i'll give this a try
|
#4
|
|||
|
|||
Thanks, this worked for me after I also added:
Code:
div.message a:link { color: #0099ff; text-decoration: underline} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|