.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #000000;
    margin-left: 0;
    font-weight: 30;
    line-height: 35px;
    margin-bottom: 20px;
    font-size: 22px;
    transition: color .3s;
}
a {
    color: #5c5c5c;
}
#sideBar {
    width: 190px;
}
.postBody p, .postCon p {
    font-size: medium;
}
.postDesc a:link, .postDesc a:visited, .postDesc a:active, .entrylistItemPostDesc a:link, .entrylistItemPostDesc a:visited, .entrylistItemPostDesc a:active {
    background-color: #7c7c7c;
}
/**outline标签设置**/
#navigatorTitleDiv {
    padding: 5px;
    position: fixed;
    top: 34px;
    right: 20px;
    font-weight: bold;
    cursor: pointer;
    background-color: #5c5c5c;
    border-radius: 3px 3px 3px 3px;
    color: white;
    padding: 3px;
}
/**目录设置**/
#navigatorDiv {
    border-style: solid;
    border-color: #5c5c5c;
    border-radius: 3px 3px 3px 3px;
    position: fixed;
    padding: 05px;
    padding-top: 5.3%;
    top: -42px;
    bottom: 0px;
    right: 40px;
    background-color: #fff;
    font-family: "Monaco" !important;
    font-size: 15px;
    width: max-content;
    height: 700px;
    overflow: auto;
    display: none;
}