body {
    font-family: "Arial", "微软雅黑";
}

.headerText a.headermaintitle {
    font-size: 30px;
}
#footer,
#under_post_news,
#under_post_kb {
    display: none
}

#cnblogs_post_body ul li {
    list-style: none;
}
div.commentform textarea {
    height: 100px
}

#mylinks a {
    padding: 4px 10px;
    border-radius: 2px;
    margin-bottom: 2px;
    font-size: 14px;
    transition: all .8s;
    opacity: 0.8;
}

#mylinks a:hover {
    color: black;
    opacity: 1;
    text-decoration: none;
}

#tip_comment2+p {
    display: none
}



#bnr_pic {
    position: relative;
    background: none
}

#bnr_pic:before {
    display: inline-block;
    width: 100px;
    opacity: .8;
    content: '';
    position: absolute;
    background-image: url(//pic.cnblogs.com/avatar/1414921/20180706163443.png);
    background-repeat: no-repeat;
    height: 100px;
    border-radius: 50%;
    right: 25px;
    top: 10px;
    background-size: cover;
    box-shadow: 2px 2px 9px #d6ecdb;
}
#ad_t2,#cnblogs_c1,#cnblogs_c2{display:none}
.git-link {
display: none;
      z-index: 100;
    position: fixed;
    top: 37px;
    right: -21px;
    border: 0;
    width: 150px;
    background: #390;
    border-bottom: 1px solid #006600;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    padding: 5px;
    text-indent: 0.5em;
    color: #fff!important;
    outline: #fff 1px dashed;
    outline-offset: -6px;
    border-radius: 4px;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
    transform: rotate(40deg);
    text-align: center;
}

.git-link:hover{
   text-decoration:none;
}