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.

2 posters

Go down

In progress Round corners.

Post by Fey January 31st 2012, 6:38 pm

Can someone please tell me how to make the egdes of the forum round?
Fey
Fey
Forumember

Posts : 288
Reputation : 11
Language : Bulgarian and English

http://mysticworld-rpg.bulgarianforum.net/forum

Back to top Go down

In progress Re: Round corners.

Post by Base January 31st 2012, 8:29 pm

Hi, which part(s) of your forum are you talking about? Upon visiting your forum, I saw straight away that the main parts are already rounded. Smile
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

In progress Re: Round corners.

Post by Guest February 1st 2012, 12:54 pm

Add in CSS Stylesheet:
Code:
div.main-box.clearfix{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#pun-info .main-content{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#pun-info .main-content{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

div.paged-foot.clearfix{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

div.paged-head.clearfix{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#pun-visit{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.codebox, blockquote, .spoiler{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

fieldset.frm-set .frm-form table.table{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

div.main-content.frm form.frm-form ul.frm-info{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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