The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Changing the Logout Color of the navbar Template
Hello.
Can you please help me to Configure the navbar Template to be able to change the logout color from grayscale to another Color Scale that keeps the Colors but shadows them with another Color like White. I've seen this in a Forum and I Think that it has something to do with the Lines: ht = document.getElementsByTagName("html"); ht[0].style.filter = "progidXImageTransform.Microsoft.BasicImage(gray scale=1)"; With this options it changes the Colors to a GreyScale, but I've seen in another Forum that it can use a White based shadow that also keeps the Colors in the Words and Images, only reducing their Intensity; it's a very beautiful Effect, because it keeps the colors and uses a more delicate color such as White!! Thank You for your Special Help and Orientation!! My Best Regards To You All!! I found on Internet a Link to a Website where appears Great Information about this: http://javascript.echessdesign.com/stylefilters/ This is the line that should be placed below the presented line ht[0].style.filter = "progidXImageTransform.Microsoft.BasicImage(graysc ale=0)"; also changing the value of grayscale to zero (0). ht[0].style.filter = "progidXImageTransform.Microsoft.Alpha( style=4,opacity=25,finishOpacity=100)"; Code:
This is the line that should be placed below the presented line ht[0].style.filter = "progidXImageTransform.Microsoft.BasicImage(grayscale=0)"; also changing the value of grayscale to zero (0) ht[0].style.filter = "progid:DXImageTransform.Microsoft.Alpha( style=4,opacity=25,finishOpacity=100)"; |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|