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.
The forum of the forums
2 posters

    How can i make my portal

    BadHaxers
    BadHaxers
    Forumember


    Male Posts : 34
    Reputation : 1
    Language : Css | HTML | Kinda Good At Graphics
    Location : Modesto

    Solved How can i make my portal

    Post by BadHaxers 19/3/2012, 13:20

    How can I do my portal like round edges and put a background a round it, like forumotion here's a picture

    How can i make my portal Portal10

    How can i do the round edges around the portal and make a background on my portal
    avatar
    Guest
    Guest


    Solved Re: How can i make my portal

    Post by Guest 19/3/2012, 13:28

    Hi!

    Add this code to CSS Stylesheet:
    Code:
    #right .module .main-head{
    background-color: #FBFBFB;
    border: 0px !important;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    }

    #right .module .main-head h3{
    border-bottom: 1px solid #0088FF !important;
    }

    #right .module .main-content{
    background-color: #FBFBFB;
    border: 0px !important;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    }
    Replace #right to #left if your widgets are floated on left side.
    Replace #FBFBFB by background color of widgets.
    BadHaxers
    BadHaxers
    Forumember


    Male Posts : 34
    Reputation : 1
    Language : Css | HTML | Kinda Good At Graphics
    Location : Modesto

    Solved Re: How can i make my portal

    Post by BadHaxers 19/3/2012, 14:19

    thanks Coddy
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How can i make my portal

    Post by SLGray 19/3/2012, 21:45

    BadHaxers wrote:thanks Coddy

    Topic Solved & Locked





    How can i make my portal Slgray10

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

      Current date/time is 22/9/2024, 13:33