
/*隐藏底部广告和侧边栏*/
#ad_t2, #cnblogs_c1, #under_post_news, #cnblogs_c2, 
#under_post_kb, #sideBar, #blog_post_info_block, #navigator {
    display: none;
}

/* 设置总体字体颜色、背景颜色、行离间距 */
body
{
color:rgb(161,161,161)  !important;
background-color:rgb(30,30,30)  !important;
font-family:"Yahei Mono", 'PingFang SC','Helvetica Neue','Helvetica','Arial',sans-serif;

/*
font-family: "Yahei Mono","Lucida Console" , "Courier New",Verdana ,Arial , Georgia, "Times New Roman";
line-height:130%;   行间距 
letter-spacing:0.01px; 字符间距 */
}

/* 未访问链接*/
a:link {color:rgb(115, 222, 235)  !important;} 
/* 已访问链接 */
a:visited {color:rgb(255,152,0)  !important;}  
/* 鼠标移动到链接上 */
a:hover {color:rgb(233,30,99)  !important;}  
/* 鼠标点击时 */
a:active {color:rgb(255,255,255)  !important;}  

/* 六级标题设置 */
h1, h2, h3, h4, h5, h6 {
  font-family: Yahei Mono, Roboto, Open Sans, sans-serif;
  color: rgb(217, 48, 37);
  margin: 2px;
}
h1 {
  font-size: 30px !important;
}
h2 {
  font-size: 27px !important;
}
h3 {
  font-size: 24px !important;
}
h4, h5, h6 {
  font-size: 22px !important;
}

/* 加粗字体彩色。第二句把加粗去掉了。。还是去掉清楚 */
b,dt,strong {
  color: rgb(245, 56, 160);
  font-weight: 500;
}


/* Top标题字体 */
.title {
  color: rgb(245, 56, 160)  !important;
  font-size: 150%;
}

/* 博文题目 标题字体 */
.postTitle {
  color: rgb(245, 56, 160)  !important;
  font-size: 135%;
}

/* 引用设置 */
blockquote {
    color: rgb(36, 193, 224);
    padding: 1px 20px;
    background: rgb(30, 30, 30);
	border: 0.2px solid rgb(37, 121, 187);	
    border-left: 4px solid rgb(36, 193, 224);
}
