vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Mini Mods - Change forumrow Color / Opacity on Mouseover (https://vborg.vbsupport.ru/showthread.php?t=243633)

Scalemotorcars 05-30-2010 10:00 PM

Change forumrow Color / Opacity on Mouseover
 
1 Attachment(s)
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.... And basically an edit to the mouseover template edit here....

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.

PHP Code:

.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.


All times are GMT. The time now is 10:15 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01087 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete