half round forums Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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

    avatar
    Project ecko
    Forumember


    Posts : 62
    Reputation : 0
    Language : dutch

    Solved half round forums

    Post by Project ecko November 24th 2010, 10: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 November 24th 2010, 5:18 pm; edited 1 time in total
    avatar
    Guest
    Guest


    Solved Re: half round forums

    Post by Guest November 24th 2010, 3:27 pm

    You mean rounded corners?
    avatar
    Project ecko
    Forumember


    Posts : 62
    Reputation : 0
    Language : dutch

    Solved Re: half round forums

    Post by Project ecko November 24th 2010, 3:39 pm

    ye that is what i mean soz english is not that good Smile
    avatar
    Guest
    Guest


    Solved Re: half round forums

    Post by Guest November 24th 2010, 4:06 pm

    Is your forum version phpbb2?
    avatar
    Project ecko
    Forumember


    Posts : 62
    Reputation : 0
    Language : dutch

    Solved Re: half round forums

    Post by Project ecko November 24th 2010, 4:14 pm

    yes it is
    avatar
    Guest
    Guest


    Solved Re: half round forums

    Post by Guest November 24th 2010, 4: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
    Project ecko
    Forumember


    Posts : 62
    Reputation : 0
    Language : dutch

    Solved Re: half round forums

    Post by Project ecko November 24th 2010, 4:24 pm

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


    Solved Re: half round forums

    Post by Guest November 24th 2010, 4: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
    Project ecko
    Forumember


    Posts : 62
    Reputation : 0
    Language : dutch

    Solved Re: half round forums

    Post by Project ecko November 24th 2010, 4: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
    Guest
    Guest


    Solved Re: half round forums

    Post by Guest November 24th 2010, 4: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
    Project ecko
    Forumember


    Posts : 62
    Reputation : 0
    Language : dutch

    Solved Re: half round forums

    Post by Project ecko November 24th 2010, 5:13 pm

    omg ty dude ur best support mod ever Very Happy

    Problem Solved Lock please Very Happy
    avatar
    Guest
    Guest


    Solved Re: half round forums

    Post by Guest November 24th 2010, 5:21 pm

    Thanks thanks Razz

    And your are welcome Razz

    all can do what i did Razz

    Solved + Locked