Social-Effect

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
User avatar
Tigerman75 Offline
BBCoder III
BBCoder III
Posts: 109
Joined: 31 Oct 2011, 12:14
Local time: Saturday 22:59
Last active: -
Favourite EXT: Top Staticts
Location: Italy

Social-Effect

Post by Tigerman75 »

With this simple change, we're going to add the icons social, facebook, twitter etc, with transition effect on mouse that ', the small icons rotate in a pleasing effect.
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.
icone.rar
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;
}
This however its HTML code to insert at any of the template you want to place the small icons:

Code: Select all

<!-- Inizio Social-Effect by Tiger\www.bbcodeitalia.com -->		
		<div align="center" id="dec2">
&nbsp; <a rel="nofollow" href="#">
<img width="64" height="64" src="{T_THEME_PATH}/images/facebook.png" alt="*"></a> &nbsp; <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="*"> &nbsp; <a rel="nofollow" href="#">
<img width="64" height="64" src="{T_THEME_PATH}/images/yahoo.png" alt="*"></a> &nbsp; <a rel="nofollow" href="#">
<img width="64" height="64" src="{T_THEME_PATH}/images/rss.png" alt="*"></a> &nbsp; <a href="#">
</div>
<!-- Fine Social-Effect by Tiger\www.bbcodeitalia.com -->	
Of course you can 'give any alignment you want

Code: Select all

<div align="center" id="dec2">
Subsilver 2:
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;
}
Screen:
http://i.imgur.com/0snjb.png
You do not have the required permissions to view the files attached to this post.
To speak with you use the google translator
http://www.graphicforum.altervista.org/ and http://www.bbcodeitalia.com/forum/
User avatar
Galandas Offline
BBCoder III
BBCoder III
Posts: 147
Joined: 06 Mar 2010, 22:08
Local time: Saturday 22:59
Last active: -
Favourite BBCode: player yahoo
Favourite EXT: Mod Rey
Location: italy

Social-Effect

Post by Galandas »

beautiful effect
good
User avatar
Tigerman75 Offline
BBCoder III
BBCoder III
Posts: 109
Joined: 31 Oct 2011, 12:14
Local time: Saturday 22:59
Last active: -
Favourite EXT: Top Staticts
Location: Italy

Social-Effect

Post by Tigerman75 »

Thanks,My Friends.!
To speak with you use the google translator
http://www.graphicforum.altervista.org/ and http://www.bbcodeitalia.com/forum/