body {
     //网格下面两行
    //background-image: url(https://www.cnblogs.com/skins/BlueSky/images/bg.gif);
    //background-repeat: repeat;
    background-color: #C7EDCC;//#C7EDCC;//#F5F5F5;//护眼色#C7EDCC//暗灰色#D3D3D3 全黑 #000000
    //optcity:0.5;
}
#home {
//opacity: 0.7; //透明
//margin: 0 auto;
width: 95%;
//min-width: 950px;
background-color: #C7EDCC;//#C7EDCC;//#D3D3D3;#F5F5F5 ;//;//#F5F5F5
//padding: 30px;
//margin-top: 30px;
//margin-bottom: 50px;
box-shadow: 0 2px 2px rgba(100, 100, 100, 0.3); //home的边框0 2px 6px rgba(100, 100, 100, 0.3);
}
#google_ad_c1, #google_ad_c2 {display:none;}
#ad_under_post_holder #google_ad_c1,#google_ad_c2{  
display: none !important;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background-color:#C7EDCC;#D3D3D3;// #C7EDCC; // 公告栏、日历、随笔列表一些列的颜色
    color: darkgrey;
}

.CalTitle td, .CalDayHeader {
   background: #D3D3D3;//#C7EDCC;// 日历年份和月份星期的颜色
}

.postBody blockquote { 
   background: no-repeat 25px 0 ; //去掉注释的引号背景图片，用这个配置覆盖原来配置。可以在这个属性后面加背景色#FFDEAD
   //这是markdown引用块的样式设置
}


.postBody{
   color: black; // 博客字体设置为暗灰色darkgrey
}
.postBody a{ 
  color: black; //博客超链接字体设置为暗灰色
}
.postBody h5{
   color: black; //h5字体设置为暗灰色
}
.postBody h4{
   color: black; //h5字体设置为暗灰色
}

.postBody blockquote{
  color: white; //markdown引用中字体的颜色
}
.postCon{
  color: black;
}
#main a {
    color: black; // 更多页面标签颜色darkgray
}
.entrylistPostSummary{
   color: black; //非首页，摘要颜色grey
}
#navList a:link,#navList a:visited,#navList a:active{
  color: black; //博客超链接字体设置为暗灰色 darkgrey
}

.cnblogs-markdown code, .cnblogs-post-body code{
   background-color: red !important;; //``行代码块背景
}


.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: #808080;//原始值：#75715e; //代码注释颜色
}