/* diary */

.cat_diary {
    display: flex;
    flex-direction: column;
}
.cat_diary .comment_infos{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    color: var(--colorF);
    margin: 0.5rem;
    gap: 0.5rem;
}
.cat_diary .comment_infos>*{
    padding: 0.25rem 0.5rem;
    border-radius: 0.2rem;
    font-size: 0.75rem;
    /*border: 1px solid rgb(141 138 209 / 43%);*/
    backdrop-filter: blur(2rem);
}

@media (max-width:650px) {
    #comments > ol > li {
        padding-top: 1.5rem;
    }
}


.cat_diary .diary_infos_top {
    display: none;
    position: absolute;
    top: 0;
    gap: 0.5rem;
}
#comments > ol > li > .diary_infos_top {
    display: flex;
}
.cat_diary .diary_infos_top>span {
    display: inline-block;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border: 1px solid var(--colorA);
    border-top: unset;
    color: var(--colorG);
    border-radius: 0 0 0.5rem 0.5rem;
    cursor: default;
    backdrop-filter: blur(1rem);
}

.cat_left_line {
    position: absolute;
    top: -1.5rem;
    left: -1.5rem;
    width: 0.2rem;
    height: 100%;
    background: var(--theme-30);
}
.cat_left_circle {
    position: absolute;
    left: -1.75rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    border: solid 0.2rem var(--theme-60);
    background: var(--background);
    margin-top: 0.75rem;
}
.moodblock,
.weatherblock{
    position: absolute;
    width: 100%;
    z-index: 3;
    color: var(--main);
    font-size: 0.9rem;
    background: var(--background);
    border-radius: var(--radius);
    padding: 0.5rem;
}
.moodblock span,
.weatherblock span {
    cursor: pointer;
    padding: 0.1rem;
    margin: 0.1rem;
    line-height: 2rem;
}
#comments select {
    width: 100%;
    font-size: 0.9rem;
    padding: 0.5rem;
}
/* diary end */



/* 隐藏动态作者信息 */
#comments>ol>li.cat_comment_parent>.comment_middle .cat_comment_body .cat_comment_reply,
#comments>ol>li.cat_comment_parent>.comment_middle .cat_comment_body .cat_left_line,
#comments>ol>li.cat_comment_parent>.comment_middle .cat_comment_body .cat_left_circle,
#comments>ol>li.cat_comment_parent>.comment_middle .cat_comment_body .content .user{
    display: none!important;
}
/* 修改动态作者内容格式 */
#comments>ol>li.cat_comment_parent>.comment_middle .cat_comment_body .content .substance {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
#comments>ol>li.cat_comment_parent>.comment_middle .cat_comment_body .content .substance p{
    background: url(data:image/webp;base64,UklGRngAAABXRUJQVlA4WAoAAAAwAAAABAAAJwAAQUxQSBwAAAABHyAQSLbYnzSNiIgYCtlGgOYPeEqvQET/k7twVlA4IDYAAACQAgCdASoFACgAPi0ShkKhoQ1SAAwBYlpAACkt4AD+/qVKn5EwPEXXT2ko/fsLBnK5w/BJoAA=);
    line-height: 2.5rem;
    margin: var(--margin) 0;
    padding: 0 0.5rem;
    min-height: auto;
    box-shadow: unset;
    /*outline: 0.5rem solid var(--colorA);*/
}
#comments>ol>.cat_comment_parent>.comment_middle .cat_comment_body {
    margin: 0;
}
/* 隐藏首条评论的前缀轴线 */
#comments>ol>li>.comment-children>ol>li>.comment_middle .cat_left_line,
#comments>ol>li>.comment-children>ol>li>.comment_middle .cat_left_circle {
    display: none;
}
/* 非-首条评论 空位 */
#comments .cat_comment_parent .cat_comment_replyout .cat_comment_body {
    margin-left: 3rem;
}
#comments>ol>li>.comment-children>ol>li>.comment_middle .cat_comment_body {
    margin: 0.5rem 0;
}

/* 隐藏展开按钮 */
#comments .comment_infos .eye_button_close {
    display: none;
    align-items: center;
}

#comments .comment_infos .eye_button_open {
    display: flex;
    align-items: center;
}
/* 隐藏小评论的时间 */
.cat_comment_child .comment_infos{
    display: none;
}

#comments>ol>li>.comment-children {
    border-top: 1px dashed var(--theme-30);
    padding-top: 1rem;
    margin-top: 1rem;
}

#comments>ol>li>.comment-children .comment-children .cat_comment_body .avatar {
    width: 2rem;
    height: 2rem;
}
/* 动态页媒体宽度限制
#comments cat_post_album_cube,
#comments cat_article_video,
#comments cat_post_image{
    max-width: 500px;
}
 */
