może pomoże profil_css
[long]/************************************************************************/
/* IP.Board 3 CSS - By Rikki Tissier - ©2008 Invision Power Services */
/************************************************************************/
/* ipb_profile.css - Profile specific styles */
/************************************************************************/
.friend_list ul, .status_profile_page, .status_profile_actions, .off, .recent_activity
{
background: #FFFFFF;
}
div#profile_overview {
width: 29%;
}
div#main_profile_body {
width: 70%;
margin-top: 5px;
padding-right: 4px;
}
.friend_list p {
font-size: 0.9em;
padding: 15px 0 0 5px;
}
.personal_info {
text-align: center;
}
.personal_info .photo {
margin: 30px auto 20px auto;
}
.personal_info ul {
font-size: 0.9em;
border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
padding: 5px 10px;
}
.personal_info li {
margin: 2px 0;
text-align: left;
}
.personal_info li a {
background: #d5dde5;
text-decoration: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
padding: 5px 7px;
display: block;
}
ul.profile_options {
margin-bottom: 20px;
}
/* Friends list */
.members li .info dd {
width: 250px;
}
.members li .info dt {
min-width: 100px;
width: auto;
}
div#profile_overview .info {
font-size: 0.9em;
/*border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;*/
padding: 4px;
}
body div#profile_overview .info dt {
padding: 3px 4px;
width: 37%;
}
body div#profile_overview .info dd {
padding: 3px 4px;
width: 53%;
}
#profile_overview .reputation {
float: none;
text-align: center;
font-weight: normal;
margin: 6px;
}
#profile_overview .reputation .number {
font-size: 1.1em;
font-weight: bold;
}
#profile_overview .reputation .title,
#profile_overview .reputation .image {
font-size: 0.9em;
display: block;
}
.about_info,
.contact_info {
margin-bottom: 6px;
font-size:0.9em;
}
.recent_activity,
.about_contact,
.friend_list,
#comment_wrap {
clear: both;
float: left;
width: 100%;
}
.other_contact
{
margin: 5px 0px 5px 0px;
}
.other_contact .general_box {
padding: 4px;
overflow: auto;
}
.other_contact .general_box h3 {
margin: -4px -4px 5px -4px;
}
.about_contact,
.friend_list {
margin-top: 20px;
margin-bottom: 20px;
}
.other_contact dl {
padding: 0px 10px 10px 3px;
}
.about_contact dl, dl.user_info {
padding: 6px;
}
.other_contact dt, .other_contact dd, .about_contact dt, .about_contact dd,
.info dt, .user_info dt, .user_info dd {
float: left;
}
.other_contact dt, .about_contact dt, .info dt, .user_info dt {
font-weight: bold;
padding: 3px 6px;
clear: both;
width: 30%;
/*white-space: nowrap;*/
}
.other_contact dd, .about_contact dd, .info dd, .user_info dd {
padding: 3px 6px;
width: 55%;
}
.info dd, .user_info dd {
margin-left: 35%;
}
.recent_activity {
padding:0px 2px 5px 5px;
width:99%;
}
.recent_activity .general_box {
background: #eef3f8;
}
.recent_activity a {
text-decoration: none;
}
.recent_activity #tab_recentActivity {
line-height: 150%;
}
.recent_activity #tab_recentActivity h4 {
color: #1d3652;
font-size: 1.1em;
font-weight: normal;
padding: 10px;
}
.recent_activity #tab_recentActivity ol {
font-size: 0.9em;
padding: 0 0 10px 20px;
}
.recent_activity li img {
padding-right: 6px;
}
.tab_general .general_box,
.tab_forums_posts .general_box,
.tab_topics .general_box {
/*max-height: 250px;*/
overflow: auto !important;
}
.tab_general h4,
.tab_forums_posts h4,
.tab_forums_topics h4 {
font-size: 1.05em;
font-weight: normal;
padding: 6px 0 0 6px;
}
.tab_general .post_body,
.tab_forums_posts .post_body,
.tab_forums_topics .post_body {
background-color: #fafbfc;
border-bottom: 1px solid #d5dde5;
padding: 10px 10px 25px 18px;
line-height: 140%;
margin-left: 0;
}
.tab_general p.posted_info,
.tab_forums_posts p.posted_info,
.tab_forums_topics p.posted_info {
padding: 0 0 6px 6px;
margin: 0;
}
#post_comment {
padding: 10px 10px 10px 30px;
}
#post_comment .photo {
margin: 0 16px 0 6px;
}
#post_comment .input_textarea {
margin-bottom: 8px;
width: 380px;
}
#post_comment .input_submit {
margin: 0 10px 0 50px;
}
#latest_visitors {
margin-top: 12px;
}
#latest_visitors li .photo {
margin: 2px 10px 0 0;
float: left;
}
#latest_visitors li {
clear: both;
padding: 5px;
}
/* Status updates stuffs */
.status_profile_actions {
font-size: 0.9em;
}
.status_profile_actions .desc {
font-size: 0.8em;
}
.status_profile_page #statusUpdate {
width: 80%;
}[/long]