.titleTop {
    color: rgba(1,1,1,0.5);
    position: absolute;
    transition: all 1s;
    width: 100%;
    text-align: center;
}
.titleTop:hover {
    color: rgba(1,1,1,1);
}
/*去掉广告*/
#cnblogs_ch,#cnblogs_c1,#cnblogs_c2 {
    display: none;
}
/*编辑框最大化*/
.commentbox_main.comment_textarea {
    width: 100%;;
}
::selection {
    background-color: #8fd384;
    border: 1px solid;
}