Latest Topics Avatars Circular

  • Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Radio

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,503
    7,742
    321
    localhost
    Heisenberg submitted a new resource:

    - Latest Topics Avatars Circular

    vB Version: 5.x.x

    This will turn the avatar icons within the Latest Topics module from default square into circular.
    You must be registered for see images attach

    This would make for a nice checkbox feature.
    Meanwhile...


    Add this code to css_additional.css

    Code:
    /* Start Latest Topics Avatars Circular */
    div.b-post-sm__avatar.avatar.h-left img {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px  solid black;
    }
    /* End Latest...

     
    Last edited:
    • Thanks
    Reactions: geppo62

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,503
    7,742
    321
    localhost
    Also, you can throw a little bit of pulsating glow onto the Latest Topic avatars by including
    Code:
        -webkit-animation: glowing 1500ms infinite;
        -moz-animation: glowing 1500ms infinite;
        -o-animation: glowing 1500ms infinite;
        animation: glowing 1500ms infinite;
     
    Thread starter Similar threads Forum Replies Date
    ven0m Circle highlight topics with new content vBulletin 5 Temp Mods 0
    ven0m Avatars without Borders vBulletin 5 Temp Mods 0
    Similar threads