-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathComment.css
More file actions
19 lines (17 loc) · 1.14 KB
/
Comment.css
File metadata and controls
19 lines (17 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.comment-list {
background-color: transparent; padding-left: 80px; margin-left: -80px; padding-right: 20px; margin-right: -20px; margin-bottom: -17px; padding-bottom: 10px;
border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding-top: 19px; margin-top: 10px; border-top: 1px solid #E3E3E3; font-size: 85%;
}
.no-transparent .comment-list { background-color: #fafafa; }
.comment-list .body { padding-top: 0px }
.comment-list .body p { padding: 0px }
.comment-create textarea { width: 100%; margin-bottom: 11px; box-sizing: border-box; }
.comment { padding-top: 10px }
.comment-list .comment .user { padding-bottom: 0px; white-space: nowrap; line-height: 15px; }
.comment .body { padding-top: 4px; padding-bottom: 10px; }
.comment .body.maxheight:before { background: linear-gradient(rgba(0,0,0,0), #fafafa 70%) }
.comment .icon-reply { opacity: 0; transition: all 0.3s }
.comment:hover .icon-reply { opacity: 0.5 }
.comment .icon-reply:hover { opacity: 1; transition: none }
.comment .user .name { line-height: 16px; }
.comment h1, .comment h2, .comment h3, .comment h4, .comment h5, .comment h6 { font-size: inherit; font-weight: bold }