ANANASAS8 at 20h01
21
Jul
2011
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 ?
1 Vlajki, on 21/07/2011 at 20h30
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 {
2 ANANASAS8, on 22/07/2011 at 10h58
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;
}
3 ArChKnIgHt, on 22/07/2011 at 13h00
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
4 ANANASAS8, on 23/07/2011 at 11h47
thank you, it works !
5 Base, on 23/07/2011 at 14h12
Solved => Locked
Similar topics
Hi, me again
This time with a simpler one (for you, not for me) . And as a photo speaks a 1000 words.. I would like to go from:
THIS (round corners):
TO THIS (clean square corners):
Anyone of you CSS gurus have some hints please
Is this possible?
May i get a css code or something to use for making body corners of phpbb2 style forum round?
Thank you
Replies 1 to 5 on 5 for "Round corners"
Search
Informations
5 Replies For the topic :
"Round corners"
This topic has been viewed 589 times.
Last message :
21/07/2011 at 20h01 by "ANANASAS8"





