Jump to content

Recommended Posts

Posted

Nu merge sa fac avatarele rotunde.. am incercat toate variantele

Uite codu:

 

/*.ipsUserPhoto {
	padding: 1px;
	border: 1px solid #515151;
	background: #393939;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}
	
	.ipsUserPhotoLink:hover .ipsUserPhoto {
		border-color: #656565;
	}

	.ipsUserPhoto_variable { max-width: 155px; }
	.ipsUserPhoto_large { max-width: 90px; max-height: 90px; }
	.ipsUserPhoto_medium { width: 50px; height: 50px; }
	.ipsUserPhoto_mini { width: 30px; height: 30px; }
	.ipsUserPhoto_tiny { width: 20px; height: 20px;	}
	.ipsUserPhoto_icon { width: 16px; height: 16px;	} */

.ipsUserPhoto {
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
	
	a.userNavPhoto:hover,
	.ipsUserPhotoLink:hover .ipsUserPhoto {
		opacity: 0.8;
	}

 

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.