Log in

View Full Version : Mini Mods - Change forumrow Color / Opacity on Mouseover


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:

kawe
05-31-2010, 06:30 AM
not in MAINCSS
but in additional.css

Scalemotorcars
05-31-2010, 02:59 PM
Just do a template search for vbulletin.css . It will be right below ---CSS TEMPLATES--- :up:

DNDJ
06-01-2010, 07:02 PM
thankyouu gays thanks

Scalemotorcars
06-04-2010, 05:39 PM
You bet, just trying to give something back... Enjoy... :up:

merk_aus
06-06-2010, 01:42 AM
Works great looks awesome

pointalk
06-27-2010, 06:36 AM
But change thread row color on mouseover.
How to do this?

Dr.osamA
06-27-2010, 06:50 AM
thanxx bro

installed

CFodder
08-16-2010, 09:12 AM
A great little mod, but unfortunately found it hides the popup when you click on a users name it goes 'behind' the thread below it. To fix it I had to take the opacity out and just left it to change the colour of the highlighted thread.

If anyone knows a fix for this tho that would be good.