#home {
    background-image: linear-gradient(180deg, #3b938e, #66a68e, #88b98d, #a8cd8b);
}

#navigator {
    font-weight:800;
    border: none;
}

#navigator a:hover {
    background: none;
}

#navigator #navList a:hover {
    color: #F8FB21;
    
}

#ad_t2 {
   display: none;
}

#under_post_news {
   display: none;
}

#under_post_kb {
    display: none;
}

#navigator {
    background-image: linear-gradient(270deg, #3b938e, #66a68e, #88b98d, #a8cd8b);
}

#navList a:link {
    color: #fff;
    font-size: 18px;
    text-shadow: none;
}

#navList a:hover {
    color: #2c3e50;
    font-size: 18px;
    text-shadow: none;
    display: inline;
    background-color: none;
}

.catListTitle {
    background-color: #1d976c;
    border: 1px solid #1d976c;
}

.sidebar-block h3 {
    background-color: #1d976c;
    border: 1px solid #1d976c;
}

.dayTitle {
    background-color: #1d976c;
}

a.c_b_p_desc_readmore {
    color : #1d976c;
}

.day .postTitle a {
    color: #ff5e52;
}

.day .postTitle a:link {
    color: #ff5e52;
}

.day .postTitle a:hover {
    color: #1d976c;
}

#nav_next_page a {
    background-color: #1d976c;
}

/*
    这是我应用在博客园上的Markdown样式.
    https://www.cnblogs.com/asheng2016
*/


/* 文章标题样式(这个不是markdown里的标题) */
#post_detail {
    color: #2c3e50;
    background-color: #fff;
}

#topics .postTitle a {
    font-size: 28px;
    color: #42b983;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6rem;
    letter-spacing: 0;
    margin: 10px;
    overflow-x: hidden;
}

/* 普通文字样式 */
#cnblogs_post_body p {
    font-family: Consolas, "Microsoft YaHei", monospace;
    color: #000;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6rem;
    letter-spacing: 1.2;
    margin: 10px 0;
    overflow-x: hidden;
}

/* 标题样式 */
#cnblogs_post_body h1 {
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0;
}

#cnblogs_post_body h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}

#cnblogs_post_body h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

#cnblogs_post_body h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

#cnblogs_post_body h1,h2,h3,h4,h5,h6 {
    font-family: Consolas, "Microsoft YaHei", monospace;
    color: #2c3e50;
    line-height: 1.5;
}
/* 标题样式设置结束 */

/* 去除双下划线斜体样式 */
em {
    font-style: normal;
    color: #000;
}

/* 无序列表 */
#cnblogs_post_body ul li {
    font-family: Consolas, "Microsoft YaHei", monospace;
    color: #000;
    font-size: 16px;
    list-style-type: disc;
}

/* 有序列表 */
#cnblogs_post_body ol li {
    font-family: Consolas, "Microsoft YaHei", monospace;
    color: #000;
    font-size: 16px;
    list-style-type: decimal;
}

/* 超链接 */
#cnblogs_post_body a:link {  
    padding: 0 2px;
    font-weight: 600;
    color: #7e57c2;
    padding: 0 2px;
    font-weight: 600;
    text-decoration: underline;
}

#cnblogs_post_body a:hover {
    color: #42b983;
}

/* 引用背景 */
#topics .postBody blockquote {
    background: rgba(66, 185, 131, .1);
    border: none;
    border-left: 4px solid #42b983;
    margin: 0;
    color: #000;
    padding: 10px 15px;
    padding-left: 10px;
}

/* 单行代码 */
.cnblogs-markdown code {
    font-family: Consolas, "Microsoft YaHei", monospace !important;
    font-size: 16px!important;
    color: #e96900;
    background-color: #f8f8f8!important;
    padding: 2px 4px!important;
    border-radius: 2px!important;
    line-height: 1;
    margin: 0 2px!important;
    vertical-align: middle!important;
    display: inline-block;
}

/* 多行代码, 引用 */
.cnblogs-markdown .hljs {
    font-family: Consolas, "Microsoft YaHei", monospace !important;
    background-color: #fff!important;
    color: #777777;
    font-size: 14px!important;
    line-height: 1.5!;
    padding: 5px!important;
}

/* 加粗 */

element.style {
}
* {
    margin: 0;
    padding: 0;
}
user agent stylesheet
strong, b {
    font-weight: bold;
}
#cnblogs_post_body strong {
    color: #8700ff;
}

/* 隐藏博客园默认导航栏菜单 */

/*
 代码高亮开始，使用了一个叫Monokai Sublime的黑色主题皮肤，直接拿过来还不行，有一些样式冲突，还要自己稍微改一些地方
Monokai Sublime style. Derived from Monokai by noformnocontent //nn.mit-license.org/
*/
pre {
/*控制代码不换行*/
	white-space: pre;
	word-wrap: normal;
}
.cnblogs-markdown .hljs {
	display: block;
	overflow-x: auto;
	padding: 0.5em;
	background: #23241f !important;
	color: #FFF;
	white-space: pre;
	word-break: normal;
}

.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;
}

/*黑色主题皮肤结束*/

#google_ad_c1,#div-gpt-ad-1320933818841-0,#google_ad_c2,#div-gpt-ad-1320933818841-1,#ad_under_google{
display:none;
visibility：hidden;
}