Round Corners on phpBB2?
3 posters
Page 1 of 1
Round Corners on phpBB2?
Is this possible?
Hardcore Gamer- Forumember
- Posts : 524
Reputation : 4
Language : English
Re: Round Corners on phpBB2?
Hi,
Try adding this to your CSS
Try adding this to your CSS
- Code:
.forumline {
-webkit-border-radius: 15px;
border-radius: 15px;
}
.bodyline {
-webkit-border-radius: 15px;
border-radius: 15px;
}
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Round Corners on phpBB2?
Hi, thanks for the response. It's almost perfect.
But, there seems to be some edges going through the round ones. Check it:
https://2img.net/r/ihimizer/img843/5651/pngam.png
Is there any way around this? I'd love to use the round edges on my forum, it looks great besides besides the above.
Appreciate your help.
But, there seems to be some edges going through the round ones. Check it:
https://2img.net/r/ihimizer/img843/5651/pngam.png
Is there any way around this? I'd love to use the round edges on my forum, it looks great besides besides the above.
Appreciate your help.
Hardcore Gamer- Forumember
- Posts : 524
Reputation : 4
Language : English
Re: Round Corners on phpBB2?
Bump.
Is there a solution to the above? Anyone?
Is there a solution to the above? Anyone?
Hardcore Gamer- Forumember
- Posts : 524
Reputation : 4
Language : English
Re: Round Corners on phpBB2?
Just sent a PM to you, Base. Thanks for the response also.
Hardcore Gamer- Forumember
- Posts : 524
Reputation : 4
Language : English
Re: Round Corners on phpBB2?
The corners are not appearing rounded for me, are they rounded for you?
Re: Round Corners on phpBB2?
Alright, check now.
Hardcore Gamer- Forumember
- Posts : 524
Reputation : 4
Language : English
Re: Round Corners on phpBB2?
Thank you. I guess you could try replacing this:
...with:
- Code:
.forumline {
-webkit-border-radius: 15px;
border-radius: 15px;
}
...with:
- Code:
.forumline {
-webkit-border-radius: 15px;
border-radius: 15px 15px 15px 15px;
padding: 3px;
}
Last edited by Base on October 8th 2011, 9:42 pm; edited 2 times in total
Re: Round Corners on phpBB2?
Perfect. Just have to change the colours around a bit.
Thank you very much! Solved.
Thank you very much! Solved.
Hardcore Gamer- Forumember
- Posts : 524
Reputation : 4
Language : English
Re: Round Corners on phpBB2?
You're welcome, glad we could both help you.
Solved: | Glad your problem is solved; locked and archived. |
Similar topics
» I want to round avatar
» Round corners for phpbb3
» Round Edges with the Quote Box? (phpBB2)
» Forum corners
» round warning
» Round corners for phpbb3
» Round Edges with the Quote Box? (phpBB2)
» Forum corners
» round warning
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum