/* 文章标题样式(这个不是markdown里的标题) */
#topics .postTitle a {
        color: #169fe6;
	font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
	font-weight: bold;
}
 
/* 普通文字样式 */
#cnblogs_post_body p {
	margin: 10px 0 10px 10px;
	color: #000;
	font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
	font-size: 13px;
	text-indent: 0;
}
/* 去除双下划线斜体样式 */
em {
	font-style: normal;
	color: #000;
}
 
/* 无序列表 */
#cnblogs_post_body ul li {
	font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
	color: #000;
	font-size: 14px;
	list-style-type: disc;
}
 
/* 有序列表 */
#cnblogs_post_body ol li {
	font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
	color: #000;
	font-size: 15px;
	list-style-type: decimal;
}
 
/* 引用背景 */
#topics .postBody blockquote {
	background: #fff3d4;
	border: none;
	border-left: 5px solid #f6b73c;
	margin: 0;
	padding-left: 10px;
}
 




/*目录样式DIY*/
.toc{
    margin-bottom:50px;
    #border-top: 1px dashed#2175bc!important;
    padding-bottom:10px;
}
.toc-container-header{
    font-size:30px!important;
    font-family: 'LiSu', cursive;
    color:#755638;
    border-bottom: 1px dashed#8da2c4!important;
    padding-top:110px;
    background:url('https://blog-static.cnblogs.com/files/duduchong/start.gif') no-repeat center top;
    background-size:80% 100%;
}


/**标题样式DIY**/
#cnblogs_post_body h1    {
    font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
    font-size: 35px;
    height: 45px;
    line-height: 45px;
    margin-top: 60px !important;
    margin-left: 0px !important;
    padding-left: 10px;
    border-left: 3px solid#DCDCDC!important;
}
#cnblogs_post_body h2    {
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 31px;
    height: 41px;
    line-height: 41px;
    margin-top: 50px !important;
    margin-left: 10px !important;
    padding-left: 10px;
    border-left: 3px solid#D3D3D3!important;
}
#cnblogs_post_body h3    {
    font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
    font-size: 27px;
    height: 37px;
    line-height: 37px;
    margin-top: 40px !important;
    margin-left: 20px !important;
    padding-left: 10px;
    border-left: 3px solid#C0C0C0!important;
}
#cnblogs_post_body h4{
    font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
    font-size: 23px;
    height: 33px;
    line-height:33px;
    background-color:#FFF !important;
    margin-left: 30px !important;
    margin-top: 30px !important;
    padding:0px !important;
    padding-left: 10px!important;
    border-left: 3px solid#A9A9A9!important;
}
#cnblogs_post_body h5{
    font-size: 19px;
    height: 29px;
    line-height:29px;
    margin-left: 40px !important;
    margin-top: 20px !important;
    padding-left: 10px!important;
    border-left: 3px solid#808080!important;
}
#cnblogs_post_body h6{
    font-size: 15px;
    height: 25px;
    line-height:25px;
    margin-left: 50px !important;
    margin-top: 10px !important;
    padding-left: 10px!important;
    border-left: 3px solid#696969!important;
}
#cnblogs_post_body h1{ 
   color: #696969;
}
#cnblogs_post_body h2{ 
   color: #808080;
}
#cnblogs_post_body h3{ 
   color: #A9A9A9;
}
#cnblogs_post_body h4{ 
   color: #C0C0C0;
}
#cnblogs_post_body h5{ 
   color: #D3D3D3;
}
#cnblogs_post_body h6{ 
   color: #DCDCDC;
}
#cnblogs_post_body h1:hover{
   color: #6495ED;
}
#cnblogs_post_body h2:hover{
   color: #6495ED;
}
#cnblogs_post_body h3:hover{
   color: #6495ED;
}
#cnblogs_post_body h4:hover{
   color: #6495ED;
}
#cnblogs_post_body h5:hover{
   color: #6495ED;
}
#cnblogs_post_body h6:hover{
   color: #6495ED;
}

/* 单行代码DIY */
.cnblogs-markdown code {
    font-family: Consolas, "Microsoft YaHei", monospace !important;
    font-size: 12px !important;
    line-height: 14px;
    background-color:#F0F8FF!important;
    padding: 3px !important;
    border-radius: 3px !important;
    vertical-align: middle;
    display: inline-block;
}


/* 多行代码引用 DIY*/
.cnblogs-markdown .hljs {
    font-family: Consolas, "Microsoft YaHei", monospace !important;
    font-size: 13px !important;
    line-height:14px;
    padding: 5px !important;
    background-color:#F0F8FF!important;
    margin-left: 20px !important;
}

/*页尾部*/
#BlogPostCategory{
    margin-bottom:0px !important;
    padding:20px 0 10px 0;
}
#blog_post_info{
    #background-color:#F5F5F5!important;
    border-top: 2px dashed#2175bc!important;
    background:url('https://images.cnblogs.com/cnblogs_com/duduchong/1808056/o_200717022948yiwang.png') no-repeat left top;
    background-size:100% 100px;
    padding-top:10px;
}
#green_channel{
    background-color:#F5F5F5!important;
    border-left: 0px dashed#2175bc!important;
    border-right: 0px dashed#2175bc!important;
    width: 100%!important;
    margin-top:92px;
    padding:20px 0 20px 0px !important;
    font-size: 20px!important;
}

/*分割线*/
hr{
    margin-top:30px;
    margin-bottom:10px;
}

/*赞成和反对*/
.diggit{
    margin-right:-30px;
    float:right;
}
.buryit{
    display:none!important;
}

/*超链接*/
.cnblogs-markdown a:link{
    text-decoration: none!important;
    color:#696969!important;
}
.cnblogs-markdown a:visited{
    color:#DCDCDC!important;
}
.cnblogs-markdown a:hover {
    color:#169fe6!important;
}
.cnblogs-markdown a:active {
    color:#39f!important;
}

