Avatar in a circle  Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Avatar in a circle

    Angelo Andrei
    Angelo Andrei
    New Member


    Male Posts : 12
    Reputation : 1
    Language : Romanian , English & German | HTML
    Location : Iecea Mare - România

    Solved Avatar in a circle

    Post by Angelo Andrei October 16th 2015, 12:27 pm

    Technical Details


    Forum version : #phpBB3
    Position : Founder
    Concerned browser(s) : Mozilla Firefox
    Who the problem concerns : All members
    When the problem appeared : So , i want to the avatar to be in a circle like this forum.
    Forum link : www.helpdem.forumz.ro

    Description of problem

    I want to have an script to the avatar be in the circle .


    -Sorry for bad english
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Avatar in a circle

    Post by Ange Tuteur October 16th 2015, 12:30 pm

    Hi @Angelo Andrei,

    Add the following rule to your stylesheet :
    Display > Colors > CSS stylesheet
    Code:
    #main-content > .post .postprofile dt img {
      background:#FFF;
      height:100px;
      width:100px;
      border-radius:100px;
      box-shadow:0 2px 3px rgba(0, 0, 0, 0.1), 0 -1px 1px rgba(0, 0, 0, 0.1);
      padding:3px;
    }

    That should give you a similar result of what we have here.
    Angelo Andrei
    Angelo Andrei
    New Member


    Male Posts : 12
    Reputation : 1
    Language : Romanian , English & German | HTML
    Location : Iecea Mare - România

    Solved Re: Avatar in a circle

    Post by Angelo Andrei October 16th 2015, 12:31 pm

    Ange Tuteur wrote:Hi @Angelo Andrei,

    Add the following rule to your stylesheet :
    Display > Colors > CSS stylesheet
    Code:
    #main-content > .post .postprofile dt img {
      background:#FFF;
      height:100px;
      width:100px;
      border-radius:100px;
      box-shadow:0 2px 3px rgba(0, 0, 0, 0.1), 0 -1px 1px rgba(0, 0, 0, 0.1);
      padding:3px;
    }

    That should give you a similar result of what we have here.

    Oh , this is working !
    Thanks so much ! Hello
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Avatar in a circle

    Post by Ange Tuteur October 16th 2015, 12:46 pm

    You're welcome ^^

    Topic archived

    If you have anymore questions feel free to open a new topic. Have a good weekend. Smile