Marked as work-in-progress (WIP).
The content of this post may be unreliable or incomplete. Please check back later.
Open comments page
CSS snippets to style the Blogger (blogspot) embedded comment form.
There are 3 types of embedded comment form, each shown on a different condition:
First comment of the post.
Top-Level comment.
Reply comment.
This form is shown when the post has no comments, meaning the user is the first to leave a comment on the post.
.comments.embed .comment-form { /* ... */ }
This form is shown when there's at least one comment on a post and the user is not replying to anyone.
.comment-replybox-single:not(:empty) { /* ... */ }
This form is shown the user is replying to another comment.
.comment-replybox-thread:not(:empty) { /* ... */ }
**
https://www.blogger.com/comment/fullpage/post/220561901913020919/2949187916090351657