/*博客代码字体设置开始*/

/*#cnblogs_post_body */
.hljs {
/*设置字体*/
font-size:14px !important;
font-family: monospace !important;
}

#cnblogs_post_body .hljs .hljs-ln .hljs-ln-line.hljs-ln-numbers {
    text-align: right;
}


.cnblogs_code span{
font-size:12px !important;
font-family: monospace !important;
}

.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code{
font-family: monospace !important;
}

#blog_post_info_block a{
    text-decoration: underline;
    color: #06c;
}

details {
  padding: 5px; 
  border: 2px solid purple;
  border-radius: 2px;
}

#menu {
    background: #f6f6f6;
    border-top: 1px solid #ccc;
        border-top-width: 1px;
    border-bottom: 1px solid #ccc;
        border-bottom-width: 1px;
    border-width: 1px;
    height: 30px;
    line-height: 10px;
    color: #999;
    padding-left: 15px;
    padding-right: 5px;
}

.postTitle{
    border-bottom: 1px solid #ddd;
}

body{
    font-family: sans-serif
}

#cnblogs_post_body a{
    text-decoration: underline;
    color: #06c;
}