diff --git a/css/profile_freelist.css b/css/profile_freelist.css --- a/css/profile_freelist.css +++ b/css/profile_freelist.css @@ -1,66 +1,89 @@ h4{ font-size: 18px !important; } font{ color: #333 !important; } +/*add width*/ +.typ-profile-head-left{ + margin-top: 30px; +} +.breadcrumbs a, .typ-profile-head-left a{ + color: #00aeef !important; +}/*end add*/ .region.region-breadcrumbs{ height: 30px; } .region-highlighted{ margin-top: 0px !important; } .field.field-block-content--body.field-name-body.field-type-text-with-summary.field-label-hidden{ margin-bottom: 15px; } .typ-profile-sidebar{ margin-left: 0px !important; } .typ-profile-sidebar{ width: 310px; } .profile_share img{ width: 90px; height: 28px; } -.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{ - background-color: #FFDE00 !important; + +.nav-tabs > li { + padding-right: 2px; +} +.nav-tabs > li>a{ + border: 1px solid #cccccc !important; + background-color: #ffcc33 !important; color: #000000 !important; } -.nav-tabs>li>a{ +.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{ + background-color: #ffffff !important; + color: #000000 !important; + border-bottom-color: #ffffff !important; +} + + + + + + +/*.nav-tabs>li>a{ border: 1px solid #DDDDDD !important; color: #000000 !important; -} +}*/ .profile_share{ border: 1px solid #DDDDDD; padding: 15px; } .profile_share_title_promotion{ background-color: #4e4e4e; margin-bottom: 2px; color: #f5cc22 !important; padding: 10px; } a > .profile_share_title_promotion > span{ margin-left: 8px; color: #f5cc22 !important; } .profile_share_title_promotion:hover{ background-color: rgba(78,78,78,0.8); } .profile_share_title{ margin-top: 12px; - background-color: #f5cc22; + background-color: #ffcc33; color: #000 !important; padding: 10px; } .orange_font{ color: #FF9900 !important; } .gray_font{ color: #333 !important; } .detail-images > a > img{ height: 150px; margin: 0 auto; } \ No newline at end of file