Stylevar or CSS for User Profile Left Column

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Epic Mike
    Member
    • Jan 2010
    • 42
    • 4.0.0

    [Forum] Stylevar or CSS for User Profile Left Column

    I am looking to change the color of part of the left column in a user's profile (outlined in blue from Firebug) but I can not find what is controlling that. Can anyone point me in the right direction to change just the background color inside of the blue box? By the way, this is using 4.1.1

    Thanks,

    Mike
    Last edited by Epic Mike; Fri 4 Feb '11, 2:10pm. Reason: deleted picture
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24356
    • 5.7.X

    #2
    You've two options:

    1. If Profile Customisation is enabled on your site, edit your profile page using those tools and use the 'Save as Site Default' button to set this for all users or
    2. If Profile Customisation is not enabled on your site, use any needed sections of the following CSS in your additional.css template to change these:

    HTML Code:
    /* changing profile page - right side */
    #tab_container dl.tabslight dd.userprof_module a {color: black;} /* active tab font color */
    #tab_container dl.tabslight dd.userprof_module {background: red;} /* active tab background color */
    #member_content dl.tabslight dd.userprof_moduleinactive a {color: red;} /* inactive tab font color */
    #member_content dl.tabslight dd.userprof_moduleinactive {background: black;} /* inactive tab background color */
    #profile_tabs .memberprofiletabunder {background: pink;} /* thin line under tabs */
    #message_form div.userprof_headers {background: pink;} /* around VM message area */
    div.group .userprof_button {background: green;} /* VM editor button background */
    div.userprof_headers {background: red;} /* right header background color */
    div.userprof_content {background: gray;} /* right main background color */
    ol.userprof .postbit.postbit-lite {background: lightgray;} /* right avatar area background color */
    div.userprof_content_border {border: 1px solid black;} /* border for right main background */
    div#pagination_top .pagination span a, div#pagination_top .pagination span a.popupctrl {background: orange;} /* pagination background color */
    /* changing profile page - left side */
    div#sidebar_container.member_summary {background: gray;} /* left background */
    #member_content #sidebar_container .blocksubhead {color: purple;} /* username & Friends & Albums color */
    #sidebar_container.member_summary .mainblock .usertitle {color: red;} /* usertitle */
    #member_content #sidebar_container a {color: green;} /* left link color */
    #profile_customization_button.userprof_button {color: green;} /* customize profile button text color */
    .member_summary dd.avatar img#user_avatar {border: none;} /* avatar border */
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...