/* * @package dineshghimire * @subpackage blogmagazine * @version 1.0.6 */ /*-------------------------------------------------------------- Comments --------------------------------------------------------------*/ .comment-content{ a{ word-wrap: break-word; } } .bypostauthor { display: block; border-bottom: 1px dashed #dedede; } .comments-area{ margin-bottom: 30px; padding-bottom: 30px; border-top: 2px dashed #dedede; border-bottom: 2px dashed #dedede; h2{ &.comments-title{ color: #333; display: inline-block; font-size: 22px; font-style: normal; font-weight: 700; margin: 15px 0; padding: 8px 15px; } } h3{ margin: 0 0 10px; color: #141414; font-weight: 600; display: inline-block; line-height: 22px; font-size: 18px; } ol{ margin: 0; padding: 0; list-style: none; &.children{ margin: 0 0 0 15px; } } } .comment-form{ label{ width: 100%; display: block; } input[type="radio"], input[type="checkbox"]{ &~label{ width:auto; display:inline; padding-left:5px; } } } textarea#comment { width: 100%; height: 150px; } /*Comment Lists*/ .comment-list{ .comment-body{ padding: 15px; margin-bottom: 20px; } } .comment-metadata{ font-weight: 700; } .comment-content{ margin-top: 0px; } .comment-author{ line-height:50px; margin-bottom:10px; img{ width:100%; float:left; display:block; max-width:50px; border-radius:100%; vertical-align: text-top; } .fn{ float:left; display:block; font-size: 16px; font-style: normal; padding-left:15px; text-transform: capitalize; .url{ color: #333; padding: 0 5px; &:hover{ color: $primary_color; } } } .says{ display: none; } &:after{ content:""; clear:both; display:block; } } .commentmetadata{ float: right; font-weight: normal; font-size: 12px; font-style: italic; font-weight: 300; a{ color: #666; } .comment-edit-link { color: #01AEFD; } &+.clear{ margin-bottom: 20px; } } .reply{ .comment-reply-link{ background: none repeat scroll 0 0 $primary_color; border-radius: 3px; color: $white_color; font-size: 13px; line-height: 1; padding: 2px 10px; } } .comment-respond{ padding: 20px; color: #141414; margin-top: 40px; background-color: #f2f2f24d; } .comment-form{ .form-submit{ margin-bottom: 0; } } #cancel-comment-reply-link{ font-style: italic; color: $primary_color; &:before{ font-family: FontAwesome; content: "\f057"; margin: 0 5px 0 20px; font-style: normal; color: $primary_color; } }