#blogTitle {height:40px;}
#blogTitle h1 {font-size:240%;width:100%}
#blogTitle h2 {margin-top:0.5em;margin-left:3em;}

#topics p {
    margin:0.5em 0;
    line-height:1.5em;
}
#topics table {
    font-size:inherit;
    font:100%;
    margin:1em;
}
#topics table th{border-bottom:1px solid #bbb;padding:.2em 1em;}
#topics table td{border-bottom:1px solid #ddd;padding:.2em 1em;}

input[type=text],input[type=password],input[type=image],textarea{font:99% helvetica,arial,freesans,sans-serif;}
select,option{padding:0 .25em;}
optgroup{margin-top:.5em;}
pre,code{font:14px monaco,"courier new","dejavu sans mono","bitstream vera sans mono",monospace;}
pre {
    margin:1em 0;
    font-size:14px;
    background-color:#eee;
    border:1px solid #ddd;
    padding:5px;
    line-height:1.5em;
    color:#444;
    overflow:auto;
    -webkit-box-shadow:rgba(0,0,0,0.07) 0 1px 2px inset;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;border-radius:3px;
}
#topics img{border:0;max-width:100%;}
#topics abbr{border-bottom:none;}
#topics a{color:#4183c4;text-decoration:none;}
#topics a:hover{text-decoration:underline;}
#topics a code,#topics a:link code,#topics a:visited code{color:#4183c4;}

#topics h2,#topics h3{margin:1em 0;}
#topics h1,#topics h2,#topics h3,#topics h4,#topics h5,#topics h6{border:0;}

/*左侧日历*/
#blog-calendar {
  display: none;
}

.postBody li{margin-bottom:0em}

body {
    color: #000;
    background: #fff;
    font-family: 微软雅黑,Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    min-height: 100%;
    background: url(https://common.cnblogs.com/Skins/BlackLowKey/images/body_bg.jpg) top center no-repeat #000;
}


/*文章标题*/
.postTitle a{font-size:200% !important;text-decoration: none !important;}
#topics h1{font-size:170%;border-top:4px solid #aaa;padding-top:.5em;margin-top:1.5em;}
#topics h1:first-child{margin-top:0;padding-top:.25em;border-top:none;}
#topics h2{font-size:150%;margin-top:1em;border-bottom:1px solid #e0e0e0;padding-top:.5em;}
#topics h3{font-size:130%;margin-top:1em;font-weight:bold;}
#topics hr{border:1px solid #ddd;}
#topics ul{margin:1em 0 1em 1.5em;}
#topics ol{margin:1em 0 1em 1.5em;}
/*ul li,ol li{margin-top:.5em;margin-bottom:.5em;}*/
#topics ul ul,#topics ul ol,#topics ol ol,#topics ol ul{margin-top:0;margin-bottom:0;}
#topics blockquote{margin:1em 0;border-left:5px solid #ddd;padding-left:.6em;color:#555;}
#topics dt{font-weight:bold;margin-left:1em;}
#topics dd{margin-left:2em;margin-bottom:1em;}
/*

zenburn style from voldmar.ru (c) vladimir epifanov <voldmar@voldmar.ru>
based on dark.css by ivan sagalaev

*/


#AllanboltSignature
{ 
border-top: #e0e0e0 1px dashed;
border-right: #e0e0e0 1px dashed;
border-bottom: #e0e0e0 1px dashed;
border-left: #e0e0e0 1px dashed;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 60px;
font-family: 微软雅黑;
font-size:12px;
background: url(https://images.cnblogs.com/cnblogs_com/grenet/226272/o_o_o_info.png) #e5f1f4 no-repeat 1% 50%;

}
#AllanboltSignature div
{
line-height: 25px;
}

#topics .postTitle {
    font-size: 120%;
    font-weight: bold;
    border-bottom: 1px solid #999;
    line-height: 1.5em;
    padding-left: 5px;
}

.blogStats {
    float: right;
    color: #ccc;
    margin-top: 20px;
    margin-right: 10px;
    text-align: right;
    visibility: visible;
}

.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: #75715e;
}