PDA

View Full Version : Forum Display Enhancements - Adding a Zoom Effect to Categories


yilmaz
12-01-2020, 10:00 PM
Description:
Description in screenshot

https://vborg.vbsupport.ru/external/2020/12/1.gif (https://postimages.org/)


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.


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".

Max_69
08-07-2022, 08:58 PM
Hi, and for vbulletin 4? Thanks so much.