﻿/*!
 * article.css
 * 
 * Created by Ju2ender on 2013-08-05 10:44:27.
 * Copyright (c) 2013 Ju2ender. All rights reserved.
 * Released under the MIT license.
 */


div.post div.entry,
.highlighter-hljs,
.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code { 
    font-family: Consolas;
}

div.blogpost-body

div.post h2 {
    font-size: 27px;
}

div.post div.entry h4, 
div.post div.entry h5, 
div.post div.entry h6 {
	background: transparent;
	border-bottom: 1px solid #AAAAAA;
	color: #000000;
	font-weight: bold;
	margin-top: 30px;
	margin-botton: 5px;
	overflow: hidden;
	padding-bottom: 0.17em;
	padding-top: 0.5em;
	width: auto;
}

div.post div.entry h1, div.post div.entry h2, div.post div.entry h3 { 
	margin-bottom: 12px;
	margin-top: 18px;
}

/* 正文大小 */
div.post div.entry p,
div.post div.entry ol,
div.post div.entry ul {
	font-size: 14px;
}

/* 引用内容 */
#cnblogs_post_body blockquote {
    padding: 0 0 0 8px;
}
div.post div.entry blockquote p {
    font-size: 12px;
}

/* 内容中的有序列表和无序列表项目标识为空 */
#cnblogs_post_body > ol > li, #cnblogs_post_body > ul > li {
    list-style-type: auto;
}

/* 提示，绿色 */
.tips {
	color: #008200;
}

/* 警告，红色 */
.warn {
    color: #E61B31;
}

/* 行内代码 */
.cnblogs-markdown :not(pre, div, td) > code,
.blogpost-body :not(pre, div, td) > code {
    color: #1b1b1b;
    background-color: #80808016;
}

/* 表格头部背景，灰色 */
div.post div.entry table th {
    background-color: #EEEEEE;
}

/* 无序列表样式 */
div.post div.entry ul li {
    background-image: none;
    background-position: unset;
    padding: 0;
}

#div_digg, .under-post-card {
    display: none;
}
