Description:
Description in screenshot
How to install:
If you add the following CSS code to the
css_additional.css template of the style you are using, it will look like the screenshot.
HTML Code:
tr.forum-item.main {
-webkit-transition:all .4s ease-in;
-moz-transition:all .4s ease-in;
-ms-transition:all .4s ease-in;
-o-transition:all .4s ease-in;
transition:all .4s ease-in
}
tr.forum-item.main:hover {
-moz-transform: scale(1.015);
-webkit-transform: scale(1.015);
-o-transform: scale(1.015);
-ms-transform: scale(1.015);
transform: scale(1.015);
}
If you installed this mod and/or you want get support, please "
Mark as Installed".