vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Hover background color for thread listings? (https://vborg.vbsupport.ru/showthread.php?t=262203)

Warlord 04-18-2011 03:11 PM

Hover background color for thread listings?
 
I'm trying to make it so that when you hover over a topic the table row changes color. I've tried several variations for selectors and I am coming up short. Any ideas?

EDIT: I really thought threadlisthead.color:hover would've been right but it doesn't seem to be. This is what I'm using.

.threadlisthead.color:hover {
background-color: #E9E9E9;}

Warlord 04-19-2011 04:36 PM

Wow, 21 views and nobody knows? I'm shocked.

TheLastSuperman 04-19-2011 04:46 PM

Quote:

Originally Posted by Warlord (Post 2186351)
Wow, 21 views and nobody knows? I'm shocked.

Not to sound smart however....

This could be the 21st thread posted about this... Wow, I'm shocked check my sig for the Search tip and look up the word tact :cool:.

Edit vbulletin.css OR additional.css and add:

Code:

.forumrow:hover, .threadbit > div:hover {
background: #FF0000 !important; }

Change #FF0000 to your color of choice so it's not red ;).

Warlord 04-21-2011 05:36 PM

Quote:

tact   
[takt]
–noun
1.
a keen sense of what to say or do to avoid giving offense; skill in dealing with difficult or delicate situations.
2.
a keen sense of what is appropriate, tasteful, or aesthetically pleasing; taste; discrimination.
3.
touch or the sense of touch.
Thanks for your advice.

Da-Vinci 04-24-2011 03:27 PM

Take a look here https://vborg.vbsupport.ru/showthread.php?t=240735 this exactly what you're looking for.


All times are GMT. The time now is 10:47 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.00914 seconds
  • Memory Usage 1,718KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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