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.


Kod:
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);
}