Background Color etc of Profile in posts 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.
2 posters

    Background Color etc of Profile in posts

    avatar
    Mr. Brooks
    Forumember


    Posts : 35
    Reputation : 21
    Language : English

    Solved Background Color etc of Profile in posts

    Post by Mr. Brooks August 21st 2011, 4:41 pm

    So here's what it currently looks like:

    Background Color etc of Profile in posts Before10

    And here's what I want it to look like:
    (please ignore the blue dirts behind the texts, I don't want them there, it's just hard to remove them when I edited the original image.)
    Background Color etc of Profile in posts After10

    The changes were:

    • The profile on the left has a background color (light blue) which is different from the posts body's color (the one with hello world)
    • The profile also has a mini box inside (with rounded corners).
    • The profile contents is adjusted so it would be fit inside the mini box.


    The codes I want to know:

    • How to change the background color of the profile portion?
    • How to put a mini box (rounded corners if possible, and with a different color too)?
    • How to adjust the profile contents (avatar, rank, post counts, etc) xy position?


    I'm using phpbb3
    avatar
    Guest
    Guest


    Solved Re: Background Color etc of Profile in posts

    Post by Guest August 21st 2011, 4:55 pm

    Add this in your css

    Code:
     .postprofile {
        background-color: #ffffff;
        border: 1px solid #054f8d;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    avatar
    Mr. Brooks
    Forumember


    Posts : 35
    Reputation : 21
    Language : English

    Solved Re: Background Color etc of Profile in posts

    Post by Mr. Brooks August 21st 2011, 5:00 pm

    Thanks. It made the profile section have a white minibox. But it didn't change the profile's main background color, and the profile contents is not on the center.

    So I guess the only codes left for me to know:

    • How to change the background color of the profile portion?
    • How to put a mini box (rounded corners if possible, and with a different color too)?
    • How to adjust the profile contents (avatar, rank, post counts, etc) xy position?


    EDIT: Actually I don't think number one is possible. >.< At least the profile contents xy position code would be helpful x:


    Last edited by Mr. Brooks on August 21st 2011, 5:11 pm; edited 1 time in total
    avatar
    Guest
    Guest


    Solved Re: Background Color etc of Profile in posts

    Post by Guest August 21st 2011, 5:10 pm

    Link to your forum would help.
    avatar
    Mr. Brooks
    Forumember


    Posts : 35
    Reputation : 21
    Language : English

    Solved Re: Background Color etc of Profile in posts

    Post by Mr. Brooks August 21st 2011, 5:11 pm

    link removed.

    I figured it out. Please lock as it is already solved. :D
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: Background Color etc of Profile in posts

    Post by kirk August 22nd 2011, 8:04 am

    Since the topic is now solved i will mark and lock the thread.