I'm new at this and it's my first post, it's minor.. but some might like it.
Put a spin on your account links, Just add this to your advance css this will also put a tilt on the account links box and spin on hover.
div.xg_module_body.account-links {
transition:All 0.263s linear;
-webkit-transition:All 0.263s linear;
-moz-transition:All 0.263s linear;
-o-transition:All 0.263s linear;
transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
-webkit-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
-moz-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
-o-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
-ms-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
}
div.xg_module_body.account-links:hover {
transform: rotate(360deg) scale(1.065) skew(1deg) translate(-2px);
-webkit-transform: rotate(360deg) scale(1.065) skew(1deg) translate(-2px);
-moz-transform: rotate(360deg) scale(1.065) skew(1deg) translate(-2px);
-o-transform: rotate(360deg) scale(1.065) skew(1deg) translate(-2px);
-ms-transform: rotate(360deg) scale(1.065) skew(1deg) translate(-2px);
}
Donna Mac replied to Donna Mac's discussion '3.0 Video - can someone explain?'
Kos replied to Donna Mac's discussion '3.0 Video - can someone explain?'
Riccardo Rossini replied to Alex's discussion 'More styling in the Design Studio'
Kos replied to Angie Fisher's discussion 'Help for a 3.0 Newbie Please....'
Riccardo Rossini replied to Alex's discussion 'More styling in the Design Studio'
Riccardo Rossini replied to Riccardo Rossini's discussion 'Severe bug!' in the group The Sandbox© 2013 Created by Ning.
