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.

corners of the forum

+3
EverEffects
Base
Elena♥
7 posters

Go down

In progress corners of the forum

Post by Elena♥ Sun 9 Dec 2012 - 14:54

I was wondering how to make corners like here ? In diffrent colors so yes I need a code .
Spoiler:
Elena♥
Elena♥
Forumember

Posts : 68
Reputation : 1

Back to top Go down

In progress Re: corners of the forum

Post by Base Sun 9 Dec 2012 - 17:17

Hello,

To make your corners rounded, please add this to your CSS code:

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

Feel free to change the 10px to a different number if you wish.
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: corners of the forum

Post by Elena♥ Mon 10 Dec 2012 - 16:13

That would help but I need all code (: beacuse code doesn´t work Sad
Elena♥
Elena♥
Forumember

Posts : 68
Reputation : 1

Back to top Go down

In progress Re: corners of the forum

Post by EverEffects Mon 10 Dec 2012 - 16:33

Code:
}
body
{padding: 10px;}

.bodyline {
border-radius: 10px;
-moz-border-radius: 10px;
}

Try this.
EverEffects
EverEffects
Forumember

Posts : 105
Reputation : 1
Language : English

Back to top Go down

In progress Re: corners of the forum

Post by Elena♥ Mon 10 Dec 2012 - 16:46

no it doesnt work Sad
thats write me :
Detected error
We have counted a different number of "{" and of "}". It means your CSS risks to be not valid and will not be posted correctly on your forum.

We advise you to reread your code.
Elena♥
Elena♥
Forumember

Posts : 68
Reputation : 1

Back to top Go down

In progress Re: corners of the forum

Post by EverEffects Mon 10 Dec 2012 - 17:04

You must be leaving out a "{ }" because I know for a fact that code works. Look at my forum: http://sneakyworld.forumotion.com/


EDIT*

My mistake, take out that first bracket "}" above body. It was from another code.
EverEffects
EverEffects
Forumember

Posts : 105
Reputation : 1
Language : English

Back to top Go down

In progress Re: corners of the forum

Post by Shek Mon 10 Dec 2012 - 17:28

Hello! Very Happy

Your forum is PhpBB2 or Invision Question In PA > Display > Images and colors > Colors > CSS > and paste the CSS:
Code:
.forumline {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 1px solid #000000;
}

th {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 1px solid #000000;
}

Regards,
Very Happy
Shek
Shek
Active Poster

Male Posts : 1679
Reputation : 60
Language : Portuguese and English
Location : Brazil

https://publipos.net

Back to top Go down

In progress Re: corners of the forum

Post by Elena♥ Mon 10 Dec 2012 - 17:42

It´s but I think this is not that code I am not shure amm Its look like that:
http://memory.slovenianforum.com/
Elena♥
Elena♥
Forumember

Posts : 68
Reputation : 1

Back to top Go down

In progress Re: corners of the forum

Post by EverEffects Mon 10 Dec 2012 - 17:56

Code:
body
{padding: 10px;}

.bodyline {
border-radius: 10px;
-moz-border-radius: 10px;
}

Try this, it should work.
EverEffects
EverEffects
Forumember

Posts : 105
Reputation : 1
Language : English

Back to top Go down

In progress Re: corners of the forum

Post by Elena♥ Wed 12 Dec 2012 - 17:23

it still doesnt work Sad
Elena♥
Elena♥
Forumember

Posts : 68
Reputation : 1

Back to top Go down

In progress Re: corners of the forum

Post by EverEffects Wed 12 Dec 2012 - 17:43

What kind of forum do you have? Link us
EverEffects
EverEffects
Forumember

Posts : 105
Reputation : 1
Language : English

Back to top Go down

In progress Re: corners of the forum

Post by Elena♥ Wed 12 Dec 2012 - 17:45

maybe i have done something wrong :/
http://lifebirdyforum.bestforumfree.com/
Elena♥
Elena♥
Forumember

Posts : 68
Reputation : 1

Back to top Go down

In progress Re: corners of the forum

Post by SLGray Thu 13 Dec 2012 - 4:04

The corners look rounded to me. Which browser are you using?


corners of the forum Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: corners of the forum

Post by mmägi Thu 13 Dec 2012 - 7:50

for me works this i got phpBB2

Code:
body
{padding: 10px;}

.bodyline {
border-radius: 10px;
-moz-border-radius: 10px;
}
mmägi
mmägi
Forumember

Male Posts : 402
Reputation : 4
Language : Estonia

http://royal.forumc.net/

Back to top Go down

In progress Re: corners of the forum

Post by Reverse Fri 14 Dec 2012 - 2:00

i did it easily, but you have to know how to HTML

once you can HTML the forum layout, make the images
avatar
Reverse
Forumember

Male Posts : 363
Reputation : 8
Language : english
Location : GraphicZone

http://www.graphiczone.forummotion.com

Back to top Go down

Back to top


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