/*透明页面*/
#home {
opacity: 0.80;
margin: 0 auto;
width: 50%;
min-width: 950px;
background-color: #fff;
padding: 30px;
margin-top: 30px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#blogTitle h1 a{
    color: #4F4F4F;
    text-shadow: 3px 3px 3px #D9D9D9;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    color: #757575;
    text-align: center;
    width: 400px;
    text-shadow: 2px 2px 2px #32044DC9;
}
/*背景图片*/
body {
background: url("https://images.cnblogs.com/cnblogs_com/msq2000/1584285/o_2004150016034142805b7cdf1380ebb59048952bca58.jpg") fixed;
color: #000;
background-size: cover;
background-repeat: no-repeat;
font-family: KaiTi!important;
font-size:15px!important;
min-height: 101%;
font-weight:700!important;
}
/*导航栏字体大小*/
#navigator {
    font-size: 16px;
}
/*侧边栏字体大小*/
#sideBar {
    font-size: 15px;
}

/* 代码黑色高亮主题*/
/* Atelier-Cave Comment */
.hljs-comment,
.hljs-quote {
  color: #7e7887;
}

/* Atelier-Cave Red */
.hljs-variable,
.hljs-template-variable,
.hljs-attribute,
.hljs-regexp,
.hljs-link,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
  color: #be4678;
}

/* Atelier-Cave Orange */
.hljs-number,
.hljs-meta,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params {
  color: #aa573c;
}

/* Atelier-Cave Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet {
  color: #2a9292;
}

/* Atelier-Cave Blue */
.hljs-title,
.hljs-section {
  color: #576ddb;
}

/* Atelier-Cave Purple */
.hljs-keyword,
.hljs-selector-tag {
  color: #955ae7;
}

.hljs-deletion,
.hljs-addition {
  color: #19171c;
  display: inline-block;
  width: 100%;
}

.hljs-deletion {
  background-color: #be4678;
}

.hljs-addition {
  background-color: #2a9292;
}

.hljs {
  display: block!important;
  overflow-x: auto;
  background: #19171c!important;
  color: #8b8792!important;
  padding: 0.5em;
}

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

.hljs-strong {
  font-weight: bold;
}
/*代码高亮结束*/



/*隐藏广告*/
#ad_t2, #cnblogs_c1, #under_post_news, #cnblogs_c2, #under_post_kb {
    display: none;
}





