Results 1 to 3 of 3

Thread: User Profile Styles Problem

  1. #1
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default User Profile Styles Problem

    I'll be working on some user profile styles after I get some more skins done.

    I got black/red, black/green, black/gray and fixed some of the ghastly elements in the default black/blue.

    But there is one important thing that I discovered. When a person changes their profile style, it changes the ENTIRE SITE, not just their profile! If you have have a heavily customized header (which I have not gotten to yet) my guess is that the whole thing is going to appear screwed up after a person changes their profile style.

    Anyone try this yet? Try it on the DEMO...pick the black theme and then change it to green in your profile. The menu and everything around the profile changes to green also. I don't think it's supposed to be doing this!
    If it's not fun, stop doing it!

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: User Profile Styles Problem

    Profile styles override default styles. If you don't want menu changed for blue style, edit templates/css/profile/blue.css , remove

    Code:
    #menu {
        width: 100%;
        margin-bottom: 2em;
    }
    #menu ul {
        font: bold 11px Arial;
        margin:0px;
        padding:0px;
        list-style: none;
    }
    #menu li {
        float: left;
        display: inline;
        background-color:#4e94d9;
    }
    #menu a {
        display: block;
        font-size:10pt;
        color: #fff;
        margin: 0 1px 0 0;
        padding:12px 0;
        letter-spacing: 1px;
        width:136.1px;
        text-align:center;
        background-image:none;
        background-color:#0067CE;
    }
    #menu a:hover {
        color: #FFFF00;
        text-decoration:underline;
    }
    You can modify the css to match your site design.

  3. #3
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: User Profile Styles Problem

    Thanks..and trust me, I'll be making a lot of changes! lOL
    If it's not fun, stop doing it!

Similar Threads

  1. Can I Add Pic and Info to Each User Profile
    By micq in forum Template Modifications
    Replies: 4
    Last Post: 04-29-2009, 02:53 PM
  2. Custom User Profile
    By CliftonH in forum Template Modifications
    Replies: 5
    Last Post: 12-01-2008, 04:43 AM
  3. User Profile and Comment
    By olrac in forum Feature Requests
    Replies: 1
    Last Post: 09-14-2008, 06:24 PM
  4. allow css/javascript user profile?
    By olrac in forum Feature Requests
    Replies: 2
    Last Post: 10-06-2007, 08:32 AM
  5. Unable to edit user profile
    By admin in forum Fixed Bugs
    Replies: 3
    Last Post: 06-20-2007, 10:56 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •