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.

How do I give this edge round corners?

4 posters

Go down

Solved How do I give this edge round corners?

Post by Cool-Guy April 1st 2011, 12:32 am

Hello,

I am currently making all corners of my forum round. Now, this message is posted in a light blue box, which I think you can see. What is the CSS-name of this box?

Currently, I am writing stuff like:

Code:
.headerbar {
-moz-border-radius : 10px;
-webkit-border-radius : 10px;
}

... To change the corners. I just need to know the name of this box, and replace ".headerbar" with it.

Thanks.


Last edited by Cool-Guy on April 2nd 2011, 4:43 pm; edited 1 time in total
avatar
Cool-Guy
Forumember

Posts : 295
Reputation : 0
Language : English

Back to top Go down

Solved Re: How do I give this edge round corners?

Post by Nera. April 1st 2011, 12:50 am

All togehter, with your avatar (for phpBB3)?
Code:
.row1 {
or
Code:
.row2 {
as you wish.

The part with the post only
Code:
.postbody {
Nera.
Nera.
Energetic

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

Back to top Go down

Solved Re: How do I give this edge round corners?

Post by Cool-Guy April 1st 2011, 12:15 pm

Worked, but there is a problem. I will get back to it after this question has been answered:

Check my forum: http://crimson-butterfly.forumotion.com/

What is the name of the box that says "Username" and "Password"?

Would like to give it round corners. Smile
avatar
Cool-Guy
Forumember

Posts : 295
Reputation : 0
Language : English

Back to top Go down

Solved Re: How do I give this edge round corners?

Post by Nera. April 1st 2011, 3:04 pm

This default? Please enter username etc....
Login:
Password:

If you meant that, it is =>
Code:
.panel {

You will have little problems 'cause they are not just boxes, they all have 5-6 parts.
Nera.
Nera.
Energetic

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

Back to top Go down

Solved Re: How do I give this edge round corners?

Post by Cool-Guy April 2nd 2011, 3:20 pm

The ".postbody" didn't change the message box at all. Sad

The ".row1" and ".row2" did, but it also changed the boxes in the "thread list", which looks really bad. Any solution, out there? Smile
avatar
Cool-Guy
Forumember

Posts : 295
Reputation : 0
Language : English

Back to top Go down

Solved Re: How do I give this edge round corners?

Post by Nera. April 2nd 2011, 3:54 pm

Find =>
Code:
.post {
Add this.
Code:
    -moz-border-radius: 20px 20px 20px 20px;
Change the numbers as you want.

Nera.
Nera.
Energetic

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

Back to top Go down

Solved Re: How do I give this edge round corners?

Post by Cool-Guy April 2nd 2011, 4:11 pm

Awesome. Smile

Also, any possibilities of adding round corners to the search box in the navigation bar? Maybe it has a CSS-name, too? Smile
avatar
Cool-Guy
Forumember

Posts : 295
Reputation : 0
Language : English

Back to top Go down

Solved Re: How do I give this edge round corners?

Post by hamodabul April 2nd 2011, 4:21 pm

Awesome !
avatar
hamodabul
New Member

Posts : 4
Reputation : 0
Language : arabic

Back to top Go down

Solved Re: How do I give this edge round corners?

Post by Nera. April 2nd 2011, 4:33 pm

Cool-Guy wrote:Awesome. Smile

Also, any possibilities of adding round corners to the search box in the navigation bar? Maybe it has a CSS-name, too? Smile

Add this to your CSS =>
Code:
.overview {
    -moz-border-radius: 10px 10px 10px 10px;
}
.title-overview {
    -moz-border-radius: 10px 10px 10px 10px;
}
Nera.
Nera.
Energetic

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

Back to top Go down

Solved Re: How do I give this edge round corners?

Post by Cool-Guy April 2nd 2011, 4:42 pm

Thanks. It worked.

I will now mark this thread as "solved". Smile
avatar
Cool-Guy
Forumember

Posts : 295
Reputation : 0
Language : English

Back to top Go down

Solved Re: How do I give this edge round corners?

Post by MrMario April 2nd 2011, 6:40 pm

Solved => Locked
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Back to top

- Similar topics

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