div.post div.entry {
    font-family: Georgia, "Times New Roman", Times, sans-serif
}

div.post div.entry h1, div.post div.entry h2, div.post div.entry h3 {
    margin-top: 24px;
    margin-bottom: 12px;
}

div.post div.entry h1 {
    padding: 5px;
    color: white;
    background-color: gray;
}

div.post h2 {
    font-size: 22px;
    line-height: 100%;
}

div.post div.entry pre.code {
    font-family: Consolas border-style dashed;
    border-left: solid 5px #6ce26c
}

div#information {
    background-color: #f8f8ee;
    border: solid 1px #e8e7d0;
    padding: 5px 10px 0px 10px;
    min-height: 10px;
    margin-top: -15px;
    margin-bottom: 30px;
    color: #666666
}

.cnblogs_code {
    border-left: #58CE60 5px solid !important;
}

#site_nav_under, .c_ad_block, #under_post_news, #under_post_kb {
    display: none !important;
}

/********************隐藏广告******************************/
#ad_t2, #cnblogs_c1, #under_post_news, #cnblogs_c2, #under_post_kb {
    display: none;
}
/*******************隐藏搜索框*****************************/
#widget_my_google, #google_q {
    display: none;
}
/*
使用了Monokai Sublime的黑色主题皮肤，但是还存在样式冲突，需要自己修改
这个样式只适合使用makedown编写的博客
Monokai Sublime style. Derived from Monokai by noformnocontent https://nn.mit-license.org/
*/
pre {
/*控制代码不换行
white-space: pre;
word-wrap: normal;*/
}

.cnblogs-markdown .hljs {
display: block;
overflow: auto;
padding: 1.5em 2em !important;
font-size: 16px !important;
background: #272822 !important;
color: #FFF;
max-height: 700px;
/*修改width: 900px;*/
width: 1200px;
/*自动换行*/
white-space:pre-wrap;
word-wrap:break-word;
}

.hljs,
.hljs-tag,
.hljs-subst {
color: #f8f8f2;
}

.hljs-strong,
.hljs-emphasis {
color: #a8a8a2;
}

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
color: #ae81ff;
}

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
color: #a6e22e;
}

.hljs-strong {
font-weight: bold;
}

.hljs-emphasis {
font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
color: #f92672;
}

.hljs-symbol,
.hljs-attribute {
color: #66d9ef;
}

.hljs-params,
.hljs-class .hljs-title {
color: #f8f8f2;
}

.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
color: #e6db74;
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
color: #75715e;
}
/* 黑色主题makedown代码结束 */


/*makedown行间代码样式 */
.cnblogs-markdown code {
color: #c7254e;
border: none !important;
font-size: 1em !important;
background-color: #f9f2f4 !important;
font-family: sans-serif !important;
}

/****************************/

/*修改背景颜色为半透明*/ 
#home, #sideBarMain > div, #blog-sidecolumn > div > div, .catListView {
    /*background-color: rgba(255,255,255,0);*/
}

/*修改其他边框的颜色*/  
.blogStats #stats_post_count,
.blogStats #stats_article_count,
.blogStats #stats-comment_count {
color: white;
}

/****************生成目录1************************/
/*生成博客目录的CSS*/
#uprightsideBar {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
position: fixed; /*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
top: 50px;
right: 0px;
width: auto;
height: auto;
}

#sideBarTab {
float: left;
width: 30px;
border: 1px solid #e5e5e5;
border-right: none;
text-align: center;
background: #ffffff;
}

#sideBarContents {
float: left;
overflow: auto;
overflow-x: hidden !important;
width: 200px;
min-height: 108px;
max-height: 460px;
border: 1px solid #e5e5e5;
border-right: none;
background: #ffffff;
}

#sideBarContents dl {
    margin: 0;
    padding: 0;
}

#sideBarContents dt {
    margin-top: 5px;
    margin-left: 5px;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

    #sideBarContents dd:hover, dt:hover {
        color: #A7995A;
    }

#sideBarContents dd {
    margin-left: 20px;
}