.post {
width: 100%;
height: 100%;
overflow: hidden;
}
}
.post.classic {
background: #161616;
}
.post .post_author {
background: #1D1D1D url(../../../images/carbon/highlight_reallyfaint.png) repeat-x 0 0;
padding: 5px;
color: #6F6F6F;
overflow: hidden;
line-height: 20px;
}
.post.classic .post_author {
float: left;
background: #161616;
width: 15%;
border-left: 0;
padding: 5px 1%;
border-right: 1px solid #393939;
margin: -12px 0 -20000px 5px; padding-bottom: 20000px; height: 100%;
}
.post .post_author .buddy_status {
vertical-align: middle;
margin-top: -4px;
}
.post .post_author div.author_avatar {
float: left;
margin-right: 3px;
}
.post.classic .post_author div.author_avatar {
float: none;
text-align: center;
margin-bottom: 8px;
}
.post .post_author div.author_avatar img {
padding: 5px;
border: 1px solid #4D4D4D;
background: #3F3F3F url(../../../images/carbon/highlight_reallyfaint.png) repeat-x 0 0;
}
.post .post_author div.author_information {
float: left;
padding: 6px 8px;
}
.post.classic .post_author div.author_information {
float: none;
padding: 0;
text-align: center;
}
.post .post_author div.author_statistics {
float: right;
font-size: 11px;
padding: 3px 10px 3px 5px;
color: #666;
line-height: 1.3;
}
.post.classic .post_author div.author_statistics {
margin: 6px 0 0 0;
text-align: center;
font-size: 10px;
padding: 6px 6px 3px 6px;
float: none;
}
.post .post_head {
font-size: 11px;
color: #898989;
padding-bottom: 4px;
margin-bottom: 4px;
}
.post .post_head span.edited_post {
font-size: 10px;
color: #999;
}
.post .post_head span.edited_post a {
color: #666;
}
.post_body {
font-size: 14px;
padding: 12px 0;
line-height: 1.2;
color: #7B7B7B;
}
.post.classic .post_content {
background: #1A1A1A;
padding: 0 0 0 15px;
height: 100%;
margin-bottom: -20000px;
padding: 0 1% 5px 19%;
width: 81%;
}
.post_content {
padding: 9px 10px 5px 10px;
}
.post_content .signature {
margin: 5px 0 15px 0;
color: #A0A0A0;
border-top: 1px solid #383838;
padding: 10px 0 4px 0;
}
.post .post_meta {
margin: 4px 0;
font-size: 11px;
padding: 10px;
color: #999;
}
.post .post_meta a:link,
.post .post_meta a:visited {
color: #777;
}
.post .post_meta a:hover,
.post .post_meta a:active {
color: #777;
}
.post_controls {
clear: both;
background: #222;
border-top: 1px solid #2B2B2B;
padding: 5px;
overflow: hidden;
}