/* 代码 */
.cnblogs_code pre {
font-family: Consolas!important;
font-size: 14px!important;
line-height: 1.4!important;
word-wrap: break-word;
white-space: pre-wrap;
}

.cnblogs_code span {
font-family: Consolas!important;
font-size: 14px!important;
}

.cnblogs_code {
    border-radius: 12px;
    border: 0px!important;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.22), 0 2px 10px 0 rgba(0,0,0,0.22);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.226), 0 2px 10px 0 rgba(0,0,0,0.22);
}

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: Consolas!important;
    font-size: 14px !important;
    line-height: 1.4!important;
    padding: 5px !important;
}

#cnblogs_post_body img {
    border-radius: 12px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.226), 0 2px 10px 0 rgba(0,0,0,0.22);
}

/* 侧边栏 */

#calendar {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.22), 0 2px 10px 0 rgba(0,0,0,0.22);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.226), 0 2px 10px 0 rgba(0,0,0,0.22);
}

/* 内容字体大小 */

body {
    font-size: 14px!important;
}

.postTitle {
    font-size: 16px!important;
}


.postBody p {
    line-height: 1.6;
    color: #000;
    font-size: 14px!important;
}

.postBody {
    font-size: 14px!important;
}

/* 超链接字体颜色 */

a {
    text-decoration: none;
    color: #DD4A68!important;
}

/* 评论框 */
div.commentform textarea {
    width: 100%;
    height: 250px;
}

/* 标题 */
#blogTitle .title {
    text-align: center;
    font-weight: bold;
}

#blogTitle .title a{
    color:#2196F3!important;
}



#navigator {
    background: #2196F3!important;
}


.blogStats {
    color: #fff!important;
}

#navList li {
    font-size: 18px!important;
}

#navList li a{
    color:#FFF!important;
}

#footer {
    padding-top: 100px;
}

/*底部CopyRight*/

#footer {
    COLOR: #2196F3;
    FONT-WEIGHT: BOLD;
}


#sideBar h3, #MyIng .ing_title {
    color: #2196F3;
    font-weight: bold;
}