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.

Avatar in a circle

2 posters

Go down

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
Angelo Andrei
Angelo Andrei
New Member

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

http://www.help.forumotion.com

Back to top Go down

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.
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

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
Angelo Andrei
Angelo Andrei
New Member

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

http://www.help.forumotion.com

Back to top Go down

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
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum