The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Round corners for PunBB?

2 posters

Go down

Round corners for PunBB? Empty Round corners for PunBB?

Post by Xanthis Tue Jun 12 2012, 21:26

What's the CSS code for rounding corners in PunBB?
Xanthis
Xanthis
Forumember

Male Posts : 210
Reputation : 6
Language : English

Back to top Go down

Round corners for PunBB? Empty Re: Round corners for PunBB?

Post by Xanthis Tue Jun 12 2012, 21:29

Index body, at least.
Xanthis
Xanthis
Forumember

Male Posts : 210
Reputation : 6
Language : English

Back to top Go down

Round corners for PunBB? Empty Re: Round corners for PunBB?

Post by Xanthis Tue Jun 12 2012, 21:51

Yes, please.
Xanthis
Xanthis
Forumember

Male Posts : 210
Reputation : 6
Language : English

Back to top Go down

Round corners for PunBB? Empty Re: Round corners for PunBB?

Post by Mati Tue Jun 12 2012, 21:59

Hi,

Add this in your CSS:

Code:
.pun {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

Round corners for PunBB? Empty Re: Round corners for PunBB?

Post by Xanthis Tue Jun 12 2012, 22:36

Matti_7 wrote:Hi,

Add this in your CSS:

Code:
.pun {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

Added and submitted to my CSS, no effect.
Xanthis
Xanthis
Forumember

Male Posts : 210
Reputation : 6
Language : English

Back to top Go down

Round corners for PunBB? Empty Re: Round corners for PunBB?

Post by Mati Wed Jun 13 2012, 08:36

Because you have no border on your forum, Find .pun { on your css and replace it with this code.

Code:
.pun {
    line-height: 130%;
    margin: 0 auto;
    min-width: 954px;
    padding: 5px;
    width: 800px;
    border: 1px solid #666;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

Round corners for PunBB? Empty Re: Round corners for PunBB?

Post by Xanthis Thu Jun 14 2012, 06:01

I did, and it simply made a rounded gray outline.

See for yourself: http://www.sonicommunity.net/forum
Xanthis
Xanthis
Forumember

Male Posts : 210
Reputation : 6
Language : English

Back to top Go down

Round corners for PunBB? Empty Re: Round corners for PunBB?

Post by Mati Thu Jun 14 2012, 11:56

you asked for border radius and you get it so what do you want more to do with it.
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum