Jump to content

Avatar Care Se Invarte La Mouse Over?


Go to solution Solved by Courage,

Recommended Posts

  • Moderators
  • Solution
Posted

Look & Feel > tema ta > CSS > ipb_styles.css

Cauta

.ipsUserPhotoLink:hover .ipsUserPhoto

si adauga mai jos

-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;-moz-transform: rotate(-360deg);-webkit-transform: rotate(-360deg);
o-transform: rotate(-360deg);-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
  • Upvote 1
Posted

Uite partea aceea, te rog fa-o tuc um trebuie:

	.ipsUserPhotoLink:hover .ipsUserPhoto {
		border-color: #5f5f5f;
		-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
		box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	}
  • Moderators
Posted

 

Uite partea aceea, te rog fa-o tuc um trebuie:

	.ipsUserPhotoLink:hover .ipsUserPhoto {
		border-color: #5f5f5f;
		-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
		box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	}

 

Hmm, vad ca sunt 2x

.ipsUserPhotoLink:hover .ipsUserPhoto

in ipb_styles.css

 

Adauga sub cea care are deasupra

a.userNavPhoto:hover,

adica

	a.userNavPhoto:hover,
	.ipsUserPhotoLink:hover .ipsUserPhoto {
		opacity: 0.8;
-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;-moz-transform: rotate(-360deg);-webkit-transform: rotate(-360deg);
o-transform: rotate(-360deg);-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
	}

La mine a mers. (Carbon blue)

Posted

La mine a mers .

 

P.S:  am cautat :

.ipsUserPhotoLink:hover .ipsUserPhoto {
si am inlocuit cu

.ipsUserPhotoLink:hover .ipsUserPhoto {
opacity: 0.8;
-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;-moz-transform: rotate(-360deg);-webkit-transform: rotate(-360deg);
o-transform: rotate(-360deg);-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}

THX !

  • 2 years later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.