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);
}
Kos replied to SweetPotato's discussion 'Simple, Responsive Slider for Ning 3.0'
Kos replied to John Bizley's discussion 'File Manager NO DELETION option anymore ? Plus can you expand the file name size box.' in the group The Sandbox
John Bizley replied to John Bizley's discussion 'File Manager NO DELETION option anymore ? Plus can you expand the file name size box.' in the group The Sandbox
Riccardo Rossini replied to John Bizley's discussion 'File Manager NO DELETION option anymore ? Plus can you expand the file name size box.' in the group The Sandbox
Kos replied to John Bizley's discussion 'File Manager NO DELETION option anymore ? Plus can you expand the file name size box.' in the group The Sandbox
© 2013 Created by Ning.
