2020-02-16 18:30:00 +00:00
|
|
|
.getCommentsTitle {
|
|
|
|
height: 10px;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: underline;
|
|
|
|
cursor: pointer;
|
|
|
|
color: var(--title-color);
|
|
|
|
}
|
|
|
|
|
2020-02-18 20:59:01 +00:00
|
|
|
.center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2020-10-04 22:15:06 +00:00
|
|
|
.commentSort {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2020-02-16 18:30:00 +00:00
|
|
|
.comment {
|
|
|
|
padding: 15px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2020-02-18 20:59:01 +00:00
|
|
|
.hideComments {
|
|
|
|
font-size: 13px;
|
|
|
|
text-decoration: underline;
|
|
|
|
cursor: pointer;
|
|
|
|
color: var(--title-color);
|
|
|
|
}
|
|
|
|
|
2020-02-16 18:30:00 +00:00
|
|
|
.commentThumbnail {
|
|
|
|
float: left;
|
|
|
|
width: 60px;
|
|
|
|
height: 60px;
|
|
|
|
border-radius: 200px 200px 200px 200px;
|
|
|
|
-webkit-border-radius: 200px 200px 200px 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commentAuthor {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
margin-left: 68px;
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commentText {
|
|
|
|
font-size: 12px;
|
|
|
|
margin-top: -10px;
|
|
|
|
margin-left: 70px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commentDate {
|
|
|
|
font-weight: normal;
|
|
|
|
margin-left: 5px;
|
2020-09-26 15:43:01 +00:00
|
|
|
font-size: 12px;
|
2020-02-16 18:30:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.commentLikeCount {
|
|
|
|
font-size: 11px;
|
|
|
|
margin-left: 70px;
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commentMoreReplies {
|
|
|
|
font-size: 11px;
|
2020-09-26 15:43:01 +00:00
|
|
|
margin-left: 5px;
|
2020-02-16 18:30:00 +00:00
|
|
|
text-decoration: underline;
|
|
|
|
cursor: pointer;
|
|
|
|
color: var(--title-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
.commentReplies {
|
|
|
|
margin-left: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.getMoreComments {
|
|
|
|
height: 10px;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: underline;
|
|
|
|
cursor: pointer;
|
|
|
|
color: var(--title-color);
|
|
|
|
}
|