Back to vBulletin 4.x Template Modifications

Simple Profile picture Effect
Mod Version: 1.00, by zascok

vB Version: 4.2.0 Rating: (6 votes - 4.83 average) Installs: 16
Released: 05 Aug 2012 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code  

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.

Download

No files for download.

Screenshots

Click image for larger version
Name:	Untitled-1.jpg
Views:	559
Size:	64.3 KB
ID:	140342  


vblts.ru supports vBulletin®, 2022-2024