MyBB Tutorials

Circled Postbit Avatar

Submitted by linkzy, , Thread ID: 12891

Thread Closed
linkzy
No pressure, no diamonds
Level:
0
Reputation:
181
Posts:
5.34K
Likes:
341
Credits:
54
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

Aoki
retired
Level:
83
Reputation:
348
Posts:
7.89K
Likes:
2.3K
Credits:
1.7K
18-11-2015, 01:57 PM
#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

linkzy
No pressure, no diamonds
Level:
0
Reputation:
181
Posts:
5.34K
Likes:
341
Credits:
54
OP
18-11-2015, 02:01 PM
#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

BebeGFX
Junior Member
Level:
0
Reputation:
0
Posts:
72
Likes:
11
Credits:
48
02-05-2016, 11:56 PM
#4
thanks man, nice bro
CONTACT:
YAHOO: Bebe.MDFK
STEAM: yo_yonutzy2010

RE: Circled Postbit Avatar

Geo6200
Novice
Level:
0
Reputation:
0
Posts:
36
Likes:
1
Credits:
3
30-11-2016, 10:20 PM
#5
Thanks you man ! It will help me a lot

RE: Circled Postbit Avatar

Silky
Novice
Level:
0
Reputation:
0
Posts:
22
Likes:
1
Credits:
62
04-04-2020, 03:17 PM
#6
i was looking this code on every forum. thanks for sharing with us.

Users browsing this thread: 1 Guest(s)