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.

half round forums

Go down

Solved half round forums

Post by Project ecko Wed Nov 24, 2010 9:24 am

can any1 tell me how to make half round shit like this?:
http://demo.nicetheme.com/index.htm?theme_id=159427


Last edited by Project ecko on Wed Nov 24, 2010 4:18 pm; edited 1 time in total
avatar
Project ecko
Forumember

Posts : 62
Reputation : 0
Language : dutch

Back to top Go down

Solved Re: half round forums

Post by Guest Wed Nov 24, 2010 2:27 pm

You mean rounded corners?
avatar
Guest
Guest


Back to top Go down

Solved Re: half round forums

Post by Project ecko Wed Nov 24, 2010 2:39 pm

ye that is what i mean soz english is not that good Smile
avatar
Project ecko
Forumember

Posts : 62
Reputation : 0
Language : dutch

Back to top Go down

Solved Re: half round forums

Post by Guest Wed Nov 24, 2010 3:06 pm

Is your forum version phpbb2?
avatar
Guest
Guest


Back to top Go down

Solved Re: half round forums

Post by Project ecko Wed Nov 24, 2010 3:14 pm

yes it is
avatar
Project ecko
Forumember

Posts : 62
Reputation : 0
Language : dutch

Back to top Go down

Solved Re: half round forums

Post by Guest Wed Nov 24, 2010 3:16 pm

Okay go to
ACP - Display - Colors - CSS stylesheet:
add this code there and hit save!:
Code:

.bodyline{
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: half round forums

Post by Project ecko Wed Nov 24, 2010 3:24 pm

ehh its only the forum line i want everything
u know how to do that? o.O
avatar
Project ecko
Forumember

Posts : 62
Reputation : 0
Language : dutch

Back to top Go down

Solved Re: half round forums

Post by Guest Wed Nov 24, 2010 3:26 pm

Everything =.0 u need many codes:
add this too:
Code:

.forumline{
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
avatar
Guest
Guest


Back to top Go down

Solved Re: half round forums

Post by Project ecko Wed Nov 24, 2010 3:31 pm

woot almost everything! dude ur awesome dude only need 3 more codes

http://project-ecko.userboard.net/forum.htm

the: Background picture (Row title) :
and: Background picture (Row category left) :
and: Background picture (Row category right) :
avatar
Project ecko
Forumember

Posts : 62
Reputation : 0
Language : dutch

Back to top Go down

Solved Re: half round forums

Post by Guest Wed Nov 24, 2010 3:33 pm

Lol Very Happy
Code:

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

th {
   border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
   }

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
   border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
   }
avatar
Guest
Guest


Back to top Go down

Solved Re: half round forums

Post by Project ecko Wed Nov 24, 2010 4:13 pm

omg ty dude ur best support mod ever Very Happy

Problem Solved Lock please Very Happy
avatar
Project ecko
Forumember

Posts : 62
Reputation : 0
Language : dutch

Back to top Go down

Solved Re: half round forums

Post by Guest Wed Nov 24, 2010 4:21 pm

Thanks thanks Razz

And your are welcome Razz

all can do what i did Razz

Solved + Locked
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