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.

PUNBB ROUND CORNERS

4 posters

Go down

In progress PUNBB ROUND CORNERS

Post by dmwdead909 September 20th 2011, 8:41 am

What is the CSS code to make all the corners in PUNBB version ROUND. I want everything in site to be completely Round.
dmwdead909
dmwdead909
Forumember

Male Posts : 124
Reputation : 0
Language : English
Location : Pomona

http://lmc-forums.inmyclan.com

Back to top Go down

In progress Re: PUNBB ROUND CORNERS

Post by Nera. September 20th 2011, 8:43 am

Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: PUNBB ROUND CORNERS

Post by Guest September 20th 2011, 8:46 am

Add this into your CSS Stylesheet

Code:
.pun {
    line-height: 130%;
    margin: 0 auto;
    min-width: 1194px;
    padding: 5px;
    width: 99%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
avatar
Guest
Guest


Back to top Go down

In progress Re: PUNBB ROUND CORNERS

Post by bHulleT.w September 20th 2011, 9:41 am

But whats phpbb 3 ?=
bHulleT.w
bHulleT.w
Forumember

Male Posts : 244
Reputation : 13
Language : Estonian - Html - Php - Css - MySQL
Location : Closet :3

Back to top Go down

In progress Re: PUNBB ROUND CORNERS

Post by Guest September 20th 2011, 10:10 am

bHulleT.w wrote:But whats phpbb 3 ?=

use this

Code:
#wrap {
    border: 1px solid #666666;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 10px;
    padding: 8px;
    width: 1000px;
}
avatar
Guest
Guest


Back to top Go down

In progress Re: PUNBB ROUND CORNERS

Post by dmwdead909 September 20th 2011, 12:07 pm

Mondi wrote:Add this into your CSS Stylesheet

Code:
.pun {
    line-height: 130%;
    margin: 0 auto;
    min-width: 1194px;
    padding: 5px;
    width: 99%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

This code didnt work

Although this code From ankillien did worked. Only thing is that only the top gets rounded the Bottom just fades. Is there a way to make it so bottom on top get round?

Code:
#pun-about , .main {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.main-head {
-moz-border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
}
.main-content {
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
}
dmwdead909
dmwdead909
Forumember

Male Posts : 124
Reputation : 0
Language : English
Location : Pomona

http://lmc-forums.inmyclan.com

Back to top Go down

In progress Re: PUNBB ROUND CORNERS

Post by MrMario September 20th 2011, 11:07 pm

bHulleT.w wrote:But whats phpbb 3 ?=

PhbBB3 has that already.
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

In progress Re: PUNBB ROUND CORNERS

Post by dmwdead909 September 21st 2011, 8:55 am

Im looking for PunBB though. I want the corners at the bottom to be round. Right now with that code I have it only fades.
dmwdead909
dmwdead909
Forumember

Male Posts : 124
Reputation : 0
Language : English
Location : Pomona

http://lmc-forums.inmyclan.com

Back to top Go down

In progress Re: PUNBB ROUND CORNERS

Post by bHulleT.w September 21st 2011, 10:13 am

Sorrri i did meaned phpbb2
bHulleT.w
bHulleT.w
Forumember

Male Posts : 244
Reputation : 13
Language : Estonian - Html - Php - Css - MySQL
Location : Closet :3

Back to top Go down

In progress Re: PUNBB ROUND CORNERS

Post by dmwdead909 September 21st 2011, 10:52 am

bHulleT.w wrote:Sorrri i did meaned phpbb2
You have phpbb3 as your site though.
dmwdead909
dmwdead909
Forumember

Male Posts : 124
Reputation : 0
Language : English
Location : Pomona

http://lmc-forums.inmyclan.com

Back to top Go down

In progress Re: PUNBB ROUND CORNERS

Post by bHulleT.w September 21st 2011, 12:06 pm

I have many forums, so ..
bHulleT.w
bHulleT.w
Forumember

Male Posts : 244
Reputation : 13
Language : Estonian - Html - Php - Css - MySQL
Location : Closet :3

Back to top Go down

In progress Re: PUNBB ROUND CORNERS

Post by dmwdead909 September 21st 2011, 8:30 pm

So anybody know how to make it all round and not fade out at bottom?
dmwdead909
dmwdead909
Forumember

Male Posts : 124
Reputation : 0
Language : English
Location : Pomona

http://lmc-forums.inmyclan.com

Back to top Go down

Back to top

- Similar topics

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