The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
colorize the links
Hi,
We are looking to colorize the links inside the message body in the postbit different from the color of the other links. We would like the links to appear in orange while inert, and in red when one hovers the mouse over them. We are running vBulletin 4.2.1 Can anyone advise? Thanks in advance |
#2
|
||||
|
||||
You could add the following to your "additional.css" template:
HTML Code:
.postbody a, .postpreview a { color: #ff8000 !important; font-weight: bold; } .postbody a:hover, .postpreview a:hover { color: #ff0000 !important; } |
Благодарность от: | ||
Alan_SP |
#3
|
|||
|
|||
Quote:
many thanks |
Благодарность от: | ||
MarkFL |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|