#home {
    width: 75%;
    margin-top: 40px;
    opacity: 0.75;
    filter: alpha(opacity=60);
    box-shadow:0 0 10px #000;
    margin:40px auto;
    background:#fff;
    overflow:auto;
    border:solid 1px #fff;
}
#blogTitle h1 a {
	color: #515151;
	font-size: 40px;
}
#navList {
	font-size: 16px; 
}
#navList a {
	padding-top: 15%;
}
#navList a:active {
    color: #3D6F77;
    font-weight: bold;
}
.catListTitle {
	font-size: 2.35em;
	margin-top: 21px;
	margin-bottom: 10.5px;
	border-left: 10px solid #99cc33;
	padding: 10px 0 10px 14px;
	background-color: #f7f7f7;
}
body {
color: #000;
background: url(https://images.cnblogs.com/cnblogs_com/qrsikno/1306535/o_wallhaven-mpel7y.jpg) fixed;
background-size: 100%;
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 101%;
}
div.postBody {
    color: #666;
    text-shadow: 0 0px rgba(0, 0, 0, 0.05);
}
.cnblogs-markdown .hljs{
  display: block;
  overflow-x: auto;
  padding: 0.5em !important;
  background: #23241f !important;
  font-size: 16px !important;
 /* font-weight:bold !important;*/

}

.cnblogs-markdown .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;
}

.cnblogs-markdown .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;
}