Autore:Tiger
Screen:
http://i.imgur.com/LhHuF.png
Demo:
Here
Styles Series:
Prosilver -Subsilver2
Upload the images contained in the following store. Rar file theme / images of your style in use. Start guide:
Open: styles/prosilver/theme/common.css
Add to Very bottom:
Code: Select all
/* Social-Effect by Tiger\www.bbcodeitalia.com
--------------------------------------------- */
#dec2 img{
-moz-transition: 2s;
-webkit-transition:2s ;
}
#dec2 img:hover{
-moz-transform: rotate(360deg);
-moz-transition: all 2s ease-in-out;
-webkit-transform: rotate(360deg);
-webkit-transition: all 2s ease-in-out;
}
Code: Select all
<!-- Inizio Social-Effect by Tiger\www.bbcodeitalia.com -->
<div align="center" id="dec2">
<a rel="nofollow" href="#">
<img width="64" height="64" src="{T_THEME_PATH}/images/facebook.png" alt="*"></a> <a href="#">
<img width="64" height="64" src="{T_THEME_PATH}/images/twitter.png" alt="*">
<img width="64" height="64" src="{T_THEME_PATH}/images/linkedin.png" alt="*"> <a rel="nofollow" href="#">
<img width="64" height="64" src="{T_THEME_PATH}/images/yahoo.png" alt="*"></a> <a rel="nofollow" href="#">
<img width="64" height="64" src="{T_THEME_PATH}/images/rss.png" alt="*"></a> <a href="#">
</div>
<!-- Fine Social-Effect by Tiger\www.bbcodeitalia.com -->
Code: Select all
<div align="center" id="dec2">
Code html Similar.
Open: styles/subsilver2/theme/stylesheet.css
Add Very bottom:
Code: Select all
/* Social-Effect by Tiger\www.bbcodeitalia.com
--------------------------------------------- */
#dec2 img{
-moz-transition: 2s;
-webkit-transition:2s ;
}
#dec2 img:hover{
-moz-transform: rotate(360deg);
-moz-transition: all 2s ease-in-out;
-webkit-transform: rotate(360deg);
-webkit-transition: all 2s ease-in-out;
}
http://i.imgur.com/0snjb.png