Scalemotorcars
05-30-2010, 10:00 PM
With the transparecy styles being so popular I wanted to share how I got two other contributions to work together.
This is built off the Pixles style here.... (https://vborg.vbsupport.ru/showthread.php?t=234002) And basically an edit to the mouseover template edit here.... (https://vborg.vbsupport.ru/showthread.php?t=240735&highlight=mouseover)
Full credit should go to these guys, I just edited the mouseover mod to work on a dark transparent style.
Instalation:
Go to, Style Manager" > "Main CSS" > "vbulletin.css" and add at the very end:
Please note this is Not supported. I'm simply sharing what worked for me.
.forumrow:hover, .threadbit > div:hover { opacity:0.80;
-moz-opacity:0.80;
filter:alpha(opacity=80);
background: #333333 !important; }
Right now its set to work cleanly with the 4.0.3 Pixels style. Im sure you can change the color to fit any other style.
Also changing the 3 opacity values will alter just how transparent it is. Its best to just edit it as need. Enjoy:up:
This is built off the Pixles style here.... (https://vborg.vbsupport.ru/showthread.php?t=234002) And basically an edit to the mouseover template edit here.... (https://vborg.vbsupport.ru/showthread.php?t=240735&highlight=mouseover)
Full credit should go to these guys, I just edited the mouseover mod to work on a dark transparent style.
Instalation:
Go to, Style Manager" > "Main CSS" > "vbulletin.css" and add at the very end:
Please note this is Not supported. I'm simply sharing what worked for me.
.forumrow:hover, .threadbit > div:hover { opacity:0.80;
-moz-opacity:0.80;
filter:alpha(opacity=80);
background: #333333 !important; }
Right now its set to work cleanly with the 4.0.3 Pixels style. Im sure you can change the color to fit any other style.
Also changing the 3 opacity values will alter just how transparent it is. Its best to just edit it as need. Enjoy:up: