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)
-   -   Profile Enhancements - Simple Profile picture Effect (https://vborg.vbsupport.ru/showthread.php?t=286357)

zascok 08-04-2012 10:00 PM

Simple Profile picture Effect
 
1 Attachment(s)
Simple but will get that "wow!" from your users.


Code:

.avatarcontainer img {
        opacity:0.5;
        transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
}

.avatarcontainer:hover img {
        opacity:1;
}

copy and paste this into additional.css, save it.

letipro 08-05-2012 07:31 PM

not work :(

zascok 08-05-2012 08:56 PM

what browser are you using?

ProFifaLeagues 08-05-2012 09:05 PM

Works well in Firefox

RSNF 08-05-2012 10:02 PM

Nice little effect you made here installed and rated!!

hiepsi@ 08-06-2012 02:35 PM

works well in safari,firefox

faisaly.com 08-06-2012 03:53 PM

This would be even better for all avatars including postbit_legacy...

zascok 08-06-2012 05:07 PM

Quote:

Originally Posted by faisaly.com (Post 2354993)
This would be even better for all avatars including postbit_legacy...

put ;)

Code:

.avatarcontainer img,
.postuseravatar img {
        opacity:0.5;
        transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
}
.avatarcontainer:hover img,
.postuseravatar:hover img {
        opacity:1;
}

should work as well

ramesh_umk3 08-06-2012 06:57 PM

Add this too code is supported to some more browsers :)

Code:


-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;


synseal 08-07-2012 09:18 AM

Nice, thankyou!. *Installed rated 5.

Working fine on chrome and FF.


All times are GMT. The time now is 08:50 AM.

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.01384 seconds
  • Memory Usage 1,725KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete