div#blogTitle a{font-size:42px;color:#e1255a;}
div#blogTitle h2 {margin-left:5em;line-height:2;color:#ac4e69;font-size:14px;}

div#navigator{height:60px;}
ul#navList{height:60px;}
ul#navList li a{font-size:16px;}
ul#navList li a:hover{color:red;}
div.blogStats {font-size:14px;color:#9c8d50;}

.cnblogs-markdown code {
    color: #c7254e;
    background-color:#f9f2f4 !important;
    border: none !important;
}
.cnblogs-markdown code.hljs {
    color: #fff;
    background-color:#333 !important;
    font-size: 14px !important;
}
.cnblogs-markdown code span.hljs-built_in, .cnblogs-markdown code span.hljs-tag, .cnblogs-markdown code span.hljs-name {
    color: #f92672;
}
.my-blog-area {
    width: 500px; 
    margin: 0 auto;
    position: relative; 
    bottom: -105px;
    right:360px; 
    z-index:100;
    font-size:14px;
}
.my-blog-area a {
    color: #f90; 
}
#home {
    margin-top: -16px;
}
#cnblogs_post_body a {
    color: #39f;
    text-decoration:none;
}
#cnblogs_post_body a:hover {
    text-decoration:underline;
}
#goTop {
    width: 45px;
    height: 45px;
    display: block;
    position: fixed;
    bottom: 130px;
    right: 45px;
    background: url(https://img2.imgtn.bdimg.com/it/u=1709150814,3981140910&fm=21&gp=0.jpg);
    background-size: 100% 100%;
}
#div_digg {
    position: fixed;
    right: 20px;
    bottom: -10px;
    padding: 25px;
    height: 64px;
    background:#fff4e8;
}
.jarson-blog {
    position: fixed;
    right: 225px;
    height: 74px;
    bottom: -10px;
    padding: 25px 10px;
    background: #fff4e8;
}
.hljs-keyword {
    color:#ae81ff;
}
.hljs-string {
    color: #e6db74 !important;
}