Background Color etc of Profile in posts
2 posters
Page 1 of 1
Background Color etc of Profile in posts
So here's what it currently looks like:
And here's what I want it to look like:
(please ignore the blue dirts behind the texts, I don't want them there, it's just hard to remove them when I edited the original image.)
The changes were:
The codes I want to know:
I'm using phpbb3
And here's what I want it to look like:
(please ignore the blue dirts behind the texts, I don't want them there, it's just hard to remove them when I edited the original image.)
The changes were:
- The profile on the left has a background color (light blue) which is different from the posts body's color (the one with hello world)
- The profile also has a mini box inside (with rounded corners).
- The profile contents is adjusted so it would be fit inside the mini box.
The codes I want to know:
- How to change the background color of the profile portion?
- How to put a mini box (rounded corners if possible, and with a different color too)?
- How to adjust the profile contents (avatar, rank, post counts, etc) xy position?
I'm using phpbb3
Re: Background Color etc of Profile in posts
Add this in your css
- Code:
.postprofile {
background-color: #ffffff;
border: 1px solid #054f8d;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
Guest- Guest
Re: Background Color etc of Profile in posts
Thanks. It made the profile section have a white minibox. But it didn't change the profile's main background color, and the profile contents is not on the center.
So I guess the only codes left for me to know:
EDIT: Actually I don't think number one is possible. >.< At least the profile contents xy position code would be helpful x:
So I guess the only codes left for me to know:
- How to change the background color of the profile portion?
How to put a mini box (rounded corners if possible, and with a different color too)?- How to adjust the profile contents (avatar, rank, post counts, etc) xy position?
EDIT: Actually I don't think number one is possible. >.< At least the profile contents xy position code would be helpful x:
Last edited by Mr. Brooks on Sun 21 Aug 2011 - 17:11; edited 1 time in total
Re: Background Color etc of Profile in posts
link removed.
I figured it out. Please lock as it is already solved. :D
I figured it out. Please lock as it is already solved. :D
Re: Background Color etc of Profile in posts
Since the topic is now solved i will mark and lock the thread.
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Similar topics
» (CSS) Default Background Color for Posts
» Background color for different group posts
» Warning" message background color in your profile
» phpbb3 & Invision : Change the background color of new posts
» Background Color for Poll Options and Profile Comments Box
» Background color for different group posts
» Warning" message background color in your profile
» phpbb3 & Invision : Change the background color of new posts
» Background Color for Poll Options and Profile Comments Box
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum