Avatar Border 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 Border

    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 455
    Reputation : 2
    Language : English

    In progress Avatar Border

    Post by SpyroDragon March 6th 2015, 6:52 am

    Avatar Border Modsqu10
    Is there a way we can make the border of my Members avatars like this?
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    In progress Re: Avatar Border

    Post by Ange Tuteur March 6th 2015, 9:26 am

    Hello @SpyroDragon,

    Add the following rule to your stylesheet :
    Display > Colors > CSS stylesheet
    Code:
    .post .postdetails.poster-profile > a img {
      max-width:150px;
      max-height:150px;
    }
    .post .postdetails.poster-profile > a {
      display:inline-block;
      background:url(http://i38.servimg.com/u/f38/16/87/57/90/modsqu10.png) no-repeat 50% 50% / 100% 100%;
      padding:55px;
    }