/*超链接颜色，顺序依次是：（出锅被和谐了qwq），没点的时候，鼠标移过去的时候，鼠标点击的时候*/
a:link{
color:#4682B4;
text-decoration:none;
}
a:visited{
color:#4682B4;
text-decoration:none;}
a:hover{
color:#FF6347;
text-decoration:none;}
a:active{
color:#FFF;
text-decoration:none;}

body {
color: #000;
//background: url(https://images.cnblogs.com/cnblogs_com/yoyoball/1211153/o_IDR_THEME_NTP_BACKGROUND.png) fixed;
background: url(https://images.cnblogs.com/cnblogs_com/yoyoball/1211153/o_o_1.jpg) fixed;
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 16px;
min-height: 101%;
}
/*#sideBar {
    opacity: 0.85;
    padding-left: 7px;
    font-size: 12px;
    border-left-style: solid;
    border-left-width: 7px;
    border-left-color: #4682B4;
}*/

/*博客标题*/
#blogTitle {
    height: 60px;  /*高度*/
    clear: both;
}
    /*主标题格式*/
   /* #blogTitle h1 {
        font-size: 26px;
        font-weight: bold;
        line-height: 1.8em;/*原始 1.6em*/
        margin-top: 10px;/*原始 15px */
    height: 100px;
    line-height: 100px;
    padding-left: 120px;/*留位置给logo*/
    background:#fff url('https://images.cnblogs.com/cnblogs_com/yoyoball/1203630/o_cloud_with_thickerLines!.png') no-repeat;
    }*/

        #blogTitle h1 a {
            color: #515151;
        }
            /*超链接颜色*/
            #blogTitle h1 a:hover {
                color: #21759b;
            }
    /*次标题格式*/
    #blogTitle h2 {
        font-weight: normal;
        font-size: 17px;/*原始 16px ；font-size: 1.0rem;*/      
        line-height: 1.8;
        color: #757575;
        padding-left: 0px;/*留位置给logo*/       
    }
.headermaintitle {
    }#blogTitle,#blogTitle a:hover {
    text-decoration:none;
}

#home {
    opacity: 0.85;
    margin: 0 auto;
    width: 75%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 0 40px 6px rgba(255, 255, 255, 0.90);
    border-top-style: solid;
    border-top-color: #fff;
    border-top-width: 1px;
    border-radius:30px 30px 30px 30px;/*边角圆弧*/
}
.catListTitle {//边框栏标题背景调整
    font-size: 30px;
    margin-top: 21px;
    margin-bottom: 10.5px;
    border-left: 10px solid #5a6e75;
    padding: 10px 0 10px 14px;
    background-color: #AFEEEE;
}
.postBody{//博文行间距设置
  line-height: 2;
}


//display ad--begin
#site_nav_under {
    display: none;
}
.c_ad_block, .ad_text_commentbox {
    display: none;
    margin: 0;
    padding: 0;
}
#ad_under_google {
    height: 0;
    overflow: hidden;
}
#ad_under_google a {
    display: none;
}
#ad_t2{
    display: none;
}
//display ad--ed


/*代码高亮，注意要选择一些饱和度较高的颜色！*/
/*markdown代码高亮调整*/
pre {
	white-space: pre;
	word-wrap: normal;
}
.cnblogs-markdown .hljs {
display: block;
		 overflow-x: auto;
padding: 1.0em;
background: #23241fed !important;
background-color:#131513 !important;
color: #FFF;
	   white-space: pre;
	   word-break: normal;
	   font-family: "Consolas",sans-serif!important;
	   font-size: 16px!important;
	   line-height: 1.5!important;
padding: 13px!important;
}

.hljs,/*unknown: rice-white*/
	.hljs-tag,
	.hljs-subst {
color: #f8f8f2;
	}

.hljs-strong,/*unknown: gray*/
	.hljs-emphasis {
color: #a8a8a2;
	}

.hljs-bullet,/*numbers: Green-Blue*/
	.hljs-number,
	.hljs-regexp,
	.hljs-literal,
	.hljs-link {
color: #00FFF0;
	}

.hljs-code,/*function_name: ~~Lake-Blue~~  Light Orange now~*/
	.hljs-title,
	.hljs-section,
	.hljs-selector-class {
color: #FF9B00/*#00CBFF*/;
	}

.hljs-strong {
	font-weight: bold;
}

.hljs-emphasis {
	font-style: italic;
}

.hljs-keyword/*system's keword(int/namespace/void...): Light-Grass-Green*/
{
color:#ADFF00;
}

.hljs-symbol,/*unknown: Simple-Blue */
	.hljs-attribute {
color: #66d9ef;
	}

.hljs-params,/*unknown: rice-white*/
	.hljs-class .hljs-title {
color: #f8f8f2;
	}

.hljs-type,/*system's functions...: Light-Green-Blue*/
	.hljs-quote,
	.hljs-selector-id,
	.hljs-selector-attr,
	.hljs-selector-pseudo,
	.hljs-addition,
	.hljs-variable,
	.hljs-meta-string,
	.hljs-template-variable {
color: #00FFF0;
	}

.hljs-comment,/*ps: (light-orange)~~Light-Yellow~~  Lake-Blue now~*/
	.hljs-deletion{
color: /*#FEC808*//*#FFF500*/#00CBFF;
	}

.hljs-meta{/*just "include": Light-Orange*/
color: #FF9B00;
}

.hljs-string{/*string: Deep-Orange*/
color: #FF6F33;
}

.hljs-built_in,/*(printf) or others: rice-white*/
	.hljs-selector-tag,
	.hljs-name,
	.hljs-attr, 
	.hljs-builtin-name{
color: #f8f8f2;
	}