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.

Rounded Corners

4 posters

Go down

In progress Rounded Corners

Post by Somepony August 14th 2013, 8:41 pm

Hi, I was wondering how I can have round corners, on all the sharp edges of my forum, just like this forum? 
Here is the link. http://bearvilledaily.niceboard.com/
I have tried many different rounded corner codes, however none are working.
Somepony
Somepony
New Member

Female Posts : 11
Reputation : 1
Language : English
Location : Florida

Back to top Go down

In progress Re: Rounded Corners

Post by levy August 14th 2013, 10:33 pm

Code:
#wrap , .forabg , .forumbg , .post{
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
Just add that in your CSS Stylesheet ( Administration Panel -> Display -> Colors -> CSS Styesheet )
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

In progress Re: Rounded Corners

Post by Somepony August 17th 2013, 9:30 pm

Not working, I added the whole code in the CSS stylesheet.
Somepony
Somepony
New Member

Female Posts : 11
Reputation : 1
Language : English
Location : Florida

Back to top Go down

In progress Re: Rounded Corners

Post by levy August 17th 2013, 9:33 pm

Code:
#wrap {
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.forabg {
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.forumbg {
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

 .post{
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
Try now.
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

In progress Re: Rounded Corners

Post by Sir Chivas™ August 17th 2013, 9:57 pm

Hi,

When your issue is solved, please make sure to state it and mark your thread as solved. Thank you.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

In progress Re: Rounded Corners

Post by Somepony August 18th 2013, 3:30 am

It made the corner on forum categories rounded, however the corners on the widgets still have sharp edges.
Somepony
Somepony
New Member

Female Posts : 11
Reputation : 1
Language : English
Location : Florida

Back to top Go down

In progress Re: Rounded Corners

Post by runawayhorses August 18th 2013, 3:36 am

Try this for the widgets:

Code:
.module {
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Back to top

- Similar topics

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