Round corners
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Round corners
Version: phpBB2
I want to make round corners:
1. here: http://i44.servimg.com/u/f44/15/94/85/58/hh10.jpg
2.here: http://i44.servimg.com/u/f44/15/94/85/58/iiii10.jpg (quote and code )
3. here: http://i44.servimg.com/u/f44/15/94/85/58/iiii11.jpg ( Quick Reply )
4. and here http://i44.servimg.com/u/f44/15/94/85/58/iiii12.jpg ( users avatars )
can you help me ?
I want to make round corners:
1. here: http://i44.servimg.com/u/f44/15/94/85/58/hh10.jpg
2.here: http://i44.servimg.com/u/f44/15/94/85/58/iiii10.jpg (quote and code )
3. here: http://i44.servimg.com/u/f44/15/94/85/58/iiii11.jpg ( Quick Reply )
4. and here http://i44.servimg.com/u/f44/15/94/85/58/iiii12.jpg ( users avatars )
can you help me ?
Last edited by ANANASAS8 on July 23rd 2011, 11:47 am; edited 1 time in total
ANANASAS8- New Member
- Posts : 19
Reputation : 0
Language : Lithuanian
Re: Round corners
Rounded code
AP > Display > Colors > CSS Stylesheet
Quick reply
Find the code below and add Rounded code
QUOTE
Find the code below and add Rounded code
CODE
Find the code below and add Rounded code
- Code:
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
AP > Display > Colors > CSS Stylesheet
Quick reply
Find the code below and add Rounded code
- Code:
form#quick_reply textarea#text_editor_textarea {
QUOTE
Find the code below and add Rounded code
- Code:
.quote{
CODE
Find the code below and add Rounded code
- Code:
.code {
Vlajki- Forumember
-
Posts : 724
Reputation : 359
Language : Serbian & English
Location : Serbia
Re: Round corners
Thank you, it works !
But I still need to make round corners:
here http://i44.servimg.com/u/f44/15/94/85/58/iiii12.jpg
This code work only on phpBB3:
But I still need to make round corners:
here http://i44.servimg.com/u/f44/15/94/85/58/iiii12.jpg
This code work only on phpBB3:
- Code:
.postprofile img {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
ANANASAS8- New Member
- Posts : 19
Reputation : 0
Language : Lithuanian
Re: Round corners
hi,
add this code in CSS
hope that help, ArChKnIgHt
add this code in CSS
- Code:
.poster-profile img {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
hope that help, ArChKnIgHt
Re: Round corners
thank you, it works !
ANANASAS8- New Member
- Posts : 19
Reputation : 0
Language : Lithuanian
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum