/* Tidy Comments
---------------------------------------------- */
/* remove the talking arrow, unless you want it */
.page-template-sidebar-page-php .commentlist > li:before,
.singular .commentlist > li:before,
.single .commentlist > li:before {
content: none;
}
/* Make comments as wide as possible*/
.page-template-sidebar-page-php .commentlist,
.single .commentlist { width: auto; }
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.singular .commentlist > li.comment,
.single .commentlist > li.comment {
margin-left: 102px;
width: auto;
}
/* Talking avatars take up too much room at this size */
.page-template-sidebar-page-php .commentlist > li.comment,
.singular .commentlist > li.comment,
.single .commentlist > li.comment {
margin-left: 0;
}
.page-template-sidebar-page-php .commentlist > li.comment .comment-meta,
.page-template-sidebar-page-php .commentlist > li.comment .comment-content,
.singular .commentlist > li.comment .comment-meta,
.singular .commentlist > li.comment .comment-content,
.single .commentlist > li.comment .comment-meta,
.single .commentlist > li.comment .comment-content {
margin-right: 85px;
}
/* fix the margin for narrow content in threaded comments */
.commentlist .children li.comment .comment-content,
.commentlist .children > li.bypostauthor, .commentlist > li.bypostauthor {
margin-right: 0;
}
.page-template-sidebar-page-php .commentlist .avatar,
.singular .commentlist .avatar,
.single .commentlist .avatar {
background: transparent;
display: block;
padding: 0;
top: 1.625em;
left: auto;
right: 1.625em;
}
.page-template-sidebar-page-php .commentlist .children .avatar,
.singular .commentlist .children .avatar,
.single .commentlist .children .avatar {
background: none;
padding: 0;
position: absolute;
top: 2.2em;
left: 2.2em;
}
.page-template-sidebar-page-php #respond,
.singular #respond,
.single #respond {
width: auto;
}
.singular #respond {width: 62.9%}
/* comment fix for single pages and attachment pages */
.image-attachment .commentlist{width: 68.9%;}
.image-attachment #respond {width: 62.9%;}
/* Change the post author comment look as well */
/* Post Author threaded comments background */
.commentlist .children > li.bypostauthor,
.commentlist > li.bypostauthor {
background: #efefef;
}
/* Lightened the background color of postauthor and highlighted the avatar instead */
.commentlist > li.bypostauthor .vcard img,
.commentlist .children > li.bypostauthor .vcard img {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom: 5px solid #F5D800;
padding-bottom: 2px !important;
}