/*no comment arrows*/ .commentlist > li:before { content: none; } .commentlist > li.bypostauthor:before { content: none; } /*1st level comments with thread*/ .commentlist > li.comment{ background: none repeat scroll 0 0 #f8f8f8/*#ffffff*/ /*transparent*/; /*border: medium none;*/ border-top-style:none; border-bottom: none; /*1px solid #E7E7E7;*/ border-right-style:none; border-left: 1px solid #DDDDDD; margin: 0.625em 0/*0 0 0.625em 0*/; padding: 0.5em 0.5em 0.5em 1em; } .commentlist .children li.comment .comment-content { margin: 1.625em 0 0; } .commentlist li.comment .comment-content { margin: 1.625em 0 0; } .commentlist .children li.comment .comment-content > p { margin-bottom: 0.625em !important; } .commentlist li.comment .comment-content > p{ margin-bottom: 0.625em !important; } /*2nd level comments and further*/ .commentlist .children li.comment{ background: none repeat scroll 0 0 #f8f8f8/*#ffffff*/ /*transparent*/; padding: 0.5em 0.5em 0.5em 1em; margin: 0.625em 0/*.625em*/; border-left: 1px solid #DDDDDD; border-radius: 0 0 0 0; } /*Display commenter name inline with "says" for 2nd level comments*/ .commentlist .children li.comment .fn { display: inline; } /*Author says dd/mm/YYYY at hh:mm block height*/ .comment-meta { line-height: 1.625em !important; margin-left: 50px !important; } .comment-meta a { font-weight: normal; /*color: #373737;*/ /*Optional: same color for all contents of comment-meta*/ } /*Avatars let's go*/ .commentlist .children .avatar, .commentlist .avatar { left: 1.125em; top: 0.625em; } .commentlist { background: none repeat scroll 0 0 #ffffff; width: 100%; } a.comment-reply-link > span { display: none; } /*Leave a comment form*/ #respond{ background: none repeat scroll 0 0 transparent; border: medium none; width: 100%; padding: 1.625em 0 0 0; } #respond input[type="text"], #respond textarea { background: none repeat scroll 0 0 #ffffff; border: 3px solid #EEEEEE; border-radius: 3px 3px 3px 3px; /*box-shadow: 0 1px 3px rgba(204, 204, 204, 0.95) inset;*/ padding: 0.5em; position: relative; text-indent: 0; } #respond input[type="text"] { width: 95%; } /* Red * position*/ #respond .comment-form-author .required, #respond .comment-form-email .required { left: 95%; top: 35px; z-index: 1; } #respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label { background: none repeat scroll 0 0 #ffffff; box-shadow: none; color: #555555; left: 4px; min-width: 0; padding: 0 0.5em; /*margin: 0.5em 0 0 !important;*/ position: static; z-index: 1; } #respond input#submit { position: static; } #respond p { margin: 0.2em 0 0; }