MyBB Tutorials

Circled Postbit Avatar

Submitted by linkzy, , Thread ID: 12891

Thread Closed
18-11-2015, 01:52 PM
#1
This tutorial will show you how to make your user's avatars round.

Step 1: Go to: Admin CP ---> Templates & Style ---> Click on the name of your theme. (By Default it should be Default or MyBB 1.8)---> Add Stylesheet

File Name: Doesn't matter, just make sure you end it with .css

Attached to: Globally

Then choose: Write my own contentThen write this code:

Code:
.post .post_author div.author_avatar img {
border-radius: 55%;
transition:all 0.3s ease;
}

Note - Works is some themes
| A | v4hl| Addicted | Senpai | Sui | Sensei | H | fdigl |


1

RE: Circled Postbit Avatar

#2
That's retarded. You don't need a seperate stylesheet for one css class. It's also dumb to attach it globally, since avatars are not used on every page.

RE: Circled Postbit Avatar

OP
#3
18-11-2015, 01:57 PM
Aoki Wrote:
That's retarded. You don't need a seperate stylesheet for one css class. It's also dumb to attach it globally, since avatars are not used on every page.

this one was copy pasta. i never use this.
| A | v4hl| Addicted | Senpai | Sui | Sensei | H | fdigl |


RE: Circled Postbit Avatar

#4
thanks man, nice bro
CONTACT:
YAHOO: Bebe.MDFK
STEAM: yo_yonutzy2010

RE: Circled Postbit Avatar

#5
Thanks you man ! It will help me a lot

RE: Circled Postbit Avatar

#6
i was looking this code on every forum. thanks for sharing with us.

Users browsing this thread: 1 Guest(s)