header

Collapse

Forum Display Enhancements - Adding a Zoom Effect to Categories

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Go to Thank You vB-Info
    Senior Member

    ❤️
    • 12.2020
    • 211
    • 10
    • 1

    Font Size
    #1

    Forum Display Enhancements - Adding a Zoom Effect to Categories

    Go to Thank You
    Description:

    Description in screenshot
    Caption




    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);
    }
    Go to Top of Post
    Similar Threads
X

Thread Information

Collapse

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

    Those who read this thread

    Collapse

    Members who have read this thread: 1

    Related Topics

    Collapse

    Topics Statistics Last Post
    Started by vB-Info, 1 week ago
    0 responses
    2 views
    0 reactions
    Last Post vB-Info
    by vB-Info
    Started by vB-Info, 1 week ago
    0 responses
    1 view
    0 reactions
    Last Post vB-Info
    by vB-Info
    Started by vB-Info, 13.03.24, 20:42
    0 responses
    21 views
    0 reactions
    Last Post vB-Info
    by vB-Info
    Working...
    😀
    😂
    🥰
    😘
    🤢
    😎
    😞
    😡
    👍
    👎

    AdBlock Detected

    Please Disable Adblock

    Please consider supporting us by disabling the ad blocker.

    I've Disabled AdBlock
    Home