Round Edges with the Quote Box? (phpBB2)
4 posters
Page 1 of 1
Round Edges with the Quote Box? (phpBB2)
Is there a code out there to do this? Basically I'm wanting to replace the squared edges with round edges when someone quotes a post of my forum. I'm using phpBB2.
Any help is always appreciated!
Any help is always appreciated!
Last edited by Hardcore Gamer on Thu 19 Jan 2012 - 9:37; edited 1 time in total
Hardcore Gamer- Forumember
- Posts : 524
Reputation : 4
Language : English
Re: Round Edges with the Quote Box? (phpBB2)
Hello.
Add this in your css
Add this in your css
- Code:
.quote {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
Re: Round Edges with the Quote Box? (phpBB2)
Nice, it worked. Thanks! But, is there anyway to put a border around the quote... and maybe I could change the color of the border? That would be great.
Let me know if that's possible!
Let me know if that's possible!
Hardcore Gamer- Forumember
- Posts : 524
Reputation : 4
Language : English
Re: Round Edges with the Quote Box? (phpBB2)
Just put this in the code border:solid 1px #026d9e; and change color.
Re: Round Edges with the Quote Box? (phpBB2)
how about in spoiler?
FL.ux- Forumember
- Posts : 841
Reputation : 18
Language : I hope I could be a FM staff :'(
Location : I shall fly to the subterranean sky.
Re: Round Edges with the Quote Box? (phpBB2)
Add this in your css
- Code:
.spoiler_closed {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #000;
}
.spoiler_content {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #000;
padding: 3px;
}
Re: Round Edges with the Quote Box? (phpBB2)
Matti_7 wrote:Add this in your css
- Code:
.spoiler_closed {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #000;
}
.spoiler_content {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #000;
padding: 3px;
}
There seems to be an error coming up with this code.
Also, quote border looks fine but the quote text seems to be a little too close to the edges on the border, is there anyway to move the text away from the edges a bit? Again, appreciate your help!
Hardcore Gamer- Forumember
- Posts : 524
Reputation : 4
Language : English
Re: Round Edges with the Quote Box? (phpBB2)
i know this is really out of topic. . . but i need this now . . can you help me with this please? https://help.forumotion.com/t103318-creating-a-forum-within-a-forum
FL.ux- Forumember
- Posts : 841
Reputation : 18
Language : I hope I could be a FM staff :'(
Location : I shall fly to the subterranean sky.
Re: Round Edges with the Quote Box? (phpBB2)
Hardcore Gamer wrote:Matti_7 wrote:Add this in your css
- Code:
.spoiler_closed {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #000;
}
.spoiler_content {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #000;
padding: 3px;
}
There seems to be an error coming up with this code.
Also, quote border looks fine but the quote text seems to be a little too close to the edges on the border, is there anyway to move the text away from the edges a bit? Again, appreciate your help!
For the quote code add this padding: 3px; change the 3px to your needs.
Also what is the error on the spoiler code cuz it works fine for me.
Re: Round Edges with the Quote Box? (phpBB2)
Ah, the spoiler code error was my bad. It works. Also, the quote border is perfect. Thank you very much for your help.
Solved!
Solved!
Hardcore Gamer- Forumember
- Posts : 524
Reputation : 4
Language : English
Re: Round Edges with the Quote Box? (phpBB2)
Hardcore Gamer wrote:Solved!
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Round Corners on phpBB2?
» Smaller around edges on avatars
» Quoting a quote - Script bug Quick quote?
» Background Color of Quote in Quote
» Make round.
» Smaller around edges on avatars
» Quoting a quote - Script bug Quick quote?
» Background Color of Quote in Quote
» Make round.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum