The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have seen I can set, from Acp, different colors for nickname of different usergroups. However If i for example use the tags
HTML Code:
<font style="color:#009900"> </font> How can change a nickname color but not hide link activation color switch onmouseover? Thanks in advace :squareeyed: |
#2
|
||||
|
||||
![]()
What do you mean by this line:
Quote:
|
#3
|
|||
|
|||
![]()
I mean this.
Now vb3 defaul style ) when mouse go over Admin or Mod nickname , they change color from blue to orange. If I change Admin or mod nickname color using HTML Code:
<font style="color:#009900"> </font> ![]() |
#4
|
|||
|
|||
![]()
Go to AdminCP >> Styles & Templates >> Style Manager >> select Main CSS from the dropdown menu >> scroll to the very bottom, and in the empty box under the Additional CSS Definitions section, add the following CSS:
Code:
a:link span { color: #FF4400; text-decoration: underline; } a:visited span { color: #FF4400; text-decoration: underline; } a:hover span, a:active span { color: #22229C; text-decoration: underline; } |
#5
|
|||
|
|||
![]()
oh it works.
Great advice!!! thx ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|